﻿body 
{
	background-color:#435c75;
	margin-top:0px;
	margin-left:0px;
	font-size: 12px; 
	color: #323947; 
	letter-spacing: 0px; 
	font-family:Verdana;
}
.footer
{
	font-size: 11px; 
	color: #597393; 
	letter-spacing: 0px; 
	text-decoration: none;
}
.searchinput
{
	width:105px;
	border: solid 1px #597393;
	font-size: 10px; 
	color: #597393; 
	letter-spacing: 0px; 
}

a 
{
	font-size: 12px; 
	color: #3E5B9E; 
	letter-spacing: 0px; 
	text-decoration: underline;
}

a:visited 
{  
	font-size: 12px; 
	color: #3E5B9E; 
	text-decoration: none;
	letter-spacing: 0px
}

a:link 
{  
	font-size: 12px; 
	color: #3E5B9E; 
	text-decoration: none; 
	letter-spacing: 0px
}

a:hover 
{  
	font-size: 12px; 
	color: #3E5B9E; 
	text-decoration:underline;
	letter-spacing: 0px
}

.pageHeader
{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #3E5B9E;
    font-family: Verdana;
}

.pageSubHeader
{
	margin-top:0px;
	margin-left:0px;
	font-size: 12px; 
	color:#3E5B9E;
	letter-spacing: 0px; 
	font-family:Verdana;

}

.footerlink
{
	font-size: 11px; 
	color: #597393; 
	letter-spacing: 0px; 
	text-decoration: none;
}
.footerlink:link
{
	font-size: 11px; 
	color: #597393; 
	letter-spacing: 0px; 
	text-decoration: none;
}
.footerlink:visited
{
	font-size: 11px; 
	color: #597393; 
	letter-spacing: 0px; 
	text-decoration: none;
}
.footerlink:hover
{
	font-size: 11px; 
	color: #597393; 
	letter-spacing: 0px; 
	text-decoration: underline;
}

.redcolor
{
	color:Red;
}

/* jquery modal window */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #forgetPasswordDialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#f7f8f8;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  
  border:1px solid #566d8d;
}

#boxes #exportDialog {
  width:375px; 
  height:360px;
  padding:10px;
  background-color:#f7f8f8;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  border:1px solid #566d8d;
}

#boxes #changePasswordDialog {
  width:400px; 
  height:200px;
  padding:10px;
  background-color:#f7f8f8;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  border:1px solid #566d8d;
}

#boxes #whyDialog {
  width:375px; 
  height:200px;
  padding:10px;
  background-color:#f7f8f8;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  border:1px solid #566d8d;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(/images/modal/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(/images/modal/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(/images/modal/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}
#boxes .closeblock{text-align:right;color:#ffffff}
/* end modal */

/*stand expand/collapsed style with border */
.expand-collapsed-border{margin-left:-40px;}
.ie .expand-collapsed-border{margin-left:0px;}
.expand-collapsed-border ul{list-style-type:none;margin:0px;}
.expand-collapsed-border ul li.header{border-bottom:1px solid #e8e7e7;clear:both;height:36px;margin-bottom:0px;width:594px;}
.expand-collapsed-border ul li div.top-left{float:left;background:url("/images/layout/box-styles/round-box-corner-sprite.png") 0px 0px no-repeat;width:5px;height:36px;}
.expand-collapsed-border ul li div.top-center{float:left;background:url("/images/layout/box-styles/round-box-center.png") repeat-x;height:36px;}
.expand-collapsed-border ul li div.top-center.child{width:584px;}
.expand-collapsed-border ul li div.top-right{float:left;background:url("/images/layout/box-styles/round-box-corner-sprite.png") -5px 0px no-repeat;width:5px;height:36px;}
.expand-collapsed-border ul li h2{float:left;font-size:13px;margin-top:15px;color:#004f92;padding-left:10px;padding-bottom:5px;}
.expand-collapsed-border ul li div.top-center span {margin-top:19px;}
.expand-collapsed-border ul li h2:hover{color:#019bdb;cursor:pointer}
.expand-collapsed-border ul li h2.expanded{color:#009bdd;}
.expand-collapsed-border ul li h2.collapsed{color:#004f92}
.expand-collapsed-border ul li h3{font-size:12px;margin-bottom:5px;}
.expand-collapsed-border ul li{padding:0px;font-size:11px;}
.expand-collapsed-border ul li.content{width:562px;font-size:11px;margin-top:-13px;padding:15px 15px 15px 15px;margin-bottom:10px;border-left:1px solid #e8e7e7;border-right:1px solid #e8e7e7;border-bottom:1px solid #e8e7e7}
.expand-collapsed-border ul.bullets{list-style-type:disc;margin-left:40px;margin-top:0px;}
.expand-collapsed-border ul.circle{list-style-type:circle;margin-left:40px;margin-top:0px;}
.ie .spacer{margin-top:-15px;} /*fix ie bug with floats */
.header-expanded{float:left;}
.header-expanded .bottom{margin-bottom:0px;}
.header-expanded-img{float:left;width:8px;height:8px;margin-left:5px;margin-top:2px;margin-right:5px;background:url("/images/buttons/expand-colapse-arrow-sprites.png") 0px 0px no-repeat ;}
.header-collapsed-img{float:left;width:8px;height:8px;margin-left:5px;margin-top:4px;margin-right:5px;background:url("/images/buttons/expand-colapse-arrow-sprites.png") -8px 0px no-repeat ;}
.header-expanded-link,.header-expanded-link:visited,.header-expanded-link:link{color:#666666;font-size:12px;font-weight:bold;text-decoration:none;cursor:pointer;}
.header-expanded-link:hover{color:#009bdd;font-size:12px;font-weight:bold;text-decoration:none;	}
/*for myaccount section */
table td.notes{font-size:10px; font-style:italic;color:#666666;padding:2px;background-color:#ededed}
table td span.notes{font-size:10px; font-style:italic;color:#666666;padding:1px;background-color:#ededed;width:220px;display:inline-block;}
.hide{display:none;}
.floatleft{float:left}
.clear{clear:both}
