/*
   ================================
    CSS STYLES FOR Liqua Skin
   ================================
*/   

.BaseFont 
{
font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; 
}

.Wrapper
{
	clear: both;
	float: none;
	width: 100%;
	height: 100%;
}

.Header
{
	width: 100%;
	height: 60px;
	text-align: left;
	margin: auto;
	background: url(images/htop.gif);
}

.BarTop
{
  width: 100%;
  text-transform: uppercase;
  background-color: #282828;
	background-attachment: fixed;
			
}

.Body 
{
  background-color: #282828;
  
				background-attachment: fixed;}
 
.TopPane {
	padding-bottom: 15px;
		padding-left: 10px;}

.ContentPane {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.RightPane
{
	padding-right: 8px;
	padding-left: 8px;
	text-align: left;

}

.BottomPane {
	padding-right: 10px;
	padding-left: 10px;}

.BarBottom
{
	padding-right: 10px;
	padding-left: 10px;
	height: 24px;
	width: 100%;
}

.Footer
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: center;

}

.Copyright {}

blockquote 
{	
	border-left: 4px #c7d2ea solid;
		font-size: 13px;
		font-family: Century Gothic, Helvetica, sans-serif;
	padding:  0 0 0 10px;
	margin: 5px 10px 5px 10px;
	letter-spacing: 0px;
	white-space:inherit;
		color: #29adff;
		    font-weight: bold;

}

/*
   ================================
    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:  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: #444;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
	text-decoration:none;
    color: #29adff;

}

A.SelectedTab:visited  {
	text-decoration:none;
    color: #29adff;

}

A.SelectedTab:active   {
	text-decoration:none;

    color: #29adff;
}

A.SelectedTab:hover    {
	color: #3399ff;
		text-decoration:none;
	border-bottom:1px dotted #ffffff;
}

/* 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: #29adff;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;

}

A.OtherTabs:visited  {
	text-decoration:none;
    color: #29adff;
}

A.OtherTabs:active   {
	text-decoration:none;
    color: #29adff;
}

A.OtherTabs:hover    {
	color: #fff;
		text-decoration:none;
	border-bottom:1px dotted #ffffff;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	color: #c7d2ea;
	letter-spacing: 4px;
	font-family: Century Gothic, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead
{
font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
font-size:11px;
    color:#f9f9f9;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-weight:    normal;
font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; 
    color:#f9f9f9;
}

/* text style used for most text rendered by modules */
.Normal
{
font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; 
color:#DBDFEE;	
        font-weight:    normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{


font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; 
color:#666;	
        font-weight:  normal;

}

input .NormalTextBox
{

	background:transparent url(images/input_bg.jpg) 0 0 no-repeat;


}


textarea .NormalTextBox
{

	background:transparent url(images/input_bg.jpg) 0 0 no-repeat;


}

.NormalRed
{
	font-weight: normal;
	font-size: 27px;
	text-transform: uppercase;
	color: #66CCFF;
	letter-spacing: 7px;
	font-family: Century Gothic, Helvetica, sans-serif;

}

.NormalBold
{
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #29adff;
	letter-spacing: 4px;
	font-family: Century Gothic, Helvetica, sans-serif;

 
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; 
    color:#fff;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
		text-decoration:none;


}

A.CommandButton:visited  {
	text-decoration:none;
}

A.CommandButton:active   {
	text-decoration:none;


}

A.CommandButton:hover    {
	color: #3399ff;
		text-decoration:none;
	border-bottom:1px dotted #ffffff;
}
    
/* 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-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	color: #ec008c;
	letter-spacing: 6px;
	font-family: Century Gothic, Helvetica, sans-serif;
}

h4 
{
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-family: Century Gothic, Helvetica, sans-serif;
}

H5, DT  {
font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; 
    color:#fff;
}

H6  {
font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; 
    color:#fff;
}

TFOOT, THEAD    {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #D6EDEF;
}

TH  {
    vertical-align: baseline;
font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; 
    color:#fff;
}

A:link  {
		text-decoration:none;
    color: #29adff;

}

A:visited   {
	text-decoration:none;

    color: #29adff;
}

A:active    {
	text-decoration:none;

    color: #29adff;
}

A:hover {
	color: #fff;
		text-decoration:none;
	border-bottom:1px dotted #ffffff;
	

}

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: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	
	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: 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: 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: 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: 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: 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; 
	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, td, table, h3 { 

font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; 
    color:#fff;}
	
#CP_Nav { 		
font-family:Verdana, Arial, sans-serif; font-size:11px; font-weight:bold;
color:#DBDFEE;
width: 450px;  
height: 29px 
}
	
#CP_Nav ul { 
position: relative; 
width:450px;/*450*/ 
float: right; 
margin: 0px; 
padding: 0px
list-style-type: none; 	
background-color: Transparent; 
}

#CP_Nav ul li { 
LIST-STYLE-TYPE:none;  
margin: 0px; 
padding: 0px; 
float: right; 
margin-right: 2px; 
line-height: 25px;  
}

#CP_Nav ul li a, #CP_Nav ul li.navnormal a { 
LIST-STYLE-TYPE:none; 	
text-transform: lowercase; 
text-decoration:none;
color:#DBDFEE;	
line-height: 22px; 
padding-left:8px; 
padding-right:7px; 
padding-top:3px; 
padding-bottom:4px;
border-top:2px solid #999;

}	 

 
#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 {  
LIST-STYLE-TYPE:none;  
text-decoration: none;
background-image: url(..images/bilahover.gif) ;
background-repeat: no-repeat;
background-position: 0 50%;
color: #fff; 
background-color: Transparent; 
border-top:2px solid #ec008c;
}




/* sub navigation. */
#CP_SubNav { 
margin-top: 2px; 
border: 0px solid #A2A000; 
height: 27px; 
width: 450px; 
font-family:Verdana, Arial, sans-serif; font-size:11px; font-weight:bold;
background-color: Transparent; 
} 

#CP_SubNav ul {  
height: 27px; 
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 10px; 
margin: 0px; 
line-height: 25px;  
}

#CP_SubNav ul li a:link, #CP_SubNav ul li a:visited { 
color:#DBDFEE;
text-transform: lowercase; 
font-family:Verdana, Arial, sans-serif; font-size:11px; font-weight:bold; }

#CP_SubNav ul li a:hover, #CP_SubNav ul li.navhover a{   

LIST-STYLE-TYPE:none; 	
text-decoration: none; 
background-repeat: no-repeat;
background-position: 0 50%;
color: #ACA0EC; 
background-color: Transparent; 
}


#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*/


