* { padding: 0; margin: 0; }

.message {
	background-color: #0A2003;
	padding: 5px;
	border: 1px solid #081903;
}

.warning {
	background-color: #340000;
	padding: 5px;
	border: 1px solid #1E0000;
}


fieldset {
	padding: 5px;
}

legend {
	padding-left: 5px;
	padding-right: 5px;
}

table {
	width: 99%;
	border-collapse: collapse;
	margin: 5px 5px 0 5px;
}

table, td {
	padding: 5px;
}

.forum_post {
	padding: 0px;
	height: 15px;
}

.box_wrapper {
	border: 1px solid #383B3F;	
}

.box_subject {
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px solid #383B3F;
	background-color: #000000;
}

.box_subject a {
	color: #FFFFFF;
}

.box_content {
	padding: 5px;
}

.box_footer {
	margin-top: 10px;
}

.box_footer a {
	text-decoration: none;
	font-weight: bold;
}

table.default {
	width: 99%;
	border-collapse: collapse;
	margin: 5px 5px 0 5px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

table.default td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.thead a {
	color: #000000;
}

table.default td fieldset {
	margin: 5px 0 5px 0;
	border: 1px solid #CCCCCC;
	font-style: italic;
}

table.default td legend {
	padding: 0 5px 0 5px;
	border: 1px solid #CCCCCC;
	font-style: normal;
}

table.default td .header {
	margin-bottom: 10px;
}

table.default td .footer {
	margin-top: 10px;
}

table.none {
	width: auto;
	border: 0;
}

table.none td {
	border: 0;
}

.thead {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	background-color: #DFDFDF;
	text-align: center;
}

.paginate {
	font-size: 12px;
}

.paginate a {
	color: #FFFFFF;
	text-decoration: none;
}

a {
	color: #FFFFFF;
}

/*This is where the magic happens!*/
div.box {
	position: relative;
	float: left;
    width: 100%;
}
div.box_contents_light {
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0; /* will cover the entire parent */
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */
	z-index: 101;
}
div.box_background {
    position: relative;
	z-index: 99;
}

	.catMain {
		border: 1px solid #666666; 
		border-bottom-style: none;
	}
	.catMainSub {
		border: 1px solid #666666;
		border-bottom-style: none;
	}
	.catSub {
		border: 1px solid #666666;
		border-bottom-style: none;
	}
	

	.threadSticky {
		border: 1px solid #666666;
	}
	.threadStickySpace {
		border: 1px solid #666666;
	}

.image{
	max-width: 438px;
	width: 438px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}