html, body {
background:  url(../images/ltr.jpg); 
}

/* Essentials */
#timer{
	width:100px;
	border-radius:4px;
	border:1px #FFFFFF solid;
	margin:4 auto;
	padding:4px;
	text-align:center;
	font-size:120%;
	background:#FFFFFF;
	color:#000000;
	font-weight:bolder;
	}

.clear {
clear: both;
}

.spacer {
height: 20px;
}

a:link, a:visited {
color: #77BACE;
text-decoration: none;
}

a:hover {
text-decoration: none;
}
/* PAGING */
.paging {
	border: solid 1px #D4D0C8;
	width: 20px;
	height: 20px;
	padding: 2px 6px 2px 6px;
	margin: 2px;
	background: #f2f2f2;
}

.aktif {
	border: solid 1px #D4D0C8;
	width: 20px;
	height: 20px;
	padding: 2px 6px 2px 6px;
	margin: 2px;
	background: #B9B0D0;
	font-weight: bold;
}


/* Sidebar */

aside#sidebar {
width: 20%;
height:110%;
float: left;
min-height: 110%;
margin-top: -4px;
}
#main h3 {
color: #1F1F20;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 13px;
margin: 8px 20px;
}

.module {
border: 0px solid #9BA0AF;
width: 100%;
margin: 0px 0px 0px 0px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.module_content {
margin: 0px 0px;
color: #666;}

/* Module Widths */

.width_full {
width: 100%;
}

.width_full_1 {
width: 85%;
}

.width_half {
width: 46%;
margin-right: 0;
float: left;
}

.width_quarter {
width: 26%;
margin-right: 0;
float: left;
}

.width_3_quarter {
width: 66%;
margin-right: 0;
float: left;
}

/* Stats Module */

.stats_graph {
width: 64%;
float: left;
}

.stats_overview {
background: #F6F6F6;
border: 1px solid #ccc;
float: right;
width: 26%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.overview_today, .overview_previous {
width: 50%;
float: left;}

.stats_overview p {
margin: 0; padding: 0;
text-align: center;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
}

.stats_overview p.overview_day {
font-size: 12px;
font-weight: bold;
margin: 6px 0;
}

.stats_overview p.overview_count {
font-size: 26px;
font-weight: bold;
color: #333333;}

.stats_overview p.overview_type {
font-size: 10px;
color: #999999;
margin-bottom: 8px}

/* Content Manager */

.tablesorter {
width: 100%;
margin: -5px 0 0 0;
}

.tablesorter td{
margin: 0;
padding: 0;
border-bottom: 1px dotted #ccc;
}

.tablesorter thead tr {
height: 34px;
background: url(../images/table_sorter_header.png) repeat-x;
text-align: left;
text-indent: 10px;
cursor: pointer;
}

.tablesorter td {
padding: 15px 10px;
}

.tablesorter input[type=image] {
margin-right: 10px;}

ul.tabs {
	margin: 3px 10px 0 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 24px; /*--Set height of tabs--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	border: 1px solid #ccc;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
ul.tabs li a {
	text-decoration: none;
	color: #999;
	display: block;
	padding: 0 10px;
	height: 24px;
}

ul.tabs li a:hover {
	color: #44474F;
}

html ul.tabs li.active a  {
	color: #44474F;
	}

html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #F1F2F4;
	-webkit-box-shadow: inset 0 2px 3px #818181;
	-moz-box-shadow: inset 0 2px 3px #818181;
	box-shadow: inset 0 2px 3px #818181;
}

html ul.tabs li:first-child, html ul.tabs li:first-child a  {
	-webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px; border-bottom-left-radius: 5px;
}

html ul.tabs li:last-child, html ul.tabs li:last-child a  {
	-webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px; border-bottom-right-radius: 5px;
}

#main .module header h3.tabs_involved {
display: block;
width: 60%;
float: left;
}

/* Messages */


/* EDITAN SAYEEEE */
.data {
width: 90%;
margin: 0 0 0 0;
border-radius:2px;
border: 0px solid #f4f4f4;
border-collapse: collapse;
}

.data td{
margin: 0;
padding: 0;
border-bottom: 1px solid #F4F4F4;
border-left: 0px;
border-right: 0px;
border-collapse: collapse;
padding: 5px;
}

.data tr:hover {
	background:#f4f4f4;
}
.data th {
height: 25px;
text-align: center;
cursor: pointer;
border-collapse: collapse;
background:#DBDBDB;
border-left: 0px;
border-right: 0px;
}

.tbl_form {
width: 100%;
margin: -5px 0 0 0;
}

.tbl_form td{
margin: 0;
padding: 0;
vertical-align:middle;
padding: 1px;
}

.tbl_form th {
height: 34px;
background: url(../images/table_sorter_header.png) repeat-x;
text-align: center;
cursor: pointer;
}

.tbl_form select {
outline: none;
color: #666666;
border: 1px solid #77BACE;
height: 25px;
padding-left:5px;
font-family: Verdana, Helvetica, Arial, sans-serif;
background: #F8F8F8;
font-size: 11px;
border-radius: 3px;
box-shadow: 2px 2px #ccc;
}
.tbl_form select:focus {
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}
.tbl_form input {
outline: none;
color: #666666;
border: 1px solid #77BACE;
height: 25px;
padding-left:5px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
border-radius: 3px;
box-shadow: 2px 2px #ccc;

}

.tbl_form input:focus {
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

.tbl_form1 th {
height: 25px;
text-align: center;
cursor: pointer;
border-radius:5px;
border: 1px solid #FFFFFF;
border-collapse: collapse;

}

.tbl_form1 {
width: 100%;
margin: -5px 0 0 0;
}

.tbl_form1 td{
margin: 0;
padding: 0;
vertical-align:middle;
padding: 1px;
}

.tbl_form1 input {
outline: none;
color: #666666;
border: 1px solid;;
height: 25px;
padding-left:5px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
border-radius: 3px;
text-align:center;
box-shadow: 2px 2px #ccc;
}
.tbl_form1 input:focus {
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}
.tbl_form input#tombol {
height: 32px;
background: #C6E28B;
font-size: 13px;
font-weight: bold;
}
.tbl_form input#tombol:hover {
background: #C3EBFF;
}



#tengah {
text-align: center;
}

.photo_css {
-webkit-border-radius: 10px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow:0px 0px 2px 2px #CCCCCC; -moz-box-shadow:0px 0px 2px 2px #CCCCCC; -o-box-shadow:0px 0px 2px 4px #CCCCCC; -ms-box-shadow:0px 0px 2px 2px #CCCCCC; box-shadow:0px 0px 2px 2px #CCCCCC;
}
