﻿* {
    font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
}
 body {
	    background: transparent url('../../images/background.jpg') no-repeat top center;
	    font-family: Arial;
	    background-size: 100% auto;
        font-size: 16px;
    }

img {
    border: 0;
}

/* Style for overlay and box */
.overlay {
	background: transparent url(../../images/overlay.png) repeat top left;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
}

.plainbox {
	position: absolute;
	top: 20%;
	left: 50%;
    margin-left: -500px;
	right: 30%;
	height: 50%;
	padding: 0px;
	width: 1000px;
	height: 580px;
    color: #7F7F7F;
	z-index: 101;
}

.box {
	position: absolute;
	top: 20%;
	left: 50%; /*15%;*/
    margin-left: -450px; 
	background-color: white; /* #e6e6e6;*/
    background: rgba(255,255,255,0.9);  
	color: #7F7F7F;
	padding: 0px;
	width: 860px; /*70%;*/
	height: 500px;
	border: 20px solid rgba(0, 0, 0, 0.7);
    	border-bottom: 20px solid rgba(1, 0, 0, 0.7);

    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	z-index: 100;
    border-radius: 10px 10px 10px 10px;
}

.admin.box {
    top:5%;
}

.admin.box h1 {
    border:0;
    margin:0;
    background:none;
}

.topnav {
	position: absolute;
	top: 0%;
	left: 50%;
    margin-left: -450px;
	color: #7F7F7F;
	padding: 0px;
	width: 900px;
	height: 50px;
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	z-index: 101;
    border-top: 0;
    border-radius: 0px 0px 10px 10px;
    background: rgba(0,0,0,.7);
}
.topnav td {
    width:auto; 
    padding-left: 20px; 
    padding-right: 20px; 
    text-align: center;
}
.topnav td a {
	font-family: calibri, arial;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 10px;
}
.topnav tbody tr td:hover {
    background-color: #2f2f2f;
}

.logoutDiv {
    position: absolute;
    border:0px solid red;
    text-align:center;
    padding-right: 10px;
    background: rgba(0,0,0,0.7);
    top: 50px;
    right: 50%;
    margin-right: -435px;
    padding-left: 10px;
    border-radius: 0px 0px 10px 10px;
    border: 0px solid red;;
}

.picturesDiv {
    position: absolute;
    text-align:center;
    padding-right: 10px;
    background: rgba(0,0,0,0.7);
    top: 50px;
    right: 50%;
    margin-right: -335px;
    padding-left: 10px;
    border-radius: 0px 0px 10px 10px;
    padding-bottom: 3px;
    height: 15px;
}

.picturesDiv a {
    color: white;
    font-size: small;
    text-decoration: none;
    position: relative;
    top: -2px;
}


.toplogo {
	position: absolute;
	top: 10%;
	width: 500px;
	height: 80px;
	left: 50%;
    margin-left: -450px;
	background: transparent url(../../images/logo.png) no-repeat top left;
	z-index: 101;
}
.greenbar {
	position: absolute;
	top: 850px;
	width: 100%;
	height: 80px;
	left: 0%;
	background: transparent url(../../images/green_bg.png) repeat-x top left;
	z-index: 101;
}
.box h1 {
	border-bottom: 1px dashed #7F7F7F;
	margin: -20px -20px 0px -20px;
	padding: 10px;
	background-color: #FFEFEF;
	color: #EF7777;
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-khtml-border-top-left-radius: 20px;
	-khtml-border-top-right-radius: 20px;
	-moz-opacity: 1; /* for older gecko browsers */
	-khtml-opacity: 1; /* for older webkit browsers */
	opacity: 1;
}
.line1 {
	font-family: calibri, arial;
	font-size: 32px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #ffffff;
	/*padding-left: 10px;*/
	padding-top: 0px;
	height: 55px;
}
.line2 {
	font-family: calibri, arial;
	font-size: 21px;
	font-weight: normal;
	color: #ffffff;
}
.menu {width:100px;}

.alert,
.alert-warning {
  background: #FFF7D6;
}
.alert-success {
  background: #EDFDD3;
}

#lhn_help_btn {
    visibility: hidden;
}

.mymenu
{    
    margin: 0;
    padding: 0;
}

.mymenu li
{    
    width: 100px;
    margin: 0;
    padding: 0px;
    list-style: none;
    float: left;
}

.mymenu li a
{    
    display: block;
    margin: 0 1px 0 0;
    padding: 4px 0px;
    width: 100px;
    /*background: #bbbaaa;*/
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}

.mymenu ul a:hover
{    
    background: #2f2f2f
}

.mymenu ul
{    
    position: absolute;
    visibility: hidden;
    margin: 0 1px 0 0;
    padding: 0;
    /*background: #eeebdd;*/
    /*border: 1px solid #ffffff*/

}

.mymenu ul a
{    
    position: relative;
    display: block;
    margin: 0 1px 0 -30px;
    padding: 5px 10px;
    width: 140px;
    text-align: left;
    background: #000000;
    color: #ffffff;
}    