/* 
For box style 1 (gray header, footer)
*/   

.containermaster-box1
{
/*	background-color:#aab7c6;*/
}
.box1-top-left
{
	background-image:url("images/left-top-box.jpg");
	background-position:top left;
	width:9px;
	background-color:#aab7c6;
	background-repeat:no-repeat;
}
.box1-top-right
{
	background-image:url("images/right-top-box.jpg");
	background-position:top right;
	width:9px;
	background-color:#aab7c6;
	background-repeat:no-repeat;
}
.box1-top-center, .box1-bottom-center
{
	background-color:#aab7c6;
}
.box1-bottom-left
{
	background-image:url("images/left-bt-box.jpg");
	background-position:bottom left;
	width:9px;
	background-color:#aab7c6;
	background-repeat:no-repeat;
}

.box1-bottom-right
{
	background-image:url("images/right-bt-box.jpg");
	background-position:bottom right;
	width:9px;
	background-color:#aab7c6;
	background-repeat:no-repeat;
}
.box1-content
{
	background-color:#d5deeb;
	padding:5px 5px 5px 8px;
	width:100%;
	
}
.box1-top-center .Head
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
	margin-left: 4px;
	padding-left: 4px;
}

.box2-header
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.box2-header .Head
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-left: 3px;
	padding-left: 3px;
	line-height: 18px;
	text-transform:uppercase;
}

/* 
For box style 2 (left menu)
*/ 
.left-menu-title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	background-color:#E6E6E6;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
	margin-left: 4px;
	padding-left: 4px;
	padding-right:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F1F1F1;
	height:25px;
}
.left-menu-title .Head
{
	font-size: 11px;
	color: #990000;
}
.left-submenu-content
{
	width:358px;
}
.left-submenu-content .Normal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.left-submenu-content a.Normal:hover
{
	color:#CC0000;
}
.left-submenu-content td
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	padding: 2px 0px 3px 3px;
	
}
.left-submenu-prefix
{
	width:22px;
	background-color:#D3D3D3;
}
