﻿body,td,div 
{
  font-family:  tahoma;
	font-size: 12px;
	color: #666666;
	margin:0px 0px 0px 0px;
}
.line{
  width:700px;height:1px; background-color:#76ABD9; margin-left:20px; margin-top:15px; margin-bottom:15px;
}

.inputbox
{ font: 11px Tahoma;
  color:#00458B;
  background-color: #FFFFFF;
  border:solid 1px #D4D4D4;
  width:250px;
}

.formbutton{
cursor:pointer;
border: none 1px #000000;
font: 11px Tahoma,;
color:#FFFFFF;
font-weight: bold;
font-size:11px;
padding: 1px 2px;
background:url(images/buttonbg.jpg) repeat-x center left;
height:20px;
}

.HeaderTopColor{
  background-color:#00458B;
}

#RootContainer{background: #FFFFFF url(images/bgTop_brown.jpg) repeat-x top;}
#LogoDiv{background:#FFFFFF url(images/bg_top.gif) repeat-x top;}
#Logo{
  background-image:url(images/logo_am.gif);
  margin-left:20px;
  width:440px;
  height:60px;
}

#FooterBar1{
   height:20px;
   background-color:#D1D0B6;
}
#FooterBar2{
  height:25px;
  background-color:#00458B;
}
.footerText{
	color: #FFFFFF;
	text-decoration: none;
}

.footerBar2Right{
  background-image:url(images/bg_bottom.gif);
  background-position:center;
  background-repeat:no-repeat;
}

.subtitle-black {
    font-family:  tahoma;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.subtitle-blue {
    font-family:  tahoma;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00458B;
	text-decoration: none;
}
.title-black {
    font-family:  tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.title-blue {
    font-family:  tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00458B;
	text-decoration: none;
}

 .updateProgress {
            border-width:1px; 
            border-style:solid; 
            background-color:#CCCCCC; 
            position:absolute; 
            width:130px; 
            height:50px;    
        }
 .updateProgressMessage {
            margin:3px; 
            font-family:tahoma MS; 
            font-size:small; 
            vertical-align: middle;
        }
.background {
            background-color:gray; 
            filter:alpha(opacity=10); 
            opacity:0.1; 
        }   