/* 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: 770px;
}

.bottomblock {
	background-color: #9dc8d1;
	color: #ffffff;
	font: 12px/50px Arial, Helvetica, sans-serif;
	height: 10px;
	align: center;
}

.skingradient { 
	/* height:130px; */
}


.MainMenu_MenuContainer
{
	background-color: #ffffff;
}

.MainMenu_MenuBar
{
	cursor: pointer;
	height: 25px;
	background-color: #ffffff;
}

.MainMenu_Separator {
	background-color: #ffffff;
	color: #b30106;
	height: 25px;
	/*
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
   */
}

.MainMenu_MenuItem
{
	cursor: pointer;
	color: #b30106;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #ffffff;
	border-bottom: #000000 1px solid;
	height: 25px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #b30106;
	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;
}

.contentpane {
	width: 610px;
	background-color: transparent;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.leftpane {
	width: 100px;
	background-color: transparent;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}