/* 
================================
Skin styles for DotNetNuke
================================

Purple = #4E2782
Orange = #F4831B
Light Grey = #ddd

*/   
.pagemaster {
	width: 100%;
	height: 100%;
	background-image:url(OrangeTile.jpg);
	background-color:#ddd;
}
.skinmaster {
	height: 100%;
	background-color: white; 
}
.controlpanel {
	width: 100%;
	background-color: #ccc;
	height:0px;
}
/*
======================
Banner
======================
*/
.bannertop {
    background-color:#F4831B;
    padding: 3px;
}
.bannermiddle 
{
    background-color:#4E2782;
}
.bannerbottom
{
	background-color: #F4831B;
    padding: 3px;	
}
/*
======================
Copyright, term, privacy
======================
*/
.skinfooter {
	background-color: #F4831B; 
}
.contentpane {
	width: 100%;
	height: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	background-image: url(images/contentbg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.rightpane {
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.menucolumn 
{
    background-color: #000;
}    
.menupane 
{
    width:150px;
    padding-top: 16px;
    padding-right: 6px;
    padding-left: 6px;
	background-color: transparent;
}    
.leftpane {
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	background-color: transparent;
}
.bottompane {
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* ================================
style for menu
================================ */   
.MainMenu_MenuContainer {
	background-color: transparent; 
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	height: 20px;
	border: 3px solid White;	
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Helvetica, Arial;
	height: 20px;
}
.MainMenu_MenuIcon {
	background-color: #F4831B; 
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 10px; 
	height: 12px;
}
.MainMenu_RootMenuItemBreadcrumb
{  
    border: solid 10px purple;
    background-color: green;
    height: 50px;
}
.MainMenu_RootMenuItemActive
{
    background-color: Yellow;
    color:Red;
}
.MainMenu_SubMenu {
	background-color: #F4831B;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel
{
    background-color: #4E2782;
    cursor: pointer;
    cursor: hand;
    color: white;
    font-family: Helvetica, Arial;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    height: 20px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton {
  background: #005C9A; 
  color: white;
  font-family: verdana; 
  font-size: 12px;
  font-weight: bold;
}
/* ================================
style for module titles
================================ */
.Head {
   font-family: arial;
   font-size:  16px;
  font-weight: bold;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead    {
color: black;
   font-family: arial;
   font-size:  12px;
  font-weight: bold;

}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{color: black;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
}
td
{
	font-family: verdana;
	font-size: 12px;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	color: #000
}
.Normalmagenta
{color: #FF0000;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
}
.Normalblue
{color: navy;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
}
.NormalBold
{	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
/* ==============================
 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: black;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active {
	color: navy;
	text-decoration: none;
}

A.SkinItem:hover    {
	color: blue;
	text-decoration: underline;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1  {
    color: #007538;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
}

H2  {
    color: navy;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
}

H3  {
    color: navy;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
}

H4  {
    color: Black;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
}

H5, DT  {
    color: Black;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
}

H6  {font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}

A:active, A:link, A:visited
{
    text-decoration: underline;
    color:  navy;
}

A:hover {
    text-decoration: underline;
    color:  blue;
}
hr
{
    color: #005C9A;
}
thead
{
    background-color:gray;
	color: black;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
}

