@import url("./slimbox.css");

body, body.mceContentBody, html {
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: "Tahoma", "Geneva", "Lucida Grande", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

* {
	margin: 0;
	padding: 0;
	border: none;
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6 {
	color: #25A8E0;
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
}

ul, ol, dl, p {
	line-height: 17px;
}
ul, ol {
	margin-left: 20px;
}
a {
	color: #25A8E0;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #f9f5b6;
}
#wrap1 {
	background-image: url(../images/layout/topTile-White.jpg);
	background-repeat: repeat-x;
}
#wrap2 {
	width: 750px;
	margin: 0px auto;
}

#header {
	height: 50px;
	border-bottom: 2px solid #fff;
}

#header h1 {
	margin: 0;
	padding: 0;
	background-image: url(../images/layout/headerLogo.png);
	height: 50px;
	float: left;
	width: 200px;
}
#header h1 span {
	display: none;
}

#navigation {
	list-style: none;
	display: block;
	float: right;
	padding-top: 16px;
	min-width:400px;
}
#navigation li {
	display: block;
	float: left;
	margin-left: 1px;
}
#navigation li a {
	display: block;
	/*padding: 7px 18px 0px 18px;*/
	padding: 0 18px;
	height: 34px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #186E94;
	color: #fff;
}
#navigation li a:hover {
	color: #24a9e1;
	background-color: #fff;
}
#navigation li a.selected {
	background-color: #fff;
	color: #24a9e1;
}
#navigation li a:hover.selected {
	color: #186E94;
}

#subHead {
	background-image: url(../images/layout/BB-Banner.jpg);
	padding-top: 228px;
	border-bottom: 2px solid #186E94;
	background-position: left bottom;
}
#content {
	padding-top: 2px;
	padding-bottom: 10px;
}
#content .col {
	width:45%;
	padding:10px;
	float:left;
}
#content .headCol {
	padding: 10px;
	clear: both;
}

#postContent {
	clear: both;
}
/* Add This Button after floated cols */
p#addThis {
	padding: 10px;
}
#associated {
	width: 750px;
	text-align: center;
	margin: 10px auto;
}
#associated h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	font-style: italic;
}
#associated img {
	vertical-align: middle;
}

#footer {
	/*padding-top: 55px;*/
	/*background-image: url(../images/layout/topTile-White.jpg);*/
	background-repeat: repeat-x;
}
#innerFooter {
	text-align: center;
	width: 750px;
	margin: 0 auto;
	
}

/**
 * Paragraph containing thumbs for a lightbox reel
 */
p.lbP {
	margin: 10px 0;
}
p.lbP a img {
	border: 1px solid #000;
	padding: 1px;
}
p.lbP a:hover img {
	border: 1px solid #fff;
}

.floatLeft {
	float:left;
	padding-right: 10px;
	padding-bottom: 5px;
}


.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/TipBubble.png) top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/TipBubble.png) bottom right;
}


#imageUpload {
	margin: 0;
	padding: 0;
}

#imageUpload table {
	margin: 10px;
	background: url(../images/Pattern.gif) repeat;
	border: 1px solid #ccc;
}

#imageUpload table td {
	padding: 3px;
}

#imageUpload table td.label {
	text-align: right;
}
#imageUpload table td.areaLabel {
	vertical-align: top;
}
#imageUpload table td label {
	font-weight: bold;
	cursor: pointer;
}

#imageUpload table td.label label:after, #imageUpload table td.areaLabel label:after {
	content: ": ";
}

#imageUpload thead td, #imageUpload tr.head td, #imageUpload td.head {
	background-color: #95B7C3;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

#imageUpload tr.head td, #imageUpload td.head {
	border: 1px solid #ccc;
	border-width: 1px 0 1px 0;
}

#imageUpload thead td h2 {
	margin: 0 auto;
	padding: 0;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	color: #000;
}

#imageUpload tbody td.input input {
	background-color: #fff;
}
#imageUpload tbody td.input input:hover, #imageUpload tbody td.input textarea:hover {
	background-color: #FFFFE6;
}


#results {
	margin: 10px;
}

#results h2 {
	color: #fff;
	margin: 0;
	margin-top: 5px;
	padding: 5px;
	font-size: 1.2em;
}
#results ul {
	margin: 0;
	list-style-type: none;
	padding: 5px;
	font-size: 0.9em;
	
}
#results h2.error {
	background-color: #C22320;
}
#results h2.warning {
	background-color: #C2955C;
}
#results h2.message {
	background-color: #84C271;
}
#results ul.error {
	color: #C22320;
	border: 1px solid #C22320;
}
#results ul.warning {
	color: #C2955C;
	border: 1px solid #C2955C;
}
#results ul.message {
	color: #84C271;
	border: 1px solid #84C271;
}

span.error {
	color: #C22320;
}
span.message {
	color: #84C271;
}
span.warning {
	color: #C2955C;
}