/* Panel styles - including borders if applicable */

/* - Disables up to next section (end comment not required)
/* Edges */
div.edge_topleft
{
	width: 26px;
	height: 30px;
}
td.edge_topleft
{
	background-image: url(/images/web_edges_01.gif);
	width: 26px;
	height: 30px;
}
div.edge_topcenter
{
	height: 30px;
}
td.edge_topcenter
{
	background-image: url(/images/web_edges_02.gif);
	height: 30px;
}
div.edge_topright
{
	width: 13px;
	height: 30px;
}
td.edge_topright
{
	background-image: url(/images/web_edges_03.gif);
	width: 13px;
	height: 30px;
}
div.edge_middleleft
{
	width: 26px;
	height: 100%;
}
td.edge_middleleft
{
	background-image: url(/images/web_edges_04.gif);
	width: 26px;
	height: 100%;
}
div.edge_middleright
{
	height: 100%;
	width: 13px;
}
td.edge_middleright
{
	height: 100%;
	width: 13px;
	background-image: url(/images/web_edges_06.gif);
}
td.edge_bottomleft
{
	height: 16px;
	width: 26px;
	background-image:url(/images/web_edges_07.gif);
}
div.edge_bottomleft
{
	height: 16px;
	width: 26px;
}
td.edge_bottomcenter
{
	height: 16px;
	background-image:url(/images/web_edges_08.gif);
}
div.edge_bottomcenter
{
	height: 16px;
}
td.edge_bottomright
{
	height: 16px;
	width: 13px;
	background-image:url(/images/web_edges_09.gif);
}
div.edge_bottomright
{
	height: 16px;
	width: 13px;
}

TABLE.content
{
	height:100%;
	width:100%;
}
TD.main_section
{
	height:100%;
	width:100%;

}
TABLE#layout_rows
{
	height:100%;
	width:100%;

}
TD#main_cell_top
{
	height:130px;
}
TABLE#main_row_top
{
	height:130px;
}
TD#main_cell_middle
{
}

TABLE#main_row_middle
{
	height:98%;
}
/* - Disables up to next section (end comment not required)
/*Top Left Panel*/
td.cornertopleft_panel
{
	height:130px;
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
	padding-top:0px;
	vertical-align:top;
}
div.cornertopleft_panel
{
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
	padding-top:0px;
	width:100%;
	height:100%;
	vertical-align:top;
}

/* - Disables up to next section (end comment not required)
/*Top Centre Panel*/
div.topbanner_panel
{
	font-size: x-small;
	width: 10px;
	height:130px;
	color: #f0ffff;
	font-family: Tahoma, Arial;
	text-align: center;
	text-decoration: none;
}
div.topbanner_panel TD
{
	color: #000000;
}
div.topbanner_panel NOBR
{
	color: #000000;
}
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:100%;
	height:130px;
	text-align:right;	
	padding-right:5px;
}
div.cornertopright_panel 
{
	width:100%;
	height:130px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
div.cornertopright_panel TABLE TR TD
{
	text-align:center;
}
div.cornertopright_panel A
{
	font-size: 15px;
	font-family:  Arial;
	color: #8a00ff;
	text-decoration: none;
}
div.cornertopright_panel A:visited
{
	color: #8a00ff;

}
div.cornertopright_panel A:hover
{
	text-decoration: underline;
}

/* - Disables up to next section (end comment not required)
/*Left Panel*/
td.left_panel
{
	height: 100%;
	width: 150px;
}
div.left_panel
{
	height: 100%;
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
    scrollbar-base-color:#ededFF;
}

/* - Disables up to next section (end comment not required)
/*Main Panel*/
td.main_panel
{
	width: 100%;
	height: 100%;
}
div.main_panel
{
	height: 100%;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 8pt;
	font-family: Tahoma, Arial; 
	padding-bottom: 15px;
	color: #000000;
	border-bottom: dotted thin #8a00ff;
	border-top: dotted thin #8a00ff;
	padding-top: 15px;
	SCROLLBAR-BASE-COLOR: #8a00ff;
	/*position: absolute;*/
}
 .main_panel H1
 {
	color: #000000;
	font-size:10pt;
	font-weight:bold;
 }
 .main_panel H2
 {
	color: #000000;
	font-size: 8pt;
	font-weight:bold;
 }
.main_panel TD
{
	font-size: 8pt;
	
	color: black;
}
.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:100px;
}
div.right_panel
{
	width:100px;
	margin-top: 2px;
	padding:5px; 
	margin-bottom: 2px; 
	font-family: Tahoma, Arial; 
	font-size: 10px;
	margin-left:5px;
}
.right_panel TD
{

	text-align:center;
}
.right_panel H1
{
	font-family: Tahoma, Arial; 
	font-size:x-small;

}
/* - Disables up to next section (end comment not required)
/*Bottom Left Panel*/
TD.cornerbottomleft_panel
{
	width:150px;
	height:100%;
}
div.cornerbottomleft_panel
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-family: Tahoma, Arial;
	width:150px;
	height:100%;
}
.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:100%;
}
div.footer_panel
{
	padding-top: 20px;
	width: 100%;
	height:100%;
	text-align: center;
	text-decoration: none;
	font-size: 8pt;
	color: black;
	font-family: Tahoma, Arial;
	text-align: center;
	text-decoration: none;
}
.footer_panel A
{
	color:#000099;
}

/* - Disables up to next section (end comment not required)
/*Bottom Right Panel*/
div.cornerbottomright_panel
{
	padding:5px;
	width:100%;
	height:100%;
}

/* end */