/* 
================================
Skin styles for DotNetNuke
================================
*/   

@import url(mainmenu.css);

.instantPoll {
	padding: 0 10 10 10px;
}

.CommandButton { 
	padding: 0 0 0 10px;
	color: #505050;
}
#dnn_RightPane .CommandButton a, #dnn_RightPane .CommandButton a:link, #dnn_RightPane .CommandButton a:active, #dnn_RightPane .CommandButton a:visited, #dnn_RightPane .CommandButton a:hover {
	color: #505050;
}

/* background color for the content part of the pages */
body
{
	background: #851515 url(bg.gif) repeat-x top left;
	font-family: Arial, Tahoma, Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-weight: bold; 
	font-size: 24px; 
	font-family: Georgia, Times, serif; 
	color: #801616;
}

.controlPanel {
	background: #000000;
	width: 100%;
	height: auto;
	border: 0px;
}
.controlPanel .SubHead, .controlPanel a, .controlPanel a:link, .controlPanel a:active, .controlPanel a:visited {
	color: #FFFFFF;
}
.controlPanel a:hover {
	color: #F10101;
}
.subHead { 
	color: #555555;
}

.skinFrame {
	width: 954px;
	height: 100%;
	border: 2px solid #000000;
	background: #FFFFFF;
}
.skinHeader {
	height: 145px;
	border-bottom: 2px solid #000000;
}
.skinHeader img {
	margin: 0 0 -4 0px;
}
.skinContent {
	height: 100%;
	width: 100%;
}
.skinFooter {
	height: 24px;
	background: #C0C0C0;
	font-family: Arial, Tahoma, Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	padding: 0 5 0 5px;
}
.skinFooterLeft {
	float: left;
}
.skinFooterLeft a, .skinFooterLeft a:link, .skinFooterLeft a:visited, .skinFooterLeft a:active {
	text-decoration: underline;
	font-family: Arial, Tahoma, Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
}
.skinFooterLeft a:hover {
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #313131;
}
.skinFooterRight {
	float: right;
}
.skinFooterRight a, .skinFooterLRight a:link, .skinFooterRight a:visited, .skinFooterRight a:active {
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #851515;
}
.skinFooterRight a:hover {
	text-decoration: underline;
	font-family: Arial, Tahoma, Verdana, helvetica, sans-serif;
	font-size: 12px;
}

/* styles used by TreeMenu Skin Object */
.TreeViewMenu
{
	width: 175px;
	background-color: #FFFFFF;
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header
{
	background-color: #FFFFFF;
}

.TreeMenu_Node
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
	text-decoration: none;
	color: #FF9922;
}


/*********************************************************************
CATALooK.netStore - http://www.catalook.de  http://www.dnnsoft.com                   
Copyright (c) 2003-2004 CATALooK Software Susanne Koehler                                                                                                      
support@catalook.de                                                                                                                                            
**********************************************************************/

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif, Tahoma;
    font-size:  11px;
    font-weight: normal;
    color: black;
}


.Header
{
	background-image: url(headermenubg.jpg);
	height: 36px;
	background-repeat: repeat-x;
}

.Footer
{
	background-image: url(footermenubg.jpg);
	height: 24px;
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

.banner_01
{
	background-image: url(banner_01.gif);
	width: 713px;
	height: 100px;
	background-repeat: no-repeat;
}

.banner_02
{
	background-image: url(banner_02.gif);
	width: auto;
	height: 100px;
	background-repeat: repeat-x;
}

.banner_03
{
	background-image: url(banner_03.gif);
	width: 67px;
	height: 100px;
	background-repeat: no-repeat;
}

TD.CATBreadCrumb
{
	background-color: #D4D9EC;
	background-image: none;
	height: 32px;
	background-repeat: no-repeat;
	border-left: #98AAB1 0px solid;
	border-top: #98AAB1 0px solid;
	border-right: #98AAB1 0px solid;
}

.MenuTab
{
	width: 100%;
	/*height: 28px;*/
}

.leftPane
{
	width: 162px;
	background: #F1F1F1;
	border-right: 1px solid #C0C0C0;
}

.leftPaneContent
{
	width: 162px;
	padding: 0 9 10 9px;
}
html>body .leftPaneContent {
	padding: 15 9 10 9px;
}

.contentPane
{ 
	width: 529px;
	padding: 20px;
}

.rightPane  
{ 
	width: 261px;
	background: #F1F1F1;
	border-left: 1px solid #C0C0C0;
}

/* style for the solpart menu */

.MenuContainer
{
	background-color: transparent;
	padding-left: 4px;
	height: 35px;
	border-bottom: #98AAB1 0px solid;
}

/* Changes of height will cause an ftp error! */
.MenuBar
{
	background-color: Transparent;
	cursor: pointer;
	cursor: hand;
	height: 16;
}

.MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #eef3fb;
	border-left: #98AAB1 0px solid;
	border-top: #98AAB1 0px solid;
	border-right: #98AAB1 0px solid;
	border-bottom: #98AAB1 0px solid;
	text-align: center;
	width: 15;
	height: 22;
}

.MenuItem /* activate bg image for subitems here */
{
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #eef3fb; /* fixed firefox problem, do not use transparent here */
}

.MenuArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.MenuRootArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


.ItemsBreak
{
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-color: transparent;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 1px;	
}

.RootItem TD
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	height: 35px;
	background-color: #eef3fb;
	background-image: none;
	background-repeat: no-repeat;
	border-left: #98AAB1 1px solid;
	border-top: #98AAB1 1px solid;
	border-right: #98AAB1 1px solid;
}

.RootItemActive TD
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	height: 35px;
	background-color: #D4D9EC;
	background-image: none;
	background-repeat: no-repeat;
	border-left: #98AAB1 1px solid;
	border-top: #98AAB1 1px solid;
	border-right: #98AAB1 1px solid;
}

.RootItemSelected TD
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	height: 35px;
	background-color: #D4D9EC;
	background-image: none;
	background-repeat: no-repeat;
	border-left: #98AAB1 1px solid;
	border-top: #98AAB1 1px solid;
	border-right: #98AAB1 1px solid;
}

.RootItemBreadCrumb TD
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	height: 35px;
	background-color: #D4D9EC;
	background-image: none;
	background-repeat: no-repeat;
	border-left: #98AAB1 1px solid;
	border-top: #98AAB1 1px solid;
	border-right: #98AAB1 1px solid;
}

.SubItemActive
{
	border-top: 0px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	height: 24px;
	background-color: #D4D9EC;
	background-image: none;
	background-repeat: no-repeat;
}

.SubMenu /* outher left and right bg of unselected sub item, bg of sub tab */
{

	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	height: 24px;
	background-color: #eef3fb;
	background-image: none;
	background-repeat: no-repeat;
	border-left: #98AAB1 0px solid;
	border-top: #98AAB1 0px solid;
	border-right: #98AAB1 0px solid;
	border-bottom: #98AAB1 0px solid;
}


.SubItemActive TD
{
	border-top: 0px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	height: 24px;
	background-color: #D4D9EC;
	background-image: none;
	background-repeat: no-repeat;
}

.SubItemSelected
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #003366; 
	background-color: #D4D9EC;
	background-image: none;
	background-repeat: no-repeat;
}


.SubItemBreadCrumb
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	background-color: #eef3fb;
	background-image: none;
	background-repeat: no-repeat;
}




/* hyperlink style for the bright tabs */

.Small
{
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	height: 13px;
	padding-left: 1px;
	padding-right: 1px;
}

A.Small:Link
{
	color: white;
	text-decoration: underline;
}

A.Small:Hover
{
	color: white;
	text-decoration: underline;
}

A.Small:Active
{
	color: white;
	text-decoration: underline;
}

A.Small:Visited
{
	color: white;
	text-decoration: underline;
}

/* text style for the selected tab */
.SelectedTab {
 	font-weight: normal;
    font-size: 10px;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration: none;
    color:#003366;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#800080;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#800080;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#ff0000;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
}

/* text style for the unselected tabs */
.OtherTabs {
 	font-weight: normal;
    font-size: 10px;
    color: #003366;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
    padding-left: 3px;
	padding-right: 3px;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#003366;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    padding-left: 3px;
	padding-right: 3px;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#800080;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    padding-left: 3px;
	padding-right: 3px;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#800080;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    padding-left: 3px;
	padding-right: 3px;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#ff0000;
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    padding-left: 3px;
	padding-right: 3px;  
}

/* text and link style for SkinObjects */

.SkinObject
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px; /*1.2em;*/
	font-weight: normal;
}

A.SkinObject:link
{
	text-decoration: none;
}
A.SkinObject:visited
{
	text-decoration: none;
}
A.SkinObject:active
{
	text-decoration: none;
}
A.SkinObject:hover
{
	color: #FF9922;
	text-decoration: underline;
}

/* Hide Elements */
#dnn_ctr390_MainView_ViewEntry_lblLocation {display:none;}
#dnn_ctr390_MainView_ViewEntry_lnkBlogs {display:none;} /* Show to Access main blog page through breadcrumb*/
#dnn_ctr390_MainView_ViewEntry_imgBlogParentSeparator {display:none;}
#dnn_ctr390_MainView_ViewEntry_lnkParentBlog {display:none;}

#dnn_ctr390_MainView_ViewBlog_lblBlogDescription {display:none;}
#dnn_ctr390_MainView_ViewBlog_lblAuthorHeader {display:none;}
#dnn_ctr390_MainView_ViewBlog_lblAuthor {display:none;}
#dnn_ctr390_MainView_ViewBlog_lblCreatedHeader {display:none;}
#dnn_ctr390_MainView_ViewBlog_lblCreated {display:none;}




