/*----------FOR INSTALL----------*/
#BgContainer {
	background-color: #FFF;
	padding: 10px 40px;
}

#BgContainer h4 {
	font-size: 16px !important;
}

#BgContainer p {
	width: 94%;
}

#BgContainer table {
	margin: 10px !important;
	width: 94%;
}

#BgContainer ul#Themes label {
	margin-top: 2px !important;
}



/*-----------------------------------------------MISC STYLES AND DEFAULTS-----------------------------------------------*/
html, body {
	background-color: #1C1C1C;
	color: #333;
	font-family: Verdana, Lucida, sans-serif; 
	margin: 0;
}

a {
	cursor: pointer;
}

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

caption, th, td {
	font-weight: normal;
	text-align: left;
}

hr {
	border: none;
	border-bottom: 1px dotted #CCC;
	margin: 30px 0;
}

iframe {
	border: 1px solid #CCC;
}

.clear {
	clear:both;
}

#seelcoat_table {
	border: 1px solid #CCC;
}

	#seelcoat_table th{
		background-color: #555;
		border: none;
		border-bottom: 1px solid #CCC;
		color: #FFF;
		font-weight: bold;
		padding: 5px;
	}

	#seelcoat_table .odd td{
		background-color: #FFF;
	}

	#seelcoat_table .even td{
		background-color: #EEE;
	}



/*-----------------------------------------------HEADER-----------------------------------------------*/
#hd { 
	background-color: #141414;
	color: #FFF;
	height: 190px;
	width: 950px;
	position: relative;
	z-index: 999;
}

#logo {
	left: 20px;
	position: absolute;
	top: 20px;
}

#dui {
	color: #E71B23;
	font-size: 14px;
	left: 0px;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	top: 400px;
	width: 397px;
}

#leaveDriving {
	color: #FFF;
	font-size: 18px;
	left: 0px;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	top: 500px;
	width: 397px;
}

#headerRight {
	position: absolute;
	text-align: right;
	right: 10px;
	top: 10px;
}

	#headerRight .socialWrapper {
		position: absolute;
		right: 0px;
	}

		#headerRight .social {
			margin: 10px 5px;
			width: 32px;
			float: left;
		}

	#headerRight a {
		color: #FFF;
		outline: none;
	}

#headerCat {
	bottom: 15px;
	color: #AAA;
	font-size: 11px;
	letter-spacing: 1px;
	position: absolute;
	right: 15px;
}

#headerTag {
	bottom: 60px;
	color: #E71B23;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	right: 190px;
}

/*-----------------------------------------------BODY-----------------------------------------------*/
#bd {
	background: #FFF url(../images/body.png) repeat-y scroll 0 0;
	position: relative;
	width: 950px !important;
	z-index: 100;
}

	#Layout {
		clear: both;
		min-height: 300px;
		overflow: hidden;
		padding: 20px 25px 15px 145px;
	}

	#Layout p {
		color: #FFF !important;
	}



/*-----------------------------------------------FOOTER-----------------------------------------------*/
#ft {
	background: transparent url(../images/footer.png) no-repeat scroll 0 0;
	clear: both;
	height: 50px;
	padding-top: 10px;
	position: relative;
	width: 950px;
	text-align: center;
}

#ft p, #ft a {
	color: #888 !important;
}

#ui-datepicker-div {
	z-index: 9999999;
}


/*-----------------------------------------------MESSAGEBOXS-----------------------------------------------*/
.message {
	background: #EEE;
	border: 4px solid #AAA;
	color: #666;
	margin: 15px;
	padding: 5px;
}

span.middleColumn .message {
	margin: 4px 0 0 3px;
}

.required {
	background: #222;
	border: none;
	margin: 0;
	padding: 5px;
}
.required {
	color: #FF0000 !important;
}

#Remember label {
	margin: 0 0 0 10px;
}

.entry {
	border-bottom: 1px solid #EEE;
}