/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-19 03:16:01 +0100 (Fr, 19. Dez 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background:url(/img/bg.jpg) repeat-x;
	color: #000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:10pt;
	margin: 0;
}
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	
	color: #003d4c;
	text-decoration:none;
}

a.small:link{
   font-size:8pt;
   font-weight:normal;
}

a.small:visited{
   font-size:8pt;
   font-weight:normal;
}

a.small:hover{
   font-size:8pt;
   font-weight:normal;
}


a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	
	color: blue;
    font-weight:bold;
	font-size: 12pt;
	margin: 0.1em 0;

}
h2 {
	
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 10pt;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 10pt;
	padding-top: 4px;
}

h3 a:link{
    color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 10pt;
	padding-top: 4px;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}

ul, li {
	margin: 0px;
}

li{
   margin-left:30px;
}

.feedlist ul{
   margin-top:14px;
}

.feedlist li{
   list-style-type:none;
}

.feedlist li a {
   text-decoration:none;
}


.itemlist ul{
   margin-top:14px;
}

.itemlist li{
   list-style-type:none;
   margin-bottom:14px;
   font-size:8pt;
}

.itemlist li a {
   text-decoration:underline;
   font-weight:normal;
}




/* Layout */
#container {
	text-align: left;
    width : 800px;
    margin:0 auto;
    border-bottom:1px solid black;
}
#menu{
   position:relative;
   clear:both;
   width:100%;
   height:30px;
   border-collapse:collapse;
   border-left:1px solid silver;
   border-right:1px solid silver;
   border-bottom:1px solid silver;
  
   background:url(/img/bg_menu.jpg) repeat-x;
}

#menu li {
   float:left;
   display:block;
   margin-left:12px;
   
}

#menu ul{
   clear:both;
   list-style-type:none;
   padding-top:5px;
}

#menu ul a{
   color:darksilver;
   text-decoration:none
}

#menu ul a:hover{
   text-decoration:underline;
}

#header{
	padding: 0px 4px;
    border-bottom:2px solid silver;
}
#header h1 {
    font-size:18pt;
    font-weight:bold;
	color: #000;
	padding: 0px 0px;
}
#header h1 a {
	color: blue;
	text-decoration: none;
}
#header h1 a:hover {
	color: green;
	
}
#content{
	clear:both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
    border-collapse:collapse;
    border-left:1px solid silver;
    border-right:1px solid silver;
    
}

#content input{
   font-size:10pt;
}

#footer {
	padding: 6px 10px;
	text-align: right;
}

#footer a {
	font-size:8pt;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 8px 10px;
}
fieldset legend {
	color: black;
	font-size: 12pt;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 10pt;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 10px;
}
form div {
	clear: both;
	margin-bottom: 5px;
	padding: 3px;
	vertical-align: text-top;
}
form div.input {
	color: #444;
    font-size:10pt;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 30px;
}
label {
	display: block;
	font-size: 10pt;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 10pt;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 0px;
	
}
select {
	clear: both;
	
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 10pt;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}