/* ----------------------- Browser Reset ---------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------- Hidden Text ---------------------------------*/

.specialText{
	position:absolute;
	text-indent:-5000px;
}

/* -----------------------  Clearing Div ---------------------------------*/

.easyClear, .clear{
	clear:both;
}

/* ----------------------- Hidden ajax-response div ---------------------------------*/

.ajaxResponse {
	display:none;
}

/* ----------------------- Message Lists ---------------------------------*/

.messageHolder{
	padding-top:10px;
}

#errorList{
	margin: 0px;
	padding: 15px 10px 15px 65px;
	border: solid 1px #dd3c10;
	background: #ffebe8 url(../images/errorImg.gif) no-repeat 10px center;
	clear:both;
	list-style:none;
	font-size:13px;
}

#successList{
	margin: 0px;
	padding: 15px 10px 15px 65px;
	border: solid 1px #82c242;
	background: #dafab9  url(../images/successImg.gif) no-repeat 10px center;
	clear:both;
	list-style:none;
	font-size:13px;
}

/* ----------------------- Form Styles ---------------------------------*/

ul.form {
	list-style:none;
	list-style-image:none;
}

table.form {
	border-collapse:collapse;
}

.form input, .form textarea, .form select {
	margin:5px 0px 10px 0px;
}

.form label {
	margin:5px 0px 0px 0px;
	display:block;
	color:#FFFFFF;
}

/* ----------------------- Needed as a result of delicious Cake. ---------------------------------*/

table.cake-sql-log{
	width:1000px;
	margin:0px auto;
	background:#eee;
	font-size:13px;
	color:#000;
}

div.error {
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 15px 65px;
	border: solid 1px #dd3c10;
	background: #ffebe8 url(../images/errorImg.gif) no-repeat 10px center;
	clear:both;
	font-size:13px;
	color:#000000;
}

div.error-message {
	color:#000000;
	margin:5px;
	border: solid 1px #dd3c10;
	background: #ffebe8;
	padding:3px;
	width:95%;
}

div.popup-error-message {
	color:#000000;
	margin:5px;
	border: solid 1px #dd3c10;
	background: #ffebe8;
	padding:3px;
	font-weight:bold;
}

div.success{
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 15px 65px;
	border: solid 1px #82c242;
	background: #dafab9  url(../images/successImg.gif) no-repeat 10px center;
	clear:both;
	font-size:13px;
	color:#000000;
}

div.success-message {
	color:#000000;
	margin:5px;
	border: solid 1px #82c242;
	background: #dafab9;
	padding:3px;
	width:95%;
}

div.popup-success-message {
	color:#000000;
	margin:5px;
	border: solid 1px #82c242;
	background: #dafab9;
	padding:3px;
	font-weight:bold;
}

div.message{
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 15px 65px;
	border: solid 1px #FFEE1C;
	background: #FFFFBB url(../images/successImg.gif) no-repeat 10px center;
	clear:both;
	font-size:13px;
	color:#000000;
}

div.popup-message {
	color:#000000;
	margin:5px;
	border: solid 1px #FFEE1C;
	background: #FFFFBB;
	padding:3px;
	font-weight:bold;
}

pre.cake-debug{
	text-align:left;
}

/* ----------------------- LiveTools Top Bar ---------------------------------*/

div#LiveTools {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:50px;
	background:#000000 url(../images/livetools/livetoolsBarBG.jpg) no-repeat 99% center;
	border-bottom:5px solid #bcbdc0;
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
}

div#LiveTools div#returnToLiveTools {
	position:absolute;
	top:10px;
	left:10px;
}

div#LiveTools div#liveEditToggle {
	position:absolute;
	left:10px;
	top:25px;
	font-size:12px;
}

div#LiveTools a {
	color:#8cc63f;
}

div#LiveTools a span {
	color:#FFFFFF;
}

div#LiveTools a:hover {
	text-decoration:underline;
}

/* ----------------------- LiveEdit Buttons and Overlay ---------------------------------*/

div.LiveEditLink a, div.LiveEditLink button {
	display:block;
	float:left;
	padding:5px;
	border:2px solid #bcbdc0;
	background:#000000;
	color:#8cc63f;
	cursor:pointer;
}

div.LiveEditLink a span {
	color:#FFFFFF;
}

div#LiveEditPopup {
	width:850px;
}

div#LiveEditPopup div#header {
	width:850px;
	height:106px;
	background:url(../images/livetools/overlayHeader.jpg) no-repeat top left;
}

div#LiveEditPopup div#content {
	width:800px;
	height:300px;
	padding:10px 25px;
	background:url(../images/livetools/overlayMiddle.jpg) repeat-y left top;
}

div#LiveEditPopup div#footer {
	width:850px;
	height:42px;
	background:url(../images/livetools/overlayFooter.jpg) no-repeat top left;
}
