/* default */
body, form, input, h1, h3, h4, p, ul, li, ol, blockquote, img {
    padding: 0;
    margin: 0;
    border: 0;
}

h2{
    display: block;
    padding: 12px;
    font-size: 18px;
    font-family: Arial, Verdana, Trebuchet MS, Tahoma, Helvetica, sans-serif;
    color: #fff;
    background: #928064;
    font-weight: normal;
    margin: 0;
    line-height: 120%;
}
h3{
    margin: 16px 0;    
    font-size: 14px;
}
h4{              
    color: #928064;
    font-size: 12px;
}  

a{
    color: #928064;
    text-decoration: none;
}
a:hover{
    color: #5a471b;
}
body{
    text-align: left;
    font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5a471b;
    background: #f8f4ec;
}
input{
    padding: 2px;
    font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #5a471b;
}
.clear{
    clear: both;
    height: 0px;
    font-size: 0px;
}
div{
    padding: 0;
    margin: 0;
}

/* frame */
#container {
    position: relative;
    margin: 20px auto;
    width: 950px;
    background: url("../frame/main_bg.gif") top left repeat-y;     
    text-align: left;
}

/* header */
#header{
    position: relative;
    width: 950px;
    height: 199px;
}
#header #title{
    position: absolute;
    top: 0;
    right: 0; 
    height: 199px;
    width: 950px;
	z-index: 100;
}
#header #title span{
    display: none;
}
#lang_selector{
	padding: 5px;
	position: relative;
	top:0;
	right:10px;
	float:right;
	z-index: 1000;
	color: #fff;
}
#lang_selector a{
	color: #fff;
	font-weight: bold;
}
/* footer */
#footer{
    width: 950px;
    height: 22px;
    background: #928064 url("../frame/footer_bg.gif") bottom left no-repeat;     
}
#footer p{
    padding-top: 4px;
    width: 950px;
    color: #fff;
    text-align: center;
}
#footer a{
    color: #fff;
}
#footer a:hover{
    color: #DDCCAD;
}

.button{
    margin: 5px 0 0 0;
    float: left;
    height: 13px;
    width: 90px;
    padding: 3px;
    background: #f1e9da url("../frame/button1_bg.gif") left top no-repeat; 
    text-align: center;    
    color: #928064;
    font-weight: bold;  
    font-size: 10px;    
}
.button:hover{
    background: #f1e9da url("../frame/button1_bg.gif") left bottom no-repeat; 
}
#center h3{
    margin: 0 0 15px 0;
}
#center p{
    margin: 0 0 10px 0;
}
#center ul{
    margin: 10px 20px 0;
    list-style-type: square;
}
#center ul li{
    margin: 8px 0;
}


.success, .error, .notice{
    margin: 0px 0px 10px 0px;
    padding: 8px 15px 8px 15px;
    font-weight: bold;
    font-size: 11px;
}
.success{    
    clear: both;
    margin: 10px 0pt;   
    border: solid 2px #008837;
    color: #008837;
}
.error{
    clear: both;
    margin: 10px 0pt;   
    border: solid 2px #B6432E;
    color: #B6432E;
}
.notice{
    clear: both;
    margin: 10px 0pt;   
    border: solid 2px #928064;
    color: #928064;
}
.successright, .errorright{
    margin: 10px 10px 10px 8px;
    padding: 8px 15px 8px 15px;
    font-weight: bold;
    font-size: 11px;
}
.successright{    
    border: solid 2px #008837;
    color: #008837;
}
.errorright{
    border: solid 2px #B6432E;
    color: #B6432E;
}
/* pager */
.fps_nav {
    position: relative;
    width: 545px;
    margin: 10px 0px;
    padding: 5px 0;
    height: 23px;
    font-size: 9px;
    font-weight: normal; 
    
}
.fps_nav .nav_row{
    position: relative;
    padding: 4px 0px;
    width: 100%;
}
.fps_nav .pager_left{
    padding: 4px 0;
    float: left;
    width: 55px;
}
.fps_nav .pager_right{
    text-align: right;
    padding: 4px 0;
    float: right;
    width: 55px;
}
.fps_nav .pager_center{
    position: absolute;
    top: 4px;
    left: 82px;
    padding: 4px 0;
    width: 384px;
    text-align: center;
}
.fps_nav a{
    margin: 1px;
    padding: 2px 4px;
    border: solid 1px #928064;
    background: #928064;
    color: #fff !important;
    text-decoration: none !important;
}
.fps_nav a:hover{
    background: #DDCCAD;
    border: solid 1px #DDCCAD;
    color: #5A471B !important;
}

.fps_nav a.firstpage, .fps_nav a.lastpage, .fps_nav a.stepleft, .fps_nav a.stepright{
    background: #928064;
    color: #fff;
}
.fps_nav a.firstpage:hover, .fps_nav a.lastpage:hover, .fps_nav a.stepleft:hover, .fps_nav a.stepright:hover{
    background: #DDCCAD;
    color: #5A471B;
    border: solid 1px #DDCCAD;
}

.fps_nav b{
    margin: 1px;
    padding: 2px 4px;
    border:1px solid #928064;
    color: #928064;
}
.fps_nav b.lotof{
    margin: 1px;
    padding: 2px 5px;
    border: none;
    color: #00411A;     
}




/* window */
.fps_window{
    background: #fff url(../frame/fps_window_header.gif) top left no-repeat;
    position: absolute;
    width: 500px;
    text-align: left;
}
.fps_window .fps_windrag{
    margin: 0;
    padding: 7px 45px 7px 15px;
    width: 440px;
    font-size: 18px;
    cursor: move;
    background: #DDCCAD;
}
.fps_window .fps_windrag b{
    color: #928064;
}
.fps_windrag img {
    margin-right: 5px;
    vertical-align: middle;
}
.fps_window .fps_winclose{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url(../admin/image/close.gif) no-repeat;
    cursor: pointer;
}
.fps_window .fps_winloading{
    display: none;
    position: absolute;
    top: 10px;
    right: 30px;
    width: 20px;
    height: 20px;
    background: url(../admin/image/loader2.gif) no-repeat;
}
.fps_window .fps_wincontent{
    padding: 10px;
    width: 480px;
    background: #fff;
    background: url(../frame/fps_window_footer.gif) bottom left no-repeat;
}
.fps_window .win_error, .fps_window .win_success{
    color: #928064;
    font-weight: bold;
    padding: 7px;
}
.fps_window .button{
    float: none;
    background: #918064 url(../frame/button5_bg.gif) no-repeat;  
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    height: 19px;
    width: 60px;
    padding: 2px;   
}
.fps_window .button:hover{
    color: #f1e9da;
}
.fps_window .layer_bottom_white{
    width: 500px;
    height: 5px;
    font-size: 1px;
}
.fps_window .button_on_center {
    padding:10px 0px 5px;
    text-align:center;
}

#helpbox{
    visibility: hidden;
    position: absolute;
    padding: 0 0 30px 0;
    top: 8px;
    left: 375px;
    width: 350px;
    background: url("../frame/help.gif") left bottom no-repeat;
}
#helpbox h3{
    background: url(../../frame/help_h3.gif) no-repeat scroll left top;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 100%;
    margin: 0;
    padding: 6px 12px;
    width: 326px;
    height: 10px;
}
#helpbox #content{
    position: relative;
    padding: 8px 12px 20px;
    background: #fff;
    height: 155px;
    line-height: 120%;
    overflow: hidden
}
#helpbox #content p{
    margin: 0 0 10px 0;
    line-height: 120%;
}
#helpbox #content a.close_helpbox{
    position: absolute;
    bottom: 4px;
    left: 12px;
    
    padding: 0 0 0 16px;
    font-weight: bold;
    background: url(../../frame/helpcheck.gif) no-repeat scroll left 3px;
    line-height: 120%;
}
#helpbox #content a.close_helpbox:hover{
    background: url(../../frame/helpcheck.gif) no-repeat scroll left -18px;
}
a.blind{
	position: fixed;
	top: 2px;
	background: url(/frame/blind.gif) top left no-repeat;
	padding-left: 18px;
	margin-left: 5px;
}
