0/* 
================================
Skin styles >> Draft
================================
*/   


/*Panes*/
.leftpane {
background-color: transparent;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
background-color: red;
}

.contentpane {
background-color: transparent;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
}

.contentpaneAdmin {
background-color: transparent;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
}

.widepane {
background-color: transparent;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
}

.rightpane {
background-color: transparent;
padding-left: 5px;
padding-right:5px;
padding-top: 5px;
}
.bottompane {
background-color: transparent;
padding-left: 10px;
padding-right: 5px;
padding-top: 3px;
}
/*End Panes*/

/*Main Menu*/
.MainMenu_MenuContainer {
background-color: transparent; 
}

.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand;
height: 20px;
background-color: Transparent;
}

.MainMenu_MenuItem {
border-left: #eeeeee 1px solid; 
border-bottom: #eeeeee 1px solid; 
border-top: #eeeeee 1px solid; 
border-right: #eeeeee 1px solid;
cursor: pointer; 
cursor: hand; 
color: black; 
font-family: Tahoma, Arial, Helvetica; 
font-size: 9px; 
font-weight: normal; 
font-style: normal; 
background-color: Transparent;
TEXT-TRANSFORM: uppercase; 
}

.MainMenu_MenuIcon {
   cursor: pointer; 
cursor: hand; 
text-align: center; 
width: 15px; 
height: 14px;
display: none;
}

.MainMenu_SubMenu {
background-color: #eeeeee;  
z-index: 1000; 
cursor: pointer; 
cursor: hand; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
height: 1px;
}
.MainMenu_MenuItemSel {
background-color: transparent; 
cursor: pointer; 
cursor: hand; 
color: #D32525; 
font-family: Tahoma, Arial, Helvetica; 
font-size: 9px; 
font-weight: normal; 
font-style: normal;
TEXT-TRANSFORM: uppercase; 
border-left: #D32525 1px solid; 
border-bottom: #D32525 1px solid; 
border-top: #D32525 1px solid; 
border-right: #D32525 1px solid;
}

.MainMenu_MenuArrow {
border-right: #eeeeee 1px solid; 
border-bottom: #eeeeee 1px solid; 
border-top: #eeeeee 0px solid;
font-family: webdings; 
font-size: 9px; 
cursor: pointer; 
cursor: hand; 
display: none;
height: 20px;
}

.MainMenu_RootMenuArrow {
font-family: webdings; 
font-size: 9px; 
cursor: pointer; 
cursor: hand;
display: none;
}

/*End Main Menu*/

.StandardButton     {
    background: #9A4CCE none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.TreeViewMenu {
width: 175px;
background-color: #DDDDDD;
BORDER-RIGHT: #8F9092 1px solid; 
BORDER-TOP: #8F9092 1px solid; 
BORDER-LEFT: #8F9092 1px solid; 
BORDER-BOTTOM: #8F9092 1px solid; 
}

.TreeViewMenu_Header {
BACKGROUND-IMAGE: url(gradient_LtGray.jpg);
}

/*CUSTOM CLASSES- FROM DEFAULT.CSS */

/*Text Styles
.Normal   {
    font-family: Verdana, Tahoma, Arial;
    FONT-SIZE: 10pt; 
 color: #333333;
}

.NormalSML   {
    font-family: Verdana, Tahoma, Arial;
    FONT-SIZE: 10px; 
 color: #333333;*/
}
.Head   {
font-family: Tahoma, Arial, Helvetica;
FONT-SIZE: 18px; 
LEFT: 37px; 
TEXT-TRANSFORM: uppercase; 
color: #666666;
}

.LightBG   {
    font-family: Tahoma, Arial, Helvetica;
    FONT-SIZE: 09px; 
 TEXT-TRANSFORM: uppercase; 
 color: #D32525;
}

A.LightBG:visited {
COLOR: #D32525;
}

A.LightBG:hover {
COLOR: #D32525; 
TEXT-DECORATION: underline;
}

A.LightBG:active {
COLOR: #D32525;
}

A.LightBG:link {
COLOR: #D32525;
}
/*End Text Styles*/

.Search {
padding-bottom: 5px;
background-color: transparent;
PADDING-LEFT: 5PX;
}
