@charset "UTF-8";
@media all
{
/**
 * onSite Gstebuch CSS
 *
 *
 * LICENSE: $Licensetext:$
 * 
 * @author     Michael Lmmlein <ml@onsite.org>
 * @copyright  2009  onSite.org
 * @license    $Licenselink:$  $Licensename:$
 * @version    CVS: $Id:$
 */
 
#whole {
	background-color : #FFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000;
	text-align : left;
	padding: 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
}

#whole th.left {
	background-color : #CCC;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 2px;
	text-align : left;
	font-size : 12px;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#whole th.right {
	background-color : #CCC;
	padding-right : 10px;
	text-align : right;
	font-size : 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
}

#whole th.headline {
	background-color: #CCC;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: left;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#whole th.caption {
	background-color : #D3D3D3;
	border-top : none;
	border-left : none;
	border-right : none;
	border-bottom : none;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 2px;		
}

#whole div.navigation {
	font-size : 10px;
	background-color : #D3D3D3;
	height: 40px;
	padding: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
}
#whole table.comment {
	margin-top: 5px;
	margin-bottom: 5px;
}


#whole td {
	background-color : #D3D3D3;
	padding-left : 10px;
	padding-right : 10px;
	font-size : 11pt;
}

#whole td.nospan {
	background-color : #D3D3D3;
	padding-left : 2px;
	padding-right : 2px;
}

#whole td.entry {
	background-color : #D3D3D3;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 20px;
	text-align : left;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#whole a, #whole a:link, #whole a:active, #whole a:visited {
	text-decoration : none;
	color : #006;
	font-size : 12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
}

#whole a:hover {
	text-decoration : none;
	color : #900;
	font-size : 12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
}

#whole input.input {
	border : 1px solid Black;
}

#whole textarea {
	border : 1px solid Black;
}

#whole div.page_count {
	text-align: center;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}

#whole div.page_count div.activ
{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	float: left;
	margin: 2px;
	padding: 2px;
}

#whole div.page_count a, #whole div.page_count a:link, #whole div.page_count a:hover,
#whole div.page_count a:active, #whole div.page_count a:visited {
	float: left;
	font-size: 12px;
	font-style: normal;
	margin: 2px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

#whole div.error_message {
	color: #990000;
	background-color: #FFD2D2;
	text-align: center;
	padding: 5px;
	border: 1px dotted #FF0000;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}

#whole div.error_message h3 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#whole div#admin {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

div#copyright {
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

div#copyright h1, div#copyright a, div#copyright a:link, div#copyright a:hover,
div#copyright a:active, div#copyright a:visited {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

div#rss, div#rss a, div#rss a:link, div#rss a:hover,
div#rss a:active, div#rss a:visited {
	font-size: 11px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
