/* ================================
    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 { text-align: center; margin: 0 auto; 
		font-family: Tahoma, Arial; 
		font-size: 10px; color: #9da09c;
		background-image: url(images/site_bg.gif);
		background-repeat: repeat;
     }

.PageMaster {
	width: 736px; margin:0 auto; text-align:center; 
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { width: 33%; padding: 0 10px 0 0; }

.ContentPane  { width: 34%; padding: 0 10px 0 0; }

.RightPane  { width: 33%; }

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head { color: #9da09c; font-family:Tahoma, Arial; font-size: 10px; text-decoration: none; font-weight: normal; white-space: nowrap; background-color:transparent;}

/* style of item titles on edit and admin pages */
.SubHead { color: #9da09c; font-family:Tahoma, Arial; font-size: 10px; font-weight: bold; }


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal { font-family: Tahoma, Arial; font-size: 10px; color: #9da09c;}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: tahoma; font-weight: normal; font-size: 10px; }

.NormalRed { color: #990000; font-family: Tahoma, Arial; font-size: 10px;}

.NormalBold { font-family: Tahoma, Arial; font-size: 10px; color: #9da09c; font-weight: bold; }

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
	color: #9da09c;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link  {
	color: #9da09c;
}

A.CommandButton:visited {
	color: #9da09c;
}

A.CommandButton:hover {
	color: #9da09c;
}
    
A.CommandButton:active {
	color: #9da09c;
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
h1 { font-family:Tahoma, Arial; font-size: 12px; text-decoration: none; font-weight: normal; color: #9da09c; margin: 0 0 2px 0; padding: 0px; }
h2 { font-family:Tahoma, Arial; font-size: 11px; font-weight: bold; color: #9da09c; margin: 0 0 2px 0; padding: 0px; }
h3, dt { font-family:Tahoma, Arial; font-size: 10px; font-weight: bold; color: #9da09c; margin: 0 0 2px 0; padding: 0px; }
h4 { font-family:Tahoma, Arial; font-size: 8px; font-weight: bold; color: #9da09c; margin: 0 0 2px 0; padding: 0px; }
h5 { font-family:Tahoma, Arial; font-size: 7px; font-weight: bold; color: #9da09c; margin: 0 0 2px 0; padding: 0px; }
h6 { font-family:Tahoma, Arial; font-size: 6px; font-weight: bold; color: #9da09c; margin: 0 0 2px 0; padding: 0px; }

TFOOT, THEAD {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #9da09c;
}

TH  {
	font-family: Tahoma, Arial;
	vertical-align: baseline;
	font-size: 10px;
	font-weight: bold;
	color: #9da09c;
}

A.Star:link  
{
	background: url(images/tinyStar.gif) no-repeat; 
	background-position: left center;
	text-decoration: none;
	padding-left: 15px;
	font-size: 10px;
	color: #c5c7c4;
}

A.Star:visited   
{
	background: url(images/tinyStar.gif) no-repeat;
	background-position: left center;
	text-decoration: none;
	padding-left: 15px;
	font-size: 10px;
	color: #c5c7c4;
}

A.Star:hover {
	background: url(images/tinyStar.gif) no-repeat;
	background-position: left center;
	text-decoration: underline;
	padding-left: 15px;
	font-size: 10px;
	color: #c5c7c4;
}

A.Star:active    {
	background: url(images/tinyStar.gif) no-repeat;
	background-position: left center;
	text-decoration: underline;
	padding-left: 15px;
	font-size: 10px;
	color: #c5c7c4;
}

A:link  
{
}

A:visited   
{
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
	font-family: Tahoma, Arial; color: #5e5945;
}

LI {
	font-family: Tahoma, Arial; font-size: 10px; color: #9da09c; padding-top: 5px;
}

UL LI   
{
	
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* 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 {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/*-- Default classes --*/

a:link, a:visited, a:active {
	color: #9da09c; font-style:normal; text-decoration:underline; 
}

a:hover { }

table, p, li, div { font-family: Tahoma, Arial; font-size: 10px; color: #9da09c; }

/* custom classes */
#flashcontent { width: 736px; height: 224px; margin-bottom: 5px; }
#login { font-size:10px; text-decoration:none; margin:5px auto 0 auto; padding: 4px 15px 0 0; height:30px; text-align:right;}

.header { margin:0 auto 0 auto; text-align:left; }
.dateholder { font-size:10px; font-family: Tahoma, Arial; text-decoration:none; color: #053c6f; text-align:right; line-height:12px; padding: 4px 5px 0px 0px; height: 20px;}

.menubg { background:url(images/mnuBackground.png) repeat-x; text-align: left; height: 32px; margin: 4px 0px 4px 0px; }
.menu { margin:0 auto 0 auto; text-align:left; height: 32px; padding-top: 3px; font-family: Tahoma, Arial; }

.subMenu { margin:0 auto 0 auto; padding: 2px 2px 3px 2px; position: absolute; width: 736px; z-index: 10; }
.userLogin { font-weight: bold !important; padding-right: 6px; text-decoration:none; float:right; position: relative; top: -1px; z-index: 20; }
.breadcrumb { font-weight: bold !important; padding-left: 6px; text-align: left; margin:0 auto 0 auto; position: relative; top: -1px; z-index: 10; }

.footer01 { text-align: center; margin-top: 5px; }
.footer { height: 30px; margin:0 auto 0 auto;  padding:0px 0px 0px 0px;
          font-family: Tahoma, Arial; font-size:10px; text-align:left;
          background: url("images/abg1.gif") repeat; }
.terms { padding: 7px 15px 0px 5px; float:right; bottom:0px; }
.copyright { padding: 7px 0px 0 15px; color: white !important;}

/* Search boxes */
.search { height: 32px; float: right; padding-top: 5px; }
.search img { border:none; padding: 0px 0px 0px 0px; vertical-align: top; position: relative; top: -2px; }
.search input { background: transparent url(images/search_bg.png) repeat; color: #9da09c; width:100px; }

.SearchField { font-size:10px; color: #9da09c; }
a.SearchField { font-size:10px; text-decoration:none !important; padding-right:3px; vertical-align:bottom;}
a.SearchField:hover { text-decoration:underline !important; cursor: pointer;}
#dnn_dnnSEARCH_txtSearch.NormalTextBox { padding: 2px 0px 1px 4px; font-size:10px; height:20px; border: #69695d 1px solid; width:100px;}


/* skinobject classes */



/* pane classes */
.content01 { background: url(images/contentBG.jpg) repeat; text-align: center; }
.content { background: transparent; margin:0 auto 0 auto; padding-bottom:0px;}
.contentpanetop { }
.contentpanebottom { }

/* easy classes - for light and dark backgrounds */
.darkbg { color: #dbdadc; }
a.darkbg:link, a.darkbg:visited, a.darkbg:hover, a.darkbg:active { color: #dbdadc; text-decoration: none; background-color: transparent; border: 0; font-weight: normal; }
a.darkbg:hover { background-color: transparent; text-decoration: none; border: 0; font-weight: normal; }

.lightbg { color: #343430; }
a.lightbg:link, a.lightbg:visited, a.lightbg:hover, a.lightbg:active { color: #343430; text-decoration: none; background-color: transparent; border: 0; font-weight: normal; }
a.lightbg:hover { text-decoration: underline; background-color: transparent; }


 /* dnn classes */
a.Normal:link, a.Normal:visited { text-decoration: underline; }
a.Normal:hover { text-decoration: none; }

select, input { font-family: tahoma; font-size: 10px; color: #555; }


/* Nav Menu - using DNN Menu for DotNetNuke 3.3 & 4.3 */
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item 
{
	color: #f6f5f6; 
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	/*color: #f6f5f6; 
	background-color: Transparent; */
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #e9e9e9; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 6px 5px 2px 5px;   /*explicitly set padding for root menu items*/
    margin-right: 7px;
    position: relative;
    top: 4px;
}
.main_dnnmenu_roothover 
{
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: center 2px;
	color: #f3b801;
}
tr.main_dnnmenu_itemhover
{
	color: #f3b801;
	background-color: #5b5e54;
}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 1px; 
	height: 100%;
}
.main_dnnmenu_submenu 
{
	background-color: #5b5e54;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	border: solid 1px #512b27;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}




