root { 
    display: block;
}
body{
    font-family: Tahoma,Geneva,Kalimati,sans-serif;
    margin:0;
    padding:0;
    font-size:12px;
}
#header{
    background: url('images/head_bg.png') repeat-x;
    width:100%;
    height:98px;
}

#header div{
    width:980px;
    height:98px;
    margin:0;
    padding:0;
    margin-left: auto;
    margin-right:auto;

}
#header div h1{
    margin:0;
    padding-top:0px;
    margin-left:40px;
    margin-top:30px;
    font-style: italic;
    font-weight: bold;
    font-size:45px;
    color:white;
    float:left;
}
#header div h1 a{
    color:white;
    text-decoration: none;
}

#header div span{
    float:right;
    font-size:14px;
    font-style: normal;
    padding-top:40px;
    color:white;
    margin-right:10px;
}

#menu_cont{
    background-color: #134b6f;
    width:100%;
    margin:0;
    padding:0;
    height:64px;
}

.menu{
    margin:0;
    padding:0;
    display:block;
    height:32px;
    width:980px;
    list-style-type: none;
    list-style-position: inside;
    margin-right: auto;
    margin-left:auto;
    
 }
 .menuitem{

    display:block;
	float:left;
    height:32px;
    border-right: 1px solid #0b2d43;
    border-left: 1px solid #7193a9;
    margin:0;
    padding:0;
}
.menuitem a{
    color:#fefefe;
    padding:0px 8px 0px 8px;
    text-decoration: none;
    font-weight: bold;
    line-height: 32px;
    display:block;
    height:32px;
    margin:0;
}

.logout{
    background-color: #8e0203;
}

.menuitem:hover{
    background-color: #196596;
    
}
#content{
	margin: 0 auto;
    width:980px;
    padding:10px;
}

.crud{
    margin: 20px auto;
    width:980px;
}

.crud img{
    border:0;
}

.crud th{
    background-color: #134b6f;
    padding:0px 10px 0px 10px;
    height:30px;
    line-height: 30px;
    color: #ffffff;
    font-size:13px;
}

.crud .add{
    background-color: #e6ecef;
}
.crud td{
    padding:0px 10px 0px 10px;
    color: #3c90c5;
    text-align:center;
    font-weight: bold;
    height:30px;
    font-size:13px;
}

#content h2{
    color: #134b6f;
    font-size: 24px;
    margin: 0px 25px 10px 0px;
    padding:0;
    display: inline-block;
}

.message{
    width:500px;
    border:1px solid #0b2d43;
    background-color: #8d0202;
    color: white;
    font-weight: bold;
    padding:5px 10px 5px 10px;
    margin: 10px auto;
    text-align: center;
}

.new_button{
    width:172px;
    height:22px;
    background: url(images/new_bg.png) no-repeat;
    color:white;
    font-weight: bold;
    text-align:center;
    text-decoration: none;
    line-height: 22px;
    padding:0;
    display: inline-block;
}
.select_form{
    
    display:inline-block;
}
.select_form select{
    border: 1px solid #cccccc;
}
.select_form label{
    width: 150px;
    font-weight: bold;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    margin:4px 0;
    float:left;
}
.new_slide{
    width:930px;
    display:block;
    margin: 0;
    padding:0;
}
.new_slide .form_left{
    width:450px;
    float:left;
    display:inline-block;
    background-color: #e3eaf0;
}
.new_slide label{
    width: 100px;
    font-weight: bold;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    margin:4px 0;
    float:left;
}
.new_slide .form_right{
    width:450px;
    float:right;
    display:inline-block;
    background-color: #ededed;
}
.new_slide input{
    width:280px;
    margin:4px 0;
    border: 1px solid #c1d1de;
    float:left;
}
.new_slide .button{
    width: auto;
    margin: 5px 10px;
    background-color: #b3c615;
    border:1px solid #98a528;
    color:white;
    font-weight: bold;
    display:inline-block;
}

.new_slide a.button{
    width: auto;
    margin: 5px 10px;
    text-decoration: none;
    background-color: #8E0203;
    border:1px solid #0B2D43;
    padding:2px 10px;
    color:white;
    font-weight: bold;
    display:inline-block;
}
.new_slide select{
    float:left;
    width:330px;
    margin:4px 0;
    border: 1px solid #c1d1de;
}
.new_slide .radio{
    float:left;
    width:auto;
    margin:4px 0;
    border: 1px solid #c1d1de;

}
.new_slide p{
    width:450px;
    margin:0;
    padding:0;
    float:left;
}

.new_slide p span{
    margin: 4px 0;
    float:left;
}
.new_slide p a{
    color:#378abc;
    margin:4px 0;
    float:left;
}
.clear{
    clear: both;
}
.new_form{
    padding:10px;
    width: 600px;
    background-color: #e3eaf0;
    margin: 10px auto;
    border: 1px solid #134b6f;
    text-align: left;
}
.new_form label{
    width: 200px;
    font-weight: bold;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    margin:6px 0;
}
.new_form .multis{
    width:350px;
    height:150px;
}
.new_form input{
    width:200px;
    margin:4px 0;
    border: 1px solid #c1d1de;
}
.new_form .button{
    width: auto;
    margin: 5px 10px;
    background-color: #b3c615;
    border:1px solid #98a528;
    color:white;
    font-weight: bold;
    display:inline-block;
}
.new_form a.button{
    width: auto;
    margin: 5px 10px;
    text-decoration: none;
    background-color: #8E0203;
    border:1px solid #0B2D43;
    padding:2px 10px;
    color:white;
    font-weight: bold;
    display:inline-block;
}
.new_form textarea{
    width:350px;
    height:80px;
    border: 1px solid #c1d1de;
}
.new_form select{
    width:330px;
    margin:4px 0;
    border: 1px solid #c1d1de;
}
.new_form .radio{
    width:auto;
    margin:4px 0;
    border: 1px solid #c1d1de;

}
.new_form .form_logo{
    display: inline-block;
}
.paging{
    text-align: center;
}
.paging a {
    background-color: #134B6F;
    padding: 2px 3px 2px 3px;
    border: 1px solid black;
    color: white;
    text-decoration: none;
}
.paging a:hover{
    background-color: #34749b;
}
.paging strong{
    background-color: #E6ECEF;
    padding: 2px 3px 2px 3px;
    border: 1px solid black;
}

#ans{
    margin: 10px auto 10px auto;
    width:450px;
}

#login_form .new_form{
    background-color:#134B6F;
    border-color: #E3EAF0;
    width:400px;
    color:white;
}

#login_form .new_form label{
    width:100px;
}

#login_form .new_form .button {
    background-color: #E3EAF0;
    color:#134B6F;
}

#footer{
    background-color: #134B6F;
    color:#fefefe;
    width:100%;
    height:50px;
    line-height: 50px;
    text-align: center;
}
#footer a{
    display: inline-block;
    margin: 0px 15px;
    line-height: 50px;
    font-size: 13px;
    color:#fefefe;
    text-decoration: none;
}
#footer a:hover{
    color:#bdd016;
}

#decor{
    margin:20px 0;
    text-align: center;
}

#aboutus{
    width:610px;
    background: none;
    color:#000000;
    padding-left:10px;
    float:left;
    display:inline-block;
}

#aboutus p{
    text-align: justify;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
#user_login{
    width:300px;
    background-color: #ebebeb;
    color:#134B6F;
    padding:20px;
    float:left;
    display:inline-block;
    position: relative;
    padding-bottom: 50px;
}

#user_login #pw_help{
    display:none;
    width:300px;
    background-color: #ebebeb;
    color:#134B6F;
    padding:20px;
    position: absolute;
    right:-330px;
    z-index: 100;
    bottom:0px;
    text-align: center;
}

#user_login h2{
    color:#134B6F;
    font-style: italic;
}

#user_login label{
    color:#134B6F;
    font-weight: bold;
    font-size:12px;
    line-height: 30px;
    display:block;
}

#user_login input{
    width:100%;
    height:30px;
    font-size: 20px;
    color:#134B6F;
    line-height: 30px;
    padding:0;
    margin:0;
}
#user_login button{
    margin:0;
    padding:0;
    border: 0;
    margin-top:30px;
    display:block;
    border-style: inset;
    background:none;
    width:300px;
    height:32px;
    background-color:#134B6F;
    color:#fefefe;
    text-transform: uppercase;
    font-size:12px;
    font-weight: bold;
    line-height: 32px;
}

#user_login .error{
    background-color: #8D0202;
    border: 1px solid #0B2D43;
    color: white;
    font-weight: bold;
    margin: 10px auto;
    padding: 5px 10px;
    text-align: center;
    width: 200px;

}

.main_button{
    height:30px;
    padding:0 15px;
    line-height: 30px;
    text-transform: uppercase;
    background-color: #bdd016;
    font-weight: 900;
    font-size: 12px;
    margin-top:30px;
    color:#fefefe;
    display:inline-block;
    text-decoration: none;
    float:left;
}

.grey{
    background-color: #c5c4c4;
    float: right;
}
#main_left{
    width:470px;
    display:inline-block;
    float:left;
    margin-top:20px;
    padding:10px;
}

#main_right{
    width:470px;
    display:inline-block;
    float:right;
    margin-top:20px;
    padding:10px;
}

#main_right h2, #main_left h2{
    color:#000000;
    font-style: italic;
    font-size:22px;
}
#main_right hr, #main_left hr{
    height:2px;
    color:#e5e5e5;
    background-color: #e5e5e5;
    border: 0;
}

.camplist{
    width:100%;
    margin-bottom: 15px;
    list-style-type: none;
    padding:0;
}

.camplist li{
    display:inline-block;
    width:100%;
    margin-bottom:10px;
    float:left;
    list-style-type: none;
    padding:0;
}
.camplist li .logo{
    float:left;
    width:75px;
    height:75px;
    border: 1px solid #b7b7b7;
    margin: 0px 10px 10px 0px;
    line-height: 75px;
    overflow: hidden;
}
.camplist li .logo img{
    width:75px;
    vertical-align: middle;
}

.camplist h3{
    color:#000000;
    font-style: italic;
    font-size:20px;
    margin:0;
    padding:0;
}

.camplist p{
    padding:0;
    margin:0;
    margin-top:10px;
}

.camplist .gotocamp{
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    float:right;
    display:block;
    font-size: 11px;
    color: #348cba;
}
.camplist .gotocamp:hover{
    text-decoration: underline;
}

.stat_link{
    background-color: #E3EAF0;
    color: #134B6F;
    text-decoration: none;
    padding: 3px 5px;
    border: 1px solid #134B6F;
    display:inline-block;
    margin:4px;
    
}
.stat_link:hover{
    background-color: #134B6F;
    color: white;
}

#statarea{
    position:relative;
}

.window {
	border:0.1em dotted #d4e06b;
	opacity:0.8;
	filter:alpha(opacity=80);
	width:10em; height:4em;
	z-index:20;
	position:absolute;
	color:white;
	font-family:helvetica, sans;
	padding-top:0.9em;
	font-size:0.9em;
	text-align:center;
	background-color:#134B6F;
}
._jsPlumb_endpoint{
    display:none;
}

.static-page p{
    text-align: justify;
}

.servieroptions {
    display:none;
    margin: 20px 0;
}

.servieroptions .title {
    display: block;
    clear: both;
    font-weight: 600;
    text-align: center;
}

.servieroptions .options div {
    clear: both;    
}

.servieroptions .options label {
    width: 150px;
}

.servieroptions .options input {
    width: auto;
}