@charset "utf-8";
/* CSS Document */


body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#333;
	background-image: url("images/bg.png");
}

table { /*background-color:#e2dedb*/ }

a{
	text-decoration:none;
	color:#5f9baf;
}
.checkbox_div {
	background: url("btns.png") no-repeat -255px 0 transparent;
	border: none;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 5px;
	left: 0px;
	z-index: 1;
}
.checkbox_div_c {
	background: url("btns.png") no-repeat -275px 0 transparent;
	border: none;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 5px;
	left: 0px;
	z-index: 1;
}

.checkbox_input {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: 19px;
	height: 19px;
	top: 5px;
}


div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: 343px;
}

input {
background: url("btns.png") no-repeat 0 0 transparent;
border: none;
width: 241px;
height: 34px;
padding-left: 10px;
padding-top: 0px;
}

.date {
	background: url("btns.png") no-repeat 0 -35px transparent;
	border: none;
	width: 241px;
	height: 34px;
	padding-left: 10px;
	padding-top: 0px;
	cursor:pointer;
}



.imgbtn{
	background: url("btns.png") no-repeat -117px -70px transparent;
	border: none;
	width: 93px;
	height: 37px;
	position: absolute;
	top: 0px;
	left: 252px;
}

input:focus {
    background-color: transparent;
}


.btnok
{
	background: url("btns.png") no-repeat -210px -70px transparent;
	border: none;
	width: 93px;
	height: 36px;
	cursor:pointer;
}
.btnok:hover
{
	background: url("btns.png") no-repeat -210px -110px transparent;
	border: none;
	width: 93px;
	height: 36px;
	cursor:pointer;
}


.btnlogin
{
	background: url("login-btns_01.png") no-repeat transparent;
	border: none;
	width: 93px;
	height: 36px;
	cursor:pointer;
}
.btnlogin:hover
{
	background: url("login-btns_02.png") no-repeat transparent;
	border: none;
	width: 93px;
	height: 36px;
	cursor:pointer;
}



.btnshow
{
	background: url("show-btns_01.png") no-repeat transparent;
	border: none;
	width: 93px;
	height: 36px;
	cursor:pointer;
}
.btnshow:hover
{
	background: url("show-btns_02.png") no-repeat transparent;
	border: none;
	width: 93px;
	height: 36px;
	cursor:pointer;
}


.btndelete
{
	background: url("delete-btns_01.png") no-repeat transparent;
	border: none;
	width: 93px;
	height: 36px;
	cursor:pointer;
}
.btndelete:hover
{
	background: url("delete-btns_02.png") no-repeat transparent;
	border: none;
	width: 93px;
	height: 36px;
	cursor:pointer;
}




.listtable{
	
	/*padding:30px;*/
	
}

.listtable tr{
	height:30px;
	
}

.listtable .header{
	background-color:#CCC;
	font-weight:bold;
	
}
.listtable .row0{
	background-color:#fff;
	
}
.listtable .row1{
	background-color:#eee;
	
}
