/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/*  NEW - Simplified CSS structure */

/*Below are text based CSS styles (Links, bullet points, main text and Headings 1 to 6)*/


/*Will affect: div text, disclaimer text in Useful Links, dots in breadcrumb,
Captcha text and 'Required' in form master*/

.Normal, tr
{
font-family:Verdana;
font-size:11px;
color:#444444;
}


/*Will effect plain body text (and is not a div)*/
p
{
text-align: left;
font-family:Verdana;
font-size:11px;
color:#444444;
}

/*Heading 1 text*/
H1
{
text-align: left;
color:#444444;
font-family:Verdana;
font-size:17px;
font-weight:bold;
}

/*Heading 2 text*/
H2
{
text-align: left;
font-family:Verdana;
font-size:11px;
font-weight:bold;
color: #444444;
}

/*Heading 3 text*/
H3  {
text-align: left;
font-family:Verdana;
font-size:11px;
font-weight:normal;
color: #444444;
}

/*Heading 4 text*/
H4  {
text-align: left;
font-family:Verdana;
font-size:10px;
font-weight:bold;
color: #444444;
}

/*Heading 5 text*/
H5  {
font-family:Verdana;
font-size:10px;
font-weight:normal;
color: #444444;
}

/*Heading 6 text*/
H6  {
font-family:Verdana;
font-size:9px;
font-weight:normal;
color: #444444;
}

/*General Links, will mainly effect: Links in main text and Useful Links*/
a, a:link, a:visited, a:active
{
color: #888888;
}

/*General Links when moused over. Will mainly effect: Links in main text and Useful 
Links*/

a:hover
{
color: #333333;
}

/*All combinations of bullet points (Useful Links not affected, use 'Links' style above)*/
UL LI, UL LI LI, UL LI LI LI, OL LI, OL OL LI, OL OL OL LI, OL UL LI
{
text-align: left;
font-family:Verdana;
font-size:11px;
font-weight:normal;
color: #888888;
}

/*Changes the text in the Container Header (mostly Admin items)*/
.Head
{
color:#888888;
}

/*Will affect (for site viewers): Field Label text in FormMaster (I.E. Title, first name etc...)*/
/*Will affect (for admin):Sub categories, control panel text, content pane etc... label text */
.SubHead
{
color:#333333;
}

/*-------------------------------------------------------------------------------------*/
/*Below are physical site properties*/

.skinmaster
{
border: 1px solid #333333;
}

.pagemaster
{
 background-color: #000000;
}

.NormalTextBox
{
font-family:Verdana;
font-size:11px;
color: #333333;
}    

/* FormMaster and login button style or class*/
.StandardButton
{
font-size:11px;
color: #FFFFFF;
background-color: #888888;
}

.skinobject, a.skinobject:link, a.skinobject:active, a.skinobject:visited, .breadcrumb, a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited, .linkstext, a.linkstext:link, a.linkstext:hover, a.linkstext:active, a.linkstext:visited
{
color: #888888;
}

A.skinobject:hover, A.breadcrumb:hover
{
color: #CCCCCC;
}


.termstext, a.termstext:link, a.termstext:active, a.termstext:visited, .searchtext, a.searchtext:link, a.searchtext:active, a.searchtext:visited, .privacy, a.privacy:link, a.privacy:active, a.privacy:visited
{
color: #FFFFFF;
}

A.termstext:hover, A.privacy:hover, A.searchtext:hover
{
color: #CCCCCC;
}


.skingradient
{
height:25;
background-color: #888888;
padding-top:0px;
padding-bottom:0px;
}

.MainMenu_SubMenu
{
background-color:#888888;
padding-top:1px;
padding-left:3px;
border:0;
}

.MainMenu_MenuItem
{
color:#FFFFFF;
padding-top:1px;
padding-bottom:2px;
padding-right:3px;
padding-left:3px;
height: 25px;
font-size: 11px;
border:0px;
}

.MainMenu_MenuItemSel 
{
color:#CCCCCC;
height: 25px;
font-size: 11px;
padding-right:3px;
padding-left:3px;
background-color:transparent;
}


/*Values that don't need changing*/

.MainMenu_MenuContainer
{
background-color:transparent; 
}

.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon
{
display:none;
}

.ControlPanel 
{
padding: 0px 0px 0px 0px;
}

#dnn_dnnUSER_cmdRegister.SkinObject
{
display:none;
}

#dnn_ctr_Login_cmdregister.commandButton
{
display:none;
}









