* {
	margin:0;
	padding:0;
}

/* General Style Info */

body { 
	font: 13px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;  
	line-height:1.5;
	background: #ffffff url('../img/clouds-top.gif') repeat-x;
	color: #666666; 
	margin: 0;
}   
a {
	background:#fff;
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
p {margin:5px 0;}
a:hover {
	background:#fff;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 80%;
	margin: 0.1em 0;
}

h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}  
hr {
	color:#efefef;
	height:1px; 
	margin:10px 0;
}





a { color: #21759B; }
a:hover { color: #D54E21; }

h2 { 
	font-family: Arial, sans-serif; 
	color: #464646; 
	font-size: 30px; 
	font-weight: normal; 
	border-bottom: 1px solid #ccc; 
	margin: 0px 0px 10px 0px; 
	font-style:italic;  
}
h2.moduleHeading {
	color:#77cae6;
	border-bottom: 1px solid #c6e9f5; 
	font-weight:normal;
	font-size: 20px;
}
h2.moduleHeadingDark {
	color:#333333;
	border-bottom: 1px solid #cccccc;
	font-weight:normal;
	font-size: 20px; 
	margin-top:15px;
}
h3 { 
	font-family: Arial, sans-serif; 
	color: #1c95bb; 
	font-size: 24px; 
	font-weight: normal; 
	font-style:italic;
} 

.error,
.notice,
.success,
.message,
.info { 
	padding: .8em; 
	margin-bottom: 1em; 
	border: 2px solid #ddd; 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.error { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice,
.message { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success, .info { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a { color: #D12F19; }
.notice a,
.message a { color: #817134; }
.success a { color: #529214; }


/**
 * Pagination
 */
div.paging,
div.counter { text-align: center; margin: 10px; }
div.counter { margin-top: 10px; }


/**
 * Tables
 */
table { width: 100%; border: 1px solid #dfdfdf; background-color: #fff; clear: both; }
table tr th { padding: 10px; background-color: #e7e7e7; color: #464646; border-bottom: 0px; text-align: left; }
table tr td { padding: 2px; border-bottom: 1px solid #dfdfdf; vertical-align: middle; }
table tr td a {font-weight: normal; text-decoration: none; padding: 0px 5px 0px 0px; }
table tr td a:hover { text-decoration: underline; }
table tr td div.operations a { font-size: 12px; margin-right: 15px; text-decoration: none; text-transform: lowercase; }
table tr td img { margin: 0px; padding: 0px; }
.striped { background-color: #f9f9f9; }

div.level-0 { }
div.level-1 { margin-left: 30px; }

img.permission-toggle:hover { cursor: pointer; }
img.permission-disabled { }

.controller-row { background: #6f6f6f; color: #fff; font-weight: bold; }
.controller-row a { color: #efefef; }
.controller:hover { cursor: pointer; }
.collapse { background: url('../img/icons/bullet_arrow_down.png') no-repeat; padding-left: 15px; }
.expand { background: url('../img/icons/bullet_arrow_right.png') no-repeat; padding-left: 15px; }


/**
 * Forms
 */
label { margin: 0px 0px 0px 3px; font-size: 16px; color: #464646; font-weight: bold; }
.text label,
.textarea label,
.select label,
.file label,
.datetime label,
.password label { display: block; }

form input[type=text],
form input[type=password],
form input[type=file],
form textarea { 
	padding: 5px; 
	font-size: 20px; 
	margin-bottom: 10px; 
	border: 1px solid #ccc; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;}
form select { padding: 3px; font-size: 20px; margin-bottom: 10px; background-color: #fff; border: 1px solid #ccc; -moz-border-radius: 3px;
-webkit-border-radius: 3px; }
form input:focus,
form select:focus,
form textarea:focus { border: 1px solid #999; }
form input[type=submit] { font-size: 24px; margin-top: 20px; }
form textarea { background-color: #fff; font-size: 13px; }
form .wide { width: 500px; height: 150px; }
div.radio { width: 140px; }
div.radio input { width: 30px; float: left; }
div.radio label { width: 80px; float: left;  }
div.input { margin-top: 15px; }
div.input span.description { margin-left: 10px; }


form input.quickbooking  {
	/*background:url('../img/input_bg.gif') no-repeat;*/
	border:1px solid #ccc;
	width:95%;
	padding:2px; 
	margin-bottom:3px;
	height:15px;
	font-size:10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
form input.quickbooking_s {
	/*background:url('../img/input_bg_s.gif') no-repeat;*/
	border:1px solid #ccc;
	padding:2px;
	margin:0 3px 3px 0;
	height:15px;
	font-size:10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
} 
form select.quickbooking_s {
	/*background:url('../img/input_bg_s.gif') no-repeat;*/
	border:1px solid #ccc;
	padding:2px;
	margin:0 3px -4px 0;
	height:20px;
	font-size:10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
form textarea.quickbooking {
	/*background:url('../img/textarea_bg.gif') no-repeat;*/
	border:1px solid #cccccc;
	width:95%;
	padding:2px;
	height:55px;
	overflow:auto;
	font-size:10px; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
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;
	color:#FFFFFF;
	vertical-align: bottom;
	background:url('../img/submit_bg.gif') no-repeat;
	border:none;
	width:120px;
	height:38px;
}

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

.smallgrey {
	font-size:10px;
	color:#666666;
}
.blogTitle a {
	font-size:13px;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
.commentsTitle a {
	color:#77cae6;
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
}
.seeAll {
	vertical-align:top;
	float:right;
}        


label {
	display:block; 
	text-align:left;
}        
        
.icon {
	margin-left:5px;
}      
/* main vertical scroll */
#main {
	position:relative;
	overflow:hidden;
	height: 650px;
}


.leftImg {
	padding:3px;
	border:1px solid #cccccc;
	margin:5px 10px 5px 0;
} 
.rightImg {
	padding:3px;
	border:1px solid #cccccc;
	margin:5px 0 5px 10px;
}  

img.heading {margin-bottom:15px;}

#leftSide {
	width:650px;
	padding-right:10px;
	border-right: 1px solid #bae4f2;
	float:left;   
}   
#rightSide {
	width:303px;
	float:left;
	padding-left:10px;    
} 
#elementBlock {  
	float:left;
	padding-bottom:15px;
}   
.warning {
	padding:5px;
	margin:5px 0;
	border-top:2px solid red; 
	border-bottom:2px solid red; 
	background:#fceead;
	font-weight:bold;
} 
.success {
	padding:5px;
	margin:5px 0;
	border-top:2px solid green; 
	border-bottom:2px solid green;
	background:#caeda8;
	font-weight:bold; 
}  
#iconBox{
	float:left;
	margin:10px 0 0 20px;
	width:120px;
	}
#iconBox span {
	float:left;
	margin-left:42px;
	margin-top:10px;
	width:80px;
	font-size:12px;
	}
#iconBox ul  li
	{
	list-style:none;
	padding:0;
	}
#iconBox a {
	display:block;
}
#twitter a{
	width:32px;
	height:37px;	
	background:url(../img/icon_sprite.png) no-repeat -32px 0; 
}
#fb a{
	width:32px;
	height:37px;	
	background:url(../img/icon_sprite.png) no-repeat -32px -37px;
}
#share a{
	width:32px;
	height:37px;	
	background:url(../img/icon_sprite.png) no-repeat -32px -74px;
}
#twitter a:hover, #twitter .selected{
	background:url(../img/icon_sprite.png) no-repeat 0 0px; 
	color:#FF3C00;
}
#fb a:hover, #fb .selected{
	background:url(../img/icon_sprite.png) no-repeat 0 -37px;
	color:#FF3C00;
}
#share a:hover, #share .selected{
	background: url(../img/icon_sprite.png) no-repeat 0 -74px;
	color:#FF3C00;
} 
p.bullet  {
	margin:0 0 4px;
	background:transparent url(../img/bullet.png) no-repeat scroll 0 2px;
	padding:2px 0 1px 22px;
}  
tr.altrow {
	background: #eaf6fa;
}       
.productPrice {
	font-size:20px;
	font-weight:bold;
	padding:10px;
}
#ui-datepicker-div { 
	font-size:10px;
}