body{
    font-family: Arial, Helvetica, sans-serif, "MS Trebuchet";
    font-size: 13px;
}

html.apple_bg{
    background: #ddd;
    height: 100%;
}


#container{
    min-width: 850px;
}

.logo{
    font-size: 18px;
    color: white;
    margin: 20px 0;
}

h1{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

#map-canvas{
    min-width: 500px;
    height: 400px;
}

/*

main menu

*/

.main_menu{
    background: #615c06;
    width: 140px;
    margin-right: 10px;
    padding-left: 15px; 
    min-height: 500px;
}

.main_menu li a{
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    text-align: right;
    color: white;
    margin-bottom: 5px;
    
}

.main_menu li a:hover{
    text-decoration: underline;
}

.main_menu li a.level1{
    background:  url("../images/admin/bg-menu.png") repeat-y;
    border-radius: 5px 0 0 5px;
    color: white;
}

.main_menu li a.level2{
     color: #b4b0b0;
}


#header{
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #c1c1c1;
    border-top:none;
    border-radius: 0 0 5px 5px;
}

#header .admin_info{
    float: right;
}

.content_wrap{      
    min-width: 690px;
    margin-left: 165px;
    margin-right: 5px;
}

#content.inner, div.inner_wrap{
    border: 1px solid #a5a6a5;
    background: #fbfbfa;
    padding: 10px;
    margin-bottom: 15px;
}



form input[type="submit"]{
    background: #ea8226;
    padding: 4px 10px;
    border: 1px solid #df7618;
    color: white;
    cursor: pointer;
    /*border-radius: 5px;*/
}

form input, textarea, select{
    margin: 3px;
    padding: 4px;
}

form label{
    text-align: right;
    width: 140px;
    display: block;
    padding-right: 10px;
}

form .checkBoxList label, td label{
    width: 300px;
}


/*

detail

*/

.tabs {	
    height: 33px;
}

.tabs a {
    color: black;
    padding: 8px; 
    text-decoration:none;
    background-color: white;
    display: block;
    float: left;
    border: 1px solid #ACAFAC;
    border-bottom: none;
    margin-right: 3px;
    
}

.tabs a.activeTab {
    color: white;
    background-color: #1060ba;
    border: 1px solid #1060ba;
}

.tabs a:hover {
    background-color:#edeeee;
    text-decoration: underline;	
}

.tabs a.activeTab:hover {background-color:#1060ba}
.tabBlock {display: none}

.tabBlock{
    background: #f5f4f4;
    padding: 10px;
    border: 1px solid #ACAFAC;
    border-top: 3px solid #1060ba;
}

.photos, #blocks_wrap fieldset{
    background: #f9f7f7;
    border: 1px solid #d4d3d3;
    padding: 10px;
    margin-top: 10px;
}

.photos .photo{
    float: left;
    display: block;
    border: 1px solid #c1c1c1;
    padding: 3px;
    width: 150px;
    height: 300px;
    overflow: hidden;
    margin: 5px; 
    text-align: center;
}


form tr.required{
    background: #fbe4e4;
}

#blocks_wrap input[type="text"]{
    width: 300px;
}


















.center{
    text-align: center;
}

.tright{
    text-align: right;
}

.left{
    float: left;
}

.right{
    float: right;
}

.cl{
    width: 100%;
    height: 1px;
    font-size: 1px;
    clear: both;
}

.clr{
    width: 100%;
    height: 1px;
    font-size: 1px;
    clear: right;
}

.relative{
    position: relative;
}



.login_page{

    margin: 20px;
    font-size: 16px;
    font-weight: normal;
}

.opa-box{
    width: 240px;
    padding: 15px;
    background: #936d4c;
    opacity: 0.6;   
    border-radius: 10px;
}


#frm-loginForm, .opa-box{
    width: 245px;
    padding: 15px;    
    left: 50%;
    margin-left: -125px;  
    top: 50%;
    margin-top: -100px;
    position: absolute;
    height: 120px;
}

#frm-loginForm label{
    text-align: left;
    color: white;
    margin-left: 4px;
    margin-top: 5px;
}


form .checkBoxList input[type="checkbox"] {
    float: left;
    margin: 7px 10px;
}
form table td label {
    line-height: 30px;
    text-align: left;
}


td input[type="checkbox"]{
    float: left;
    margin: 8px 10px 0 0;
}

#frm-descForm label{
    float: left;
    width: auto;
}

#frm-descForm #frmdescForm-description{
   
    width: auto;
}
