﻿body 
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    	background-color: #2824b8;
}

 #container { 
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:1;
} 

a
{
	color:#2824b8;
	text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#header
{
	margin:0px;
	height:192px;
	padding:0px;
}


#mainwrapper
{
	background:#fff url(images/bg.gif) top left repeat-x;
	margin:0px;
	width:998px;
}
#main
{
	margin-left:0px;
	margin-right:0px;
	padding: 0px 10px 15px 10px;
}


#subtitle
{
	margin-top: 0px;
	margin-left: 100px;
	color: #c5c5c5;
	font-size: 1.3em;
	font-family: Arial,Helvetica;


}

#loginbox
{
	padding:40px;
}

#loginboxwrapper
{
	background:url(images/login.png);
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	margin-left:0px;
	height:225px;
	width:240px;
}
#leftbox
{
	float:left;
	margin:15px;
}
th
{
    vertical-align:top;
}
td
{
    vertical-align:top;
}
h1
{
	color: #646464;
	font-size: 2em;
	font-family: 'New Century Gothic', Helvetica, 'Arial Rounded MT Bold';
	letter-spacing: 110%;
	margin-bottom: 3px;
	padding: 2px;
}

h2 {
	color: #646464;
	font-size: 1.5em;
    line-height: normal;
    font-style: normal;
    font-family: 'New Century Gothic', Helvetica, 'Arial Rounded MT Bold';
    font-variant: normal;
}

h3 {
	color: #646464;
	font-size: 1.0em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}


img { border: 0px; }
hr { color: #ccc; height: 1px; }
table { font-size: 100%; }
.codeblock 
{
	color: #73880A; 
	font: 100% "Courier New", Courier, monospace; 
	padding:20px;
	margin:20px;
	border-left:1px solid #666666; 
}
form { margin: 0px; padding: 0px; }
input, select 
{
    font-size: 9pt;
    font-family: 'Lucida Sans';
    border:1px solid #c5c5c5;
    
    }
textarea
{
    font-size: 9pt;
    font-family: 'Lucida Sans';
    border:1px solid #c5c5c5;
    height: 164px;
    width: 292px;
}


#footer {
	text-align:center;
	font-size:.7em;
	color:#888;
	padding-top:1em;
	padding-bottom: 15px;
	bottom:0;
	border-top:0px solid whitesmoke;
	margin:10px 0px 0px 0px;
	float:none;
	clear: both;
	background:  #faf9e4 url(images/footer.gif) no-repeat top ;
}

.pagesummary
{
	font-size: 0.9em;
	color: #000000;
	bottom: 0;
	font-style: italic;
	font-family: arial;
	margin-bottom:15px;
}

.lastupdated
{
	font-size: 0.8em;
	color: dimgray;
	padding-top: 1em;
	bottom: 0;
	border-top: 1px solid whitesmoke;
	margin-top: 20px;
	font-style: italic;
	font-family: arial;
	font-weight: bold;
	clear:both;
}
.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}

.headlinks
{
	color:black;
	font-weight:bold;
	font-size:small;
}

.menuStyle
{
    background-image: url(images/menu_back.gif);
    background-repeat: repeat-x ;
    border: solid 1px #c6c5aa ;
    height: 27px;
    margin: 0px;
    width: 100%;
    text-align: center;
}
   


.menuItem
{
    text-align: center;
    color: #353535;
    font-family: Arial, Helvetica ;
    font-weight: bold;
    padding: 6px 5px 2px 5px ;
    border-left:  none 0px #9a9a9a ;
    height: 27px;
    margin: 0px;
}

.dynamicItem
{
     border: solid 1px #c6c5aa ;
     padding: 0px 5px 0px 5px;
     font-weight: bold;
     margin: 1px 0px 0px 0px;
     width: 200px;
     text-align:center;
}

.footerlink
{
    font-family: Arial, 'Arial Rounded MT Bold', Veranda;
    letter-spacing: 105%;
    color:#888;
    font-size: 1.1em;
    font-weight:bold;

}