/* MASTER STYLESHEET FOR ALL WEBSITES */

body {
	background: black url(/sites/default/images/background.jpg) repeat-x;
	color: #777777;
	font-size: 10pt;
	font-family: 'Segoe UI', 'Lucida Grande', Tahoma, Arial, sans-serif;
	line-height: 18px;
	text-align: center;
}

#inner_body {
	margin: 0 auto;
	text-align:left;
}

#admin_toolbar {
	background: gray;
	border-top:2px solid #444444;
	color: silver;
	font-family: 'Segoe UI', 'Lucida Grande', Tahoma, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 22px;
	width: 100%;
	padding: 2px;
}

#admin_toolbar a {
	color:white;
	text-decoration:none;
	text-shadow: 1px 1px 2px #444444;
}

#info_overlay {
	opacity: 0.7;
	filter: alpha(opacity = 70);
	background:black;
	color:white;
	padding:10px;
	position:fixed;
	bottom:27px;
	left:0;
	display:none;
	text-align:left;
	font-family:Tahoma;
	font-size:10pt;
	line-height:1.3;
}

form {
	margin:0;
}

p {
	margin:0;
}

img.icon {
	vertical-align: bottom !important; /* for firefox and all */
	*vertical-align: middle !important; /* for ie6 and ie7 */
	border: none;
}

pre {
	margin:0;
	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+ */
	overflow: auto;
}

.moduleadminbar {
	color: black;
	font-family: 'Segoe UI', 'Lucida Grande', Tahoma, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px;
	border: 1px solid gray;
	background: #EFEFEF;
	text-transform:uppercase;
	margin-bottom:4px;
	position:relative;
	z-index:100;
}

.moduleadminbar button {
	font-size:8pt;
	font-weight:bold;
	margin-right:2px;
}

.smalltext {
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	line-height: 18px;
}

.tinytext {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	line-height: 13px;
}

.error {
	color: #FF0000;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 15px;
}

#stats_area .title {
	margin-top:10px;
}

.stat_line {
	font-size:12pt;
	line-height:1.5em;
}

.stat_line a {
	color:darkred;
}
