body 
{
	text-align:center;
	margin:0px;
	background-color:#C4C4C0;
	font-family: Arial, Helvetica;
	font-size: 12px;
}

td, input, textarea
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	text-align: left;
}

/* basic settings */


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #730d0e;
	font-weight: normal;
	text-decoration: none;
}


/* Standard Link */
A:link
{
	text-decoration: none;
	color: #730d0e;
}

A:visited
{
	text-decoration: none;
	color: #730d0e;
}

A:hover
{
	text-decoration: underline;
	color: #730d0e;
}

A:active
{
	text-decoration: none;
	color: #730d0e;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: none;
	color: #730d0e;
}

A.CommandButton:visited
{
	text-decoration: none;
	color: #730d0e;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #730d0e;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #730d0e;
}


.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #730d0e;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #730d0e;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #730d0e;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #730d0e;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #730d0e;
}


/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #730d0e;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}




/* button style for standard HTML buttons */
.StandardButton
{
	padding: 1px 8px 1px 8px;
	font-weight: normal;
	font-size: 12px;
	background: #B3181C;
	color: White;
	font-family: Arial, Helvetica;
}


/* skin style */   

.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.leftpane, .rightpane {
	padding: 10px;
	background-image: url(img/colbg.png);
	background-color: #d1d1cd; 
	background-repeat:repeat-x;
	width: 210px;
	text-align: center;
	vertical-align: top;
}

.contentpane 
{
	padding: 10px;
	border-bottom: solid 1px #d1d1cd;
}

.navbar 
{
	background-color: #B3181C;
	padding: 0px;
	margin: 0px;
}

.main_dnnmenu_container {
	background-color: transparent; 
	height: 30px;
	margin: 0;
	padding: 0;
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
	height: 30px;
	margin: 0;
	padding: 0;
}
.main_dnnmenu_item { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: White; 	
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/

}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	display: inline-block;
	color: White; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 7px 15px 0px 15px;   /*explicitly set padding for root menu items*/
    border-right: solid 1px white;
    height: 23px;
}

.main_dnnmenu_rootitem_active  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	display: inline-block;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #730d0e;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 7px 15px 0px 15px;   /*explicitly set padding for root menu items*/
    border-right: solid 1px white;
    height: 23px;
}

.main_dnnmenu_rootitem_active img {
	display: none;
} 

.main_dnnmenu_subitem_active
{
	background-color: #730d0e;
}

.main_dnnmenu_itemhover {  
	background-color: #730d0e; 
}

.main_dnnmenu_itemhover td {  
	background-color: #730d0e; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #B3181C;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 0px;   /*explicitly set padding for sub-menus */
	margin: 0px 0px 0px 1px;
}
.main_dnnmenu_submenu td {
	padding: 3px 3px 3px 7px;
}


.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; 
}


.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

.searchbox a.SkinObject, .searchbox a.SkinObject:hover, .searchbox a.SkinObject:active
{
	text-align: right;
	color: White;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
}
















































