/*
   ================================
    CSS STYLES FOR Liqua Skin
   ================================
*/   

.BaseFont 
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

.Wrapper
{
	clear: both;
	float: none;
	width: 100%;
	height: 100%;
}

.Header
{

}

.BarTop
{


}

.Body 
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	display:block 					
}
 
.TopPane {}

.ContentPane {}

.RightPane
{

}

.BottomPane {}

.BarBottom
{

}

.Footer
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: center;

}

.Copyright {}

/*
   ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	background-color: #A1B3C9;
				background:  url(img/bg.JPG);
				background-attachment: fixed;
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: #dddddd;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8pt;
    color: #999999;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
	color: #336699;
}

A.SelectedTab:visited  {
	color: #336699;
}

A.SelectedTab:active   {
	color: #336699;
}

A.SelectedTab:hover    {
	color: #3399ff;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8pt;
    color: #999999;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color: #336699;
}

A.OtherTabs:visited  {
	color: #336699;
}

A.OtherTabs:active   {
	color: #336699;
}

A.OtherTabs:hover    {
	color: #3399ff;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Georgia, Times New Roman, Times Roman, Times, Serif;
    font-size:  25px;
    font-weight:    normal;
    color: #FF6666;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
    font-weight:    normal;
	color: #eeeeee;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size:  11px;
	line-height: 15px;
    font-weight:    normal;
	color: #eeeeee;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	color: #eeeeee;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;

}

.NormalRed
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
	line-height: 15px;
    font-weight: bold;
    color: #cc0000;

}

.NormalBold
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
	line-height: 15px;
    font-weight: bold;
        color: #F1C560;

 
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #336699;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #336699;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #339999;
}

A.CommandButton:hover    {
    text-decoration: underline;
    color: #3399ff;
}
    
/* GENERIC */
H1  {
	font-family: Georgia, Times New Roman, Times Roman, Times, Serif;
    font-size: 20px;
    font-weight: normal;
    color: #D6EDEF;
}

H2  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 20px;
    font-weight: normal;
    color: #D6EDEF;
}

H3  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #D6EDEF;
}

H4  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #D6EDEF;
}

H5, DT  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #D6EDEF;
}

H6  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #D6EDEF;
}

TFOOT, THEAD    {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #D6EDEF;
}

TH  {
    vertical-align: baseline;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #D6EDEF;
}

A:link  {
    text-decoration: none;
    color: #336699;
}

A:visited   {
    text-decoration: none;
    color: #336699;
}

A:active    {
    text-decoration: none;
    color: #336699;
}

A:hover {
    text-decoration: underline;
    color: #3399ff;
}

SMALL   {
    font-size: 8px;
}

BIG {
    font-size: 14px;
}

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: 1px;
    text-align: left
}

P {
	padding-bottom: 8px;
	padding-top: 0px;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-right: #999999 1px solid; 
	padding: 2px;
	background-color: #f1f1f1;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #f1f1f1 0px solid; 
	border-bottom: #f1f1f1 1px solid; 
	border-top: #f1f1f1 1px solid; 
	border-right: #f1f1f1 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #f1f1f1; 
	border-left: #f1f1f1 1px solid; 
	border-bottom: #f1f1f1 1px solid; 
	border-top: #f1f1f1 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #f1f1f1; 
	border-bottom: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-right: #999999 1px solid; 
}

.ModuleTitle_MenuBreak {
	border-bottom: #f1f1f1 1px solid; 
	border-left: #f1f1f1 0px solid; 
	border-top: #f1f1f1 1px solid;  
	border-right: #f1f1f1 0px solid; 
	background-color: #f1f1f1; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #cccccc;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #f1f1f1 1px solid; 
	border-bottom: #f1f1f1 1px solid; 
	border-top: #f1f1f1 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: #dddddd;
}

.MainMenu_MenuBar {
	height: 20px;
}

.MainMenu_MenuItem {
	color: #336699; 
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px; 
	font-weight: bold; 
	letter-spacing: 1px;
	text-transform: uppercase;
	border: #ccddcc 0px solid;
	height: 20px;
	padding: 1px 6px 1px 2px;	margin: 0px;}

.MainMenu_MenuItemSel {
	background-color: #336699; 
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px; 
	font-weight: bold; 
	letter-spacing: 1px;
	text-transform: uppercase;
	border: #ccddcc 0px solid;
	height: 20px;
	padding: 1px 6px 1px 2px;	margin: 0px;}

.MainMenu_SubMenu {
	background-color: #cccccc; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-right: #999999 1px solid;
	padding: 1px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_MenuBreak {
	display: none;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
}

 
/* main navigation. */
div, span, table, td, h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;  }
	
#CP_Nav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; width: 500px;  height: 29px 	background-color: Transparent;}
#CP_Nav ul { position: relative; width:500px;/*500*/ float: left; margin: 0px; padding: 0px; list-style-type: none; 	background-color: Transparent; }
#CP_Nav ul li { LIST-STYLE-TYPE:none;  margin: 0px; padding: 0px; float: left; margin-right: 2px; line-height: 25px;  }
#CP_Nav ul li a, #CP_Nav ul li.navnormal a { LIST-STYLE-TYPE:none; text-decoration: none; color: #666699; font-weight: bold; line-height: 22px; padding-left:5px; padding-right:5px; padding-top:3px; padding-bottom:4px;  }	  
#CP_Nav ul li a.first, #CP_Nav ul li a:hover.first, #CP_Nav ul li.navnormal a.first, #CP_Nav ul li.navhover a.first { LIST-STYLE-TYPE:none; border-left: 0px; }
#CP_Nav ul li a:hover, #CP_Nav ul li.navhover a { border-bottom:3px solid #FF6666; LIST-STYLE-TYPE:none;  text-decoration: none; color: #06B0C6; 	
	background-color: Transparent; }

/* sub navigation. */
#CP_SubNav { margin-top: 2px; border: 0px solid #A2A000; height: 20px; width: 500px; font-size: 95%; background-color: Transparent; } 
#CP_SubNav ul { float: right; margin: 0px; padding: 0px; list-style-type: none; display: inline; padding: 0px 0px; }
#CP_SubNav ul li { color: #A2A000; display: inline; padding: 0px 5px; margin: 0px; line-height: 25px;  }
#CP_SubNav ul li a:link, #CP_SubNav ul li a:visited { color: #666699;  }
#CP_SubNav ul li a:hover, #CP_SubNav ul li.navhover a{ border-top:3px solid #FF6666; LIST-STYLE-TYPE:none;  text-decoration: none; color: #06B0C6; 	
	background-color: Transparent; }

.CP_menu { display: none; }
#CP_SubNav ul li.last { border-right: 0px solid #222222; }
	
/* start ie hacks */
* html #CP_Nav ul { margin-top: -1px; }
* html #subnav { margin-top: -2px; }
/* end ie hacks*/


