/* Ranch Skin Stylesheet 
   Created By BION Designs
   Please visit our website at BIONDesigns.com for more quality skins
*/


/* Settings pertaining to the whole page */

html 
{
	height: 100%;
}

body 
{
	margin: 0px; 
	background: #B5A27B;
}

/* Common settings throughout the skin */
table, tr, td, p 
{
	font-family: arial; 
	font-size: 12px; 
	line-height: 1.4em;
}



/* Settings for the Control Panel */
table.ControlPanel 
{
	background: #D6CBB5; 
	border: 0; 
	border-bottom: 1px solid #888;
}
table.ControlPanel td 
{
	padding: 0px 0 6px 0;
}
table.ControlPanel td td.SubHead 
{
	padding: 3px 0 2px 0; 
	background: #eaeaea; 
	border-bottom: 1px solid #ddd;
}

table.ControlPanel table td 
{
	padding: 1px 0 0 0;
}
table.ControlPanel td a 
{
	margin: 0 4px 0 4px; 
	text-align: center;
}
table.ControlPanel .ControlPanel 
{
	border-left: 1px solid #fff; 
	border-right: 1px solid #fff; 
	border-top: 0; 
	border-bottom: 0; 
	width: 0px; 
	height: 100px; 
	display: none;
}



 
table.ControlPanel td td td.SubHead 
{
	background: transparent; 
	border: 0;
}
table.ControlPanel td td 
{
	vertical-align: middle; 
	border: 0;
}


/* Content Area Settings */

.SiteColor 
{
	background: #B0A279;
}

.SiteWidth 
{
	width: 952px; 
}

.TopRow 
{
	height:318px;
	background: url(images/bg_top.jpg) no-repeat;
}

.LeftBorderMarginCell
{
	width:58px;
}

.RightBorderMarginCell
{
	width:54px;	
}

/* Date/login information */
.DateLoginCell 
{ 
	color:#CEC7AD; 
	font-family:Arial; 
	text-align: right;	
	vertical-align:middle;
	height:50px; 
	font-size: 12px;
}

.LogoCell
{
	height:230px;
	vertical-align:middle;
	padding:0 0 0 0;	
}

/* Cell containing search input */
.SearchTD 
{
	padding:0 0 0 0;	
	
}

/* Cell containing site menu */
.MenuCell 
{
	vertical-align:bottom;
}

/* Background settings for all content between the header and footer */
.MiddleRow 
{
	background: url(images/bg_middle.jpg) repeat-y; 
}

/* Settings for side content area */
.ContentSide 
{
}

/* Settings for side content pane */
.SideContent 
{
	width: 177px;	
	padding: 0 30px 0 0px;
}

/* Settings for main content area */
.MainContent 
{
	padding: 0 10px 0 0;
}


/* Settings for left side of the main content area*/
.ContentLeft 
{
	width: 33%;
}

/* Settings for center part of the main content area */
.ContentCenter 
{
	width: auto;
}

.ContentAdmin 
{
	padding: 0 0 0 230px;
}

/* Settings for right part of the main content area */
.ContentRight 
{
	width: 33%;
}

/* Graphics for the Footer */
.BottomRow 
{
	background: url(images/bg_bottom.jpg) no-repeat; 
	height: 110px; 
	vertical-align: bottom; 
	text-align: right; 

}

/* Copyright Information */
.FooterCell 
{
	text-align: right; 
	vertical-align:top;
	height:30px;
	font-size: 12px;
}

/* Settings for Links */

a:link, a:visited, a:active 
{
	color: #6E8E05; 
	font-family: arial; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration: underline;
}
a:hover 
{
	color: #6E8E05; 
	font-family: arial; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration: none;
}

/* Register and Login/Logout links */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active 
{
	font-weight: bold; 
	font-size: 12px;
	color:#CEC7AD;
}
a.LoginLink:hover 
{
	font-weight: bold; 
	font-size: 12px;
	color:#CEC7AD;
}

/* Button Links */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active 
{
	font-weight: bold; 
	color: #6E8E05;
}
a.CommandButton:hover 
{
	font-weight: bold; 
	color: #6E8E05; 
	text-decoration: none;
}

/* Settings for text ---------------------------- */


/* Current Date */
.CurrentDate 
{
	color: #CEC7AD; 
	font-size: 12px; 
	font-family:Arial;
}

/* Copyright Text*/
.CopyrightText 
{
	color: #CEC7AD; 
	font-size: 12px; 
	font-family:Arial;
}

/* Admin Sections */
.SubHead 
{
	font-family: arial; 
	font-size: 12px; 
	font-weight: bold; 
	color: #333; 
	padding: 0;
}

.ContentSide .Normal, .ContentSide p, .ContentSide td, .ContentSide .NormalBold 
{
	font-size: 12px; 
	color: #333;
}

.Head 
{
	color: #333;	
	font-weight: bold; 
	font-size: 14px;
}

.Normal 
{
	font-size: 12px; 
	color: #333;
}

/* For errors and warnings */
.NormalRed 
{
	color: #900; 
	font-family: arial; 
	font-weight: bold; 
	font-size: 12px;
}

/* Normal Bold Text */
.NormalBold 
{
	font-family: arial; 
	font-size: 12px; 
	font-weight: bold;
}

/* Forms Controls */
select, input 
{
	font-family: arial; 
	font-size: 12px; 
	color: #333;
}

/* Text Boxes */
.NormalTextBox 
{
	color: #333; 
	padding-left: 4px; 
	line-height: 12px; 
	font-family: arial; 
	font-weight: normal; 
	font-size: 12px; 
}

/* Table Cells with Text Boxes */
td.NormalTextBox 
{
	padding: 0; 
	margin: 0; 
	background: transparent;
}

.GoButton 
{
	margin-bottom: 0px;	
}

.SearchTD a:link, .SearchTD a:visited, .SearchTD a:active, .SearchTD a:hover 
{
	width: 50px; 
	padding: 2px 0px 0px 0; 
	_padding: 0 0 0px 0; 
	height: 20px; 
	background: url(images/search.gif) no-repeat; 
	text-decoration: none;
}


/* Main Menu */

.MainMenu_MenuContainer {
	background: transparent;
	height: 30px;
	padding: 0;
	vertical-align:bottom;


}

.MainMenu_MenuBar {
	background: transparent;
	height: 30px;
	padding: 0;
	vertical-align:bottom;
}

.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #ccc;
	font-size: 8pt; 
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	border-top: #6B6152 1px solid;
	border-left: #6B6152 1px solid;
	border-bottom: #6B6152 1px solid;
	border-right: #6B6152 1px solid;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 0px 0px 0px 0px;
	 
	padding: 0px;
	background: #6B6152;
	filter: alpha(opacity=90, FinishOpacity=90, Style=1);
	-moz-opacity: 0.90;
}

.MainMenu_MenuItemSel {
	font-family: Tahoma; 
	font-size: 8pt; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background-color:#392C29;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	border-right: black 1px solid;

	padding: 3px 3px 3px 3px;
}

.MainMenu_Idle td, .MainMenu_Selected td, .MainMenu_Active td, .MainMenu_BreadcrumbActive td 
{
	background-color:Transparent;
	font-size: 10pt;	
	font-family:Tahoma;
}

.MainMenu_Idle { 
	height: 35px;
	color: #4A4142;
	font-weight: bold;
	font-size: 11pt;
	font-family:Tahoma;
	padding-left:0px;
	
}

.MainMenu_Selected {
	height: 35px;
	color: #7E8D48;
	font-weight: bold;
	border-left: 1px solid #fff;

}

.MainMenu_Active, .MainMenu_BreadcrumbActive {
	height: 35px;
	color: #736152;
	font-weight: bold;

}

.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak 
{
	display: none;
}

.ModuleTitle_MenuContainer {
	color: #333;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 15px;
}

.ModuleTitle_MenuItem {
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #333;
	font-weight: normal;
	background: #f7f7f7;
	border-top: #f7f7f7 1px solid;
	border-left: #f7f7f7 1px solid;
	border-bottom: #f7f7f7 1px solid;
	border-right: #f7f7f7 1px solid;
	padding: 1px 5px 0px 0px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #f7f7f7;
	border: 1px solid #666;
	padding: 0px;
	filter: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}

.ModuleTitle_MenuItemSel {
	font-family: arial, sans-serif;
	font-weight: normal;
	background: #524131;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;

	border-left: #333 1px solid;
	border-right: #333 1px solid;
	padding: 1px 10px 2px 0px;
}



.ModuleTitle_MenuIcon {
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}

.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}

