html {
	height: 100%;
}
body {
    font-family:Arial, Helvetica, sans-serif, Verdana;
    font-size:15px;
	height:100%;
    font-weight:normal;
    color:#323c41;
    text-align:left;
    background:#f0f0f0 url(images/bg.png) top left repeat-x;
}
body.loginbg {
    background:#d8d1dc url(images/loginbg.png) top left repeat-x;
}
.error_str { color:#e22; }
.message_str { color:#22f; }
/* LAYOUT ---------------------------------------- */
a { color:#107FC2; }
a:hover { color:#40aFf2; }
a.imagelink { text-decoration:none; }
a:link { color:#107FC2; }
a:visited { color:#107FC2; }
a:active { color:#40aFf2; }
h1 {
    font-size:26px;
    font-family:'Open Sans Condensed', sans-serif;
    font-weight:700;
    text-shadow:2px 4px 3px #ccc;
    filter:dropshadow(color=#ccc, offx=2, offy=3);
    margin-bottom:20px;
}
h2 {
    font-size:17px;
    font-family:sans-serif,'Open Sans Condensed';
    font-weight:bold;
    text-shadow:2px 4px 3px #ccc;
    filter:dropshadow(color=#ccc, offx=2, offy=3);
    margin-bottom:25px;
}
p {
    margin-bottom:10px;
}
hr {
    margin:15px 0px;
    border-bottom:1px solid #ccc;
    border-top:0px solid #ccc;
    border-left:0px solid #ccc;
    border-right:0px solid #ccc;
}
hr.menuseparator {
    margin:0px;
    border-bottom:1px solid #777;
    border-top:0px solid #fff;
    border-left:0px solid #fff;
    border-right:0px solid #fff;
}
ul {
    margin:10px 0px 20px 20px;
}
li {
    font-size:14px;
    margin-bottom:8px;
}
input[type="submit"], input[type="button"] {
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #aaa;
    padding:1px 20px 3px 20px;
    color:#555;
    font-family:'Open Sans Condensed', sans-serif;
    font-weight:700;
    font-size:18px;
    text-shadow:2px 4px 3px #ccc;
    filter:dropshadow(color=#ccc, offx=2, offy=3);
    cursor:pointer;
    background-color:#f0f0f0;
}
input[type="submit"]:hover, input[type="button"]:hover {
    background-color:#fafafa;
}
select { cursor:pointer; }
input[type="text"],input[type="password"],select,textarea {
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #959595;
    padding:4px;
    font-size:15px;
    color:#777;
}
input[type="text"]:hover, input[type="password"]:hover,select,textarea{ 
    background: #fff;
    color:#555;
}
input[type="text"]:focus, input[type="password"]:focus{ 
    border:1px solid #444;
    background: #fff;
    color:#555;
    -webkit-box-shadow:0px 0px 3px 2px #ccc;    
    box-shadow:0px 0px 3px 2px #ccc;    
}
select:focus,textarea:focus {
    border:1px solid #444;
    background: #fff;
    color:#555;
    -webkit-box-shadow:0px 0px 3px 2px #ccc;    
    box-shadow:0px 0px 3px 2px #ccc;    
}

#loginpage2center {
}
#loginbox {
    margin:0 auto;
    padding-top:80px;
    /*border:3px solid #ccc;*/
    width:340px;
}
#loginbox h1 {
    font-family:'Open Sans Condensed', sans-serif;
    font-weight:700;
    font-size:28px;
    text-shadow:3px 7px 5px #aaa;
    filter:dropshadow(color=#aaa, offx=2, offy=5);
    padding:0;
    margin:0px 0px 30px 0px;
}
#loginbox td {
    font-family:Arial,sans-serif,Helvetica,Verdana;
    font-size:16px;
    padding:5px 20px 5px 0px;
}
#loginbox td.loginlabel {
    width:130px;
}
#loginbox input[type="text"],#loginbox input[type="password"] {
    width:200px;
}
#header {
    background:#757575 url(images/head-bg.png) left top repeat-x;
    height:50px;
    width:100%;
    min-width:980px;
}
#cmslogo {
    background:transparent url(images/admin_title_logo.png) left center no-repeat;
    width:450px;
    height:50px;
    float:left;
}
#menudiv {
    width:100px;
    padding:10px 20px 0px 0px;
    float:right;
    text-align:right;
}
#login-info {
    width:500px;
    float:right;
    text-align:right;
    padding-top:9px;
}
.result {
    font-size:11.5px;
    font-weight:bold;
    padding:10px 0;
    margin:0;
}
.fieldcomment { font-size:11px; }
.rounded-border {
    background-color:#fff;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #aaa;
    padding: 10px;
    margin-bottom:10px;
}
.filter-frm-table td { padding:2px 10px 2px 0px; vertical-align:middle; }
.userinfo { font-weight:bold; font-size:16px; color:#74A90F; }
a.logout {
    margin:0px 0px 0px 0px;
    padding:0px 10px 0px 10px;
    font-family:Arial, Helvetica, sans-serif, Verdana;
    text-decoration:none;
    line-height:30px;
    display:block;
    float:right;
    width:80px;
    text-align:center;
    background-color:#D52094;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #aaa;
    font-size:17px;
    color:#FFF;
    font-weight:700;
    text-shadow:2px 4px 3px #ccc;
    filter:dropshadow(color=#ccc, offx=2, offy=3);
    cursor:pointer;
}
a.logout:hover { background-color:#B7107A; }
/* ************************************* */
.list_table_design {
    font-size:13px;
    border-collapse:collapse;
    border:2px solid #107FC2;
    background-color:#FFF;
    -webkit-box-shadow:0px 0px 3px 2px #ccc;    
    box-shadow:0px 0px 3px 2px #ccc;    
}
.list_table_design th {
    font-weight:bold;
    background-color:#107FC2;
    color:#FFF;
    text-align:left;
    border-top:1px solid #107FC2;
    border-bottom:1px solid #107FC2;
    padding:3px 10px 3px 3px;
}
.list_table_design tr:nth-child(even) {background: #FFF}
.list_table_design tr:nth-child(odd) {background: #EEE}
.list_table_design tr:hover {background: #FFFFDB}
.list_table_design td, .list_table_design th { padding:4px 20px 4px 3px; vertical-align:middle;}
/* ************************************* */
#content {padding:20px;}
/* ************************************* */
#url_container {padding:0px 0px 10px 0px ;}
#selected_url {width:100%;}