@charset "UTF-8";
/** 
 * id2o dnn css skin. 
 * 
 * Last Update: 02.26.2008 1:15pm
 * 
 * @author  Bradley Linger 
 * @version 1.0 
 * @see     http://www.id2o.com/ 
 * @license Unauthorized reproduction is strictly prohibited.
 */

/*------------solpart menu-----------------*/
.menu_container {}

/*main menu background color (only behind text and along full width)*/
.menu_bar {cursor:pointer;}

	.root_menu_item {}
	/*main menu item idle (background + general text formatting)*/
	.root_menu_item td  {text-align:center;}
	/*main menu item idle (background + specific text formatting)*/
	.root_menu_item td span {color:white; font-size:16px; font-weight:bold;}
	/*main menu hover!!*/
	.root_menu_item_selected td {text-align:center;}
	.root_menu_item_selected td span{color:white; font-size:16px; font-weight:bold; }
	/*Root Menu a:active (doesn't work right now)*/
	.root_menu_item_active td {text-align:center;}
	.root_menu_item_active td span{color:white; font-size:16px; font-weight:bold; }
	/*Root Menu Selected - Current page signifier (disable root_menu_item td span background first)*/
	.root_breadcrumb {}
	.root_breadcrumb td {text-align:center;}
	.root_breadcrumb td span {color:white; font-size:16px; font-weight:bold;}
		
		/*only use for submenu idle text*/
		.menu_item {color:#000; cursor:pointer; padding:2px;}
		/*submenu idle (background, text control is in menu_item)*/
		.submenu {background:#ccc; border:1px solid #000;}
		/*submenu hover (background + text)*/
		.submenu_item_selected {color:#000; text-decoration:underline; padding:2px;}

/*-----------------------------------------------------------------------------------------*/

.menu_icon {display:none; }

.submenu_item_active { }
.submenu_breadcrumb { }
/*submenu hover text so far (however, use submenu_item_selected for hover), overrridden by root_menu_item*/
.menu_mouseover {color:;}
/*this controls the \\ in between the menu items*/
.separator {color:White; }
.menu_arrow {display:none; }
.menu_rootarrow { }
.menu_break { }

/*------------general formatting---------------*/
.ControlPanel {
	width:936px;
	margin:auto;
	text-align:center;
}
/*text*/
.normal,div,span,p,td,th,li,a{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#333;}
/* style for module titles */
.head{font-family:Verdana, Arial, Helvetica, sans-serif;color:#000080; font-size:16px;font-weight:bold;}
/* style of item titles on edit and admin pages */
.subhead{font-family:Verdana, Arial, Helvetica, sans-serif;color:#333; font-weight: bold;}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {font-family: Tahoma, Arial, Helvetica; font-size:  11px; font-weight: bold; color: black;}

/*links & buttons*/
a:link{color:#00f;text-decoration:underline;}
a:visited{color:#808;text-decoration:underline;}
a:hover{color:#f00;text-decoration:none;}
a:active{color:#f00;text-decoration:none;}

/*links and buttons for register and login*/
a.user:link{color:#333;text-decoration:underline;}
a.user:visited{color:#333;text-decoration:underline;}
a.user:hover{color:#333;text-decoration:none;}
a.user:active{color:#333;text-decoration:none;}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

h1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

h2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

h3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #003366;
}

h4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:    normal;
    color: #003366;
}

h5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #003366;
}

h6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

ul {
    margin-left:30px;
    }

UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

ol {
    margin-left:30px;
    }

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: dimgrey;
    height:1pt;
    text-align:left
}


/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}