@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}

a img {
	border: none;
}

th {
	text-align: left;
}

#search_dashboard, #graph_dashboard, #metrics_dashboard {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	border: 1px solid #DDDDDD;
	
	background: url(../images/bg.jpg) repeat-x #f5f6f6;
}

#select_graph_month {
	margin: 0 5px;
}

#metrics_dashboard .metric {
	width: 24%;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid gray;
}

#metrics_dashboard .metric:last-child {
	border: none;
}

#metrics_dashboard h3 {
	color: #993300;
}

.metric.red h4 {
	color: red;
}

.metric.amber h4 {
	color: orange;
}

.metric.green h4 {
	color: green;
}

form {
	font-size: 10px;
	font-weight: bold;
}

form div.form_filter {
	display: inline-block;
	padding-right: 50px;
	float: left;
}

.user_edit_link {
	display: inline-block;
}

.user_edit_link input[type='submit'] {
	padding: 2px;
	margin: 0 5px;
}

#user_form label {
	width: 200px;
	display: inline-block;
	padding-right: 15px;
}

#user_form label, #user_form input {
	margin-bottom: 5px;
}

#user_form #pass_status {
	padding-left: 220px;
	color: red;
	font-style: italic;
	font-weight: 400;
}

#data_table, #user_form, .status {
	width: 980px;
	margin: 0 auto;
}

.status.error {
	background: #ff9999;
    border: 1px solid darkred;
    color: darkred;
    padding: 2px;
    margin-bottom: 5px;
}

#data_table table {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	border: 1px solid #DDDDDD;
}

#data_table table th {	
	font-size: 12px;
	
	color: #333333;
	
	border-bottom: 1px solid #DDDDDD;
}

table.dataTable thead th, table.dataTable thead td {
	padding: 5px !important;
	text-align: initial !important;
}

#data_table table tr {
	text-align: left;
	
	font-size: 12px;
	
	border-bottom: 1px solid #DDDDDD;
	
	background: url(../images/bg.jpg) repeat-x #f5f6f6;
}

#data_table table td {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
}

.dataTables_length {
	padding-bottom: 10px;
}

table tr.group td {
	font-weight: bold;
	font-size: 125%;
}

label {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	
	margin-left: 3px;
}

input[type=text], input[type=password], select, textarea {
	border: 1px solid #CCCCCC;
	
	padding: 5px;
	
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	
	margin-top: 4px;
}

select {
	height: 28px;
	background: white;
	min-width: 75px;
}

input[type=submit] {
	border-top: 1px solid #33CCFF;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #33CCFF;
	
	background: url(../../images/btn_bg.jpg) #0066CC;

	padding: 5px;
	
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	
	margin-top: 4px;
	
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}

input[type=submit].disabled {
	background: grey !important;
}

.blue_btn {
	text-decoration: none;
		border-top: 1px solid #33CCFF;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #33CCFF;
	background: url(../../images/btn_bg.jpg) #0066CC;
	padding: 5px;
		-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	margin-top: 4px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}

.add_btn {
	border: 1px solid #DDDDDD;
	
	background: #FFFFFF;

	padding: 3px 5px;
	
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	
	margin-top: 4px;
	
	color: #336633;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	
	cursor: pointer;
	
	text-decoration: none;
}

/*Date*/
.date_span {
	color: #CCCCCC;
}

/*DataGrid*/

.dg_span {
	float: left;
	clear:both;
	margin: 30px;
}

.dg {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	border: 1px solid #DDDDDD;
}

.dg th {
	text-align: left;
	
	font-size: 12px;
	
	color: #333333;
	
	border-bottom: 1px solid #DDDDDD;
}

.dg tr {
	text-align: left;
	
	font-size: 12px;
	
	border-bottom: 1px solid #DDDDDD;
	
	background: url(../images/bg.jpg) repeat-x #f5f6f6;
}

.dg td {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
}

#header {
	height: 100px;
	border-bottom: 1px solid #DDDDDD;
}

#header #logo {
	position: absolute;
	left: 16px;
	top: 8px;
}

#header #netlog {
	position: absolute;
	right: 24px;
	top: 20px;
	
	font-weight: bold;
	font-size: 42px;
	
	text-shadow: 2px 2px 0px #e5e5ee;
}

#header #net {
	color: #993300;
}

#header #log {
	color: #000000;
}

.sub_header, #sub_header {
	margin: 50px 0 0 30px;
	color: #993300;
}

#nav {
	height: 24px;
	padding: 4px 8px 0 0;
	
	background: url(../images/bg.jpg) repeat-x #f5f5f6;
	
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	
	font-size: 12px;
	font-weight: bold;
}

#nav a, #sign_in_form_div a {
	font-size: 12px;
	font-weight: bold;
	
	text-shadow: 0px 1px 0px #e5e5ee;
	filter: dropshadow(color=#e5e5ee,offX=0,offY=1);
	
	color: #666666;
	
	text-decoration: none;
	
	margin-top: 3px;
}

#main_body {
	padding: 30px;
}

#container_element_3, #container_element_4, #container_element_5, #container_element_6, #container_element_7, #container_element_8, #container_element_9, #container_element_10 {
	margin-left: 30px;
display: block;
}

#section_1 {
	width: 500px;
	float: left;
}

#section_2 {
	width: 490px;
	position: relative;
	
}

#footer {
	width: 100%;
	height: 100px;
	float: left;
}

#p_and_n a {
	text-decoration: none;
	color: #993300;
	font-weight: bold;
	font-size: 12px;
}

/*login*/
#sign_in_form_div, #register_form_div {
	color: #FFFFFF;
	
	margin: 0 auto;	
	width: 292px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#sign_in_form ul, #register_form ul {
	list-style: none;
}

.error_msg {
	color: #FF0000;
}

.archived {
	text-decoration: line-through;
	color: #999999;
}

.row_over
{
	background: #EEEEEE;
}

.message.error {
	width: 980px;
	margin: 0 auto;
	padding: 5px;
	border-radius: 3px;
	border-color: #FF0000;
	border: 2px solid;
	background-color: #eeaaaa;
	color: #FF0000;
}