/* Panel styles - including borders if applicable */

TABLE.content
{
	height:98%;
	width:100%;
}
TD.main_section
{
	height:100%;
	width:100%;

}
TABLE#layout_rows
{
	height:100%;
	width:100%;
}
TD#main_cell_top
{
	height:110px;
}
TABLE#main_row_top
{
	height:110px;
	width:100%;

}
TD#main_cell_middle
{
}

TABLE#main_row_middle
{
	height:100%;
	width:100%
}
TABLE#main_row_bottom
{
	height:60px;
	width:100%
}
/* - Disables up to next section (end comment not required)

/* - Disables up to next section (end comment not required)
/*Top Left Panel*/
td.cornertopleft_panel
{
	width: 226px;
	height:110px;
}
div.cornertopleft_panel
{
	width: 226px;
	height:110px;
	
}

/* - Disables up to next section (end comment not required)
/*Top Centre Panel*/
div.topbanner_panel
{
	height:110px;
}
div.topbanner_panel
{
	font-size: x-small;
	vertical-align: middle;
	color: #f0ffff;
	font-family: Verdana, Arial;
	height: 100%;
	text-align: center;
	text-decoration: none;
}
div.topbanner_panel IMG
{
	vertical-align:middle;
}
div.topbanner_panel A
{
	color: #000099;
	text-decoration:none;
}
div.topbanner_panel A:hover
{
	color: #000099;
	text-decoration:underline;
}
div.topbanner_panel A:visited
{
	color: #000099;
}

/* - Disables up to next section (end comment not required)
/*Top Right Panel*/
TD.cornertopright_panel 
{
	width:110px;
	height:110px;
	vertical-align:middle;
}
div.cornertopright_panel 
{
	width:110px;
	height:110px;
	text-align:center;
	vertical-align:middle;
}
div.cornertopright_panel A, div.cornertopleft_panel A
{
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #000099;
	text-decoration: none;
}
div.cornertopright_panel A:visited
{
	color: #000099;

}
div.cornertopright_panel A:hover
{
	text-decoration: underline;
}

/* - Disables up to next section (end comment not required)
/*Left Panel*/
TD.left_panel
{
    width:160px;
}
div.left_panel
{
    width:160px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow: auto;
	height: 100%;
	text-align: left;
    scrollbar-base-color:#ededFF;
}

/* - Disables up to next section (end comment not required)
/*Main Panel*/
td.main_panel
{
	height: 100%;
	width: 100%;
}
div.main_panel
{
	padding-right: 15px;
	border-top: #c0c0c0 thin dotted;
	padding-left: 15px;
	font-size: x-small;
	padding-bottom: 15px;
	width: 100%;
	color: black;
	padding-top: 15px;
	border-bottom: #c0c0c0 thin dotted;
	font-family: Verdana, Arial;
	SCROLLBAR-BASE-COLOR: #ededff;
	height: 100%;
}
 .main_panel H1
 {
	color: #000000;
	font-size:10pt;
	font-weight:bold;
 }
 .main_panel H2
 {
	color: #000000;
	font-size: 8pt;
	font-weight:bold;
 }
.main_panel A
{
	color: #000099;
	text-decoration: none;
}
.main_panel A:visited
{
	color: #000099;
	text-decoration: none;
}
.main_panel A:hover
{
	text-decoration: underline;
}
.main_panel HR
{
	clear:both;
}
/* - Disables up to next section (end comment not required)
/*Right Panel*/
TD.right_panel
{
	width:110px;
	text-align:center;
}
div.right_panel
{
	width:110px;
	height:100%;
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 2px; 
	margin-top: 2px;
	border-left: 3px #CCCCFF dotted; 
	padding:5px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-align:center;
}
.right_panel H1
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:x-small;

}
/* - Disables up to next section (end comment not required)
/*Bottom Left Panel*/
TD.cornerbottomleft_panel
{
    width:150px;
	height:60px;
}
div.cornerbottomleft_panel
{
    width:150px;
	height:60px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-family: Verdana, Arial;
}
.cornerbottomleft_panel A
{
	font-size: 12px;
	color: #000099;
	text-decoration:none;
}
.cornerbottomleft_panel A:visited
{
	color: #000099;
}
.cornerbottomleft_panel A:hover
{
	text-decoration:underline;
}

/* - Disables up to next section (end comment not required)
/*Bottom Centre Panel*/
TD.footer_panel
{
	width: auto;
	height:60px;
}
DIV.footer_panel
{
	padding-top: 20px;
	width: 100%;
	height:60px;
	text-align: center;
	text-decoration: none;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial;
}
DIV.footer_panel A
{
	color:#000099;
}
DIV.footer_panel A:visited
{
	color:#000099;
}
/* - Disables up to next section (end comment not required)
/*Bottom Right Panel*/
TD.cornerbottomright_panel
{
	width:110px;
	height:60px;
}
div.cornerbottomright_panel
{
	padding:5px;
	width:100%;
	height:100%;
}

/* end */