/*
 	Obsessive Web Statistics
	Copyright (C) 2007 Dustin Spicuzza <dustin@virtualroadside.com>
	
	Styles for OWS. These are styles for the framework itself, not specific plugins.
	Licensed under GPLv3.
*/

body{
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}
#header0{
	background: #356AA0;
	height: 10px;
}
#header{
	background: #356AA0;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 0.7em solid #B02B2C;
	padding: 1em;
}

#header a{
	color: #ffffff;
	text-decoration: none;
}

#header a:hover{
	color: #ff0000;
}

#content{
	border-left: 1px solid #efefef;
	padding: 0.5em;
}


.menu ul{
	margin: 0.5em 0 0 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	width: 100%;
}


.menu li{
	float: left;
	margin-top: 1px;
	margin-left: 0.5em;
	background-color: #666666;
}

.menu a {
	font-size: 0.85em;
	display: block;
	text-decoration: none;
	color: white;
	padding: 0.5em;
}


.menu_selected, .menu a:hover{
	background-color: #B02B2C;
	color: white;
}

#main_container{
	margin-top: 0;
	padding: 1em;
	background: #f1f1f1;
	border: 1px solid #000000;
	clear: both;
}

.container, .filter_about, #optional_limits{
	display: none;
}

.filter_option, .filter_about, #optional_limits, #disx{
	clear: both;
	padding: 0.5em;
	margin: 0.5em;
	border: 1px dotted #000000;
}

.filter_option table, .filter_about table, #optional_limits table{
	font-size: 0.9em;
}


#loading{
	display: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0.25em 0.5em;
	background: #B02B2C;
	color: #ffffff;
}

.loading_img{
	background: url('ajax-loader.gif');
	height: 16px;
	width: 16px;
	float: left;
	margin-right: 0.5em;
}

.loaded{
	background: #356AA0;
}

.result table{
	font-size: 0.8em;
	border-collapse: collapse;
}

.tabletime{
	font-size: 0.7em;
}

.sql_explanation{
	background: #fefefe;
	padding: 1em;
	border: 1px dashed #efefef;
	margin-bottom: 1em;
}

.sql_explanation h4{
	margin-top: 0;
	padding-top: 0;
}

.sql_explanation table{
	font-size: 1em;
}

#footer{
	clear: both;
	color: #ffffff;
	background: #356AA0;
	font-size: 0.8em;
	padding: 1em;
}

a:hover{
	color: #ff0000;
}

pre{
	/* http://users.tkk.fi/~tkarvine/pre-wrap-css3-mozilla-opera-ie.html */
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* global browser text size fixes */
H1 {font-size:2em}
H2 {font-size:1.5em}
H3 {font-size:1.25em}
H4 {font-size:1em} 
H5 {font-size: 1.1em;}
INPUT, SELECT, TH, TD {font-size:1em}