
/* 
==========================================
       Overwrite default.css styles 
	   GENERIC 
==========================================
*/
.Head, .SubHead, .SubSubHead, .SkinObject, .Normal, .NormalBold, .NormalRed, .NormalDiabled, .NormalTextBox, body, table, H1, H2, H3, H4, H5, H6, DT, TFOOT, THEAD, TH
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}

H1
{
	font-size: 18px;
	color: #c2802e;
	font-weight:bold;
}

H2
{
	font-size: 16px
	color: #0664af;
	font-weight:bold;
}

H3, H4, H5, H6, DT
{
	font-weight: bold;
	color: #5b206e;
}


TFOOT, THEAD, TH
{
	color: #5b206e;
}

TH
{
	vertical-align: baseline;
	font-weight: bold;
}

A:link
{
	text-decoration: none;
	color: #0664af;
}

A:visited
{
	text-decoration: none;
	color: #0664af;
}

A:hover
{
	text-decoration: underline;
	color: #0664af;
}

A:active
{
	text-decoration: none;
	color: #0664af;
}

SMALL
{
	font-size: 10px;
}

BIG
{
	font-size: 16px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #5b206e;
	height: 2px;
	text-align: left;
}

.SkinObject, A.SkinObject:link, A.SkinObject:visited, A.SkinObject:hover, A.SkinObject:active
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


/* style for module titles */
.Head
{
	font-weight: bold;
	color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-weight: bold;
}



/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-weight: bold;
	color: #aa0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-weight: normal;
}

/* 
==========================================
      Skin Specifics 
==========================================
*/
.controlpanel 
{
	width: 800px;
	background-color: #fefefe;
}

TD 
{
	vertical-align:top;
}

.MenuBar 
{
	background-image: url(images/r3f.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
}

.FooterLeft 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	background-image: url(images/FooterLeft.jpg);
	background-repeat: repeat-x;
	height: 39px;
	width: 66%;
	vertical-align: middle;
}

.FooterRight 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:right;
	color: #FFFFFF;
	font-weight:bold;
	padding-right: 10px;
	background-image: url(images/FooterRight.jpg);
	background-repeat: repeat-x;
	height: 39px;
	width: 33%;
	vertical-align: middle;
}

.SkinRightPane 
{
	float:left;
	width: 150px;
	padding-top: 8px;
}

.SkinContentPane 
{
	float:left;
	width: 642px;
	padding-left: 8px;
	padding-top: 8px;
}
.Footer 
{
	clear:left
}

/* 
================================
          DNN Menu
================================
*/  

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 12px; 
	background-color: Transparent;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 12px; 
	font-weight: bold;
	background-color: Transparent;
	white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 0px 0px 0px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	
}

.main_dnnmenu_itemhover td {  
	background-color: #451853; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #855893;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	font-weight: bold;
	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: 20px; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.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; 

}
.TreeViewMenu_Header {
}





