﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   


.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #b6b6b6;
}
.skinmaster {
	height: 100%;
	width:1000px;
	background-color:#FFFFFF;
}
.skinheader 
{
    background-image:url('images/grad.png');
    background-repeat:repeat-x;    
    background-position:left;
    height:308px;
}

.skinfootter
{
    height:37px;
    background-color:#e5e5e5;
    
}

.copyright
{
    padding-left:65px;
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #141414;
}

.footterlinks, .footterlinks:link, .footterlinks:visited, .footterlinks:active, .footterlinks a, .footterlinks a:link, .footterlinks a:visited, .footterlinks a:active
{    
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #141414;
    cursor: pointer;
    cursor: hand;
}

.footterlinks:hover, .footterlinks a:hover
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;   
}

.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}

.skinlogo
{
    width:165px;
    height:87px;
    padding-top:4px;
    background-repeat:no-repeat;
    background-image:url('images/revenueblitz-gold5.gif');    
}

.headersbuttons a, .headersbuttons a:link, .headersbuttons a:active, .headersbuttons a:visited
{
    background-image: url( 'images/h_btn.png' );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    cursor: hand;
    width: 142px;
    height: 33px;
    font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
    text-decoration: none;
    display:inline-block;
}

.headersbuttons a:hover
{
    cursor:pointer;
    text-decoration: none;
}





.MainMenu_MenuContainer
{
    border:0;    
    background-color:Transparent;
}
    
.MainMenu_MenuItem, .MainMenu_MenuItem td
{
    cursor: pointer;
    cursor: hand;
    color: #FFFFFF;
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    background-color: Transparent;
    height: 41px;    
    border: 0;
    text-align: center;
    background-image: url( 'images/m_full.png' );
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: none;
    font-variant: normal;
    font-style: normal;
    font-weight: bold;
    width:140px;
    vertical-align:middle;
}
.MainMenu_MenuIcon
{
    display:none;    
}

.MainMenu_MenuBreak {
	height: 1px;
	background-color:Transparent;
	border:0;
}
.MainMenu_MenuItemSel, .MainMenu_MenuItemSel td
{
    cursor: pointer;
    cursor: hand;
    color: #e60500;
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    background-color: Transparent;
    width:140px;
    height: 41px;
    border: 0;
    text-align: center;
    background-image: url( 'images/ma_full.png' );
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bold;
    vertical-align:middle;
    
}

.MainMenu_MenuArrow {
	
}
.MainMenu_RootMenuArrow {
	display:none;
}

.submenu_cont
{
    background-color:  #e60500;
    font-family:Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #FFFFFF;        
}

.submenu_cont .MenuNode
{
    font-family: Tahoma, Verdana, Arial;
    background-color: #e60500;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    cursor: hand;
    font-weight: normal;
    font-size: 12px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
    font-variant: normal;
    height:20px;
}

.submenu_cont tr
{
    font-family: Tahoma, Verdana, Arial;
    background-color: #e60500;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    cursor: hand;
    font-weight: normal;
    font-size: 11px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
    font-variant: normal;
    height:20px;
}

.submenu_cont tr td
{
    font-family: Tahoma, Verdana, Arial;
    border: 0;
    cursor: pointer;
    cursor: hand;
    font-weight: normal;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
    font-variant: normal;
    height:20px;
}


.submenuitemselected
{   
    font-family: Tahoma, Verdana, Arial;
    background-color: #FFFFFF;
    color: #e60500;
    border: 0;
    cursor: pointer;
    cursor: hand;
    font-weight: normal;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
    font-variant: normal;
}

.headerpane
{
    background-color:#FFFFFF;
    height:142px;
    width:920px;
    max-height:150px;
}

