table {
	table-layout: fixed;
}

div.W3Skin-ManageResize 
{
	width:100%;
	height:100%;
	min-width: 900px;
	min-height: 500px;
	width: expression(document.body.clientWidth > 900 ? "100%" : "900px");
	height: expression(document.body.clientHeight > 600 ? "100%" : "600px");
}

td.W3Skin-Logo 
{
	height: 216px;
	width: 205px;
}

td.W3Skin-StretchyTop {
	height: 130px;
	background-image: url(images/W3Skin_Top1px.gif);
	background-repeat: repeat-x;
	background-color: white;
}

td.W3Skin-Title {
	width: 639px;
	height: 130px;
}

td.W3Skin-TopPane {
	height:100%;
	width:100%;
	overflow: hidden;
}

td.W3Skin-FixedRight {
	width: 65px;
	height: 86px;
}

td.W3Skin-StretchyLeft {
	width: 64px;
	background-image: url(images/W3Skin_Left1px.gif);
	background-repeat: repeat-y;
	background-color: white;
}

td.W3Skin-StretchyRight 
{
	width: 65px;
	background-image: url(images/W3Skin_Right1px.gif);
	background-repeat: repeat-y;
	background-color: white;
}

td.W3Skin-StretchyBottom {
	height:23px;
	background-image: url(images/W3Skin_Bottom1px.gif);
	background-repeat: repeat-x;
	background-color: white;
}

div.W3Skin-Menu 
{
	overflow:visible;
	background-color: Aqua;
}

div.W3Skin-LeftPaneHeader {
	width: 100%;
	height:26px;
	overflow: hidden;
}

div.W3Skin-CentrePaneHeader {
	width: 100%;
	height:26px;
	overflow: hidden;
}

div.W3Skin-RightPaneHeader {
	width: 100%;
	height:26px;
	overflow: hidden;
}

div.W3Skin-LeftPane 
{
	width:100%;
	overflow: hidden;
}

div.W3Skin-CentrePane {
	overflow: hidden;
}

div.W3Skin-RightPane {
	width: 100%;
	overflow: hidden;
}

div.W3Skin-Footer {
	width: 100%;
	height: 26px;
	text-align: center;
}

td.W3Skin-BottomLeft {
	width:64px;
	height:23px;
}


td.W3Skin-BottomRight {
	width:65px;
	height:23px;
}

/*page*/
html,body{background:#ffffff;height:100%;}

/*text*/
.normal,div,span,p,td,th,li,a{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#185ca0;}
.head,.subhead{font-family:Verdana, Arial, Helvetica, sans-serif;color:#185ca0;}
.head{font-size:16px;font-weight:bold;color:#185ca0;}

/*links & buttons*/
a:link{color:#185ca0;text-decoration:underline;}
a:visited{color:#185ca0;text-decoration:underline;}
a:hover{color:#185ca0;text-decoration:none;}
a:active{color:#185ca0;text-decoration:none;}

.StandardButton{background:#CCC;border:1px #CCC outset;padding:5px;}

a.CommandButton{font-size:12px;font-weight:bold;}
.controlpanel a.CommandButton{font-size:10px;}
a.CommandButton:link{color:#C00;text-decoration:none;}
a.CommandButton:visited{color:#C00;text-decoration:none;}
a.CommandButton:hover{color:#C00;text-decoration:underline;}
a.CommandButton:active{color:#C00;text-decoration:underline;}

