@import url(main_default.css);

body {
    font-size: 11px;
    font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; 
    color: #333333;
    background: url(../images/main_bkgr.gif) top left repeat-x;
    background-attachment: fixed;
    line-height: 1.3;
}

input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

hr {
    color: #E7ECEE;
    width : 100%;
    border-style:solid;
    border-width:thin;
}

a {
    text-decoration: none;
    color: #333333;
}
a:hover {
    color: #F7941C;
    text-decoration: underline;
} 

a.highlight, a.readmore {
    color: #F7941C;
}
a.readmore {
    padding-left: 12px;
    background: url(../images/orange_arrow.gif) left center no-repeat;
}

.bottomline {
    border-top: 1px solid #E7ECEE;
    padding-top: 3px;
    margin-top: 10px;
}
.bottomline hr {
    background: none;
    display: none;
}

.separator { width: 100%; clear: both; padding: 0; margin: 0; }

/* 
    -------------- specific background colors ---------------
*/
.blueBg {
    background-color: #6AC9EC;
}
.lightGreyBg{
    background-color: #E7ECEE;
}
.greyBg{
     background-color: #8184A7;
}
.darkGreyBg{
    background-color: #3F4045;
}
.yellowBg{
    background-color: #F5DE5B;
}
.whiteBg{
    background-color: #ffffff;
}
.darkBlueBg {
    background-color: #386FA8;
}
.orangeBg{
    background-color: #F7941C;
}

h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
}

h1, .heading, .sectionHeading {
    font-size: 16px;
    margin: 1px 0 8px 0;
}
h2, .articleHeading {
    font-size: 14px;
    margin: 1px 0 8px 0;
}
h3 {
    font-size: 14px;
    margin: 0 0 5px 0;
}
h4 {
    font-size: 12px;
}
.heading, .sectionHeading, .articleHeading, .subheading, 
.plainNegativeBold, .smallNegativeBold, 
.subheadingWhite, .subheadingYellow, .subheadingRed {
    font-weight: bold;  
}

table, .plain, .subheading, .plainNegative, .plainNegativeBold, 
.subheadingWhite, .subheadingYellow, .subheadingRed {
    font-size: 12px; 
}
.small, .smallNegative, .smallNegativeBold, #pathnavigation,
.smallWhite, .smallYellow, .smallRed {
    font-size: 11px; 
}
.verysmall, a.netenvironLink {
    font-size: 10px; 
}
.error {
    color: #A00020;
}
.plainNegativeBold, .smallNegativeBold, .plainNegative, .smallNegative  {
    color: #ffffff;
    background: #8184A7;
}

.subheading, .headingWhite, .subheadingWhite, .subheadingYellow, .subheadingRed {
    padding-bottom: 3px;
}

.white, .headingWhite, .subheadingWhite, .smallWhite, 
a.headingWhite, a.headingWhite:hover, 
.subheadingWhite a, .subheadingWhite a:hover, .smallWhite a,
a.subheadingWhite, a.subheadingWhite:hover, 
a.white, a.white:hover, a.smallWhite:hover {
    color: #ffffff;
}

.headingWhite {
    font-size: 18px;
}

.subheadingYellow, .smallYellow, 
a.subheadingYellow, a.subheadingYellow:hover,
.subheadingYellow a, .subheadingYellow a:hover, 
a.smallYellow:hover{
    color: #F5DE5B;
}

.subheadingRed, .smallRed,
.subheadingRed a, .subheadingRed a:hover,
a.subheadingRed, a.subheadingRed:hover, 
a.smallRed:hover {
    color: #D32910;
}


/* pathnavigation: breadcrumbs and subsections */
#pathnavigation, #pathnavigation a {
    color: #666666;
}
#pathnavigation #subsections {
    display: none;
}
#pathnavigation #breadcrumbs {
    margin: 5px 0;
}    


#top_area #header {
    height: 50px;
    clear: both;
}

#header #logo {
    float: left;
    height: 50px;
    padding-left: 10px;
}

#header #welcome {
    float: right;
    padding-right: 10px;
}
    

/* horizontal header menu */
#horizmenu {
    background: url(../images/topmenu_bkgr.gif);
    height: 25px;
    width: 861px;
    padding: 0;
    margin: 0 0 1px 0;
    font-size: 12px;
    clear: both;
}
ul.menu {position:relative; list-style:none; margin: 0; padding: 0; }
ul.menu * {margin:0; padding:0; line-height: 1;}
ul.menu a {display:block; color:#ffffff; text-decoration:none;}
ul.menu li { position:relative; float:left; border-right: 1px solid #ACB0BC; }

ul.menu ul {position:absolute; top:25px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none;}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:178px; margin:0; }
ul.menu ul li a {color:#000000; display:block; padding:3px 7px 5px; background-color:#d1d1d1;}
ul.menu ul li a:hover {color:#FFE324; background-color:#c5c5c5;}

ul.menu ul ul {left:178px; top:-1px;}

ul.menu .menulink {border-right: 1px solid #81848F; padding: 6px 8px 1px 10px; font-weight:bold; width:102px; height: 18px;}
ul.menu .menulink:hover, ul.menu .menuhover {color:#FFE324; text-decoration:none;}
ul.menu .sub {background:#d1d1d1 url(../images/orange_arrow.gif) 166px 8px no-repeat;}
ul.menu .topline {border-top:1px solid #aaa;}


/*
    -------------- LOGINPAGE styles ---------------
*/
body.login {
    background-color: #ffffff;
    background-image: none;
    font-size: 11px;
    color: #090957; 
    padding: 30px 0 0 20px;
}
.loginField {
    background-color: #E7ECEE;
}
.logintextPlain {
    text-decoration: none;  
    font-size: 12px;
}
.loginSmall {
    text-decoration: none;  
    font-size: 11px;
}
.loginFieldLabel {
    font-size: 12px;
}
.loginFieldInput {
    width: 150px; 
    font-size: 11px; 
    border: 1px solid #666666;
}
.loginfooter {
    position: absolute;
    top: 95%;
    right: 2%;
    font-size: 9px;
}



#languages {
    font-size: 11px; 
    color: #ffffff;
    margin: 3px 10px 3px 3px;
    text-align: right;
}
#languages a {
    text-decoration: none; 
    font-size: 11px; 
    color: #ffffff;
}
#languages a:hover {
    text-decoration: underline; 
    color: #FFE324;
}
#languages a.selected {
    font-weight: bold;
    text-decoration: underline; 
}

#quotes {
    clear: both;
    padding: 10px 0;
    margin-top: 25px;
    font-size: 14px; 
    font-style: italic;
    color: #888888;
    border-top: 1px solid #E7ECEE;
}

.frontpageBottomLeftBlock, .frontpageBottomRightBlock {
    padding: 5px;
}
.frontpageBottomLeftBlock ul, .frontpageBottomRightBlock ul {
    list-style-type: none;
    margin: 5px;
    padding-left: 10px;
}
.frontpageBottomLeftBlock {
    background-color: #386FA8;
    background: url(../images/fp_products_blue.jpg) top left no-repeat;
}
.frontpageBottomRightBlock {
    background-color: #F7941C;
    background: url(../images/fp_products_orange.jpg) top left no-repeat;
}


.semiTransparentGreyBox {
    background-color: #333333; 
    opacity:0.85; 
    -moz-opacity:0.85; 
    FILTER: Alpha(Opacity=85, FinishOpacity=0);
}

ul.lastpublished {
    list-style-type: none;
    padding: 0;
}
ul.lastpublished li {
    padding: 3px 0;
}

#frontpagenews {
    padding: 3px 8px; 
    vertical-align: bottom;
}
#frontpagenews ul.lastpublished {
    margin: 1px 0;
}
#frontpagenews ul.lastpublished li {
    border-bottom: 1px dotted #ffffff;
}
#frontpagenews ul.lastpublished li p {
    margin: 0;
    padding: 2px 0;
}


#side_column ul.lastpublished {
    margin: 5px 0;
}
#side_column ul.lastpublished li {
    margin-bottom: 3px;
    border-bottom: 1px solid #E7ECEE;
    padding: 7px 0 5px 0;
}

#side_column ul.lastpublished li .titleimage{
    padding-bottom: 5px;
}


.sidecolblock {
    margin: 5px 0 15px 0;
    padding: 5px;
}
.underlined {
    border-bottom: 1px solid #E7ECEE;
}
    
ul#subfolders {
    margin: 5px 0 15px 0;
    padding: 0;
    list-style-type: none;
}
ul#subfolders li {
    padding: 5px 3px;
    margin-bottom: 1px;
    border-bottom: 1px solid #E7ECEE;
    list-style-type: none;
}
ul#subfolders li a {
    color: #F7941C;
    padding-left: 12px;
    background: url(../images/orange_arrow.gif) left center no-repeat;
}


#calendar .highlightDay { 
    color: #000000;
    background: #ffffff;
    font-weight: bold;
}
#calendar .visibleDay { 
    background: #E7ECEE;
}


#my-tags #tagList {
    font-size: 12px;
}
#my-tags #quickProfileTags {
    padding: 3px 0;
}


/* rounded corner hack.. see liquidcorners.css */
#side_column .inside {
    padding: 0 6px;
    margin: 0;
}
#side_column .top-right, #side_column .bottom-right, #side_column .top-left, #side_column .bottom-left { 
    background-image: url('../images/corners190x14-grey.png'); 
}
#side_column .inside {
    border-left: 1px solid #d7d8db;
    border-right: 1px solid #d7d8db;
    background: #ffffff;
    height: auto;
    min-height: 600px;
}
/* for IE */
/*\*/
* html #side_column .inside {
height: 600px;
}
/**/
