/*
 * CSS-File for
 * extranet.schlemmer.com
 * Copyright (c) CLICKSPORTS
 * $Rev: 178 $
 * $Author: cs $
 * $Date: 2009-05-28 14:13:41 +0200 (Do, 28 Mai 2009) $
 * This layout was testet with:
 * Mozilla Firefox (2.0.13)
 * Opera (9.27)
 * Internet Explorer (7.0, 8.0beta1, 6.0 SP2)
 * Safari 3.0.1 (Windows)
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0px; padding: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
fieldset,img { border: 0px; }
address,caption,cite,code,dfn,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }

html,
body { height: 100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D7D7D;
	background-image: url(../img/layout/bg_body.png);
	position: relative;
}

a:link { color: #00529B; }
a:visited { color: #00529B; }
a:hover { color: #00529B; }
a:active { color: #00529B; }
a img { border: none; }

/* Basic Page Structure */
div#top {
	width: 100%;
	height: 137px;
	background-image: url(../img/layout/bg_top.png);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 10;
}

div#site_wrapper {
	width: 70%;
	min-width: 760px;
	min-height: 100%;
	background-color: #FFFFFF;
	background-image: url(../img/layout/bg_site_wrapper.png);
	background-position: right;
	background-repeat: repeat-y;
	position: absolute;
	z-index: 20;
}

div#header_wrapper {
	height: 128px;
	background-color: #FFFFFF;
	position: relative;
}

div#navigation_wrapper {
	height: 37px;
	border-top: 1px solid #FFFFFF;
	padding-left: 35px;
	background-image: url(../img/layout/bg_navigation.png);
	background-repeat: repeat-x;
}

/* Columns */
div.column_wrapper { width: 100%; float: left; position: relative; }
div.column_left {  margin-right: 236px; }
div.column_right { width: 236px; margin-left: -236px; float: left; position: relative; }

/* Boxes */
div.box { padding: 0px 10px 10px 10px; background-color: #CBD2D6; }
div.box_header { padding-top: 10px; }
div.content_inset { margin: 0px 35px; }

div.help ol {
	margin: 0px 0px 20px 18px;
}

div.box p,
div.box ul {
	padding: 10px;
	background-color: #F2F4F5;
	list-style: none;
}

p.imprint { margin: 10px; background-color: #FFFFFF; text-align: center; }
p.imprint a { color: #CBD2D6; }

/* Header */
div#options {
	padding-left: 24px;
	background-color: #E5E8EA;
	position: absolute;
}

div#options ul {
	list-style: none;
	color: #00529B;
	font-size: 9px;
	text-transform: uppercase;
}

div#options ul li {
	height: 25px;
	padding: 2px 5px 0px 11px;
	border-right: 1px solid #FFFFFF;
	float: left;
}

div#options ul li a {
	padding-top: 6px;
	color: #00529B;
	text-decoration: none;
	display: block;
}

a#logo {
	width: 168px;
	height: 45px;
	top: 61px;
	right: 26px;
	background-image: url(../img/layout/logo.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	text-indent: -9000px;
}

/* Navigation */
div#navigation_wrapper ul { list-style: none; }
div#navigation_wrapper ul li {
	background-image: url(../img/layout/bg_navigation_element.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	float: left;
}

div#navigation_wrapper ul li a {
	padding: 16px 25px 6px 25px;
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	text-decoration: none;
}

div#navigation_wrapper ul li a.active,
div#navigation_wrapper ul li a:hover {
	color: #00529B;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* Left Content */
div#breadcrumb {
	margin-bottom: 45px;
	padding: 9px 35px;
	text-transform: uppercase;
	background-color: #E5E8EA;
}

div#breadcrumb a { color: #7D7D7D; }
div#breadcrumb a:hover,
div#breadcrumb span.active { color: #00529B; }

div#content { margin-bottom: 35px; padding-left: 20px; }

div#content h1 {
	margin-bottom: 20px;
	padding-left: 35px;
	font-size: 22px;
	font-weight: 800;
	color: #00529B;
	background-image: url(../img/layout/bg_headline.png);
	background-position: 0px 12px;
	background-repeat: no-repeat;
}

div#content h2 {
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: 800;
	color: #00529B;
}

div#content h3 {
	margin: 18px 0px 20px 0px;
	font-size: 18px;
	font-weight: 800;
	color: #00529B;
}

div#content p { margin-bottom: 16px; }

table.filebrowser {
	width: 100%;
	color: #00529B;
	border-collapse: collapse;
	background-color: #E5E8EA;
}
table.users { margin-bottom: 18px; }

table.filebrowser th,
table.filebrowser td {
	padding: 6px 9px;
	border: 1px solid #CBD2D6;
}

table.filebrowser a { color: #00529B; }

tr.odd { background-color: #F2F4F5; }

tr.odd:hover,
tr.even:hover { background-color: #FFFFFF; }

img.sort_image { top: -1px; position: relative; }

ul#filebrowser_options {
	margin-top: 10px;
	list-style: none;
}

ul#filebrowser_options li {
	color: #00529B;
	display: inline;
}

div#filecount {
	margin: 0px 35px 10px 34px;
	padding: 5px;
	color: #00529B;
	border: 2px solid #00529B;
}

/* Directory descriptions */
div.dir_desc {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 0px 5px;
	border: 2px solid #CBD2D6;
	background-color: #F2F4F5;
	color: #00529B;
}
div.content_description { margin: 15px 35px 15px 34px; }
div.content_inset div.input textarea.tiny { width: 385px; height: 120px; }
div#content div.content_description p { margin-bottom: 8px; }

/* Downloadlists */
div.dlform {
	margin-top: 35px;
}

/* Right Content */
ul#extranet_navigation {
	padding: 12px 12px 3px 12px;
	list-style: none;
	background-color: #F2F4F5;
}

ol#my_downloads {
	padding: 0px 12px 10px 28px;
	background-color: #F2F4F5;
}

ul#extranet_navigation li { background-repeat: no-repeat; }

ul#extranet_navigation li a {
	margin-bottom: 9px;
	padding: 3px 0px 0px 25px;
	color: #00529B;
	display: block;
}

li#icon_upload { background-image: url(../img/layout/icon_upload.png); }
li#icon_import { background-image: url(../img/layout/icon_import.png); }
li#icon_new_directory { background-image: url(../img/layout/icon_directory.png); }
li#icon_refresh { background-image: url(../img/layout/icon_refresh.png); }
li#icon_admin_users { background-image: url(../img/layout/icon_admin_users.png); }
li#icon_admin_mediatypes { background-image: url(../img/layout/icon_admin_mediatypes.png); }
li#icon_admin_configs { background-image: url(../img/layout/icon_admin_configs.png); }
li#icon_admin_groups { background-image: url(../img/layout/icon_admin_groups.png); }
li#icon_admin_logs { background-image: url(../img/layout/icon_admin_logs.png); }
li#icon_edit_description { background-image: url(../img/layout/icon_edit_description.png); }

ul.navigationMessages li { background-image: url(../img/layout/icon_admin_groups.png); }
ul.navigationHelp li { background-image: url(../img/layout/icon_help.png); }

/* Misc Classes */
.clearer { height: 0px; visibility: hidden; clear: both; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }

/* Chat classes */
td.chat_icon { width: 16px; }
div#chat_wrapper { position: relative; }
div#chat {
	height: 315px;
	margin-bottom: 18px;
	padding: 0px 18px 18px 0px;
	overflow: auto;
	overflow-x: hidden;
}

div#chat_indicator {
	width: 570px;
	height: 335px;
	top: 0px;
	left: 0px;
	background-color: #F2F4F5;
	background-image: url(../img/layout/indicator_big.gif);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.8;
	position: absolute;
}

div#chat ul { list-style: none; }
div#chat ul li {
	margin-bottom: 9px;
	padding: 5px;
	border: 1px solid #CBD2D6;
}
div#chat ul li.odd { background-color: #F2F4F5; }
div#chat ul li.even { background-color: #E5E8EA; }
div#chat ul li.user { border: 1px solid #00529B; }

div#chat div.msg_heading {
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCCCCC;
}

div#chat div.msg_content {}
div#chat div.msg_content p { margin-bottom: 0px; }

form#chatmsg_new {
	margin-top: 10px;
}
form#chatmsg_new label { display: none; }

/* Error Messages */
div.message,
div.message_blue,
div.hint,
div.error {
	width: 557px;
	margin-bottom: 25px;
	padding: 5px;
	border: 2px solid;
	font-weight: 800;
}

div.message_blue {
	border-color: #00529B;
	color: #00529B;
}

div.message,
div.hint {
	border-color: #009900;
	color: #009900;
}

div.error {
	border-color: #990000;
	color: #990000;
}

/* Farbige Links */
div#content a.grey { color: #7D7D7D; }
div#content a.blue { color: #00529B; }

/* sIFR */
.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate { position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden; }
.sIFR-flash + div[adblocktab=true] { display: none !important; }

/* Decoy styles */
.sIFR-hasFlash h1 {
	font-size: 20px;
	margin-right: 35px;
	visibility: hidden;
}

/* Cake debug */
table.cake-sql-log {
	width: 380px;
	padding-bottom: 5px;
	top: 10px;
	right: 3px;
	font-size: 12px;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 9000;
}

table.cake-sql-log th { font-weight: 800; }

table.cake-sql-log th,
table.cake-sql-log td {
	padding: 3px;
	border: 1px solid #CCCCCC;
}

table.cake-sql-log caption {
	background-color: #FFFFFF;
}
