body { 
  margin: 0px 0px 0px 0px;
  background-image: url('../img/main_background.jpg');
  font-family: arial, serif;
}

a, a:hover, a:visited {
  color: black;
}
a:hover {
  text-decoration: none;
}

div#main {
  text-align: center;
  margin:auto;
  width:856px;
  background-color: #fab4b4;
  border-left-width: 10px;
  border-left-color: black;
  border-left-style: solid;
  border-right-width: 10px;
  border-right-color: black;
  border-right-style: solid;
  border-bottom-width: 10px;
  border-bottom-color: black;
  border-bottom-style: solid;
}

div#header{
  height: 200px;
}

div#contents{
  background-color: white;
  width: 600px;
  margin-left: 17px;
  padding: 2px;
  text-align: left;
}

div#side_panel{
  width: 194px;
  float:right;
  margin-right: 17px;
}

div#main_page{
  text-align:center;
  margin:auto;
  clear:both;
  min-height:800px;
}

div#tabs{
  text-align: center;
  margin: auto;
  width: 856px;
  border-top-color: black;
  border-top-style: solid;
  border-top-width: 3px;
}

div#footer{
  text-align: center;
  margin: auto;
}

div.box{
  border-width: 2px;
  border-style: solid;
  border-color: black;
  margin: auto;
  text-align:center;
}
div.bottom{
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: black;
  
}

div.tab{
  background-image: url('../img/Tabs.gif');
  background-repeat: no-repeat;
  width: 131px;
  height: 43px;
  /*text-align: center;
  padding-top: 8px;*/
  float:left;
  margin-left: 10px;
  margin-bottom: 10px;
}
div.tab a, div.tab a:hover{
  display: block;
  text-align: center;
  padding-top: 8px;
  width: 131px;
  height: 43px;
  text-transform: uppercase;
  text-decoration: none;
  
  /*padding-left: 10px;*/
}

div.module{
  margin-bottom:10px;
  background-color: white;
}

p.center { text-align: center; }

div.center{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
div.right {
  float: right;
}

div.event{
  width:550px;
  margin-top: 5px;
  margin-bottom:10px;
}

img.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  padding: 2px;
  margin:auto;
  color:red;
  width:95%;
  border-bottom-color: red;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 20px;
}

h3 {
  text-align:right;
  padding: 2px;
  margin: auto;
  color: red;
  width: 95%;
  border-bottom-color: red;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

fieldset#contact_us{
  border-width: 0px;
}

a img {
	border:none;
}

/* form stuff */
label {
  display: block;
}
input[type=text], input[type=password], textarea{
  width: 90%;
}


/* 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 {
}


/* Notices and Errors */
div.message {
	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;
}


/* flash */
div#bad-flash {
  width:100%;
  color: white;
  background-color: red;
  font-family: arial, sans-serif;
  font-size: 20px;
  text-align: center;
}

div#good-flash {
  width:100%;
  color: white;
  background-color: green;
  font-family: arial, sans-serif;
  font-size: 20px;
  text-align: center;
}

div#info-flash {
  width:100%;
  color: white;
  background-color: blue;
  font-family: arial, sans-serif;
  font-size: 20px;
  text-align: center;
}

/**  Table  **/
table#gallery {
  width: 100%;
}
table#gallery td {
  width: 50%;
  text-align: center;
  vertical-align: top;
}


/* 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;
}