body {
	margin-top:0;
	margin-left:5px;
	margin-bottom:0;
	margin-right:5px;
	width:99%;
}
html>body {
	margin-top:0;
	margin-left:5px;
	margin-bottom:0;
	margin-right:5px;
	width:99%;
}
html>body #header {
	margin:0;
	position:relative;
}
/* content \*/
* html #content {
	height: 1%;
}
/* content */
#content {
	margin:0;
	position:relative;
}
html>body #content {
	position:relative;
	margin:0;
}
/* allcontent \*/
* html #allcontent {
	height: 1%;
}
/* allcontent */
#allcontent {
	margin:0 10px;
	position:relative;
}
html>body #allcontent {
	position:relative;
	margin:20px 5px;
}
#left_content, #right_content {
	font-weight:normal;
    font-size:12px;
    color:#333;
    font-family:verdana, tahoma, arial, sans-serif, times;
}
#middle_content {
	left:0;
	top:0;
	float:left;
	margin-right:0;
	margin-bottom:5px;
	width:100%;
}
html>body #middle_content {
	width:100%;
}
#left_content, #right_content {
	font-weight:normal;
    font-size:12px;
    color:#333;
    font-family:verdana, tahoma, arial, sans-serif, times;
}
#left_content {
	left:0;
	top:0;
	float:left;
	margin-right:2px;
	width:18%;
}
#right_content {
	right:0;
	top:0;
	float:right;
	margin-left:2px;
	width:81%;
}
#nextBox {
	border:1px solid #9dacbf;
	font-weight:bold;
    font-size:12px;
    color:#121212;
    font-family:verdana, tahoma, arial, sans-serif, times;
}


/* Table header */
div.topFilled, th { 
	background-color:#9dacbf;
	margin-bottom:5px;
	padding:2px 5px;
	font-weight:bold;
    font-size:12px;
    color:#fff;
    font-family:verdana, tahoma, arial, sans-serif, times;
	text-align:center;
}

/* Scroll bar for table*/
.scroll {
	height:130px;
	overflow:auto;
	padding:5px;
}
div.scroll table {
	padding:0px 5px 5px 5px;
	width:95%;
}

/* Tool tip on mouse over */
.description {
    position:absolute;
    visibility:hidden;
	z-index:1;
}
.toolTip {
	width:200px;
	border:2px double #95B3CE;
	background-color:#D2E4FC;
	border-style:double;
	font-weight:normal;
    font-size:10px;
    color:#006;
    font-family:verdana, tahoma, arial, sans-serif, times;
}

/* Box */
.box { 
	float:left; 
	width:260px; 
	height:200px; 
}
.boxContent { 
	float:left; 
	width:240px; 
	height:180px; 
	padding:10px;
}
#boxContainer { 
	position:relative; 
	background-color:#C3C3C3;
	margin:4px; 
} 
#boxContent_RightBottom { 
	position:relative; 
	left:-3px; 
	top:-3px; 
	border:none; 
	background:#F1F1F1;
	border:1px solid #aaa;
}
#boxContent_LeftBottom { 
	position:relative; 
	right:-3px; 
	top:-3px; 
	border:none; 
	background:#F1F1F1;
}
#boxContent_LeftTop { 
	position:relative; 
	right:-3px; 
	bottom:-3px; 
	border:none; 
	background:#F1F1F1;
}
#boxContent_RightTop { 
	position:relative; 
	left:-3px; 
	bottom:-3px; 
	border:none; 
	background:#F1F1F1;
}
