/*page*/
html, body {
	height:100%;
	text-align: center;
	line-height: 15pt;
}
.skinwrapper{
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	line-height: 130%;
}
.skinheader {
	padding:10px;
}
.skinmenu {
	background-color: #CEB48F;
	width:100%;
}
.skinuser {
	padding:5px;
	text-align:right;
}
.skincontentstable {
}
.leftpane {
	width: 0px;
}

.contentpane {
	/*
	background-image: url(../../bg_content.gif);
	background-repeat: no-repeat;
	background-color: #D6EFF7;
	*/
	background: #D6EFF7 url(../../bg_content.gif) no-repeat top right;
	line-height: 15pt;
	padding-right: 30px;
	padding-left: 30px;	
}
.rightpane {
/*
	background:url(../../bg_right.gif);
	background-repeat: no-repeat;
*/
	background: #D6EFF7 url(../../bg_right.gif) no-repeat 0px 21px; /*top margin 21px*/
	line-height: 15pt;
	padding-right: 30px;
	padding-left: 30px;	
	
	
}
.skinfooter {
	padding:20px;
	text-align:center;
	font-size:11px;
	padding: 10px;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*panes*/
.leftpane {
}
.contentpane {
}
.rightpane {
	background-color: #D6EFF7;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*text*/
.normal, div, span, p, td, th, li, a {
	font-family:Arial;
	font-size:12px;
}
.head, .subhead {
	font-family:Arial;
	color:#333;
}
.head {
	font-size:16px;
	font-weight:bold;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*links & buttons*/
a:link {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a:active {
	color:#000000;
	text-decoration:none;
}
.StandardButton {
	background: #CEB48F;
	border:1px #CCC outset;
	padding:5px;
}
a.CommandButton {
	font-size:14px;
	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;
}
a.skinuser:link {
	color:#000;
	text-decoration:none;
}
a.skinuser:visited {
	color:#000;
	text-decoration:none;
}
a.skinuser:hover {
	color:#C00;
	text-decoration:underline;
}
a.skinuser:active {
	color:#C00;
	text-decoration:underline;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*menu*/
.MainMenu_MenuContainer {
	background:url(media/silver_separator.gif) 100% repeat-y transparent;
	width:1px;
}
.MainMenu_MenuContainer td {
	cursor:default;
	font-size:3px;
	width:1px;
}
.MainMenu_MenuIcon {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}
.MainMenu_MenuItem {
	font-family:Arial;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	padding:2px 15px 2px 7px;
	border:1px #FFFFFF solid;
	border-width:1px 0;
}
.submenuitembreadcrumb {
	font-family:Arial;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	padding:2px 15px 2px 7px;
	border:1px #FFFFFF solid;
	border-width:1px 0;
}
.submenuitemselected {
	font-family:Arial;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	padding:2px 15px 2px 7px;
	background:#D6EFF7;
	border:1px #FFFFFF solid;
	border-width:1px 0;
}
.MainMenu_MenuArrow {
	font-size:11px;
	padding:2px 0 2px 10px;
	height:24px;
	border:#FFFFFF solid;
	border-width:1px 1px 1px 0;
}
.submenu {
	z-index:1000;
	border:0;
	padding:0;
	background:#D6EFF7;
}
.rootmenuitem {
	background:transparent;
	height:30px;
}
.rootmenuitem td {
	padding:0 10px 0 9px;
	height:30px;
	cursor:pointer;
	cursor:hand;
	border-right:1px  solid;
}
.rootmenuitem td span {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.rootmenuitembreadcrumb {
	background:transparent;
}
.rootmenuitembreadcrumb td {
	padding:0 10px 0 9px;
	height:30px;
	cursor:pointer;
	cursor:hand;
	border-right:1px solid;
}
.rootmenuitembreadcrumb td span {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.rootmenuitemselected {
	height:30px;
	background-color: #D6EFF7;
}
.rootmenuitemselected td {
	padding:0 10px 0 9px;
	height:30px;
	cursor:pointer;
	cursor:hand;
	border-right:1px  solid;
}
.rootmenuitemselected td span {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.MainMenu_MenuBreak {
	display:none;
}
