﻿/* 
================================
Skin styles for Alisha Steele.com
================================
*/   

div.maindiv{
	top:4px;
	align: left;
	font-family: Arial, sans-serif, Helvetica;
	background-color:#000000;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color:transparent
}
.skinmaster {
	height: 100%;
    background:url('rice_paper.jpg');
    margin:0;
    text-align:left;
    display:block;
	width: 100%;
	background-color:#FFF1D9;
	border:1px solid #000000;
	moz-border-radius: 1px; 
	padding:2px; 
	border-collapse: collapse
}
.skinheader {
	padding-top: 0px;
	padding-bottom: 4px;
}
.skingradient {
	background-image: url(gradient_red.gif); 
	height: 28px;
	vertical-align:middle; 
	letter-spacing:1; 
	text-align:center
}
.skingradientsmall {
	background-image: url(gradient_redsm.gif); 
	height: 18px; 
	text-align:center;
	color:#ffffff;
}
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    font-family: Arial, sans-serif, Helvetica; 
    text-decoration: none;
    vertical-align: middle;
}

A.SkinObject:link {
	text-decoration: none;
	color: #000080;
}

A.SkinObject:visited  {
    text-decoration: none;
    color: #000080;
}

A.SkinObject:active   {
	text-decoration: none;
	color: #CE4037;
}

A.SkinObject:hover    {
    text-decoration: none;
    color: #ce4037;
}
.controlpanel {
	width: 100%;
	background-color: transparent;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 1px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 4x;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 4px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 4px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 4px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	color: #ffffff;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-collapse: collapse;
	cursor: pointer; 
	cursor: hand;
	font-family: Arial, sans-serif, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	background-color: transparent;
	border-top: #fef4d91px solid;
	border-bottom: #fef4d91px solid;
}
.MainMenu_MenuIcon {
	background-color: #fef4d9;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #fef4d9;
	border: solid #000000 1px;
	color: #000000; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#ffe0d0', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-image: url(gradient_red.gif); 
	cursor: pointer; 
	cursor: hand; 
	color: #C9BAE6; 
	font-family: Arial, sans-serif, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	border-collapse: collapse
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #F6D1B2;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #F6D1B2;
}
.StandardButton {
   background: #ff0000 none; 
   color: #ffffff;
   font-family: Arial, Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #000000;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_red.gif);
}

/* style for module titles */
.Head {
   font-family: Arial, sans-serif, Helvetica;
   font-size:  14px;
   font-weight:  bold;
   text-color: #2C160E;
   vertical-align: middle;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, sans-serif, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, sans-serif, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, sans-serif, Helvetica;
    font-size: 12px;
    font-weight: normal; 
}
