/* Copyright (C) 2007 - 2009 YOOtheme GmbH */







/*



 * This CSS file is for customization purpose only



 *



 * To make it easier to update a YOOtheme template to the latest version use



 * this custom.css file for small CSS modifications.



 *



 * How it works:



 * For example if you want to change a color which is applied in layout.css



 * just copy the original styling into this file right after the commented



 * section. Do this for all CSS modifications.



 *



 * In case you have to update the template save the custom.css file on your computer.



 * De-install and re-install the updated template version. And copy your saved



 * custom.css file back in place. Now compare your modification with the new CSS



 * files and make sure they are working.



 *



 * To load this file when Gzip is enabled in the template parameters do the following:



 * Open css/template.css.php and take a look at the last line. Uncomment follwing line:



 * // include(PATH_ROOT . 'custom.css');



 *



 * To load this file when Gzip is disabled in the template parameters do the following:



 * Open lib/php/yootools.php and take a look at line 100. Uncomment follwing line:



 * // $document->addStyleSheet($baseurl.'/css/custom.css');



 *



 */ 















/*



 * layout.css



 */















/*



 * general.css



 */







h1, h1.title, h3 {



	color: #e3015b;



}



h4 {



	color: #e3015b;



}



h5 {



	color: #5aaa35;



}



h6 {



	color: #3e89b5;



}



a, a:link, a:visited, a:active {



	color: #e3015b;



}















/*



 * menus.css



 */















/*



 * modules.css



 */







div.wrapped-orange div.box-1 {



	background: #f49c03;



}















/*



 * joomla.css



 */



 



.content-title {



	color:#e3015b;



	font-family:Arial, Helvetica, sans-serif;



	font-size:18px;



	font-weight:bold;



	text-transform:uppercase;



	margin-left:15;



	margin-top:40;



}



.content-subtitle { color:#3180b4; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1.5; margin-left:0; margin-right:44; }



.content-subtitle2 { color:#3180b4; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1; margin-left:0; margin-right:44; }



.content-home { color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:2; margin-left:44; margin-right:44; }



.content-dot { color:#e3015b; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; }



.content { color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-left:44; margin-right:44; }



.content-table { color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; }



.linkbar { font-family:Arial, Helvetica, sans-serif; font-size: 10px; color:#000000; font-weight:bold; margin-left:8; margin-top:15; }



.linkbar2 { font-family:Arial, Helvetica, sans-serif; font-size: 10px; color:#000000; font-weight:bold; margin-left:15; margin-top:15; }



a { color:#e3015b; }



/*Currency*/



.graybox {border: solid 1px gray;}



#graybox {border: solid 1px gray;}



.rateText {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: #333399; text-align: center;}



#smlink {font-size: .6em;	color: #dedede;	font-style: normal;	font-family: Arial, Helvetica, sans-serif;}



#smlink a:link,#smlink a:visited{color: #7e7e7e; /*Was #dedede.*/text-decoration: none; }



#smlink a:hover {color: #7e7e7e; text-decoration: underline}















/*



 * extensions.css



 */















/*



 * [color]-[specific].css



 * Place here your color specific CSS changes depending on your choosen color variation



 */















/*



 * ie7hacks.css



 * use IE7 browser hacks to apply the styling only to IE7



 * For example: Star-Plus-HTML-Hack: *:first-child+html #YOURSELECTOR { attribute:value; }



 */















/*



 * ie6hacks.css



 * Use IE6 browser hacks to apply the styling only to IE6



 * For example: Star-HTML-Hack: * html #YOURSELECTOR { attribute:value; }



 */









table.programme {

	border-collapse: collapse;

}

table.programme tr {

}

table.programme tr th,

table.programme tr td {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	padding: 8px;

	border: 1px solid #ccc;

	text-align:center;

}

table.programme .gray,

table.programme .light {

	color: #fff;

	background: #ccc;

	font-weight: bold;

}

table.programme .light {

	background: #aaa;

}

table.programme tr th.gray {

	background: #ccc;

}

table.programme .green {

	color:#093;

	font-weight: bold;

}



table.programme .black {

	color: #000;

	background: #fff;

}



table.programme .lunch {

	color: #000;

	background: #fff;

}

table.programme .time,

table.programme .date {

	color: #eee;

	background:#939;

	text-align: right;

	font-weight:bold;

}

table.programme .date {

	text-align:center;

}



#userForm {
	
}
#userForm label {
	padding:0 12px 0 2px;
}
.honeypot {
	display:none;
}



/*
 * tables
 */
 
table.listing {
	width: 100%;
	margin-bottom: 30px;
	font-size: 11px;
}

table.listing thead th {
	height: 30px;
	padding: 5px;
	border-bottom: 1px solid #c8c8c8;
	background: none;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
}

table.listing tbody td {
	height: 20px;
	padding: 5px;
	border-bottom: 1px solid #c8c8c8;
}

table.listing tr.odd td { background: #fafafa; }
table.listing tr.even td { background: #ffffff; }

table.listing td.bold {
	font-weight: bold;
	font-size: 12px;
}