/*#############################################################
Name: Summer Breeze
Date: 2006-07-04
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	font: normal 1em Verdana,sans-serif;
	margin: 0; padding: 0;
}
a {
	color: #FFF;
}
a:hover, .footer a:hover {
	color: #FFF;
}
body {	
	background: #1A3647 url(../img/bg.jpg) repeat-x;
	color: #FFF;
	font-size: 12px;
	margin: 0;
}
p,cite,code,ul {
	margin-bottom: 1.2em;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}
h1 {
	font: normal 1.6em sans-serif;
	margin-bottom: 4px;
}

img {
	border: 0px;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: #214972;
	border-top: none;
	border: 1px solid #FFF;
	font-size: 1em;
	margin: 0 auto;
	padding-bottom: 12px;
	width: 703px;
}

/* header */
.header {background: #000 url(../img/logo.jpg) no-repeat;}
.header a {
	display: block;	
	height: 116px;
}

/* navigation */
.main_left {
	float: left;
	width: 181px;
}
.navigation a {
	background: url(../img/navigation.jpg) repeat-x;
	background-position: left top;
	border: 1px solid #FFF;
/*	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;*/
	clear: both;
	display: block;
	font: bold 0.8em Verdana,sans-serif;
	line-height: 22px;
	margin-bottom: 3px;
	padding-left: 8px;


	text-decoration: none;
}
.navigation img {
	border: 0px;
	line-height: 22px;
	margin: 0px 0px 2px;
}
.navigation a:hover {
	background-position: left -21px;
}

/* right side */
.content {
	padding: 5px;
}
.main_right {
	background: #375779;
	border: 1px solid #476789;
	float: right;
	font-size: 0.9em;
	padding: 12px;
	width: 480px;
}

/* grnd box */
.box .top, .box .bottom{
	background: url(../img/grdnt.jpg) repeat-x;
	height: 7px;
	font-size: 0;
}
.box .bottom {background-position: left bottom;}
.box {
	background: #337593;
	border: 1px solid #5dadcf;
	margin-top: 23px;
}
.box .text {
	font-size: 0.9em;
	padding: 12px;
}
/* login form */
.login input {width: 70%;}
.login input.button {
	background: url(../img/button.jpg) no-repeat;
	border: none;
	height: 20px;
	width: 20px;
}


.i { font-style: italic; }
.b { font-weight: bold; }
.qh10_info_header { font-family: Verdana; font-size: 14pt; font-weight: bold; color: #FFFFFF; }
.qh10_header { font-family: Verdana; font-size: 14pt; font-weight: bold; color: #FFFFFF; }
.qh10_header2 { font-family: Verdana; font-size: 10pt; font-weight: bold; color: #FFFFFF; }
.qh10_attendees_title { font-family: Verdana; font-weight: bold; color: #FFFFFF; }
.qh10_stats { font-family: Verdana; font-size: 9px; }
.admin_group_select { width: 200px; }

.ls { margin-bottom: 5px; }

.pngalpha {	behavior: url("js/pngbehavior.htc"); }
