/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #333333;
}
.skinmaster {
	height: 100%;
	background-color: #333333;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	text-align: center;
	vertical-align: middle;
}
.skinheader {
}
/*
======================
Gradient for the links at the bottom of the page
======================

.skingradient {
	background-image: url(gradient_copyright.jpg);
	background-color: #FFFFFF; 
	background-repeat: repeat-y;
	height:30px;
	border: 1px solid #FF9900;
}
*/
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.toppane {
	width: 100%;
	background-color: #6582B7;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.menupane {
    padding-top: 6px;
    padding-right: 6px;
}    

.bodyBackground {
	background-image:  url(homebody.gif);	
	background-repeat: no-repeat;
}

/* 
================================
Menu styles
================================
*/   



.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;	
	background-color: Transparent;
}
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;	
	font-family: Tahoma, Arial; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 12px 12px 0px 5px;   /*explicitly set padding for root menu items*/

	background-image:  url(Button.gif);	
	background-repeat: no-repeat;
	/* Set the height and width of all top menus here */
	height: 38px;
	width: 138px;
	text-align: center;
}
.main_dnnmenu_item {  		
	cursor: pointer; 
	cursor: hand; 
	color: #6699CC; 
	font-size: 11px;  
	font-weight: bold; 
	font-style: normal; 
	background-color: #E2ECF5;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
    padding: 10px 3px 3px 1px;
}
/* This hover style is applied to all menus */
.main_dnnmenu_itemhover {  	
	color: #FFFFFF;  
	background-color: #6699CC;
}
/* This hover style OVERRIDES .main_dnnmenu_itemhover */
.main_dnnmenu_rootitemhover {  	 
	background-image:  url(Button_Hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #6699CC;	
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;	
}

.main_dnnmenu_submenu {	
	background-color: #FFCC00; 	 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;

	
}
.main_dnnmenu_arrow {

	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; 
	
}
.main_dnnmenu_rootmenuarrow {
	 	
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	
}



/*=================
Don't need treemenu on this skin
============================

.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 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-image: url(gradient_LtBlue.jpg);
}
*/

.StandardButton {
  background: #D4D4D4 none; 
  color: #000000;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;  
}
/* ================================
style for module titles
================================ */
.Head {
   font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size:  14px;
   font-weight: bold;
   color: #333333;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead    {
	color: #333333;
}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{	
	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 11px;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 11px;
	color: #000
}
.NormalRed
{
	color: #990000;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}
.NormalBold
{
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: Black;
}
/* ==============================
 Style for the following Skin Items (You can change the css class
associated with these objects in the skin.xml file)
- SkinItems -  Login and Register links, Breadcrumb, Copyright, Date,
- Help, Hostname, Privacy, Terms, Search
================================== */

/* This is the Date eg. any items that are not links 
.SkinItem {
	color: #000000;
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 11px;
	background-image: url(menu_button_1.gif);
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	height: 48px;
	width: 135px;
	position: fixed;
	letter-spacing: normal;
	word-spacing: normal;
	visibility: visible;
}
*/
/* This sets the style for all skin items that are links 
A.SkinItem:link {
	color: #000000;
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 11px;
	background-image: url(menu_button_1.gif);
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	backgroundH1  {font-family: verdana, tahoma, arial;
	font-size: 13px;
	font-weight: bold;
	color: #CCC;
}

H2  {font-family: verdana, tahoma, arial;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

H3  {font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
}

H4  {font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
}

H5, DT  {font-family: verdana, tahoma, arial;
	font-size: 10px;
	font-weight: normal;
	color: #CCC;
}

H6  {font-family: verdana, tahoma, arial;
	font-size: 9px;
	font-weight: normal;
	color: #CCC;
}





