/* Skin Specific CSS Layouts*/

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #c46a48;
}

.skinmaster {
	height: 60%;
	border: 1px solid #000000;	
	background-color: #e8f2f4;
	margin-top: 30px;
	width: 700px;
}

.bottomblock {
	background-color: #9dc8d1;
	color: #ffffff;
	font: 12px/50px Arial, Helvetica, sans-serif;
	height: 10px;
	align: center;
}

.skingradient { 
	/* height:130px; */
}

.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #009ee1;
	border-bottom: #000000 1px solid;
	height: 25px;
}

H1
{
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #c46a48;
}

H2
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #c46a48;
}

.Normal, .NormalDisabled
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.Head {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #c46a48;
}