*	{
	margin: 0;
	padding: 0;
	}
html, body	{
	height: 100%;
	}
body	{
	line-height: 0;
}
#toprightHeader {
    position:absolute;
    left: 80%;
     top: 0;
     height: 100px;
     font-size:12px;
     color: #FFFFFF; 
}
.toprightHeader a:link, a:active, a:visited
  {
  color: #FFFFFF;
  text-decoration: none;
  }
.toprightHeader a:hover
  {
  color: #FFFFFF;
  text-decoration: underline;
  }
.error {
	color: #ff0000;
}
 
.errorblock {
	color: #000;
	background-color: #ffEEEE;
	border: 3px solid #ff0000;
	padding: 8px;
	margin: 16px;
}


#iframe_mainContent {
    height: 100%;
    width: 100%;
}

#maincontentDiv {
    position: fixed;
    top: 240px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#banner
{
	width:100%;
	min-width:600px;
	z-index:900;
}

#searchMenu{
	position: absolute;
	top: 80px;
	right:0px;
	height: 20px;
	min-width:240px;
	font-size:12px;
	color: #FFFFFF;
	z-index: 999;
}
#searchPage1{
 z-index:2;

}


a.gridUrl {
	text-decoration: underline;
	font-size: 9pt;
	border-color: white;
	color: #355486;
}

a.gridUrl:hover {
	color: #3366CC;
	text-decoration: underline;

}
#bannerMenu{
background-color: #5c9ccc;
position: relative;
z-index: -1;
padding: 13px;
margin: 0;
top: -19px;
background-repeat: repeat;
line-height: 2;


}

#ajaxLoad {
   	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center; 
	display: table-cell; vertical-align: middle;
    padding-top:5px;
	padding-bottom:10px;
	padding-right:50px;	
	padding-left:50px;
    width: 40%;
    margin: 0 auto;    
}



#pageAlert {
    background-position: left top;
    background-repeat: no-repeat;
    color: #333333;
    font-family: "Verdana","Helvetica",sans-serif;
    font-size: 10px;
    padding: 0 5px 0 40px;
    display: inline-block;
   	margin-left: auto ;
  	margin-right: auto ;
}

#pageAlert h3 {
    font-family: "Arial","Helvetica",sans-serif;
    font-size: 12px;
    margin: 8px 0;
}
#pageAlert p {
    color: #333333;
    margin: 10px 0;
}
#pageAlert ul {
    margin: 1em;
}
#pageAlert li {
    margin-left: 1em;
}
#pageAlert a:link, #pageAlert a:visited {
    font-weight: normal;
    text-decoration: underline;
}
#pageAlert.subTitle {
    margin-top: -1em;
}
#pageAlert.subNav {
    margin-bottom: 2em;
}

#notification{
	width: 100%;
}

#pageNotification {
    background-position: left top;
    background-repeat: no-repeat;
    color: #333333;
    font-family: "Verdana","Helvetica",sans-serif;
    font-size: 10px;
    padding-top:5px;
	padding-bottom:10px;
	padding-right:50px;	
	padding-left:50px;
    text-align: left;
    width: 60%;
    margin: 0 auto;    
}

#pageNotification h3 {
    font-family: "Arial","Helvetica",sans-serif;
    font: 16px Helvetica, sans-serif;
    margin: auto;
    width: 100%;
}
#pageNotification p {
    color: #333333;
  	width: 100%;
  	margin: auto;
  	font: 14px Helvetica, sans-serif;
}
#pageNotification ul {
    margin: 1em;
    font: 14px Helvetica, sans-serif;
}
#pageNotification li {
    margin-left: 1em;
}
#pageNotification a:link, #pageNotification a:visited {
    font-weight: normal;
    text-decoration: underline;
}
#pageNotification.subTitle {
    margin-top: -1em;
}
#pageNotification.subNav {
    margin-bottom: 2em;
}
.pageSpecialAlert {
    background: url("../images/bg_warning.gif") repeat scroll 0 0 #FFFFEE;
    border: 1px solid #333333;
}
.pageSpecialAlert h3 {
    color: #FF3300;
    text-align:left;
}
.pageSpecialAlert ul {
    list-style: url("../images/wrench.png");
}
.pageWarning {
    background: url("../images/bg_warning.gif") repeat scroll 0 0 #FFFFEE;
    border: 1px solid #FF9900;
}
.pageWarning h3 {
    color: #EE8517;
}
.pageConfirm {
    background: url("../images/bg_confirm.gif") repeat scroll 0 0 #DFFDE5;
    border: 1px solid green;
}
.pageConfirm h3 {
    color: green;
}
.pageInfo {
    background: url("../images/bg_info.gif") repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    margin: 1em 0 2em;
}
.pageInfo h3 {
    color: #333333;
}
.pageError {
    background: url("../images/bg_error.gif") repeat scroll 0 0 #FFEEEE;
    border: 1px solid #CC0000;
}
.pageError h3 {
    color: #CC0000;
}


