@import url('loginbootstrap.css');

body{
	margin-bottom:20px;
	letter-spacing:0.01em;
	padding-top: inherit;
	background-color:#999;

!important;
	font-family: "Droid Sans";
	font-size: 16px;
	line-height: 1.5;
}

.main_container a:link, .main_container a:visited{
	text-decoration:none;
	color:#000;
}
.main_container a:hover{
	color:#FFFFFF;
	text-shadow:none;
}
.the-head{
	padding:20px 0 20px 0;
}
.footer{
	padding:10px 0 5px 0;
	width:1020px;
	margin:auto;
}


#loginhead{
	text-align: center;
	border-bottom: 1px solid #DDD;
	margin-bottom: 15px;
	padding-bottom: 8px;
}


.container p {
    margin-bottom: 3px;
}

.container h1 {
	*font-family: 'Ubuntu', sans-serif;
	letter-spacing: -1px;
	text-shadow: 0 0 2px #ccc;
	font-size: 25px;
	font-weight: 700;
	line-height: 36px;
}

.container h2 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	letter-spacing: -1px;
	text-shadow: 0 1px 1px #CCC;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	color: #009900;
}

.kbarticle{margin: 5px 0 5px 0;}

.container h3 {
    *font-family: 'Ubuntu', sans-serif;
    letter-spacing:-1px;
    text-shadow: 0 1px 1px #ccc;
    font-size: 15px;
    font-weight: 700;
}

.container h1 small, .container h2 small, .container h3 small {
    letter-spacing: -1px;
    text-shadow: 0 0 0;
    font-weight: 500;
}

.adminreturndiv {
    position:absolute;
    top:0 !important;
    right:0 !important;
    padding:5px 10px !important;
    background-color:#B4B4B4 !important;
    font-family:Tahoma !important;
    font-size:11px !important;
    color:#000 !important;
}
.adminreturndiv a {
    color: #fff !important;
    text-decoration: underline !important;
}

.container {
    max-width: 98%;
    margin: 0 auto;
    /* border-radius: 21px; */
}

.container .contentpadded {
    padding: 30px 15px;
}

.container img {
    vertical-align: top;
    border: 0;
}

.topbar {
    position: relative; 
    margin-top: auto;
    padding: 0;
}

.topbar a:link, .topbar a:visited{
	text-decoration:none;
	color:#fff !important;
}
.topbar a:hover{
	color:#000 !important;
	text-shadow:none;
}
.topbar .fill {
    height: 40px;
}

.header {
	background-color: #1A4D80;
}

.txtlogo {
    padding: 20px 30px 20px 30px;
}
.imglogo {
    padding: 20px 30px 20px 30px;
    display: none;
}

.txtlogo a {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-2px;
    text-shadow: 0 0 2px #efefef;
    font-size: 3.6em;
    font-weight: 700;
	color: #fff;
    line-height: 40px;
    text-decoration: none;
}



.container .page-header {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 17px;
}

.container .error ul {
    margin: 10px 0 10px 30px;
}

.container .error ul li {
    color: #fff;
}

.footerdivider {
    border-top: 1px solid #e8e8e8;
}

.container .footer {
    margin: 0;
    padding: 15px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #efefef;
    color: #666;
}

.container .footer #languagefrm select {
    margin: 0 0 0 5px;
    padding: 4px;
    font-family: Tahoma;
    font-size: 11px;
    color: #666;
    height: 25px;
    line-height: 25px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.container .footer #copyright {
    float: right;
    line-height: 24px;
}

.topbar .fill {
    margin: 0 auto;
    padding: 5px 28px;
    height: 43px;
	
    /* width:97%; */
	
    position:relative;
	
    margin-left: -1px;
	
    margin-right: -1px;
    border-radius: 10px 10px 0 0;
}



.container .footer {
    background-color: #fff;
}

.container .logincontainer {
    width: 280px;
    margin: 0 auto 100px auto;
}

.container fieldset.onecol label {
    color: #404040;
    float: left;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    width: 225px;
}

.container fieldset.onecol .inputs-list label {
    float: none;
    width: auto;
    line-height: 18px;
    padding: 0;
    text-align: left;
    white-space: normal;
}

.container fieldset.onecol div.input {
    margin-left: 245px;
}
