form input.error {
    border-color: #d00000;
}

.clear {
    clear: both;
}

.halloween-theme{
    display: none;
}


/* Cake debug */

pre {
	font-size: 12px;
	text-align: left;
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake-debug {
	background: #ffcc00;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto; 
	position: relative; 

}


/* Cake Tables */
.cake-sql-log {
	background: #f4f4f4;
	font-family: Courier, serif;
	font-size: 12px;
	width: 80%;
	margin: 10px auto;
}

.cake-sql-log th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
.cake-sql-log td {
	line-height: 14px;
	padding: 4px 8px;
	text-align: left;
}

/* Sidebar Outbount Links */
div#content #rightCol #outbountLinks{
    background: none;
    padding-left: 0;
}

div#content #outboundLinksContainer {
    margin:0 0;
    clear:both;
    position:relative;
    width:100%;
}

div#content #outboutLinkList li a {
    font-size: 1.5em;
    display: block;
    width: 100%;
    color: #0259c4;
    font-weight: normal;
    line-height: 1.5em;
}

div#content #outboutLinkList li a:hover {
    text-decoration: underline;
}


