/**
 *
 * 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 (Fri, 19 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

html {
scrollbar-base-color: #000;
scrollbar-arrow-color: #fff;
scrollbar-3dlight-color: #555;
scrollbar-darkshadow-color: #222;
scrollbar-face-color: #333;
scrollbar-highlight-color: #aaa;
scrollbar-track-color: #000;
}

.thumbnail {
	background-color: #555;
	border: 1px solid #222;
	display: block;
    width: 128px;
	margin-bottom: 10px;
	padding: 3px;
}

.editorthumbnail {
	background-color: #555;
	border: 2px solid #222;
	display: block;
	padding: 3px;
}

.hidethumbnail {
	visibility: hidden;
	position: absolute;
	left: -1000px;
}

table tbody tr td .editorthumbnail {
	background-color: #555;
	border: 2px solid #222;
	display: block;
	padding: 3px;
	margin: 0px auto -1px auto;
}

.galleryinfo {
	text-align: right;
	padding-right: 12px;
}

/*. MsoNormal {
	
}*/

/*.kfm {
	margin-left: 0.5em;
}*/

/* General Style Info */
body {
	background: #000;
	color: #fff;
	margin:0 auto;
	width: 1000px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
}

body p {
	padding-top: 6px;
	padding-bottom: 6px;
}

a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #777;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
/*	background:#fff;*/
	color: #fff;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
/*	background:#fff;*/
	color: #fff;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
/*	margin: 0.3em 0;*/
	padding-top: 0.8em;
}
h3 {
	color: #fff;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #fff;
	font-weight: normal;
	padding-top: 0.5em;
}

#fourofour {
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 55px;
	padding-bottom: 20px;
}

/* Layout */
#container {
	text-align: left;
/*	display: block;*/
	background: #333;
	margin: 0 auto;
	width:1000px;
	border: 3px solid white;
}
#header{
/*	padding: 10px 20px;*/
	text-align: left;
}
#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content {
	background: #333;
	color: #fff;
}
#article {
	float: left;
	width: 55%;
	background: #333;
	color: #fff;
	padding: 5px 20px 5px 20px;
/*	overflow: auto;*/
	overflow: hidden;
	min-height: 800px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#article textarea {
	background: #555;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	width: 80%;
	overflow: auto;
	margin: 0px 0px;
}
#article hr {
  height: 1px;
  border: 1px solid #e5e5e5;
  padding: 0px;
  margin: 0px 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#article .articletitle {
	color: #fff;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
#article .articletitle h1 {
	font-size: 	26.6px;
	margin: 0px;
	padding: 0px;
}
#article .articlelanguage img {
	padding-right: 5px;
}
#article h1 {
	color: #fff;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin-bottom: 0.3em;
}
#article h2 {
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0.3em;
}
#article h3 {
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0.3em;
}
#article h4 {
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0.3em;
}
#article h5 {
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0.3em;
}
#article h6 {
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0.3em;
}
#article ul {
	color: #fff;
	list-style-type: disc;
	padding-left: 40px;
}
#article a {
	/*color: #fff;*/
	font-weight: bold;
	text-decoration: underline;
}
#article a:hover {
	color: #777;
}
#footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
	background: #333;
	text-align: center;
    min-height: 50px;
}

#footer .copyright {
    padding: 10px 10px 5px 10px;
}

#footer .contact {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	left: 10px;
	position: relative;
}

#footer hr {
	border: 1px solid white;
	color: #fff;
	background-color:#fff;
	margin-left: 48px;
	margin-right: 40px;
}

#footer .picture {
	float: right;
	margin: 5px;
	padding-top: 25px;
}

#frontfooter {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
	background: #000;
	text-align: center;
    min-height: 50px;
}

#frontfooter .copyright {
    padding: 10px 10px 5px 10px;
}

#frontfooter .contact {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	left: 10px;
	position: relative;
}

#frontfooter hr {
	border: 1px solid white;
	color: #fff;
	background-color:#fff;
	margin-left: 48px;
	margin-right: 40px;
}

#frontfooter .picture {
	float: right;
	margin: 5px;
	padding-top: 25px;
}

#front {
	background: #fff;
	text-align: center;
}

#front a {
    color: white;
}

#front a:hover {
    color: #777;
}

#frontcontainer {
	background: #fff;
	padding-top: 35px;
}

#frontcontainer .backgroundImage{
	background-image: url('/img/forside-less.jpg');
	background-repeat:no-repeat;
	background-position: 85px 50px;
	/*have to set a height & width*/
	width:650px;
	height:411px;
	margin: 0 auto;
}

#frontcontainer .backgroundImage h1 {
	color: #000;
	font-size: 20px;
	border-bottom: 1px solid white;
	margin-right: 5px;
}
#frontcontainer .backgroundImage h2 {
	color: #000;
	font-size: 18px;
/*	border-bottom: 1px solid black;*/
	margin-right: 5px;
}
#frontcontainer .backgroundImage a {
	color: #fff;
}
#frontcontainer .backgroundImage a {
	color: #fff;
	text-decoration: none
}
#frontcontainer .backgroundImage a:hover {
	color: #777;
}
#frontcontainer .backgroundImage a:visited {

}

#textOverBackgroundLeft{
	border: 2px solid #bbb;
	padding: 5px;
	width: 228px; /* whatever floats your boat */
	height: 398px; /* whatever floats your boat */
/*	filter:alpha(opacity=100); /* Make IE understand that this is not transparent */
/*	opacity:1; /* Make CSS compliant browsers understand this is not transparent */
	position:relative;
	top: 3px; /* whatever puts the text where you need it */
	left: -175px; /* again, wherever you need the text */
	color: #fff;
	background: #000;
/*	background-image: url('/img/torque-crankset.jpg');
	background-repeat:no-repeat;
	background-position: 87px 300px;*/
	float: left;
	font-size: 13px;
}
#textOverBackgroundLeft li {
	padding: 0px 0px;
}
#textOverBackgroundLeft h1 {
	margin-bottom: 12px;
}

#textOverBackgroundLeft ul.frontlist {
	padding-top: 10px;
	padding-left: 4px;
	padding-bottom: 10px;
	list-style-type: disc;
	list-style-position: inside;
}

#textOverBackgroundRight{
	border: 2px solid #bbb;
	padding: 5px;
	width: 228px; /* whatever floats your boat */
	height: 398px; /* whatever floats your boat */
/*	filter:alpha(opacity=100); /* Make IE understand that this is not transparent */
/*	opacity:1; /* Make CSS compliant browsers understand this is not transparent */
	position:relative;
	top: 3px; /* whatever puts the text where you need it */
	left: 341px; /* again, wherever you need the text */
	color: #fff;
	background: #000;
	/*background-image: url('/img/torque-crankset.jpg');
	background-repeat:no-repeat;
	background-position: 115px 55px;*/
	float: left;
	font-size: 13px;
}
#textOverBackgroundRight h1 {
	margin-bottom: 12px;
}
#textOverBackgroundRight li {
	padding: 0px 0px;
}

#textOverBackgroundRight ul.frontlist {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 4px;
	list-style-type: disc;
	list-style-position: inside;
}

#textOverBackgroundRight div.language {
	display: inline;
}

#textOverBackgroundRight div.language img {
	margin-right: 5px;
}

#textOverBackgroundRightDanish {
	border: 2px solid #bbb;
	padding: 5px;
	width: 228px; /* whatever floats your boat */
	height: 398px; /* whatever floats your boat */
/*	filter:alpha(opacity=100); /* Make IE understand that this is not transparent */
/*	opacity:1; /* Make CSS compliant browsers understand this is not transparent */
	position:relative;
	top: 3px; /* whatever puts the text where you need it */
	left: 341px; /* again, wherever you need the text */
	color: #fff;
	background: #000;
	/*background-image: url('/img/torque-crankset.jpg');
	background-repeat:no-repeat;
	background-position: 115px 55px;*/
	float: left;
	font-size: 13px;
	display: none;
}
#textOverBackgroundRightDanish h1 {
	margin-bottom: 12px;
}
#textOverBackgroundRightDanish li {
	padding: 0px 0px;
}

#textOverBackgroundRightDanish ul.frontlist {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 4px;
	list-style-type: disc;
	list-style-position: inside;
}

#textOverBackgroundRightDanish div.language {
	display: inline;
}

#textOverBackgroundRightDanish div.language img {
	margin-right: 5px;
}

#frontboxes {
	background: #fff;
	padding-top: 15px;
    min-height: 138px;
    padding-bottom: 15px;
}

#frontboxes .frontimg {
	background: #000;
	border: 1px solid #000;
	display: block;
	padding: 3px;
	width: 192px;
    margin: 0 auto;
}

#frontboxes .frontbox {
    float: left;
    width: 238px;
    height: 136px;
    background: #000;
    margin-left: 0px;
    margin-right: 10px;
    border: 2px solid #bbb;
    text-align: center;
}

#frontboxceramicballs {
    float: left;
    width: 239px;
    height: 136px;
    background: #000;
    margin-left: 0px;
    margin-right: 10px;
    border: 2px solid #bbb;
    text-align: center;
}

#frontboxceramicballs div.language {
	display: inline;
}

#frontboxceramicballs div.language img {
	margin-right: 5px;
}

#frontboxceramicballs div.descsmallspace {
	margin-top: 16px;
	margin-left: 4px;
	text-align: left;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	float: left;
}

#frontboxceramicballs div.descsmallspace p {
	padding-top: 2px;
	padding-bottom: 2px;
}

#frontboxceramicballs div.descsmallspaceright {
	float: left;
	margin-left: 5px;
	margin-top: 6px;
}

#frontboxceramicballs div.descsmallspaceright p {
	padding-top: 2px;
	padding-bottom: 2px;
}

#frontboxceramicballs div.descsmallspaceright img {
	padding: 3px;
	border: 1px solid #333;
	background-color: #555;
}

#frontboxes div.frontbox div.slideshow {
	float: left;
	width: 108px;
	height: 108px;
	margin: auto;
	top: 5px;
	left: 10px;
}

#frontboxes div.frontbox div.slideshowsponsor {
/*	float: left;*/
	width: 150px;
	height: 108px;
	margin: auto;
	top: 5px;
}

/*.slideshow { height: 112px; width: 112px; margin: auto }
.slideshow img { padding: 5px; border: 1px solid #ccc; background-color: #eee; }*/

#frontboxes div.frontbox div.slideshow img {
	padding: 3px;
	border: 1px solid #333;
	background-color: #555;
}

#frontboxes div.frontbox div.desc {
	float: left;
	padding-top: 15px;
	padding-left: 7px;
/*	padding-right: 40px;*/
	text-align: left;
	font-size: 13px;
}

#frontboxes div.frontbox div.desc a {
}

#frontboxes .frontboxnews {
    float: left;
    width: 239px;
    height: 136px;
    background: #000;
    margin-left: 0px;
    margin-right: 0px;
    border: 2px solid #bbb;
    text-align: center;
	overflow: auto;
}

#frontboxes .title {
    text-align: center;
}

#frontboxes div.frontboxnews div.newstitle {
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 7px;
	text-align: center;
}

#frontboxes div.frontboxnews div.newsitem {
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;

	background: #555;
	border: 1px solid white;
	padding: 3px;
	margin-bottom: 7px;
	margin-right: 5px;
	margin-left: 5px;
}

#frontboxes div.frontboxnews div.newsitem div.newsdate {
	display: inline;
	padding-right: 3px;
	border-right: 1px solid white;
}

/* Contacts */

#right {
	float: right;
	width: 20%;
	background: #333;
	color: #fff;
	overflow: hidden;
	padding-top: 15px;
}

#right .gallery {
	border-bottom: 2px solid white;
	padding-top: 6px;
	padding-bottom: 10px;
}
#right .gallerytitle {
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
	clear: both;
}

#contacts {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 2px solid white;
	padding-bottom: 7px;
}

#contacts p {
	padding: 0px;
}

#contacts h1 {
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
}

#relatednews {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
/*	border-bottom: 2px solid white;*/
}

#relatednews h1 {
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
}

#relatednews .relatednewsitem {
	background: #555;
	border: 1px solid white;
	padding: 2px;
	padding-left: 5px;
	margin-bottom: 7px;
	margin-right: 7px;
}

#relatednews .newstitle {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#relatednews .newsdate {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

/* Menus */

li {
	padding: 0 12px;
}

#topmenu {
	text-align: center;
	background: #000;
}
#topmenu img {
	padding-bottom: 2px;
}

#menu {
width: 100%;
background: #000;
float: left;
border-top: 3px solid white;
border-bottom: 2px solid white;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 200px;
float: left;
}

#menu a, #menu h2 {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-weight: bold;
text-align: center;
display: block;
border-style: none;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
font-size: 18px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #fff;
background: #000;
text-decoration: none;
border-style: solid;
border-color: #fff;
padding: 0px;
border-top: 0px none;
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
text-transform: uppercase;
}

#menu ul li.highlight a {
	color: red;
	border-color: #fff;
}

#menu ul li.highlight ul a {
	color: #fff;
}

#menu a:hover {
color: #fff;
background: #666;
}

#menu a.toplink {color: #fff; background: #000;}
#menu a.toplink:hover {color: #fff; background: #666;}

#menu ul li.highlight a.toplink {color: red; background: #000;}
#menu ul li.highlight a.toplink:hover {color: red; background: #666;}

#menu li {position: relative; padding: 0px; z-index: 100;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul li ul li a {
font-size: 100%;
padding-left: 10px;
text-align: left;
padding-top: 6px;
padding-bottom: 6px;
color: #fff;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* old */

#topmenu .menulist a {
	color: #fff;
	text-decoration: none
}
#topmenu .menulist a:hover {
	color: #777;
}
#topmenu .menulist a:visited {

}
#topmenu .menulist .highlight a {
	color: red;
}
#topmenu .menulist {
	font-size: 18px;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	padding-top: 1px;
	padding-bottom: 1px;
}
#topmenu .menulist ul {
	list-style: none;
}
#topmenu .menulist li {
	display: inline;
	padding: 0px 78px;
}/* end old */
#navimenu {
	background: #333;
	float: left;
	width: 20%;
	overflow: hidden;
	padding-top: 15px;
	min-height: 800px;
}
#navimenu ul {
/*	display: inline;*/
	list-style: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 4px;
	margin: 0;
}
#navimenu ul li {
/*	display: block;*/
	border-bottom: 1px solid #fff;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
#navimenu ul li ul li {
	border-bottom: none;
	padding: 2px 0px 2px 7px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}
#navimenu ul li ul li a {
	font-weight: normal;
}
#navimenu ul li ul li ul li {
	border-bottom: none;
	padding: 0px 0px 0px 7px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}
#navimenu a {
	color: #fff;
	background: #333;
	text-decoration: none
}
#navimenu a:hover {
	color: #777;
}
#navimenu a:visited {

}
#navimenu .highlight a {
	color: red;
}

#navititle {
	padding: 3px 4px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	color: #fff;
	border-bottom: 2px solid white;
}
/*#editmenu {
	background: #333;
}*/
#editmenu ul {
	list-style: none inside;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 10px;
	color: #fff;
}
#editmenu ul li {
	padding: 0px 0px;
}
#editmenu ul li ul li {
	padding: 0px 15px;
}
#editmenu a {
	color: #fff;
	background: #333;
	text-decoration: none
}
#editmenu a:hover {
	color: #777;
}
#editmenu a:visited {

}

/* News */

#news {
	float: left;
	background: #333;
	color: #fff;
	padding: 5px 20px 5px 20px;
	width: 75%;
	background: #333;
	padding: 5px 20px 5px 20px;
	min-height: 800px;
	overflow: auto;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
/*	padding-top: 30px;*/
}

#news .newspost {
	background: #555;
/*	border: 2px dotted white;*/
	border: 1px solid white;
/*	border: 2px groove white;*/
	margin-bottom: 20px;
	padding: 5px;
}

#news div.admin div.newspost {
	background: red;
}

#news .newsheader {
	padding-bottom: 2px;
}

#news .newstitle {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 600;
}

#news .newsdate {
	font-weight: bold;
	padding-bottom: 10px;
}

#news .newscontent {
/*	width: 80%;*/
	clear: both;
	min-height: 65px;
}

#news .gallery {
/*	display: inline;*/
/*	width: 20%;*/
/*	margin-left: 10px;*/
	overflow: hidden;
	clear: both;
/*	position: relative;*/
}

#news .thumbnail {
	display: table-cell;
	clear: none;
	background-color: #333;
	border: 1px solid #222;
	width: 128px;
	padding: 3px;
}

#news .thumbwrapper {
	display: inline;
	margin-right: 5px;
}

#news .galleryinfo {
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}

#news .seperator {
	border-bottom: 1px solid white;
/*	padding-top: 5px;*/
	margin-bottom: 12px;
}

#news .relatedimagestext {
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
	clear: both;
}

#news .backtoarticle {
    color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}

/* Tables */
/*table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	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;
}
tr a {
	color: #000;
}
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 td p {
	padding: 0px;
}
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:#333;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #111;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #fff;
}
div.paging span a {
}

#article table {
	background: #000;
	border:1px solid #000;
	clear: both;
	color: #fff;
	margin-bottom: 0px;
}
#article tr a {
	color: #000;
}
#article table tr td {
	background: #555;
	border: none;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

/* 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: 99%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#333;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	/*margin-bottom: 1em;*/
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #fff;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 0.5em;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	background: #fff;
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
	margin-left: 0.5em;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	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;*/
	background: #333;
	color: white;
	font-size: 140%;
	font-weight: bold;
	padding: 20px;
/*	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;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
