/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
    font-family: Tahoma;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #A69833;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color:#CCCC33;

}

A.login:link {
    text-decoration:    none;
    color: #FFFFFF;
}

A.login:visited  {
    text-decoration:    none;
    color: #FFFFFF;
}

A.login:active   {
    text-decoration:    none;
    color: #FFFFFF;
}

A.login:hover    {
    text-decoration:    none;
    color: #FFFFFF;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

html{
	scrollbar-base-color: #A69833;
	scrollbar-arrow-color: white;

	scrollbar-shadow-color: #76690E;
	scrollbar-lightshadow-color: #C1B453; 
	scrollbar-darkshadow-color: #76690E;

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #76690E;


}
/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    color: white;
	font-size:9pt;
    font-family: Tahoma;
    text-decoration: none;
}

.rightpaneText{
	color: #A69833;	
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:white;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    color: white;
	font-size:9pt;
    font-family: Tahoma;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#A69833;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#A69833;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#A69833;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#A69833;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-weight:    normal;
    color: #FFFFFF;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-weight:    bold;
    color: #FFFFFF;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-weight:    bold;
    color: white;
}

/* text style used for most text rendered by modules */
.Normal
{
font-family: Tahoma, Arial, Helvetica;
	 font-size: 12px;
    font-weight:bold;
    color: #A69833;
 	 margin-top:0px;
 	 margin-bottom:0px;
 	 	padding:0px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
   font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #A69833;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #A69833;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #A69833;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #A69833;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
	 	font-size: 18px;
   	font-weight:bold;
   	color: #A69833;
 	 	margin-top:0px;
 	 	margin-bottom:0px;
 	 	padding:0px;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
	 font-size: 16px;
    font-weight:bold;
    color: #A69833;
 	 margin-top:0px;
 	 margin-bottom:0px;
 	 	padding:0px;
 	 	}

H3  {
    font-family: Tahoma, Arial, Helvetica;
	 font-size: 12px;
    font-weight:bold;
    color: #A69833;
 	 margin-top:0px;
 	 margin-bottom:0px;
 	 	padding:0px;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
	 font-size: 10px;
    font-weight:bold;
    color: #A69833;
 	 margin-top:0px;
 	 margin-bottom:0px;
 	 	padding:0px;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
	 font-size: 8px;
    font-weight:bold;
    color: #A69833;
 	 margin-top:0px;
 	 margin-bottom:0px;
 	 	padding:0px;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    
    font-weight:    bold;
    color: white;
 	 	padding:0px;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
     	 margin-top:0px;
 	 margin-bottom:0px;
 	 	padding:0px;
    color: #A69833;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    
    font-weight:    bold;
    color:#A69833;
}

A:link  {
    text-decoration:    underline;
    color:  #A69833;
}

A:visited   {
    text-decoration:    underline;
    color:  #A69833;
}

A:active    {
    text-decoration:    underline;
    color:  #A69833;
}

A:hover {
    text-decoration:    underline;
    color:  #A69833;
}

SMALL   {
    
}

BIG {
    
}

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
}

/* Menu-Styles */
/* 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-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-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	
	cursor: pointer; 
	cursor: hand;
}

/* Skin Styles */
.textnav{
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration:none;
	color:#FFFFFF;
}

.textnav:link {
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration:none;
	color:#FFFFFF;

	}
.textnav:visited {
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration:none;
	color:#FFFFFF;

	}
.textnav:active {
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration:none;
	color:#FFFFFF;

	}
.textnav:hover {
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration:none;
	color:#CCCC33;
	}
.where {
	height: 20px;
	background-color:#99990F;
	padding-top:0px;
	}
.contentspan {
	overflow:auto;
	padding:5px;
	}
#floatimage {
	position:absolute;
	z-index:1;
	width:140px;
	height:190px;
	top:0px;
	}
P,td {
	font-size:9pt;
	 	 margin-top:0px;
 	 margin-bottom:0px;
 	 	padding:0px;
	}
.headertable {
	background-color: #1AA0A0;
	margin: 0px;
	padding: 0px;
	height: 116px;
	width: 100%;
}
.bottomnav {
	background-color: #1AA0A0;
	margin: 0px;
	padding: 0px;
	height: 40px;
}







