body{
   background: #0e0e0e url(bg.gif) repeat 0 0;
   color:#AAAAAA;
   font-family:Gill Sans, helvetica , tahoma ;
   vertical-align:top;
   height:100%;
   margin:0px;
}
.w_pag_hidden {
	width:32px;height:15px;  
}
.w_pag_left {
	width:32px;height:15px;  
	background:transparent url(w_pag_left.png) no-repeat;  
	cursor:pointer;
}
.w_pag_right{
	width:32px;height:15px;   
	background:transparent url(w_pag_right.png) no-repeat;
	cursor:pointer;
	margin:0;
}
 
.w_pag_bt_hidden{  
	width:32px; 
}  
.w_pag_cell {
	width:22px;
	color:#FFFFFF;
	text-align:center;
	cursor:pointer;
}
.w_pag_cell_selected {
	width:22px;
	color:#AA55AA;
	text-align:center;
}
.w_loading_box{ 
	background:transparent url(w_tloader.gif) no-repeat;
	height:32px; 
	width:32px;
	border:0px solid;
}

.small_loader{
	background:transparent url(sloader.gif) no-repeat;
	height:16px;
	width:16px;
	border:0px solid;
}

.big_loader{
	background:transparent url(loader.gif) no-repeat;
	height:32px;
	width:32px;
	border:0px solid;
}

.w_mask{
    background:#333333;
	background-position : center;
}

.w_blt{
	background:transparent url(blt.png) no-repeat;
	border:0px solid;
	width:47px;
	height:39px;
	position:absolute;
}

.w_blt_anim{ 
	background:transparent url(blt_anim.gif) no-repeat;
	border:0px solid;
	width:16px;
	height:16px;
	margin:auto;
	margin-top:7px;
}

/* DEFAULT FORM VALIDATE IMAGES  */
.w_is_valid{
	background:transparent url(okvalid.png) no-repeat;
	width:12px;
	height:12px;
	display:image;
}
.w_is_not_valid{
	background:transparent url(novalid.png) no-repeat;
	width:12px;
	height:12px;
	display:image;
}

/* DEFAULT FORM FIELDS  */
.w_text_field{
	background-color:#444444;
	color:#EEEEEE;
	height:16px;
	border:1px solid #555555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:9pt;
}
.w_select_field{
	background-color:#444444;
	border:1px solid #555555;
	border-bottom:1px solid #555555;
	border-top:1px solid #888888;
	color:#EEEEEE;
	font-size:9pt;
	height:18px;
}
.w_button{
	border:1px solid #777777;
	background-color:#555555;
	color:#333333;
	height:18px;
	background:transparent url(bt.png) repeat-x;
	font-size:9pt;
	margin-top:2px;
}
.w_button:hover{
	border:1px solid #AAAAAA;
	opacity:0.7;
	
}



/* DEFAULT ROUNDED BUTTON  */
.w_rounded:hover{
	color:#AAAAAA;
}
.w_rounded{
	background:url(w_btb.png);
	border:0px solid;
	height:23px; 
	Color:#BBBBBB;
	font-size:10pt;
	padding:0px;
	outline:none;
	cursor:pointer;
}
.w_rounded_a{
	height:23px;
	width:9px;
	background:transparent url(w_btc.png) no-repeat; 
}
.w_rounded_b{
	background:transparent url(w_bta.png) no-repeat;  
	height:23px;
	width:9px;
}


/* DEFAULT RESPONS MESSAGE */
.w_message{
	margin:0px;
	position:absolute;
	z-index:10000008;
	/* background:#000000 url(msb.png) repeat-x; */
	background-color:#171717;
	height:40px;
	vertical-align:center;
	padding:15px;
	border:3px solid #555555;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.w_inner_message{
	padding-top:10px;
}


/* DEFAULT DIALOG */ 
.w_dialog{
	border:3px solid #555555;
	background:#000000 url(bgdial.png) repeat-x;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.w_dialog_container{
	overflow:auto;
	height:100%;
	scrollbar-face-color: #555599;
    scrollbar-shadow-color: #333333;
    scrollbar-highlight-color: #8888BB;
    scrollbar-3dlight-color: #333399;
    scrollbar-darkshadow-color: #000022;
    scrollbar-track-color: #333345;
    scrollbar-arrow-color: #555599;
}
.w_dialog_title {
	height:40px;
	font-size:13pt;
	padding-left:12px;
	clear:both;
	vertical-align:middle;
}
.w_close {
	width:20px;
	height:20px;
	background:transparent url(w_close.png) no-repeat; 
	cursor:hand;
}


/* PAGINER */
.w_pag { 
   text-align:center;
   vertical-align:middle;
  
   margin:5px;
   margin-left:auto; margin-right:auto;
}
.w_pag_left { 
   background:transparent url(pag_left.png) no-repeat; 
   width:36px;
   height:18px;
   cursor:pointer;
}
.w_pag_right{ 
   background:transparent url(pag_right.png) no-repeat; 
   width:36px;
   height:18px;
   cursor:pointer;
}
.w_pag_on { 
   background:transparent url(pag_on.png) no-repeat; 
   width:9px;height:9px;
}

.w_pag_off { 
   background:transparent url(pag_on.png) no-repeat; 
   width:9px;height:9px;
}

/* JUSTEMPTY ELEMENT */
.w_empty{ 
	padding:0px;
	margin:0px;
}

/* IMGS DIALOG */ 
.w_imgs_dialog_table{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	background-color:#000000;
	border:1px solid #222222;
	
}
.w_img_dialog_container{ 
	text-align:center;
	padding:4px;
	
}
.w_imgs_dialog_title{
	font-size:12pt;
	padding:5px;
}








