@import url('tab_box.css');
@import url('login.css');
@import url('forms.css');
@import url('overview.css');
@import url('search.css');
@import url('shouts.css');
@import url('calendar.css');
@import url('viewprofile.css');
@import url('abook.css');
@import url('messaging.css');
@import url('tables.css');

body * { 
	font-family: Tahoma, Verdana, Sans-Serif;
	color: #000;
}

a {
	color: #900
}

a:visited {
	color: #a00;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Sans-Serif;
}

p {
	margin: 10px;
	font-size: 12px;
}

form {
	position: relative;
	margin: 0px;
}

.IEfix {
	display: block;
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0px;
	width: 0px;
	line-height: 0px;
	font-size: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #f2f2f2 url(../../img/layout/page_bg.gif) top center repeat-y;;
}

#page {
	width: 950px;
	padding: 0px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 100px;
	background: transparent url(../../img/layout/header_bg.gif) 0 0 repeat-x;
}

	#header #logo {
		position: absolute;
		float: left;
		border: 0;
		z-index: 2;
	}
	
	#header #slogan {
		margin-left: 264px;
	}
	
	#header div#settings * {
		color: #fff;
		}
	
	#header div#settings {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 936px;
		text-align: right;
		float: right;
		margin: 5px 5px;
		font-size: 11px;
		color: #fff;
		z-index: 99;
	}
	
	#header div#settings a {
		color: #fff;
		font-size: 11px;
		font-weight: bold;

	}

#nav {
	padding: 0 10px;
	height: 30px;
	border-top: 1px solid #333;
	background: transparent url(../../img/layout/nav_bg.gif) 0 0 repeat-x;
}
	
	#nav dl {
		margin: 0px;
		padding: 0px;
		font-size: 12px;
		color: #fff;
		line-height: 30px;
		vertical-align: middle;
	}
	
	#nav dl dt {
		color: #fff;
		float: left;
		clear: right;
	}
	
	#nav dl dt a {
		color: #fff;
		display: block; 
		vertical-align: middle;
		padding: 0 20px;
		text-decoration: none;
	}
	
	#nav dl dt a:hover {
		text-decoration: underline;
	}
	
	#nav dl dt.right input#quicksearch_input {
		width: 80px;
	}
	
	#nav dl dt.right {
		float: right;
	}
	
	#nav dl dt input, #nav dl dt label {
	/* IE!! */
		//margin-top: 2px;
		//vertical-align: middle;
	}
	
	#nav dl dt label {
		color: #fff;
	}
	
	#nav dl dt#nav_selected {
		margin-top: 4px;
		line-height: 26px;
		background: #fff url(../../img/layout/tab_select_left.gif) 0 0 no-repeat;
	}
	
	#nav dl dt#nav_selected a {
		color: #000;
		text-decoration: none;
		font-weight: bold;
		background: transparent url(../../img/layout/tab_select_right.gif) top right no-repeat;
	}
	
	dt#subnav_selected {
		background: transparent url(../../img/layout/index.gif) 50% 100% no-repeat;
	}
	
	dt#subnav_selected a {
		border-bottom: 1px solid #000;
	}
	
#subnav {
		border-top: 1px solid #fff;
		background: #fff url(../../img/layout/subnav_bg.gif) bottom repeat-x;
		height: 40px;
		padding: 0px;
		padding-left: 0px;
		border-bottom: 1px solid #aaa;
	}
	
	#subnav dl {
		margin: 0px;
		padding: 0px;
		padding-left: 10px;
	}
	
	#subnav dl dt {
		color: #000;
		display: block;
		float: left;
		clear: right;
		font-size: 11px;
		
		padding: 0 24px;
		line-height: 40px;
		height: 40px;
		vertical-align: bottom;
	}
	
	#subnav dl dt a {
		color: #000;
		text-decoration: none;
	}
	
#subnav dl dt.right {
	float: right !important; 
	padding-right: 0px !important;
	padding-left: 32px !important;
}
	
#notifier {
	background: #bbb; /* url(../../img/gradients/notifier_hgradient.gif) 0 0 repeat-y*/
	height: 19px;
	border-bottom: 1px solid #aaa;
	padding: 0 10px;
	zoom: 1;
	}

#notifier ul, #notifier ul li {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	zoom: 1;
}

#notifier ul li {
	float: right;
	color: #fff;
	font-size: 10px;
	background: transparent url(../../img/layout/notifier_left.gif) left center no-repeat;
	height: 14px;
	line-height: 14px;
	margin-top: 3px;
	margin-right: 5px;
	vertical-align: middle;
	width: auto;
}
#notifier ul li a span {
	color: #fff;
	font-weight: bold;
}

#notifier ul li a {
	display: block;
	background: transparent url(../../img/layout/notifier_right.gif) right center no-repeat;
	font-size: 10px;
	margin: 0 0 0 4px;
	padding-right: 4px;
	color: #fff;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	width: auto;
 	//display: inline-block;
}

#notifier ul li a img {
	border: none;
	margin-top: 2px;
}

#notifier ul li a div.fcontrol {
	display: inline;
	color: #fff;
	margin: 0 2px;
	}

#footer {
	border-top: 1px solid #b3b3b3;
	padding: 10px;
	font-size: 10px;
	background-color: #fff;
	clear: both;
}

#content {
	border: 1px solid #fff;
}

#content.full {
	padding: 20px;
}

#content_full {
	padding: 20px;
}

.rounded_box {
	display: block;
	background-color: #FFFFE5;
	border: 1px solid #D0D086;
	padding: 5px 10px 10px 10px;
	margin: 20px 0;
	-moz-border-radius: 8px;
	overflow: auto;
}

	.rounded_box .header {
		position: relative;
		color: #000;
		border-bottom: 1px solid #D0D086;
		clear: right;
		font-weight: bold;
		padding: 0 5px 5px 5px;
		margin-bottom: 10px;
	}
	
	.rounded_box .header * {
		color: #B80101;
	}

	.rounded_box dl, .rounded_box dt, .rounded_box dd {
		display: block;
		margin: 0px;
		padding: 0px;
		font-size: 11px;
		}
		
	.rounded_box dt {
		font-size: 14px;
		font-weight: bold;
	}
	
	.rounded_box dl {
		width: 162px;
		padding-right: 25px;
		padding-left: 15px;
		float: left;
		border-right: 1px solid #d0d086
	}
	
	.rounded_box p {
		font-size: 11px;
		margin: 0px;
		padding: 0px 10px;
	
	}
	
.rounded_notifier {
	background-color: #fff;
	text-align: center;
	margin: 20px 0;
	border: 1px solid #c00;
	-moz-border-radius: 2px;
}

	.rounded_notifier p {
		font-size: 11px;
		color: #900;
	}


div.spacer {
	height: 300px;
}

div.content {
	margin: 20px 0;
}

div.content ul {
	margin: 10px 0;
}

div.content ul li {
	font-size: 12px;
}

p.centered {
	text-align: center;
}

table.pager {
	padding: 0;
	margin: 0;
	background: #ddd url(../../img/layout/pager_left.gif) left top no-repeat;
	height: 27px;
	width: 100%;
}

.pager a {
	text-decoration: none;
}

.pager a img {
	border: none;
	vertical-align: middle;
	margin: 0px 5px;
}

table.pager tr td {
	padding: 0;
	margin: 0;
}

table.pager tr td a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
}

table.pager tr td.right {
	background: transparent url(../../img/layout/pager_right.gif) right top no-repeat; 
}


div.pager {
	height: 27px;
	background: #ddd url(../../img/layout/pager_left.gif) left top no-repeat;
}

div.pager dl {
	height: 27px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../../img/layout/pager_right.gif) right top no-repeat;
}

div.pager dl dt {
	display: block;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
}

div.pager dl dt.left {
	float: left;
	
}

div.pager dl dt.right {
	float: right;
}

div.pager dl dt a {
	display: block;
	line-height: 27px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
}

table#tablelist {
	border: 0px;
	margin: 20px 0;
	width: 100%;
}

table#tablelist tr td {
	font-size: 12px;
	padding: 4px;
}

*.border_top {
	border-top: 1px solid #bbb !important;
}

tr.striped, tr.striped td {
	background-color: #f6f6f6;
}

.fcontrol {
	cursor: pointer;
}

.noborder {
	border: none !important;
}

dl#tour_controls {
	float: left;
	margin-left: 20px;
	width: 250px;
}
dl#tour_controls dd {
	display: block;
	margin: 0px;
	height: auto;
	width: 300px;
	}
dl#tour_controls dd span {
	display: block;
	padding: 5px 10px 10px 10px;
	font-size: 12px;
	line-height: 16px;
}

dl#tour_controls dd span li {
	line-height: 16px;
	vertical-align: middle;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	//padding-left: 0px;
	list-style: none;
	background: transparent url(../../img/icons/bullet_arrow_right.gif) 0px 2px no-repeat;
	}

dl#tour_controls dt#focused {
	background: transparent url(../../img/tour/tut_hl.png) 0 0 no-repeat;
	color: #fff;
	text-decoration: underline;
}

dl#tour_controls dt {
	background: transparent url(../../img/tour/tut_nl.png) 0 0 no-repeat;
	padding: 0px 15px;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	cursor: pointer;	
	margin-bottom: 5px;
	width: 170px;
}

div#disp {
	position: relative;
	float: left;
	width: 500px;
	height: 333px;
	margin-left: 50px;
	//margin-left: 15px;
	margin-bottom: 100px;
}

div#disp img {
	position: absolute;
	width: 500px;
	height: 333px;
	border-width: 1px;
	border-style: solid;
	
	border-color: #ddd #999 #999 #ddd;
	border-width: 1px 2px 2px 1px;
			}
			
#impressum_nav {
	margin: 10px;
	font-size: 11px;
}

div#impressum {
	width: 400px;
	float: left;
}

div#impressum div {
	font-size: 12px;
	padding: 10px;
}
div#impressum div p {
	font-size: 12px;
}

div#impressum div h3 {
	font-size: 14px;
}

div#loading {
	padding: 20px 20px 20px 20px;
	font-size: 10px;
	background: transparent url(../../img/icons/wait.gif) center center no-repeat;
	color: #000;
}

div#benefits h5 {
	color: #900;
	font-size: 16px;
}

div#benefits ul, div#benefits li {
	list-style: none;
	zoom: 1;
	margin: 0px;
	padding: 0px;
}

div#benefits ul li {
	margin: 10px 10px;
	font-size: 11px;
	vertical-align: middle;
}

div#benefits ul li img {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
	}
	
div#benefits ul li br {
	position: relative;
	clear: both;
}