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;
}





.clear {
	clear: both;
}

.red 
{
	color: #cc112f;
}

.redbg 
{
	color: White;
	background-color: #cc112f;
}

.MSERichText 
{
	text-align: left;
	background-color: White;
}

.PageCommandPanel 
{
	background-color: #FAFA37;
}

.PageCommandPanel a
{
	color: #cc112f;
	font-weight: bold;
}

.content ul, .MSERichText ul
{
	margin: 0px;
	padding: 0px;
}

.content ol, .MSERichText ol 
{
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

.content ul li, .MSERichText ul li
{
	list-style-type: none;
}


.content ul li:before, .MSERichText ul li:before {
	content: "- ";
}



.ctable ul li:before 
{
	content: "";
}

.smartTextBox ul 
{
	padding: 2px 2px 0px 2px;
}

.smartTextBox ul li:before 
{
	content: "";
}




tr.even td, td.even { background-color: #d4d0cd; }
tr.over td, td.over { background-color: #91D8ED; }

table.collapse
{
	border-collapse: collapse;
}

.ctable, .vtable
{
	border-collapse: collapse;
}

.ctable p, .vtable p
{
	margin: 0;
	padding: 0;
}

.multiline p 
{
	margin-bottom: 8px;
}

.rows tr, tr.rows 
{
	border: solid 1px #807C7A;
}

.cells td, td.cells
{
	border: solid 1px #807C7A;
}

.border 
{
	border: solid 1px #807C7A;
}

.bordertop 
{
	border-top: solid 1px #807C7A;
}

.borderleft 
{
	border-left: solid 1px #807C7A;
}

.borderbottom
{
	border-bottom: solid 1px #807C7A;
}

.borderright
{
	border-right: solid 1px #807C7A;
}


.ctable td, td.ctable
{
	padding: 1px 15px 1px 3px;
	vertical-align: top;
}

.ctable td.last
{
	padding-right: 3px;
}

.vtable td, td.vtable 
{
	padding: 1px 4px;
	vertical-align: middle;
}
	
.multiline 
{
	
}

.multiline td 
{
	padding-top: 3px;
	padding-bottom: 3px;
}

.top, .top td
{
	vertical-align: top;
}

.ctable td.middle, .middle td, .middle
{
	vertical-align: middle;
}

.ctable td.bottom, .bottom td, .bottom
{
	vertical-align: bottom;
}


.ctable tr.head td, .ctable td.head, .ctable thead td, .tablehead, tr.tablehead td
{
	color: white;
	font-weight: bold;
	padding-bottom: 1px;
	border-bottom: solid 1px 807C7A;
	background-color: #cc112f;
}

.ctable tr.head td a, .ctable td.head a, .ctable thead td a, .tablehead a, tr.tablehead td a 
{
	color: White;
}


.noborder, tr.noborder, .noborder tr, .noborder td 
{
	border: none;
}

.bold 
{
	font-weight: bold;
}

.right, .right td
{
	text-align: right;
}

.center, .center td 
{
	text-align: center;
}

img 
{
	border: none;
}

.topspace 
{
	margin-top: 7px;
}
.botspace 
{
	margin-bottom: 7px;
}

img.icon 
{
	margin: 0; 
	padding:0; 
	border: none;
	vertical-align: text-bottom;
	background-color: Transparent;
}



small, .small
{
	font-size: 11px;
}

.verysmall { font-size: 9px; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.space { height: 8px; }
.adred { color: #cc112f; }
.big { font-size: 19px; }
.black { color: black; }




/*** MENU BASE ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	z-index: 200;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li { height: 19px; }   /* match top ul list item height */
.sf-menu li li { height: auto; }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			19px; /* match top ul list item height */
	z-index:		9;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			150px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			150px; /* match ul width */
	top:			0;
	overflow: hidden;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}



/*** MENU STYLE ***/
.sf-menu li  
{
	background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    border-right: solid 1px white;
    height: 30px;
}
.sf-menu li li { padding-top: auto; }
.sf-menu li a
{
	cursor: pointer; 
	cursor: hand; 
	
	color: White; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	padding: 8px 15px 0px 15px;   /*explicitly set padding for root menu items*/
	height: 22px;
}

.sf-menu li ul 
{
	background-color: #B3181C;
	margin: 0;
	margin-top: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.sf-menu li li 
{
	border-right: none;
}
.sf-menu li li a 
{
	padding: 3px 15px 0px 15px;
	height: 18px;
}


.sf-menu li a{	text-decoration: none;	color: white;}
.sf-menu li a:link{	text-decoration: none;	color: white;}
.sf-menu li a:visited { 	text-decoration: none; 	color: white;}
.sf-menu li a:hover {text-decoration: none;color: white;background-color: #730d0e;}
.sf-menu li a:active {text-decoration: none; color: white; background-color: #730d0e;}

.sf-menu li a.active { background-color: #730d0e; }
.sf-menu li a.active { color: white;}
.sf-menu li a.active:link{	text-decoration: none;	color: white;}
.sf-menu li a.active:visited { 	text-decoration: none; 	color: white;}
.sf-menu li a.active:hover {text-decoration: none;color: white;}
.sf-menu li a.active:active {text-decoration: none;	color: white; }

.sf-menu li li a{	text-decoration: none;	color: white;}
.sf-menu li li a:link{	text-decoration: none;	color: white;}
.sf-menu li li a:visited { 	text-decoration: none; 	color: white;}
.sf-menu li li a:hover {text-decoration: none;color: white;}
.sf-menu li li a:active {text-decoration: none;	color: white; }

.sf-menu li li a.active { color: white;}
.sf-menu li li a.active:link{	text-decoration: none;	color: white;}
.sf-menu li li a.active:visited { 	text-decoration: none; 	color: white;}
.sf-menu li li a.active:hover {text-decoration: none;color: white;}
.sf-menu li li a.active:active {text-decoration: none;	color: white; }

