/* 
================================
Skin styles for Simple Red Leaf Skin 3 Pane Layout
Created by Lee Sykes - http://www.dnncreative.com
================================
*/
body
{
/* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top:35px;
background-color: #e5dfbf;
}

#wrapper { 
margin: 0 auto;
width: 707px;
border: 1px solid #ccc;
background-color:#FFFFFF;
}

#header {
color: #333;
width: 707px;
padding-bottom:10px;
float: left;
height: 100px;
margin: 5px 0px 0px 0px;
background-image:url(topbanner.jpg);
background-repeat:no-repeat;
border-bottom: 1px solid #ccc;
}

#leftcolumn { 
color: #333;
width: 207px;
height: 350px;
float: left;
bottom:0;
}

#menu {
width:207px;
}

.clearAl {
clear:both;

}

#search{
width: 200px;
border-bottom: 1px solid #CCCCCC;
float:left;
padding-bottom: 5px;
padding-left: 8px;
}

#dnn_ctr352_SearchResults_dgResults {
width:450px;
padding-left: 1px;
padding-right:1px;
}

#dnn_ctr352_SearchResults_dgResults__ctl3_lnkLink {
width:40px;
}

.containermaster_blue {
background-color:#CC99CC;
}

#rightcolumn { 
float: right;
color: #333;
width: 499px;
border-left: 1px solid #ccc;
margin-left: -15px;
display: inline;
}

#footer { 
width: 687px;
clear: both;
color: #333;
border-top: 1px solid #ccc;
margin: 0px 0px 0px 0px;
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

#content2 {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

.tagline
{
    float: left;
    width: 65%;
    padding-left: 25px;
}

#loginlinks
{
    float: right;
    width: 30%;
    text-align: right;
}

#logo
{
    clear: both;
    padding: 10px 0px 15px 75px; /*margin: 0 0 15px 0; */
}
#logo h1
{
    font: bold 300% Verdana, Tahoma, Helvetica, Arial, sans-serif;
    color: #C00;
    letter-spacing: 0.1em; /* adjusts how close the title is to the top tag line */
    margin-top: 0px;
}
/* Main Layout */
#content
{
    float: right;
    width: 79%; /* padding: 0 0 0 10px; */
}

#sidebar
{
    float: left;
    width: 18%;
}

#date
{
    clear: both;
    padding-top: 10px;
    color: #C00;
}



/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
}

/* ================================
style for module titles
================================ */
.Head
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 170%;
    font-weight: bold;
    color: #C00; /* letter-spacing: 2; */
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  85%;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  85%; 
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
	font-size: 90%;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
H1
{
    font-size: 150%;
    font-weight: bold;
    color: #999;
}

H2
{
    font-size: 150%;
    font-weight: bold;
    color: #C00;
}

H3
{
    font-size: 120%;
    font-weight: bold;
    color: #999;
}

H4
{
    font-size: 110%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H5, DT
{
    font-size: 90%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H6
{
    font-size: 80%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/


/*Menu*/
.MainMenu_MenuContainer
{
width: 207px;
border-bottom:10px solid #FFFFFF;
}

.MainMenu_MenuBar
{
width: 200px;
height:31px;
}

.MainMenu_MenuItem 
{
color:#fff;
background-color:#00968a;
width:100px;
height:30.1px;
*height:30px;
background-image:url(menuOff.jpg);
background-repeat:no-repeat;
}

.MainMenu_MenuBreak
{
    border-bottom: #EEEEEE 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 1px solid; 
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}

.MainMenu_MenuItemSel
{
background-color: #73c5bf;
height:30.1px;
*height:30px;
color:#FFFFFF;
background-image:url(menuOn.jpg);
background-repeat:no-repeat;
}

.MainMenu_Active,
.MainMenu_BreadcrumbActive  { 
font: normal bold 11px Tahoma, Arial; 
color: #666;  
padding: 0; 
height: 20px; 
}

.MainMenu_RootMenuArrow {

}

.MainMenu_MenuArrow {
}

/*Menu Ends*/

/* ------------------------
Links format added for opera browser
----------- */
.Normal A:link, .Normal A:visited, .Normal A:active
{
    text-decoration: none;
    color: #036;
}
.Normal A:hover
{
    text-decoration: underline;
    color: #F00;
}

/* This is the Date eg. any items that are not links */
.SkinItem
{
    text-decoration: none;
    color: #036;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #036;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #F00;
}


/*Side Menu Style*/
#dnn_ctr544_ModuleContent, #dnn_ctr545_ModuleContent, #dnn_ctr546_ModuleContent, #dnn_ctr547_ModuleContent, #dnn_ctr550_ModuleContent, #dnn_ctr551_ModuleContent {
float:left;
}

#dnn_ctr558_ModuleContent {
float:left;
}

#dnn_ctr544_ContentPane {
float:left;
}
.inventua_sidemenu {

}

.MenuItem HR {
border-top-width : thin;
}

.MenuHdr
{ 
font-size: 10pt; padding-left: 10px; font-weight: bold; padding-bottom: 2px; 
background-color: #f1f1f1; padding-top: 2px; cursor: default;
}

.MenuItem
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin-left: 10px; 
padding-left: 20px; 
font-weight: normal; 
padding-bottom: 2px;
background-color: #FFFFFF; 
padding-top: 2px;
}

.MenuItemMouseOver
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding-left: 20px; font-weight: normal; padding-bottom: 2px;
background-color: #FFFFFF; padding-top: 2px;
}

.MenuItem A {
color: #34600b;
}

.MenuItem A:Active, .MenuHdr A:Active, .MenuItemMouseOver A:Active {
color:#FF0000;
}

.MenuItem A:Hover, .MenuItem A:Visited, 
.MenuItem A:Link, .MenuItemMouseOver A, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver 
A:Link, .MenuHdr A, .MenuHdr A:Hover, .MenuHdr A:Visited, 
.MenuHdr A:Link 
{
text-decoration: none; width: 100%; padding-top: 1px;
padding-bottom: 1px; cursor: default; cursor: pointer;
color: #333333; 
}
.MenuItemMouseOver
{
background-color: #a3d9d5!Important; 
}
/*End Menu Style*/

.boldRed a:link {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FF0000;
}

.boldRed a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FF0000;
}


