﻿body, ul, li {
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
	color:#636363;
}

#menu {
	list-style:none;
	width:940px;
	margin:0px 4px 0px 4px;
	height:43px;
	padding:0px 20px 0px 20px;

	/* Rounded Corners */	
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;

	/* Background color and gradients */
	
	background: #5481C4;
	/* background: -moz-linear-gradient(top, #5481C4, #5481C4); */
	/* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5481C4), to(#5481C4)); */
	
	/* Borders */
	
	border: 0px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 4px 4px 4px;
	margin-right:3px;
	margin-top:7px;
	border:none;
}

#menu li:hover {
	border: 0px solid #777777;
	padding: 4px 4px 4px 4px;
	
	/* Background color and graients */	
	background:#99CCFF;
	background: -moz-linear-gradient(top, #99CCFF, #99CCFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CCFF), to(#99CCFF));
	
	/* Rounded corners */	
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
}

#menu li.active {
	border: 0px solid #777777;
	padding: 4px 4px 4px 4px;
	
	/* Background color and graients */	
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFFFFF));
	
	/* Rounded corners */	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	
}



#menu li a, .menuframe a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	color:#636363;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow:none;
	min-width:100px;


}


#menu li a.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	padding-top:3px;
	display:block;
	outline:0;
	


}



#menu li:hover a {
	color:#636363;
	text-shadow: 1px 1px 1px #ffffff;
	
}

#menu li a.active {
	color:#636363;
	text-shadow: 1px 1px 1px #ffffff;
	
}

#menu li .drop {
	/*padding-right:21px;*/
	min-width:110px;
	/* background:url("img/drop.png") no-repeat right 8px; */
	color:#ffffff;
}


#menu li:hover .drop {
	/* background:url("img/drop.png") no-repeat right 7px;*/
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	/* left:-999em; */ /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #E2E2E2;
	border-top:none;
		
	/* Gradient background */
	background:#ffffff;
	background: -moz-linear-gradient(top, #ffffff, #EFEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#EFEEEE));

	/* Rounded Corners */
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	
	visibility:hidden;	
	min-height:520px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 968px;}

/*
#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	
	
	visibility:visible;
	top:25px;
}*/


.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6
{
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;

}

.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}
.col_6 {width:820px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}


#menu p, #menu h2, #menu h3, #menu ul li, .menuframe p, .menuframe h2, .menuframe h3 {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2, .menuframe h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3, .menuframe h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}


#menu p, .menuframe p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu hl, .menuframe hl {	
	font-size:18px;
}



.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:0px 15px 15px 5px;
}

#menu li .yellow_box {
	background-color:#FFEFA7;
	color: #000000;
	text-shadow: none;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    font: normal 12px/150% Arial,Helvetica,sans-serif;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ABADB3;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.datagrid table td,.datagrid table th {
    padding: 8px;
}

.datagrid table tbody td {
    color: #00557F;
    font-size: 15px;
    font-weight: 400;
	
}

.datagrid table tbody .alt td {
    background: #E1EEf4;
    color: #00557F;
}

.datagrid table tbody .download td  {  
    font-size: 15px; 
    color:#636363;
	
}

.datagrid table tbody .alt_download td {
    background: #f5f5f5;
    color:#636363;
}


.datagrid table tbody td:first-child {
    border-left: none;
}

.datagrid table tbody tr:last-child td {
    border-bottom: none;
}