/* 
================================
Skin styles for DotNetNuke
================================
*/   

Body
{
    padding: 0px;
    margin: 0px;
    empty-cells:hide;
}

.pagemaster {
	width: 100%;
	height: 100%;
}

.fullwidth
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.HeaderRepeaterCells
{
    background-image: url(rvb-header-repeater.gif);
    background-repeat: repeat-x;

    }

.NavBar
{
    height:35px;
    background-image: url(rvb-menu-repeater.gif);
    background-repeat: repeat-x;
}

.footerCell
{
    background-image: url(rvb-footer-repeater.gif);
    width: 100%;
    height:30px;
}

.footerFixed
{
    width: 300px;
    height:30px;
}

/* Begin Content Pane Definitions */
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
.leftpane {
	background-color: transparent;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 4px;
	width:225px;
}
.contentpane {
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
}
.rightpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
	width:225px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
.rightpane_twothirds {
	width: 25%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane_twothirds {
	width: 75%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
/* End Content Pane Definitions */

/*****************************
 * Begin Nav Bar Definitions *
 *****************************/

/* CSSContainerRoot - Menu Container CSS Class */
.main_dnnmenu_container {
	background-color: transparent; 
}

/* CSSControl - Menu Bar CSS Class*/
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

/* CSSNode - Default Style Applied to all menu and sub-menu items */
.main_dnnmenu_item td {
	cursor: pointer; 
	cursor: hand; 
	color: #7d521b; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Georgia, Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 1px 3px 3px 1px;	
}


/* CSSNodeRoot: for root menu items - Overrides CSSNode */
.main_dnnmenu_rootitem { 
	cursor: pointer; 
	cursor: hand; 
	color: #7d521b; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: italic;
	background-color: Transparent;
	font-family: Georgia, Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 9px 0px 13px;   /*explicitly set padding for root menu items*/
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* CSSNodeHover: Class for mouse-over, ALL Nodes*/
/*Subs*/
.main_dnnmenu_itemhover td 
{
    color: #d73b22;
}
/*Root*/
.main_dnnmenu_itemhover 
{
    color: #d73b22;
}

/* CSSIcon - Class for Icons */
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}

/* CSSContainerSub - Container for Submenu */
.main_dnnmenu_submenu {
	background-color: #ddd8ba;  
	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 */
}

/* CSSBreak - Menu Break, used for spacing */
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}


.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* CSSNodeSelectedRoot - used for root menu items when they are the active tab
     Overrides CSSNode, CSSBreadCrumbRoot */
.main_dnnmenu_selectedtab {
	cursor: pointer; 
	color: #b29b72; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: italic;
	background-color: Transparent;
	font-family: Georgia, Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 9px 0px 13px;   /*explicitly set padding for root menu items*/
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*****************************
 * End Nav Bar Definitions *
 *****************************/





