
body {
	color:#252525;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}

a {color:#1b81c4; text-decoration:none; font-weight:bold;}
a:hover {color:#39aaf5;}

img {
	border:0;
}

h3 {
	font-weight:bold;
	font-size:13px;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

#header {
	width:100%;
	height:70px;
	overflow:hidden;
	background-image:url(/images/admin/header_bg.png);
	background-repeat:repeat-x;
	background-color:#666;
	color:#FFF;
}

#container {
	width:100%;
}

#footer {
	width:100%;
	height:70px;
	overflow:hidden;
	background-image:url(/images/admin/header_bg.png);
	background-repeat:repeat-x;
	background-color:#666;
	color:#FFF;

}

.clear {
	clear:both;
}

/** HEADER**/

#header_txt {
	margin:15px 0 5px 20px;
}

#header_txt a {
	text-decoration:none;
	color:#ffc920;
	font-weight:bold;
}

#header_txt a:hover {
	color:#ffdf6f;
}

#header_login {
	margin:5px 0 0 20px;
}

#header_login  a {
	text-decoration:none;
	color:#d4d4d4;
	font-weight:normal;
}

#header_login  a:hover {
	color:#fff;
}

/** CONTAINER**/

#root {
	margin:10px 15px;
}

#left_column {
	float:left;
	width:25%;
}

#right_column {
	float:right;
	width:70%;
	margin-right:15px;
}

#menu_box {
	width:300px;
	margin-left:15px;
}

#menu {
	width:298px;
}

.menu_list {
	background-image:url(/images/admin/menu_bg.png);
	background-repeat:repeat-x;
	background-color:#CCC;
	width:278px;
	height:37px;
	border:1px solid #DDDDDD;
	margin-top:-1px;
	display:block;
	color:#252525;
	padding:10px 0 0 20px;

}

.menu_list #active {
	background-image:url(/images/admin/menu_a_bg.png);
	background-repeat:repeat-x;
	background-color:#CCC;
	width:298px;
	height:47px;
	border:1px solid #DDDDDD;
	margin-top:-1px;
	display:block;
	color:#252525;
}

.menu_list:hover {
	background-image:url(/images/admin/menu_a_bg.png);
	color:#fff;
}

/** RIGHT COLUMN**/

#right_column input, .input {
	border:1px solid #DDDDDD;
}

th {
	cursor: pointer;
}

.table_stat {
	border-collapse:collapse;
	margin-top:20px;
	width:100%;
}
.table_stat td {
	border: 1px solid #ccc;
	padding:8px;
	text-align:right;
	vertical-align: top;
}

.table_stat table td {
	border: none;
	padding:2px;
	text-align:left;
	vertical-align: top;
}

.table_top {
	background-image:url(/images/admin/table_top.png);
	background-repeat:repeat-x;
	height:35px;
	color:#FFF;
	font-weight:bold;
}

.table_stat a {
	font-weight:normal;
}

.table_stat a:hover {
	font-weight:normal;
	color:#1b81c4;
	text-decoration:underline;
}

.table_stat td:nth-child(1){
	width: 24px;
}

.table_stat td:nth-child(2){
	width: 80px;
}

.table_stat td:nth-child(3){
	width: 120px;
}

.table_stat td:nth-child(4){
	width: 180px;
}

.table_stat td:nth-child(5){
	padding: 0;
}

.table_stat td td:nth-child(3){
	width: auto;
}


.table_abonament {
	border-collapse: collapse;
}

.table_abonament th.section_header{
	text-align:center;
	font-weight: bold;
	background-color: #CCCCCC;
    background-image: url("/images/admin/menu_bg.png");
    background-repeat: repeat-x;
    border: 1px solid #DDDDDD;
    color: #252525;
    height: 37px;
    padding: 10px 20px;
}


.table_abonament td{
	border: 1px solid #ccc;
	padding: 2px 4px 0;
	text-align: right;
}

.table_abonament td.breaker{
	border:none;
	height: 1em;
}

.table_abonament th{
	border: 1px solid #ccc;
	padding: 2px 4px;
	font-weight:normal;
	text-align:right;
}

.table_abonament .breaker td{
	border: none;
}

.table_prepaid .alert{
	background-color: #ffeeee;
	color: #f00;
}

.table_prepaid td{
    padding: 2px 4px;
}

.hiddable{
	display: none;
}



/** FOOTER**/

#footer_logo {
	margin:15px 0 5px 20px;
	float:left;
}

#footer_txt {
	margin:15px 0 5px 20px;
	float:left;
}

#footer_txt a, #footer_txt a:hover {
	color:#FFF;
}
