/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #99CCff;
}
.skinmaster
{
    height: 100%;
    background-color: Transparent;
}
.header
{
    background-color: #dcdcdc;
}
a.headerbranch:link, a.headerbranch:visited
{
    font-family: verdana, Verdana, arial;
    font-weight: bold;
    font-size: 14px;
    color: Red;
    text-decoration: none;
}
a.headerbranch:hover, a.headerbranch:active
{
    font-family: verdana, Verdana, arial;
    font-weight: bold;
    font-size: 14px;
    color: crimson;
    text-decoration: underline;
}
.headerlink
{
    background-color: #dcdcdc;
    font-family: verdana, Verdana, arial;
    font-weight: normal;
    font-size: 10px;
}
.headersearch
{
    background-image: url(green2.jpg);
    font-family: verdana, Verdana, arial;
    font-weight: bold;
    font-size: 10px;
    color: White;
}
/*
======================
Date, Breadcrumb and Login row
======================
*/
.headermenu
{
}
/*
======================
Date, Breadcrumb and Login row
======================
*/
.headerdate
{
    background-image: url(blue2.jpg);
}
/*
======================
Copyright, term, privacy
======================
*/
.footer
{
    background-image: url(blue2.jpg);
}
/*
======================
Gradient for the links at the bottom of the page
======================
*/
.skingradient
{
    background-color: #FFFFFF;
    height: 30px;
    border: 1px solid #FF9900;
}
.controlpanel
{
    width: 100%;
    background-color: white;
}
.contentpane
{
    width: 100%;
    background-color: white;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.toppanese
{
    width: 100%;
    background-color: white;
}
.leftcolumn
{
    background-image: url(green2.jpg);
}
.leftpane
{
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
}
.rightpane
{
    background-color: #ff9933;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.homeleftpane
{
    width: 30%;
    background-image: url(blue2.jpg);
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.homerightpane
{
    width: 30%;
    background-color: green;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}

.footerLinks, a.footerLinks:link, a.footerLinks:active, a.footerLinks:visited
{
    font-family: verdana;
    font-size: 11px;
    color: #3333CC;
    text-decoration: none;
    font-weight: normal;
    background-color: #dcdcdc;
}
a.footerLinks:hover
{
    color: blue;
    text-decoration: none;
    font-weight: normal;
}

.MainMenu_MenuContainer
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border: 0px 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: Verdana, Verdana, Arial, Helvetica;
    height: 20px;
}
.MainMenu_MenuIcon
{
    background-image: url(green2.jpg);
    border-left: #fff 1px solid;
    border-bottom: #cad5ea 0px solid;
    border-top: #cad5ea 0px solid;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 1px;
    height: 12px;
}
.MainMenu_SubMenu
{
    background-image: url(green2.jpg);
    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: #ff9933;
    cursor: pointer;
    cursor: hand;
    color: white;
    font-family: Verdana, Verdana, Arial, Helvetica;
    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;
}

/*=================
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_Ltblue2.jpg);
}
===========================
*/
.StandardButton
{
    background-image: url(blue2.jpg);
    color: white;
    font-family: verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
/* ================================
style for module titles
================================ */
.Head
{
    font-family: Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: Black;
}
/* ================================
style for module titles
================================ */
.HeadWhite
{
    font-family: Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: white;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead
{
    color: Black;
}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{
    color: #000;
    font-family: verdana, Verdana, arial;
    font-weight: normal;
    font-size: 12px;
}
/* ===============================
default text style used in table cell 
================================== */
td
{
    font-family: verdana, Verdana, arial;
    font-size: 12px;
}
/* ===============================
default text style used for announcements, etc 
================================== */
.NormalSmall
{
    color: #000;
    font-family: verdana, Verdana, arial;
    font-weight: normal;
    font-size: 10px;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{
    font-family: verdana, Verdana, arial;
    font-weight: normal;
    font-size: 12px;
    color: black;
}
.NormalRed
{
    color: red;
    font-family: verdana, Verdana, arial;
    font-weight: bold;
    font-size: 12px;
}
.NormalOrange
{
    color: DarkOrange;
    font-family: verdana, Verdana, arial;
    font-weight: bold;
    font-size: 12px;
}
.NormalBold
{
    font-family: verdana, Verdana, arial;
    font-size: 12px;
    font-weight: bold;
    color: black;
}
.newstitle
{
    font-family: verdana, Verdana, arial;
    font-size: 12px;
    font-weight: bold;
}
a.newstitle:link, a.newstitle:active
{
    color: navy;
}
a.newstitle:hover
{
    color: blue;
}
/* ==============================
 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: whitesmoke;
    font-family: Verdana, arial;
    font-weight: bold;
    font-size: 10px;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link
{
    color: lightyellow;
}

A.SkinItem:visited
{
    color: lightyellow;
}

A.SkinItem:active
{
    color: lightyellow;
}

A.SkinItem:hover
{
    color: yellow;
}
/* This is the Date eg. any items that are not links */
.footeritem
{
    color: white;
    font-family: Verdana, arial;
    font-weight: normal;
    font-size: 11px;
}
/* This sets the style for all skin items that are links */
A.footeritem:link
{
    color: lightyellow;
    font-family: verdana, arial;
    font-weight: normal;
    font-size: 11px;
}

A.footeritem:visited
{
    color: lightyellow;
    font-family: verdana, arial;
    font-weight: normal;
    font-size: 11px;
}

A.footeritem:active
{
    color: yellow;
    font-family: verdana, Verdana, arial;
    font-weight: normal;
    font-size: 11px;
}

A.footeritem:hover
{
    color: yellow;
    font-family: verdana, Verdana, arial;
    font-weight: normal;
    font-size: 11px;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1
{
    color: #3399CC;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    height: 22px;
    text-align: left;
}

H2
{
    color: #3399CC;
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    text-align: left;
}

H3
{
    color: #3399CC;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    text-align: left;
}

H4
{
    color: Black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
}

H5, DT
{
    color: Black;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
}

H6
{
    font-family: verdana, Verdana, arial;
    font-size: 12px;
    font-weight: normal;
    color: Black;
}
A:link, A:visited
{
    text-decoration: none;
    color: DarkSlateBlue;
}

A, A:hover
{
    text-decoration: underline;
    color: Blue;
}
