﻿html, body, form
{
    margin: 0;
	padding: 0;
	/*overflow: hidden;*/
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/html-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	
}
#PageWrap1
{
}
#PageWrap2
{
}
#PageWrap3
{
    width: 600px;
    margin: auto;
    padding-top: 150px; /*border: solid 1px red;*/
}
#LoginBoxWrap2
{
}
#LoginBoxTitle
{
    background-image: url(../Images/login-bg-logobar.gif);
}
#LoginBox
{
    background-image: url(../Images/login-bg-bottom.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 300px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.LoginMessage
{
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
}
#LoginFooter {
   /*padding-left: 5px;*/
   padding-top: 10px;
   /*position:absolute;
   bottom:0;
   width:100%;*/
   height:30px;   /* Height of the footer */
   text-align: center;
  
}
/*Type (font sizes, etc)
_____________________________________________________________________________________________*/

body, table, td, th, p {
	font-family: "Segoe UI", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a, a:link, a:visited { color:#b75b15;}

#MainContentHeader h1 { color:#b75b15; font-size: 21px; line-height: 48px; padding-left: 20px; margin:0;}
#Header #Logo .SuiteTitle {
	color: white;
	font-size: 14px;
	margin-top: 29px;
	vertical-align: bottom;
	display:block;  float:left; 

}
#Header #Logo img { float:left;}
#Login { color: white;}
#Login a:link, #Login a:visited { padding-left: 10px; color: white; font-weight: bold; text-decoration: none;}
#Login a:hover { text-decoration: underline;}
#Login a img { border: none; padding-left: 10px;}
#Login img.LoginLock {margin-left: 10px;}

#SubNav a:link, #SubNav a:visited { color: #b75b15; font-weight: bold; padding-left: 10px; padding-right: 10px; text-decoration: none;}
#SubNav a:hover {text-decoration: underline;}

/*Common
_____________________________________________________________________________________________*/
a img { border:none;}
