#ArticlesContainer {
    width: auto;
}

table.ArticleColumns {
	width: 100%;
}

table.ArticleColumns td {
	width: 50%;
	vertical-align: top;
	padding: 5px;
}

table.DataTable {
	width: 100%;
	border: 1px solid #ccc;
}

table.DataTable td {
	vertical-align: top;
	white-space: nowrap;
	padding: 4px;
}

table.DataTable td.DataTableWrap {
	white-space: normal;
}

table.ZebraTable tr.dark,
table.DataTable tr.dark,
table.DataTable td.dark {
	background: #FAFAFA;
}

table.ZebraTable tr.light,
table.DataTable tr.light,
table.DataTable td.light { 
	background: #FFF;
}

table.FormTable {
	width: 100%;
}

table.FormTable td {
	vertical-align: top;
	padding: 4px;
}

table.FormTable caption {
	padding: 4px 0px;
}

table.FormTable col.FormTableLabels {
	text-align: right;
	white-space: nowrap;
}

table.FormTable td:first-child {
	text-align: right;
	white-space: nowrap;
}

table.FormTable input.FormText {
	width: 300px;	
}

input.FormText {
	height: 20px;
	width: 170px;
	margin: 0px 6px 0px 0px;
	border: 1px solid #85A5EF;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #5A6A70;
}

select.FormSelect {
	height: 17px;
	width: 170px;
	border: 1px solid #85A5EF;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #5A6A70;
}

textarea.FormTextArea {
	margin: 6px 0px 0px 0px;
	width: 100%;
	height: 150px;
	border: 1px solid #85A5EF;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #5A6A70;
}

div#SearchTypeSelector {
	height: 23px;
	margin-top: 23px;
	padding-left: 10px;
	border-top: 1px solid #DAE3FA;
	border-bottom: 1px solid #DAE3FA;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 23px;
}

#SearchResultsLabel {
	margin-right: 12px;
}

#SearchCount {
	color: #BB0101;
}

#Disabled {
	height: 100%;
	padding: 0px 12px 0px 12px;
	color: #B3BDC1;
}

#FoundResults {
	height: 100%;
	padding: 0px 12px 0px 12px;
	background-color: #DAE3FA; 
}

#SearchTypeSelector A {
	height: 100%;
	padding: 0px 12px 0px 12px;
}

div.ResultTitle {
	padding: 18px 0px 6px 0px;
}

#SearchPaging {
	height: 23px;
	margin-top: 23px;
	margin-bottom: 23px;
	border-top: 1px solid #DAE3FA;
	border-bottom: 1px solid #DAE3FA;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	line-height: 23px;
}

a.DocumentIcon {
	float: left;
}

a.DocumentIcon img {
	border: none;
}

div.Document {
	margin-bottom: 12px;
}

h1.DocumentTitle {
	font-size: 13px;
	font-weight: bold;
}

h1.DocumentTitle a {
	text-decoration: none;
	color: #495B76;
}

h1.DocumentTitle,
p.DocumentDesc,
p.DocumentData
{
	margin: 0px;
	padding: 0px;
	margin-left: 60px;
}

span.Date {
	font-size: 11px;
	color: #85A5EF;
}

.float {
	float: right;
}

a.JumpLink {
	font-size: 13px;
	text-decoration: none;
}

a.JumpLink:hover {
	text-decoration: underline;
}

.ucase {
	text-transform: uppercase;
}

.separator {
	text-align: left;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
}

div.gallery {
	clear: left;
}

div.GalleryThumbnail {
	float: left;
	display: table;
	overflow: hidden;
	text-align: right;
	margin: 5px;
}

div.GalleryThumbnail div.wrapper {
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
}

* html div.GalleryThumbnail div.wrapper {
	position: absolute;  
	top: 50%; 
	left: 50%;
}

* html div.GalleryThumbnail a {
	position: relative;  
	top: -50%; 
	left: -50%; 
}

div.GalleryThumbnail a img {
	border: none;
}

div.gallery div.GalleryThumbnail {
	margin: 0px 10px 0px 0px;
}

/* Saurus */

#FoundResults { 
	height: 100%;
	padding: 0px 12px 0px 12px;
	background-color: #9c9c9c; /* A */
	color:#FFFFFF;
}

div.ResultTitle a { /* a */
	color:#9c9c9c;
	text-decoration:underline;
	font-size: 11px;
}

.separator { /*h1*/
	color:#baae71;
	font-size:18px;
	font-family:sans-serif;
	font-weight:bold;
}
a.JumpLink float { /*h1*/
	color:#baae71;
	font-size:18px;
	font-family:sans-serif;
	font-weight:bold;
}
.ResultTitle a { /* doesn't change original style :( */
	color:#A0D03E;
	text-decoration:none;
}
.ZebraTable td { /*content*/
	font-size:11px;
	color:#707070;
	line-height:18px;
	font-family:tahoma;
}
.FormTable td{
	color:#8B96A7;
	line-height:14px;
	font-size:10px;
}
.ArticleColumns td { /*content*/
	font-size:11px;
	color:#707070;
	line-height:18px;
	font-family:tahoma;
}
fieldset td {
	font-size:10px;
}
fieldset select, input {
	width:90px;
	font-size:11px;
	font-family:tahoma;
}
.search_submit {
	width:17px;
	height:18px;
}

.SearchField {
	background-color:#9c9c9c;
	font-size:10px;
	color:#FFFFFF;
	width:140px;
	height:19px;
	border:0px;
}
.DataTable {
	background-color:#EEEEEE;
}
.DataTable td{
	font-size:11px;
	font-family:tahoma;
}
.DataTable a{
	color:#baae71;
}
.FormTable td {
	color:#8B96A7;
}

/* CSS Document */
body {
	background-color:#FFFFFF;
	background-image:url(../images/bg.gif);
}
h1 {
	color:#baae71;
	font-size:18px;
	font-family:sans-serif;
	font-weight:bold;
}
h2 {
	color:#9c9c9c;
	font-size:10px;
	font-family:tahoma;
	font-weight:bold;
}
a {
	color:#9c9c9c;
	text-decoration:underline;
}
.table_frame {
	width:100%;
}
.table_frame .center{
	width:775px;
}
.table_main {
	width:775px;
	border-bottom:1px solid #EEEEEE;
}
.table_header {
	width:775px;
	height:248px;
}
.table_header .logo{
	background-color:#e4e4e4;
	text-align:center;
	vertical-align:middle;
	width:192px;
	height:248px;
}
.table_header .path{
	background-color:#9c9c9c;
	background-position:right;
	background-repeat:no-repeat;
	font-size:10px;
	color:#FFFFFF;
	font-family:tahoma;
	text-align:right;
	padding-right:2px;
	height:60px;
}
.table_header .path a{
	color:#FFFFFF;
	text-decoration:none;
}
.table_header .header_image{
	font-weight:bold;
	background-image:url(../images/bg_header.jpg);
	background-position:top;
	height:182px;
	font-size:11px;
	color:#FFFFFF;
	font-family:tahoma;
	text-align:left;
	vertical-align:bottom;
	line-height:20px;
	padding-left:25px;
}
.table_header .header_image a{
	color:#FFFFFF;
	text-decoration:none;
}
.table_main .menu {
	background-color:#F7F4F4;
	width:172px;
	padding-left:20px;
	padding-top:20px;
	line-height:18px;
	height:300px;
	vertical-align:top;
}
.table_main .menu a.menu_1{
	font-size:12px;
	font-family:tahoma;
	color:#9c9c9c;
	text-decoration:none;
}
.menu .menu_1:hover {
	font-size:12px;
	font-family:tahoma;
	color:#707070;
	text-decoration:none;
}
.table_main .menu a.menu_2 {
	color:#baae71;
	font-size:10px;
	font-family:tahoma;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
}
.menu .menu_2:hover {
	color:#707070;
	font-size:10px;
	font-family:tahoma;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
}
.table_main .content {
	font-size:11px;
	color:#707070;
	line-height:18px;
	font-family:tahoma;
	vertical-align:top;
	text-align:left;
	padding:20px;
}
