﻿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:310px;
  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;
}

/* end modal */