

.Head   {
	margin: 0px 0px 5px 0px;
	color: #FF6831;
	font-family: "Times New Roman", Georgia,  Times, serif;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #999;
	clear: both;
}

p,div 
{
	font-size: 12pt;
	font-family: "Times New Roman", Georgia,  Times, serif;
}

.normal
{
	font-size: 12pt;
	font-family: "Times New Roman", Georgia,  Times, serif;
}

/* 
DNN admin pages use label, thus created our own class for Label below
*/
label
{
	font-size: 10pt;
	font-family: "Times New Roman", Georgia,  Times, serif;
}

.riverClayLabel {
		color: #333;
		float: left;
		width: 250px;
		text-align: right;
		margin-right: 5px;
}


body {
	scrollbar-face-color: #E3EAD6;
	scrollbar-shadow-color: #E3EAD6;
	scrollbar-darkshadow-color: #333;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color:  #E3EAD6;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #E3EAD6;
	background: #E3EAD6;
	font: normal 12px/15px "Times New Roman", Georgia,  Times, serif;
	color: #666;
	margin: 0px;
	padding: 0px;
}

.Indent {
padding-left: 20px;
}
a:link, a:active, a:visited {
	color: #039;
}
a:hover {
	color: #eeab0a;
	text-decoration: none;
}

#ColumnLeft {
	border-right: 1px solid #eaeaea;
	padding-right: 5px;
	font: normal 12px/15px Verdana, Arial. Tahoma;
	color: #666;
}

h1 {
	margin: 0px 0px 5px 0px;
	color: #FF6831;
	font-family: "Times New Roman", Georgia,  Times, serif;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #999;
	clear: both;
}
h2 {
	margin: 5px 0px 5px 0px;
	color: #999;
	font-family: Verdana, tahoma, arial;
	font-size: 16px;
	clear: both;
}
.Picture {
	margin: 0px 5px 5px 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #ccc;
}
ul { margin: 0px; 	}
.Content {
	padding: 0px 5px 10px 5px;
}

.FooterTop {
	background: url(~/images/dash.gif);
}

#Footer {
	background-color: #fff;
	color: #ccc;
	font: normal 10px Arial;
	padding: 5px 5px;
}
.DarkShade {
	background: #ccc;
}
.Shade {
	background: #ddd;
}
.LightShade {
	background: #eee;
}

.Grid {
	font: 10px Verdana, "Trebuchet MS", Arial, Geneva;
	border: 1px solid #ccc;
	color: #000;
}
.Plan {
	width: 20%;
	background: #E3EAD6;
	font-weight: bold;
	text-align: center;
}
.Beds, .Bath {
	width: 15%;
	Padding-left: 5px;
}
.Numbers {
	width: 15%;
	text-align: right;
	white-space: nowrap 
}
.Availability {
	width: 20%;
	text-align: center;
}
.Soldout {
	color: #999;
}
.ButtonContainerCenter {
	clear: both;
	margin-bottom: 10px;
}
.Container {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
.TextSmall {
	font-size: 10px;
}
.TextLegend {
	color: #999;
}
FieldSet {
	border: 1px solid #eee;
}
.Required {
	/*color:#fc0;*/
}

form { margin: 0; }

.Shadow {
background-color: #cdcdcd;
}
#Page {
border: 1px solid #333;
background-color: #fff;
vertical-align: top;
padding: 3px 3px 10px 3px;
}

hr {
	margin: 20px 0px 20px 0px;
	border-bottom: 1px dashed #999;
	height: 1px;
}
input, .input, textbox, select, textarea {
	font: 10px "lucida grande", verdana, lucida, sans-serif;	
}

.TextBox, .TextArea, input.Required {
	border-top: 1px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #000;
	margin-left: 4px;
}
input.Required {
	background-color: #F1F5EB;
}
.TextBox, .Select {
	height: 17px;
}
.TextBox, .TextArea {
	background-color: #E3EAD6;
}
.PrimaryButton { 
	background-color: #fc0; 
	color: #333;
	font-weight: bold;
	padding: 1;
	border-top: 1px solid #ff9;
	border-right: 1px solid #c90;
	border-bottom: 1px solid #c90;
	border-left: 1px solid #ff9;
	cursor: hand;
}
.SecondaryButton {
	background-color: #ccc;
	color: #333;
	font-weight: bold;
	padding: 1;
	border-top: 1px solid #eee;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #eee;
	cursor: hand;
}
.superscript { vertical-align: super; font-size: 80%;} 
.line-through { text-decoration:line-through; }
.padding-1 { padding: 1px; }
.padding-top { padding-top: 3px; }
.padding-3 { padding: 3px; }
.padding-5 { padding: 5px; }
.padding-10 { padding: 10px; }
.padding-right { padding-right: 15px; }
Required { font: 11px; color: #000; }

.RequiredAsterisk, .Error { margin-left: 4px; color: Red; }
.Error { width: 100%; clear: both; margin-left: 262px; margin-top: 10px; }
.TextSmall { font-size: 10px; }
.TextHighlight { color: #F47E0B; font-weight: bold; }
.TextNote { color: #666; }
.Outside {
	border-top: 1px #fff solid;
	border-right: 1px #666 solid;
	border-bottom: 1px #333 solid;
	border-left: 1px #fff solid;
	background-color:#E2E5E7; 
}
.ElementContainer, .RequiredContainer {
		width: 100%;
		margin-bottom: 10px;
}
.EditControl {
	text-align:right;


/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #ffdda7;
	border-right: #e08c0b 1px solid; 
	border-top: #e08c0b 1px solid; 
	border-left: #e08c0b 1px solid; 
	border-bottom: #e08c0b 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkGold.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #ffd696;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.leftpane {
	width: 175px;
	background-color: transparent;
	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;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


/*
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
		
	border-bottom: #E3EAD6 1px solid; 
	border-left: #E3EAD6 0px solid; 
	border-top: #E3EAD6 0px solid; 
	border-right: #E3EAD6 0px solid;
	cursor: pointer; 
	cursor: hand;	
	font-style: normal; 
	font-weight: normal;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #E3EAD6; 
	border-left: #E3EAD6 1px solid; 
	border-bottom: #E3EAD6 1px solid; 
	border-top: #E3EAD6 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: *#FFD085; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_ActiveRoot 
{	
	font-weight: bold;	
}	

.MainMenu_MenuBreak {
	height: 2px;
}
.MainMenu_MenuItemSel {
	background-color: #E3EAD6;  	
	cursor: pointer; 
	cursor: hand; 	
	font-weight: bold; 
	font-style: normal;	
}
.MainMenu_MenuArrow {
	border-right: #E3EAD6 1px solid; 
	border-bottom: #E3EAD6  1px solid; 
	border-top: #E3EAD6  0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: Black;
}
*/
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #ffd085 0px solid; 
	border-bottom: #ffd085 1px solid; 
	border-top: #ffd085 1px solid; 
	border-right: #ffd085 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #ffd085; 
	border-left: #ffd085 1px solid; 
	border-bottom: #ffd085 1px solid; 
	border-top: #ffd085 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #FFD085; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_ActiveRoot 
{	
	font-weight: bold;	
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #ffb541; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #ffd085 1px solid; 
	border-bottom: #ffd085 1px solid; 
	border-top: #ffd085 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton     {
    background: #e08c0b none; 
    color: #ffffff;
    font-family:verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #ffd696;
	border-right: #e08c0b 1px solid; 
	border-top: #e08c0b 1px solid; 
	border-left: #e08c0b 1px solid; 
	border-bottom: #e08c0b 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_MidTangerine.jpg);
}
