/*
================================
Customized Classes
================================
*/
.banner
{
    background: #FFFFFF url(banner.jpg) no-repeat;
    height: 125px;
    width: 600px;
    vertical-align: bottom;
}

.topbanner
{
    background: #FFFFFF url(topBannerBg.jpg) repeat-x;
    height: 30px;
    padding-left: 10px;
    color: #FFFFFF;
}

.topbannerright
{
    background: #FFFFFF url(topBannerRightSide.jpg) no-repeat;
    height: 11px;
    width: 30px;
}

.menubottom
{
    background: #FFFFFF url(menuBottom.jpg) no-repeat;
    vertical-align: bottom;
    height: 29px;
}

.pagebottom
{
    background: #FFFFFF url(footer.jpg) repeat-x;
    height: 26px;
    text-align: center;
    vertical-align: middle;
}

.footer
{
    background: #FFFFFF url(footerTextBg.jpg) repeat-x;
    height: 31px;
    text-align: center;
    vertical-align: middle;
}

.menupane
{
    background: #FFFFFF url(menuBg.jpg) repeat-y;
    height: 100%;
    vertical-align: top;
}

.rightpanefiller {
	width: 11px;
	background: #FFFFFF url(rightSide.jpg) repeat-y;
	height: 100%;
	border-right: solid 1px #F0BF63;
}

/* 
================================
Default styles for DotNetNuke
================================
*/   

/* the styles for our titles */  
.Head
{
}  

/* the normal text everywhere in our portal */  
.Normal
{
}  

/* the command links when we are logged in as administrators */  
.CommandButton
{
}

/* the styles that will be applied to the body of our document like the background-color */  
Body{}  

/* the links everywhere in the contents of our portal */
A
{
    font-weight: bold;
}  
A:link
{
    color: #E0A73F;
}
A:visited
{
    color: #C88309;
}
A:hover
{
    color: #F4D08C;
}
A:active
{
    color: #E0A73F;
}

/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background: #FFFFFF url(bgGradient.jpg) repeat-x;
}
.SubHead {
    color: #C88309;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    font-weight: bold;
}
.SkinObject
{
    color: #FFFFFF;
}
a.SkinObject:link
{
    color: #FFFFFF;
}
a.SkinObject:visited
{
    color: #FFFFFF;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border: none;
	/*
	BORDER-RIGHT: #F7D189 1px solid; 
	BORDER-TOP: #F7D189 1px solid; 
	BORDER-LEFT: #F7D189 1px solid; 
	BORDER-BOTTOM: #F7D189 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 15px; 
	moz-border-radius-topright: 15px;
    */
}
.skinheader 
{
    height: 155px;
}
.skingradient {
	BACKGROUND-IMAGE: url(bgGradient.jpg);
}
.controlpanel {
	width: 100%;
	background-color: #F5F496;
	padding: 0px;
}
.toppane {
	width: 100%;
	background-color: transparent;
}
.leftpane {
	width: 153px;
	height: 155px;
	background: #FFFFFF url(topLeftCorner.jpg) no-repeat;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 10px;
	padding-top: 6px;
}
.rightpane {
	/*width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
    */
	width: 8px;
	background: #FFFFFF url(rightSide.jpg) repeat-y;
	height: 100%;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/*
================================
Menu Classes
================================
*/

/* The container for the entire menu */
.MainMenu_MenuContainer 
{
    width: 153px;
    padding: 0px 15px 0px 15px;
    height: 100%;
    vertical-align: top;
	/*background-color: transparent; */
}

/* The entire menu area */
.MainMenu_MenuBar {
	/*height: 16px;*/
	width: 120px;
	background-color: Transparent;
}

/* The individual items on the menu */
.MainMenu_MenuItem 
{
    border: none;
	color: #A86E07; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt;
	font-weight: bold; 
	font-style: normal; 
	background-color: #FFFFFF;
	width: 130px;
}

td.MainMenu_MenuItem
{
    padding: 0px;
}

/* Icons for the menu */
.MainMenu_MenuIcon 
{
    display: none;
    width: 0px;
    /*
	background-color: #F5F496; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 0px;
    */
}

/* The entire submenu area */
.MainMenu_SubMenu 
{
    width: 130px;
	background-color: #FFFFFF;  
	z-index: 1000; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	border: solid 1px #A86E07;
	padding: 0px;
}

/* The area between the menu items */
.MainMenu_MenuBreak 
{
    display: none;/*
    margin: 0px;
    padding: 0px;
    background-color: #F5F496;
	height: 1px;*/
}

/* Style when hovering over the menu item */
.MainMenu_MenuItemSel 
{
	background-color: #F5F496; 
	color: #A86E07; 
	font-family: Tahoma, Arial, Helvetica; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 10pt;
}

/* The arrow to the right of a sub-menu showing a sub-sub-menu */
.MainMenu_MenuArrow
{
    display: none;
    width: 0px;
/*	border-right: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
*/}

/* The arrow to the right of a menu item showing a sub-menu */
.MainMenu_RootMenuArrow 
{
    display: none;
    width: 0px;
/*	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
*/}

/* Root menu items when they are found in the breadcrumb */
.MainMenu_RootMenuItemBreadCrumb
{
    display: none;
    width: 0px;
}

/* Submenu items when they are found in the breadcrumb */
.MainMenu_SubMenuItemBreadCrumb
{
    display: none;
    width: 0px;
}

/* Root menu items */
.MainMenu_RootMenuItem
{
}

/* The root menu item that is currently active */
.MainMenu_RootMenuItemActive
{
    background-color: #F5F496;
	font-size: 10pt;
}

/* The submenu item that is currently active */
.MainMenu_SubMenuItemActive
{
    background-color: #F5F496;
	font-size: 10pt;
}

/* The root menu item that is currently hovered */
.MainMenu_RootMenuItemSelected
{
    background-color: #F5F496;
	font-size: 10pt;
}

/* The submenu item that is currently hovered */
.MainMenu_SubMenuItemSelected
{
    background-color: #F5F496;
	font-size: 10pt;
}

/*
================================
Other Classes
================================
*/

.StandardButton     
{
    border-top-color: #F4D08C;
    border-left-color: #F4D08C;
    border-right-color: #C88309;
    border-bottom-color: #C88309;
    background: #E0A73F none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 10pt;
    font-weight: normal;
}
.TreeViewMenu {
	width: 153px;
	background-color: Transparent;
	color: #A86E07;
}
.TreeViewMenu_Header {
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

