body {
	background-color: white;
	margin:0px;
	padding:0px;
}
.skinGradient{
	background-image: url(sandy_gradient.jpg);
	background-repeat: repeat-x;
}

.skinWidth {
	width:100%;
	background-color:#ffffff;
	border:1px solid #f4a460;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.breadcrumb {
	background-color: transparent;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	/*height: 100%;*/
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/*
 *	LocaleLink - links or changing the locale of site
 *	Links - Horizontal root level menu
 */
A:link, A:active, A:visited,
A.BottomLink:link, A.BottomLink:active, A.BottomLink:visited,
.SkinObject, A.SkinObject:link, A.SkinObject:active, A.SkinObject:visited,
A.Links:link, A.Links:active, A.Links:visited, A.breadcrumb, span.SkinObject,
A.LocaleLink:link, A.LocaleLink:active, A.LocaleLink:visited, span.LocaleLink
{color: #660000;}

A:link, A:active, A:visited, A:hover,
A.SkinObject:link, A.SkinObject:active, A.SkinObject:visited, A.SkinObject:hover,
A.LocaleLink:link, A.LocaleLink:active, A.LocaleLink:visited, A.LocaleLink:hover
{
	text-decoration: underline;
	font-weight: normal;
}

A.BottomLink:link, A.BottomLink:active, A.BottomLink:visited, A.BottomLink:hover,
A.Links:link, A.Links:active, A.Links:visited {text-decoration: underline;font-weight: bold;}

A:hover, A.BottomLink:hover, A.LocaleLink:hover, A.SkinObject:hover {color: #8b4513;}
A.LocaleLink, span.LocaleLink , A.breadcrumb{
	font-size:10pt;
	font-family: Tahoma, Arial, Helvetica;
}

A.Links:hover{color: #ffdead;text-decoration: underline;}
.Links {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	background-color: #f4a460;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap;
	padding: 2px 3px 1px 3px;
}

/*
 *	Styles for side vertical tree view menu
 */
.TreeViewMenu {
	width: 175px;
	background-color: #ffdead;
	border-right: #f4a460 1px solid; 
	/*border-top: #f4a460 1px solid; */
	border-left: #f4a460 1px solid; 
	border-bottom: #f4a460 1px solid; 
}
.TreeViewMenuNode, .TreeViewMenuNodeSelected, .TreeViewMenuNodeOver
{
	color: #660000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.TreeViewMenuNodeOver {color: #8b4513;}

.StandardButton {
	background: #ffdead none;
	color: #660000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}























