@charset "utf-8";

#searchArea div#search span, #searchArea div#search label{
	color:#333;
}
#searchArea div#searchButton a{
	border:1px solid #66C2CC;
	background-color:#66C2CC;
}
.listTable th{
	background-color: #f4f4f4;
}
table.pageTable th{
	background-color:#f4f4f4;
	text-align:right;
	width:230px;
}
.header a{
	color:#444;

}
.header a:hover{
	color:#66C2CC;
}

td.listEdit{
	padding:0 !important;
	overflow:hidden;
}
td.listEdit a{
    width: 41px;
    height: 40px;
	background-color:#66C2CC;
    background-position: center center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
table#dataTable thead tr th {
    color: #fff;
    border-right: 1px solid #555;
    border-bottom: 2px solid #000;
    background-color: #333;
}

div.tabBottomActionNewdevice{
	background-color:#66C2CC;
}
div#cont_csv,
div#account_csv{
	background-color:#66C2CC;
}
#stopButton.button{
	background-color:#444 !important;
}

.btn_start,
.btn_unlock{
	background-color:#66ce7c;
}
.btn_pause{
	background-color:#2f2f2f;
}
.btn_dl_csv{
	background-color:#66C2CC;
}
.btn_send_mail{
	background-color:#66C2CC;
}

/*-----------------------------------------------
 pager
 -----------------------------------------------*/
div.pager span.active {
    border-bottom: 3px solid #66C2CC ;
    color: #66C2CC;
}