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


* {
	margin: 0;
	padding: 0;
}

.clearfix {
	clear: both;
}

.find_out_more {
	width: 300px;
	height: 40px;
	background-image: url('../img/find_out_more.jpg');
}

.find_out_more a {
	display: block;
	width: 100%;
	height: 100%;
}

.find_out_more a span {
	display: none;
}

a {
	color: #654c1d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	padding: 0 0 25px 0;
	color: #000000;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	padding: 0 0 25px 0;
	color: #654c1d;
	text-decoration: none;
}

h2 span {
	color: #eaac1f;
}

h3 {
	padding: 0 0 25px 0;
}

p {
	padding: 0 0 20px 0;
}

img {
	margin: 0 0 20px 0;
}

table {
	margin: 0 0 20px 0;
	border: 1px solid #cccccc;
	table-layout: auto;
	caption-side: top;
	border-collapse: collapse;
}

table tr:nth-child(2n+1) {
	background-color: #f8f8f8;
}

table tr th {
	padding: 4px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #efefef;
	text-align: left;
}

table tr td {
	padding: 4px 10px;
}

fieldset {
	margin: 0 0 20px 0;
	padding: 25px 30px;
	border: 1px solid #cccccc;
	background-color: #efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

fieldset legend {
	padding: 5px 10px;
	border: 1px solid #3b3b3e;
	-webkit-border-radius: 13px;
	-moz-border-radius: 15px;
	background-color: #5b5b5e;
	color: #ffffff;
}

div.input {
	padding: 5px 0;
}

div.input label {
	width: 150px;
	float: left;
}

ul.actions {
	list-style-type: none;
}

ul.actions li {
	padding: 30px 0 30px 40px;
	width: 380px;
	height: 30px;
	float: left;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #eaac1f;
	background-image: url('../img/body.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

#container {
	padding: 0 0 30px 0;
}

#header_outer {
	height: 160px;
	background-color: #ffffff;
	background-position: top;
	background-repeat: repeat-x;
}

#header_inner {
	margin: 0 auto;
	width: 900px;
	height: 100%;
	background-image: url('../img/header_inner.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

#header_inner h1 {
	display: none;
}

#menu_outer {
	height: 40px;
	overflow: hidden;
	background-color: #eaac1f;
	background-image: url('../img/menu_outer.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

#menu_inner {
	margin: 0 auto;
	width: 900px;
	height: 100%;
}

#menu_inner ul {
	height: 100%;
	list-style-type: none;
}

#menu_inner ul li {
	height: 100%;
	float: left;
}

#menu_inner ul li a {
	display: block;
	padding: 12px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 1px 2px #000000;
}

#menu_inner ul li a:hover {
	padding: 12px 11px;
	border-right: 1px solid #261c08;
	border-left: 1px solid #261c08;
	background-color: #654c1d;
	background-image: url('../img/menu_hover.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

#content_outer {
	
}

#content_inner {
	margin: 0 auto;
	padding: 30px;
	width: 840px;
	background-color: #ffffff;
}

#submenu {
	padding: 0 30px 0 0;
	width: 170px;
	float: left;
}

#submenu ul {
	border-top: 1px dashed #cccccc;
	list-style-type: none;
}

#submenu ul li {
	padding: 10px 0 10px 10px;
	border-bottom: 1px dashed #cccccc;
}

div.event_information, div.event_timetable, div.delegate_rates, div.hotels_and_travel, div.venue, div.register {
	width: 640px;
	float: left;
}

div.index ul {
	padding: 0 0 20px 30px;
	list-style-type: disc;
}

#footer_outer {
	
}

#footer_inner {
	margin: 0 auto;
	padding: 0 0 15px 0;
	width: 900px;
	border-top: 1px solid #cccccc;
	background-image: url('../img/footer_inner.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

#footer {
	padding: 15px 30px 0 30px;
	background-color: #efefef;
}

#footer p {
	padding: 0;
	font-size: 11px;
	color: #999999;
}

div.speakers ul {
	list-style-type: disc;
}

div.speakers ul li {
	padding: 6px 0;
	font-size: 16px;
}

div.agendas ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: disc;
}

div.agendas ul li {
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
}

div.agendas ul li ul {
	margin: 0 0 0 30px;
	padding: 5px 0;
	list-style-type: disc;
}

div.agendas ul li ul li {
	padding: 2px 0;
	font-size: 13px;
	color: #666666;
}

div.exhibitorsSponsors ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: disc;
}

div.exhibitorsSponsors ul li {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
}
