/* 
================================
Skin styles for site
================================
*/   

.pagemaster {
	width: 100%;
	height: 95%;
	background-color: white;/*#fefefe;*/
	margin-top: 20px;
}
.skinmaster {
	height: 100%;
	background-color: white;/*#f3f5fa;*/
	border-right: #DBCDDC 1px solid; /*#7994cb 1px solid; */
	border-top: #DBCDDC 1px solid; /*#7994cb 1px solid; */
	border-left: #DBCDDC 1px solid; /*#7994cb 1px solid; */
	border-bottom: #DBCDDC 1px solid; /*#7994cb 1px solid; */
}
.skinheader 
{
	color: #BA8FBA;
	text-align: right;
	font-family:Arial,Helvetica,Sans-Serif,Verdana;
	font-size:12px;
}

.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.leftPaneMenuContainer
{
	width: 175px;
	padding-left: 30px;
	padding-right: 9px;
	height: 100%;
}

.leftpaneMenuBlock 
{
	width: 130px;
	min-height: 500px;
	background-image:url(BottomFade.gif);
    background-position:center top;
    background-repeat:repeat-x;
    height: 100%;
    padding-top: 5px;
}

.topPaneMenuContainer
{
	width: 175px;
	padding-left: 30px;
	padding-right: 9px;
}

.topPaneMenuBlock 
{
	width: 130px;
	height: 100px;
	background-image:url(TopFade.gif);
    background-position:center bottom;
    background-repeat:repeat-x;
}


.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;
}

/* OCC main menu modifications - start */

.main_dnnmenu_container 
{
	background-color: transparent;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	min-height: 20px; /*16px;*/
	background-color: Transparent;
	width:100%;
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #565656;/*#000000;*/
	font-size: 9pt;
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
        
    vertical-align: middle;
    min-height: 20px; /*added*/
    border: solid 1px Transparent;
    margin: 2px 0px 2px 0px;
    letter-spacing: 1px;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #565656;/*#000000;*/
	font-size: 9pt; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
    /*white-space: nowrap;*/  /*Word wrapping menu item now optional*/	    
    /*padding: 0px 12px 0px 5px;*/   /*explicitly set padding for root menu items*/
    
    text-align: center;
    vertical-align: middle;
    min-height: 20px; /*added*/
    border: solid 1px Transparent;
    margin: 2px 0px 2px 0px;
    letter-spacing: 1px;
    width: 100%;
}

.main_dnnmenu_itemhover 
{
	color:#7F4E7B;
	background-color: #EFE0EF;/*#FFE7DF; #8da4d3;*/
	border: solid 1px #BA8FBA;
}

.main_dnnmenu_itemhover td 
{
	color: #7F4E7B;
	background-color: #EFE0EF;/*#FFE7DF; #8da4d3;*/
}

.main_dnnmenu_icon 
{
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}

.main_dnnmenu_submenu {
	background-color: White;
	border: solid 1px #EFE0EF;
	
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* OCC main menu modifications - end */






.StandardButton {
  background: #A077BF none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu 
{
	width: 100%;
}
.TreeViewMenu_Header 
{
	background-image: url(gradient_LtPinkBottom.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  14px; /*18px;*/
   font-weight: normal;
   color: #BA8FBA;/*#5ca5e9; #333333;*/
}


.SkinObject {
    font-weight: normal;
    color: #7F4E7B; /*#565656;*/
    font-family: Arial, Helvetica;
}

A.SkinObject:link {
    text-decoration:    none;
    color: /*#5ca5e9;*/ /*#565656;*/ #7F4E7B;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: /*#5ca5e9;*/ /*#565656;*/ #7F4E7B;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: /*#204fb9;*/ /*#565656;*/ #BA8FBA;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: /*#204fb9;*/ /*#565656;*/ #7F4E7B;
}

a:link
{
	color: #BA8FBA;
	text-decoration: underline;
}

a:visited
{
	color: #BA8FBA;
	text-decoration: underline;
}

a:hover
{
	color: #7F4E7B;
	text-decoration: underline;
}

a:active
{
	color: #7F4E7B;
	text-decoration: underline;
}

.Normal, .NormalDisabled {
	font-family:Arial,Helvetica,Sans-Serif,Verdana;
	font-size:11px;
	font-weight:normal;
	color: #565656;
}

.SubHead {
	color:#565656;
	font-family:Arial,Helvetica,Sans-Serif,Verdana;
	font-size:11px;
	font-weight:bold;
}
