/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.Login
{
	padding-left: 10px;
	font-family: Helvetica, Verdana, Tahoma;
	text-transform: lowercase;
	font-size:  10px;
    	text-decoration:    none;
    	color: White;
}

.User
{
}
.Comments:active
{
	color: Black;
	text-decoration:    none;
}
.Copyright
{
	font-size: 6pt;
	font-family: Arial;
	color: #889399;
}

/* Menu-Styles */

/* Main Menu */
/* backcolor="#f7f3f4" forecolor="#889399" highlightcolor="#f7f3f4"*/

.Seperator
{
	color: #889399;
	padding-bottom:5px;
	background-color: #edffff;
}
.MainMenu_MenuContainer
{
	border-top: #889399 1px solid;
	border-bottom: #889399 1px solid;
	/* background-color: #f7f3f4;*/
	background-color: #edffff;
}

.MainMenu_MenuBar {
	
	cursor: pointer; 
	cursor: hand; 
	height:25;

}

.MainMenu_MenuItem
{


	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 9pt;
	text-transform: lowercase;
	cursor: hand;
	color: #889399;
	font-style: normal;
	font-family: Helvetica, Verdana, Tahoma;
	/*background-color: #f7f3f4;*/
	background-color: #edffff;
}

.MainMenu_MenuIcon {
	color: Black;
}

.MainMenu_SubMenu {


	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 9pt;
	font-style: normal;
	font-family: Helvetica, Verdana, Tahoma;
	text-transform: lowercase;
	color: #889399;

/*	background-color: #f7f3f4; */
	background-color: #edffff;
	cursor: hand;

}

.MainMenu_MenuBreak {
	color: Black;
	height: 20px;

}

.MainMenu_MenuItemSel 
{
	
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 9pt;
	font-style: normal;
	font-family: Helvetica, Verdana, Tahoma;
	text-transform: lowercase;
	color: #889399;

/*	background-color: #f7f3f4; */
	background-color: #edffff;
	cursor: hand;

}

.MainMenu_MenuArrow {

}

.MainMenu_RootMenuArrow {

}


/* PAGE BACKGROUND */

/* Main Content Background */
.Content
{
	/*background-color: #f7f3f4; */ 		/* beige*/
	background-color: #edffff; 		/* light blue */
	BORDER-BOTTOM: #889399 1px solid;

}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    /*background-color: #edffff;*/
}



/* GENERIC */

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:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    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;
}

A:link  
{
	font-family: Helvetica, Verdana, Tahoma;
	text-transform: lowercase;
	font-size:  10px;
    text-decoration:    none;
    color: Black;
}

A:visited   {
    text-decoration:    none;
    color: Black;
}

A:active    {
    text-decoration:    none;
    color: Black;
}

A:hover {
    text-decoration:    underline;
    color: Black;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

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;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

