@charset "utf-8";

html {
    overflow-y: scroll; /*puts scroll bar on each page*/
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0; /* it's good practice to zero the margin and of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center;
    color: #111; /*color of the text*/
    font-size: 11px;
    line-height: 1.4em;
}

#container {
    position: relative; /* allows other elements to be positioned */
    width: 900px; /* width of the content area */
    height: 100%;
    margin: 0px auto; /* centers the container */
    text-align: left;
    background-color: transparent;
    margin-bottom: 20px; /* leaves 20px space at the bottom of the page */
    background-image: url(/login/main_shadow1.png);
    background-repeat: repeat-y;
}

#container * {
    background: #FFFFFF;
}

/********* Header formatting ********/
#header { /* contains the logo on the left, flags and Log In link on the right */
    height: 87px;
    background: #FFF;
    padding: 6px 0;
    width: 850px;
    margin: 0 auto;
}

#header #logo { /* float: left allows the logo and flags to be side by side */
    width: 200px;
    float: left;
}

#header #logo img { /* moves image to the right by 20px */
    margin-left: 20px;
}

#header #flags {
    width: 630px; /* This sets the right margin of the flags to 30px from the right margin */
    text-align: right;
    float: left;
    margin-right:10px;
    white-space:nowrap;
}

/* If the .shaded class is added to a flag, it will turn transparent.
 * The four lines of code do the same thing, but different browsers supports a different versions */
#header #flags .shaded {
    opacity: 0.4;
    filter: alpha(opacity = 40); /* for IE support */
}

#header a { /* for signin link */
    text-decoration: underline;
}

/******** Navigation menu *********/
#navcontainer {
    width: 100%; /* makes the links take up an entire row */
    width: 850px;
    margin: 0 auto;
    margin-bottom: 1.5em;
    text-align: center;
    line-height: 1.6em;
    vertical-align: top;
    color: #ff9900;
    position: relative;
}

#navcontainer * {
    background-color: transparent; /* So that the background is visible */
}

#navcontainer .mainmenu { /* mainmenu is the top row of links */
    width: 100%;
    width: 850px;
    height: 100%;
    overflow: hidden;
    margin-bottom: 1px;
}

#navcontainer .submenu { /* submenu is the bottom row */
    width: 100%;
    width: 850px;
    position: absolute;
    top: 21px;
    left: 0;
    background-color: #E9F4E3;
    width: inherit; /* gets the same width and align as the #navcontainer */
    overflow: hidden;
}

#navcontainer .hidemenu { /* the hidemenu class makes sure that specific submenus are hidden */
    width: 100%;
    width: 850px;
    display: none; /* to display a submenu, delete this class from the div containing it */
}

/* currently, the orange dividers between the links in the navigation menu are images which are
 * attached to the right every link by the background-image attribute. The padding and margins adjust the
 * the links so that they were evenly spaced.	*/
#navcontainer *.selected, #navcontainer a {
    background-position: 100% 90%;
    background-repeat: no-repeat;
}

#navcontainer *.selected {
    color: #FF9900;
    cursor: default;
}

#navcontainer *.selected:hover {
    text-decoration: none;
}

#navcontainer *.last { /* The last link in the menu should not have a divider on the bottom*/
    margin: 0 0 0 0;
}


/*********** MAIN CONTENT **************/
#maincontent {
	width: 850px;					/* 50px smaller than the width of the container (800px) */
	margin: 0 auto;					/* centers elements like this div */
	color: #444;
	text-align: center;
	padding-bottom: 100px;			/* Adds blank space to the bottom before the footer */
	min-height: 400px;				/* sets minimum height of the page so that short pages */
}
#maincontent *{
	margin: 0;
	background-color: transparent;
}
#maincontent #greenbar{
	background-color: #B5D99B;
	height:21px; 
}		

/************* PAGE SPECIFIC FORMATTING *************/
/* FOR THE HOME PAGE SIDE BAR ON THE LEFT*/
#maincontent #sidebar{
	float: left;
	width: 170px;
	text-align: left;
	height: 100%;
	padding: 15px 5px;
	color: #6F6F6F;
	margin-right: 10px;
}
#maincontent #sidebar input{
	border-width: 1px;
	border-color: #999;
}
#maincontent #sidebar .box{
	width: 100%;
	height: 450px;
	padding: 3px;
	border-right: 1px solid #C6C6C6;
}
#maincontent #sidebar .box .newsbox{
	width: 97%;
	margin: 40px auto;
}
#maincontent #sidebar .box .newsbox .content{
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	margin: 0;
	font-size: 10px;
	padding: 0;
}
#maincontent #sidebar p{
	padding: 2px 3px;
	margin: 0;
	text-align: left;
	line-height: 1.3em;
}
#maincontent .bottomleftcorner,				/* these images form the curved edges */
#maincontent .topleftcorner,
#maincontent .bottomedge,
#maincontent .bottomedge{
	background-position: bottom right;
}
#maincontent .bottomleftcorner,
#maincontent .topleftcorner{
	float: left;
	width: 10%;
	background-position: bottom left;
}
#maincontent .topleftcorner{
	background-position: top left;
}		
#maincontent #maincol{
	float: left;
	width: 650px;
}

/*********** FOOTER ***************/
#container #footer {
    height: 3.8em;
    color: #666;
    width: 850px;
    margin: 0 auto;
    font-size: 0.8em;
    text-align: center;
    clear: both;
    /* The following CSS3 is supported by firefox, safari but NOT IE.
     -moz-border-radius-bottomright: 25px;
     -webkit-border-radius-bottomright: 25px;
     border: 0px solid #FF0000; */

}
/************ TAG FORMATTING **************/
a{
	text-align: left;
	border:none;
	outline:none;
}
a img {
	border:none;
	outline:none;
}
a:link {
	color: #61AE2C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #61AE2C;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;				/* links turn orange when hovered over */
}
a:active {
	text-decoration: none;
	color: #61AE2C;
}
#maincontent hr{				/* margins around horizontal rule */
	clear: both;
	width: 95%;
	margin: 20px auto;
	color: #ddd;
}
#maincontent br{
	margin: 0;
	padding: 0;
}

label {
        padding:0 20px 0 0;
        display:inline-block;
        width:85px;
        text-align:right;
        font-size:12px;
}
#login_form {
        /*border:2px solid #c4c4c4;*/
        padding:10px 0px 25px 55px;
        width:250px;
        margin:0 auto;
        margin-top:50px;
		font-size:11px;
		text-align:left;
		font-family: Helvetica,Arial,Verdana,sans-serif;
        min-height: 340px;
}
#login_form label {
	text-align:left;
}
#banner_cont{
	float:left;
	margin:50px 0 0 0;
	padding:0 25px 0 148px;
}
#form_cont {
	float:left;
}
.form_label {
	padding-bottom:3px;
	font-weight: bold;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	color:#444!important;
}
#username, #password {
	width:180px;
}
#orange_btn {
	background: transparent url(/login/new_installations_btn.png) no-repeat top left;
	cursor: pointer;
	margin: 0;
	padding-bottom: 5px;
	border: 0;
	width: 154px;
	height: 32px;
	vertical-align: top;
	overflow: hidden;
}
.style32 {
        font-size:14px;
        line-height:30px;
}

input,textarea,select,button {font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;}

.error {
        color:red;
        font-size:1.1em;
        margin-bottom:20px;
}

#header_title {
	width:440px;
        color: #578631;
        font-size: 18px;
        font-weight: bold;
	float:left;
	text-align:center;
	padding-top:30px;
}
#sddm
{	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial
}

#sddm li a
{	display: block;
	margin: 0 1px 1px 0;
	padding: 4px 0px 4px 0px;
	width: 120px;
	height: 15px;
	position:relative;
	word-wrap: normal;
	background: #5fac28;

	color: #FFF;
	text-align: center;
	text-decoration: none
}

#sddm li a:hover
{	background: #3a6a19;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FFF;
	border: 1px solid #5fac28
}

#sddm div a
{	position: relative;
	display: block;
	margin: 0 0 1px 0;
	padding: 5px 10px;
	width: 98px;
	height: 100%;
	word-wrap: break-word;
	text-align: center;
	text-decoration: none;
	background: #5fac28;

	color: #FFF;
	font: 11px arial
}

#sddm div a:hover
{	background: #3a6a19;
	color: #FFF
}

#container #footer_border {
	height: 0.2em;
	margin: 0 auto;
	clear: both;
	background: transparent url(/login/main_shadow_lower.png) no-repeat;
}

#locale_select {
	width:165px;
	padding:3px;
	font-size: 12px;
	background:white;
	border-style: solid;
	border-color: #bfbfbf;
}