/* 
================================
Skin styles for DotNetNuke
================================
*/

.skin_page_master
{
	background-color: #d4e1f1;
}

.skin_layout_master
{
	background-color: #fff;
}

.skin_header_cell
{
	height:136px;
	background-color: #d4e1f1;
	text-align: center;
}

.skin_menu_cell
{
	height:30px;
	background-color: #c0c0c0;
	padding: 4px;
	border: 1px solid black;		
}

.skin_navigation_cell
{
	height:30px;
	padding: 4px;	
	border-left: 1px solid black;		
	border-right: 1px solid black;		
}

.skin_content_cell
{
	border-left: 1px solid black;		
	border-right: 1px solid black;
	vertical-align: top;		
}

.skin_footer_cell
{
	height:30px;
	background-color: #c0c0c0;
	text-align: center;
	border: 1px solid black;
	padding: 4px;	
}

.skin_toppane
{
	width: 100%;
	background-color: transparent;
	padding: 4px;
}

.skin_leftpane
{
	width: 200px;
	background-color: transparent;
	padding: 4px;
}

.skin_contentpane
{
	width: 100%;
	background-color: transparent;
	padding: 4px;
}

.skin_rightpane
{
	width: 200px;
	background-color: transparent;
	padding: 4px;
}

.skin_bottompane
{
	width: 100%;
	background-color: transparent;
	padding: 4px;
}

/* OVERRIDES of Portals/_default/default.css */

a:link
{
	color: #000;
}

a:visited
{
	color: #000;
}

a:hover
{
	color: Red;
}

a.CommandButton:link
{
	color: #000;
}

a.CommandButton:visited
{
	color: #000;
}

a.CommandButton:hover
{
	color: Red;
}

.SkinObject
{
	color: #000;
}

a.SkinObject:link
{
	color: #000;
}

a.SkinObject:visited
{
	color: #000;
}

a.SkinObject:hover
{
	color: Red;
}

.ControlPanel
{
	width: 100%;
	background-color: #fefefe;
	border: #9e9e9e 1px solid;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border: 0px;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #ddd;
	border: 0px;
	text-align: center;
	width: 15;
	height: 21;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #eee;
	filter: none;
	border: #9e9e9e 1px solid;
}

.ModuleTitle_MenuBreak
{
	border: 0px;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #f43535;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border: 0px;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}

.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 19px;
	background-color: transparent;
}

.MainMenu_MenuItem
{
	border: 0px;
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
}

.MainMenu_MenuIcon
{
	background-color: #ddd;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}

.MainMenu_SubMenu
{
	background-color: #eee;
	border: #9e9e9e 1px solid;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: none;
}

.MainMenu_MenuBreak
{
	height: 1px;
}

.MainMenu_MenuItemSel
{
	border: 0px;
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #f43535;
}

.MainMenu_MenuArrow
{
	border: 0px;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;	
}

.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	color: #000;
}

.StandardButton
{
	background: #f43535 none;
	color: #000;
	border: #000 1px solid;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}








