BODY {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; OVERFLOW: hidden; PADDING-TOP: 0px; font-family: verdana;
}
DIV {
    PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
#sidebar-right {
	WIDTH: 100%; LEFT: 0px; MARGIN: 0px; POSITION: absolute; TOP: 160px; BOTTOM: 0px; overflow: auto;
    height: expression(document.body.clientHeight - (150) + "px");
	width: expression(document.body.clientWidth * 1 + "px");
}
#sidebar-internet {
	WIDTH: 100%; LEFT: 0px; MARGIN: 0px; POSITION: absolute; TOP: 165px; BOTTOM: 0px; overflow: auto;
    height: expression(document.body.clientHeight - (150) + "px");
	width: expression(document.body.clientWidth * 1 + "px");
}
#header {
	WIDTH: 101%; LEFT: 0px; MARGIN: 0px; POSITION: absolute; TOP: 55px; BOTTOM: 0px; overflow: auto; 
    height: expression(document.body.clientHeight - (55) + "px");
	width: expression(document.body.clientWidth * 1.01 + "px");
}
#internetHeader {
	WIDTH: 101%; LEFT: 0px; MARGIN: 0px; POSITION: absolute; TOP: 75px; BOTTOM: 0px; overflow: auto; 
    height: expression(document.body.clientHeight - (55) + "px");
	width: expression(document.body.clientWidth * 1.01 + "px");
}
big.SectionLabel{
	color: Black;
    font-size: 85%;
    font-weight : bold;
}
big.Data{
	color: Black;
	font-size: 75%;
}
big.Example{
	color: Maroon;
    font-size: 70%;
}

table.validationBox {
	font-family: verdana;
	font-size: 9pt;
	position:relative;
	width:550px;
	background-color: #EFF3F5;
	border-top: 1px solid #C3C8CB;
	border-bottom: 2px ridge #C3C8CB;
	border-right: 2px ridge #C3C8CB;
	border-left: 1px solid #C3C8CB;
	text-align: center;
}

/* custom alert box */
#alertContainer {
	font-family: verdana;
	font-size: 9pt;
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
}
 
#alertBox {
	font-family: verdana;
	font-size: 9pt;
	position:relative;
	width:550px;
	min-height:80px;
	margin-top:80px;
	background-color: #EFF3F5;
	border-top: 1px solid #C3C8CB;
	border-bottom: 2px ridge #C3C8CB;
	border-right: 2px ridge #C3C8CB;
	border-left: 1px solid #C3C8CB;
}
 
#alertContainer > #alertBox {
	position:fixed;
}
 
#alertBox h1 {
	margin:0;
	font:bold 0.9em verdana;
	background-image: url('../images/tabbarMenu.png');
	background-position: 1800px;
	background-repeat: repeat-x;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}
 
#alertBox #button {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	
	border-top: 1px solid #C3C8CB;
	border-bottom: 2px ridge #C3C8CB;
	border-right: 2px ridge #C3C8CB;
	border-left: 1px solid #C3C8CB;
	font:0.7em verdana;
	text-transform:uppercase;
	text-align:center;
	color: black;
	background-color: #e2e2e2;
	text-decoration:none;
}
/* end custom alert box */
