/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: white;
}
.skinmaster {
	height: 100%;
	background-color: transparent; 
}
.skinheader {
	background-color: white; 
}
.banner1
{
    font-family:Times New Roman;
    font-size:24px;
    color:#998667;
    text-align:center;
    font-weight:bold;
    padding:15px 16px 16px 16px;
}
.banner2
{
    font-family:verdana;
    font-size:10px;
    color:#333;
    text-align:center;
    padding:0px 16px 16px 0px;
}
/*
======================
Date, Breadcrumb and Login row
======================
*/
.skinheader2 {
	background-color:#ccc; 
}
/*
======================
Copyright, term, privacy
======================
*/
.topmenu a
{
font-size: 9pt;
font-weight: bold;
font-family: Verdana, Arial, Helvetica;
line-height: 30px;
display: block;
background-color: #005596;
}

.topmenu a:link, .topmenu a:visited, .topmenu a:active
{
font-weight: bold;
display: block;
color: #fff;
}

.topmenu a:hover
{
color: #005596;
font-weight: bold;
display: block;
background-color: #e9e9e9;
}

.skinfooter {
	background-color:#ccc;  
}
.controlpanel {
	width: 100%;
	background-color: whitesmoke;
}
.topmenupane
{
    padding: 8px;
}
.contentpane {
	background-color: white;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftcolumn {
	background-color: transparent;
}
.leftpane {
	background-color: #005596;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	background-color: whitesmoke;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: white;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.menupane {
    padding-top: 6px;
    padding-right: 6px;
}    
 
.StandardButton {
  background: #998667 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 12px;
  font-weight: bold;
}
/* ================================
style for module titles
================================ */
.Head {
   font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size:  20px;
   font-weight: bold;
    color:#998667;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead    {
    color:#998667;
}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{color: #000;
	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 12px;
}
td
{
	font-family: verdana, tahoma, arial;
	font-size: 12px;
}
/* ===============================
for lists etc 
================================== */
.NormalSmall
{color: #000;
	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 10px;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 12px;
	color: #000
}
.NormalRed
{color: #FF0000;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	font-size: 12px;
}
.NormalOrange
{color: DarkOrange;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	font-size: 12px;
}
.NormalBold
{	font-family: verdana, tahoma, arial;
	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:#222;
	font-family: verdana, tahoma, arial;
	font-size: 12px;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active {
	color:#005596;
	font-family: verdana, tahoma, arial;
	font-size: 12px;
}
A.SkinItem:hover    {
	color:blue;
	font-family: verdana, tahoma, arial;
	font-size: 12px;
}
a:link, a:visited, a:active {
	color:#005596;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:blue;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1  {
    color:#998667;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
}

H2  {
    color:#998667;
    font-family: Verdana, Arial;
    font-size: 16px;
    font-weight: bold;
}

H3  {
    color:#998667;
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
}

H4  {
    color: Black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
}

H5, DT  {
    color: Black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
}

H6  {font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}