﻿/*text colors
blue:	#315ac0
lighter ble	#2362ff
black: #000000;

head
left of menu box #98acdf

menu buttons 315ac0

*/



html
{
	overflow: -moz-scrollbars-vertical;
}

html>body #bar { height: 27px; }
html>body #mainmenu {position: relative;}
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	padding-top:20px;
	font-family:Arial;
	font-size:12pt;	
	color:#000000;
	background-color:#315ac0;
	background-image:url(images/images/bg.png);
	background-repeat:repeat-x;
}

table {padding:0px;margin:0px; border:none;}
td { vertical-align:top; text-align:left;padding:0px;margin:0px;}
th {vertical-align:top;}


input[type=button]
{
	height:26px;
	margin:4px;
	padding: 0px 10px 0px 10px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	/*background: url(images/bg-button-search.gif) repeat-x;*/
	background-color:#403c3d;color:#ffffff;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
input[type=submit]
{
	height:26px;
	margin:4px;
	padding: 0px 10px 0px 10px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	/*background: url(images/bg-button-search.gif) repeat-x;*/
	background-color:#403c3d;color:#ffffff;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
input[type=reset]
{
	height:26px;
	margin:4px;
	padding: 0px 10px 0px 10px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	/*background: url(images/bg-button-search.gif) repeat-x;*/
	background-color:#403c3d;color:#ffffff;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

input[type=text] { 
	width: 200px; 
	color:#315ac0;
	font-size:8pt;
	font-weight:bold;
	padding:4px;
} 

input[type=password] { 
	width: 200px; 
	color:#315ac0;
	font-size:8pt;
	font-weight:bold;
	padding:4px;
	 margin-top: 4px;
} 
select
{
	color:#315ac0;
	font-size:8pt;
	font-weight:bold;
	padding:4px;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#000000;
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
}

#siteContainer
{
	width:1068px;
	background-color:#ffffff;
	padding:20px;
}

#logo
{
	background-image:url(images/images/logo.png);
	width:467px;height:57px;
	border:none;
	background-repeat:no-repeat;
}
#logo img
{
	border:none;
}
/*#header_bg 
{
	background-color:#98acdf;
	height:24px;
	width:100%;
}
#header_bg a
{
	color:#315ac0;font-size:12pt;font-weight:bold;
	text-decoration:none;
}
#header_bg a:hover
{
	color:#315ac0;font-size:12pt;font-weight:bold;
	text-decoration:underline;
}
*/

#header_menu {padding-left:4px;background-color:#FFFFFF;}
#header_menu a 
{
	font-size:8pt;
	font-weight:normal;
	color:#ffffff;
	background-color:#315ac0;
	padding: 4px 16px 5px 16px;
	vertical-align:middle;
}
	
#header_menu a:hover 
{
	font-size:8pt;
	font-weight:normal;
	background-color:#315ac0;
	color:#98acdf;
	padding: 4px 16px 5px 16px;
	vertical-align:middle;
}

/*#searchBox */
/*#searchBox
{
	background-image:url(images/searchBox.png);
	height:43px;width:674px;
	text-align:left;
	font-family:Tahoma;
	font-weight:normal;
	font-size:.8em;
	 white-space:nowrap;
}
#searchBox a:hover { text-decoration:underline;color:#889095;}*/


#left_menu
{
	color:#ffffff; 
	width:260px;
	text-align:left;
	padding:0px 0px 0px 0px;
	display:block;
	white-space:nowrap;
	text-transform:uppercase;
}
#left_menu a
{
	width:198px;
	color:#000000;
	font-size:8pt;
	text-decoration:none;
	padding:6px 10px 6px 10px;
	color:#ffffff;
}
#left_menu a:hover
{
	color:#ffffff;
	font-size:8pt;
	text-decoration:underline;
	padding:6px 10px 6px 10px;
}
.header_catalogList
{
	height:30px;
}

#footer
{
	width:100%;height:50px; 
	background-color:#2362ff;
	color:White;
	border:none;
	white-space:nowrap;
	font-size:.8em;
	font-weight:normal;
	text-align:center;
	 vertical-align:middle;

}
#footer a {color:#ffffff;text-decoration:none;padding: 10px 20px 10px 20px}
#footer a:hover { color:#98acdf;text-decoration:underline;padding: 10px 20px 10px 20px}



.modalBackground 
{
	background-color:#334455;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:#334455;
	padding:3px;
	font-size:8pt;
}




.loginheader
{
	font-weight:bold;	
	background-color:#315ac0;
	color:#ffffff;
}
.logincell
{
	text-decoration: none;
	padding:10px;
}

#main_content
{
	background-image:url(images/images/content_bg.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	border:solid 1px #d4d4d4;
	font-size:10pt;
	width:100%;
	padding:1px;
	
}
#underFooter
{
	font-size:8pt;
	color:#000000;
	font-weight:bold;
	text-align:center;
}
#underFooter a
{
	font-size:8pt;
	color:#ffffff;
	font-weight:bold;
	display:block;
	width:400px;
}
#underFooter a:hover
{
	font-size:8pt;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	display:block;
	width:400px;
} 

.DarkSectionId
{
	margin: 4px 0px 4px 0px;
	background-color:#2d292a;
	font-size:9pt;
	text-transform:capitalize;
	font-weight:bold;
	color:#ffffff;
	padding:4px 0px 0px 0px;
	height:20px;
	text-align:center;
	vertical-align:middle;
}
.BlueSectionId
{
	margin: 4px 0px 4px 0px;
	background-color:#315ac0;
	font-size:9pt;
	text-transform:capitalize;
	font-weight:bold;
	color:#ffffff;
	padding:4px 0px 0px 0px;
	height:20px;
	text-align:center;
	vertical-align:middle;
}
/*#search_container
{
	width:1080px;
	height:33px;	
	background: url(images/eusa_03.gif) repeat-x;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#search_container input
{	
	width:200px;
	margin:0px;
	margin-top:3px;
	padding: 0px 4px 0px 0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#3c4a6d;
	border:solid 1px #97021d;
}
#search_container .button
{
	width:70px;
	margin:0px;
	margin-bottom:3px;	
	height:18px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: url(images/bg-button-search.gif) repeat-x;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#3c4a6d;
	text-align:center;
	vertical-align:middle;
}
#search_container a
{
	margin:0px;
	padding: 0px 14px 0px 14px;
	vertical-align:middle;
	text-decoration: none;
	color:#ffffff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
}
#search_container a:hover
{
	margin:0px;
	padding: 0px 14px 0px 14px;
	vertical-align:middle;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#f4f4f4;
}
#content_left
{
	width:204px;
	background-color:#f4f4f4;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#3c4a6d;
}
#content_left a
{
	width:202px;
	height:16px;	
	border:solid 1px #bababa;
	vertical-align:middle;
	display:block;
	padding:1px 0px 1px 0px;
	text-decoration: none;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#3c4a6d;
	text-indent:20px;
	background-image: url(images/eusa_06.gif);
	background-repeat:repeat-x;
	background-position:left;
}
#content_left span
{
	height:16px;
	background-color:#f4f4f4;
}
#content_left a:hover
{
	width:202px;
	height:16px;
	border:solid 1px #97021d;
	vertical-align:middle;
	display:block;
	text-indent:20px;
	padding:1px 0px 1px 0px;
	text-decoration: none;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#97021d;
	background-image: url(images/eusa_06.gif);
	background-repeat:repeat-x;
	background-position:left;
}
#content_left div
{
	margin-bottom:1px;
	padding: 5px 0px 5px 0px;
	width:204px;
	font-size: .9em;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent:10px;
	color:#ffffff;
	background-color:#97021d;
	background-image: url(images/eusa_downred.jpg);
	background-position:right;
	background-repeat:no-repeat;
	vertical-align:middle;
}
#content_left h4
{
	font: 0.6em Verdana, Helvetica;
	font-weight: bold;
	color:#CCCCCC;
	font-weight:bold;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#content
{
	width:681px;
	background-color:#ffffff;
	padding-left:4px;
	padding-right:4px; 
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#3c4a6d;
}
.content_text
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#3c4a6d;
}
#content_right
{
	background-color :#dedede;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
#content_right hr
{
	color:#000000;
	height:1px;
}
#content_right div
{
	width:188px;	
	margin-bottom:1px;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent:10px;
	color:#ffffff;
	background-color:#3c4a6d;
	background-image: url(images/expand_blue.jpg);
	background-position:right;
	background-repeat:no-repeat;
	vertical-align:middle;
}
#content_right a
{
	padding-bottom:3px;
	text-indent:20px;
	display:block;
	background-color:#dedede;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	
}
#content_right a:hover
{
	text-decoration:underline;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

#span_newsitem
{
	border:solid 1px black;
	padding:4px;
}
*/