/* 
 * =================================
 * Global Stuff:
 * =================================
 */


body{
	color: #222;
	background: #FAFAF6 url(bg.gif) repeat-x;
	font: normal normal 12px/150% Verdana, Arial, Geneva, Sans-Serif;
	margin: 25px 5px;
	padding: 0;
	text-align: center;
}

form {
	margin: 0;
	}

img{
	border: 0;
	margin: 0;
}

a:link{
	background-color: transparent;
	color: #993300;
	text-decoration: none;
}

a:visited{
	background-color: transparent;
	color: #993300;
	text-decoration: none;
}

a:hover{
	background-color: transparent;
	color: #993300;
	text-decoration: none;
}

a:active{
	background-color: transparent;
	color: #990000;
	text-decoration: none;
}

/* 
 * =================================
 * Bread Crumb Navigation Bar:
 * =================================
 */

#crumb_nav {
	margin: 0 5px;
	padding: 5px;
	font-size: 12px;
	border-bottom: 1px solid #EBEBE1;
	color: #888;
	font: normal normal 12px/150% Arial, Sans-Serif;
}

/* 
 * =================================
 * Main Board Wrapper:
 * =================================
 */

#container{
	background: #FAFAF6 none;
	color: #222;
	padding: 0;
	text-align: left;
}

	#container h1{
		background: transparent url(header_image_forever.gif) 10px 0 no-repeat;
		height: 85px;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #D9D7CA;
	}

	#container h1 a:visited,
	#contaienr h1 a:link {
		height: 85px;
		display: block;
	}

	#container h1 a:hover,
	#container h1 a:active{
		text-decoration: none;
	}

	#container h2 {
		color: #222;
		font-size: 14px;
		font-weight: normal;
		margin: 0 5px;
		padding: 0;
		letter-spacing: 0px;
		}

/* 
 * =================================
 * User Welcome Bar:
 * =================================
 */

.welcome{
	background: #EBEBE1 none;
	border: 1px solid #D9D7CA;
	color: #93937E;
	margin: 5px 5px 0 5px;
	padding: 0;
}

	.welcome p{
		font-size: 11px;
		margin: 0;
		padding: 4px;
		text-align: right;
	}
	
	.welcome p a:visited,
	.welcome p a:link {
		color: #817E70;
                text-decoration: underline;
	}
	
	.welcome p a:hover,
	.welcome p a:active{
		text-decoration: underline;
	}

	.welcome p.links{
		float: left;
		text-align: left;
		color: #817E70;
	}	
	
	.welcome p.links a:visited,
	.welcome p.links a:link {
		color: #817E70;
                text-decoration: underline;
	}
	
	.welcome p.links a:hover,
	.welcome p.links a:active{
		text-decoration: underline;
	}

/* 
 * =================================
 * Post Button Bar:
 * =================================
 */

.postbutton{
	margin: 10px 5px;
	text-align: right;
}

	.postbutton p{
		color: #A70000;
		text-align: right;
		margin: 0;
		padding: 0 5px;
	}

	.postbutton p.links{
		float: left;
		text-align: left;
	}

/* 
 * =================================
 * Post Display Wrapper:
 * =================================
 */

.postwrap{
	background: #FFF;
	border: 2px solid #DEDCD4;
	color: #222;
	margin: 5px;
	padding: 0;
}

	.postwrap ul {
		list-style: square;
		font-size: 11px;
		}

/* 
 * =================================
 * Topic / Post Viewing Bits:
 * =================================
 */

.postheader {
	background: #9E9E89 url(header_bg.gif);
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 10px;	
	margin: 1px;
}

/* User Section Styles: */

.user{
	border-bottom: 1px solid #AEAE9E;
	border-top: 4px solid #AEAE9E;
	background: #F9F9F9 none;
	color: #222;
	margin: 1px;
	padding: 5px;
	text-align: right;
}

	.user p{
		margin: 0;
		text-align: left;
		float: left;
	}

		.user p span {
			display: block;
			color: #A1A1A1;
			font-size: 11px;
		}

/* Post Display Stylings: */

.post{

	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #444;
}

.post h5{
	background: #FFF;
	border-bottom: 1px solid #EEE;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	line-height: 200%;
	color: #AAA;
	padding-left: 5px;
}

	.post h5 span {
		margin: 3px 5px;
		float: right;
		}

	.post p{
		background: #FFF none;
		text-align: left;
		margin: 0;
		padding: 10px;
                font-size: 12px;
	}

	.post p.sig {
		margin: 5px 10px 10px 10px;
		padding: 10px;
		background: #FAFAFA none;
		border: 1px solid #F8F8F8;
		font-size: 11px;
		color: #999;
	}
	
	.post p.sig A{
		color: #999;
	}

	.post p.attach {
		margin: 5px 10px 10px 10px;
		padding: 3px 3px 3px 25px;
		background: #FAFAFA url(attach.gif) 5px no-repeat;
		border: 1px solid #EEE;
	}

/* Post Bit Footer Stylings: */

.foot{
	clear: both;
	background: #FAFAFA;
	border-top: 1px solid #DDD;
	color: #222;
	margin: 0 0 1px 0;
	padding: 5px 10px 0 10px;
}

	.foot span{
		float: right;
		font-size: 11px;
		font-weight: bold;
	}

	.foot ul{
		margin: 0;
		padding: 0;
		}

		.foot li {
			display: inline;
			padding: 0;
			margin: 0;
			}

		.foot li a:link,
		.foot li a:visited{
			font-weight: bold;
			margin: 0;
			background-color: transparent;
			height: 100%;
			text-decoration: none;

		}

/* End Of Post Stylings: */

.postend{
	background: #678BA9 url(header_bg.gif);
	color: #888;
	font-size: 1px;
	line-height: 10px;
	margin: 1px;
	border: solid #302978;
	border-width: 1px 0;
}

/* 
 * =================================
 * Mini. Info Bar ( Pages, Links, Etc. ):
 * =================================
 */

.bar {
	margin: 5px;
	background: #FAFAF6;
	padding: 3px;
	font-size: 10px;
	color: #AEAE9E;
	}

	.bar span {
		float: right;
		}

/* 
 * =================================
 * Main Display Tables:
 * =================================
 */

.maintable{
	color: #838378;
	margin: 5px;
	padding: 0;
	border: 1px solid #B3B39F;
	background: #FFFFFF;	
}

	.maintable td.header {
		background: #93937E url(header_bg.gif);
		font: normal bold 14px/150% 'Arial', sans-serif;
		color: #FFFFFF;
		padding: 2px 10px;
	}

		.maintable td.header a:link,
		.maintable td.header a:visited{
			color: #FFFFFF;
		}

		.maintable td.header a:hover,
		.maintable td.header a:active{
			color: #FFFFFF;
		}

	.maintable th{
		background: #F0F0EC none;
		border-top: 4px solid #AEAE9E;
		color: #93937E;
		font-size: 11px;
		font-weight: bold;
		padding: 3px 5px 2px 5px;
		margin: 0;
	}

	.maintable td.cellone{
		background: #FAFAFA none;
		border-top: 0;
		color: #838378;
		font-size: 11px;
		padding: 3px;
		vertical-align: middle;
	}

		.maintable td.cellone a:link,
		.maintable td.cellone a:visited{
			font-weight: bold;
		}

		.maintable td.cellone h4 {
			font-weight: bold;
			font-size: 12px;
			line-height: 17px;
			margin: 3px 0 0 5px;
		}

		.maintable td.cellone h4 a:link,
		.maintable td.cellone h4 a:visited{
			text-decoration: none;
		}

		.maintable td.cellone h4 a:hover,
		.maintable td.cellone h4 a:active{
			text-decoration: underline;
		}

		.maintable td.cellone p {
			margin: 0;
			padding: 0 5px;
			line-height: 16px;
		}

		.maintable td.cellone span.special {
			color: #817E70;
			display: block;
			line-height: 100%;
			}

	.maintable td.celltwo{
		background: #F5F5F5 none;
		color: #AEAE9E;
		font-size: 11px;
		vertical-align: middle;
	}

	.maintable td.cellthree {
		background: #FAFAFA none;
		text-align: center;
		vertical-align: middle;
		padding: 10px 5px;
	}
	
	.maintable td.celllast{
		background-color: #FAFAFA;
		padding: 3px 10px;
		color: #AEAE9E;
		font-size: 11px;
	}

		.maintable td.celllast span {
			color: #AAA;
			display: block;
			}

	.maintable td.footer {
		padding: 2px 15px;
		background: #F0F0EC url(footer_bg.gif);
		border-top: 1px solid #B3B39F;
		text-align: right;
		font-weight: bold;
	}

		.maintable td.footer span{
			padding: 10px 0;
			float: left;
		}	

	/* Redirection Category Stylings: */
	.maintable td.redirect {
		background: #FAFAFA none;
		text-align: right;
		font-style: italic;
		padding: 0 15px;
		color: #BBB;
	}

	/* Calendar Stylings: */
	.maintable td.cal_blank {
		border: 1px solid #B3B39F;
		background: #FAFAF6 none;
		height: 100px;
	}


	.maintable td.cal_day {
		vertical-align: top;
		border: 1px solid #EEE;
		background: #FFF none;
		height: 150px;
		font-size: 10px;
	}

		.maintable td.cal_day h4{
			border-bottom: 1px solid #AEAE9E;
			background: #F0F0EC none;
			padding: 5px 10px;
			margin: 0;
			text-align: right;
			color: #777;
			font-size: 12px;
		}

	.maintable td.cal_today {
		vertical-align: top;
		border: 2px solid #847841;
		background: #FFF none;
		height: 150px;
		font-size: 10px;
	}

		.maintable td.cal_today h4{
			border-bottom: 1px solid #847841;
			background: #BFB68D none;
			padding: 5px 10px;
			margin: 0;
			text-align: right;
			font-size: 12px;
			color: #847841;
		}

	/* Event Row Stylings: */
	.maintable div.events p{
		background-color: #FAFAFA;
		padding: 3px;
		margin: 5px;
		color: #777;
	}

		.maintable div.events p a:link,
		.maintable div.events p a:visited {

			font-weight: bold;
			text-decoration: underline;
		}

/* 
 * =================================
 * Moderator / Subcategory List:
 * =================================
 */

.mod_list {
	margin: 0 !important;
	padding: 0 5px !important;
	color: #AAA;
	display: i !important;
	line-height: 100%;
}

/* 
 * =================================
 * Main Section Navigation:
 * =================================
 */

#ad {
	text-align: right;
	padding: 0;
	margin: 5px 5px 0 5px;
	}

#top_nav {
	text-align: right;
	padding: 0;
	margin: 5px 5px 0 5px;
	}

	#top_nav ul{
		margin: 0px 0px 5px 0px;
		padding: 0px;
		}

	#top_nav li{
		display: inline;
		margin: 0px;
		padding: 0px;
		}

	#top_nav a:link,
	#top_nav a:visited{
		font-weight: bold;
		margin: 0;
		padding: 5px 3px 7px 3px;
		text-decoration: none;
		color: #913300;
		}

	#top_nav a:hover,
	#top_nav a:active{
		text-decoration: none;
		color: #660000;
		}

/* 
 * =================================
 * Form Design Stylings:
 * =================================
 */

.formwrap{
	background: #FAFAFA none;
	border: 1px solid #B3B39F;
	color: #838378;
	padding: 0;
	margin: 5px;
	text-align: left;
	}

	.formwrap p {
		border-top: 4px solid #AEAE9E;
		margin: 0;
		padding: 5px;
		font-size: 11px;
		border-bottom: 1px solid #B3B39F;
		}

	.formwrap h3{
		background: #F0F0EC none;
		color: #7A7A6A;
		font-size: 12px;
		height: auto;
		margin: 0;
		padding: 5px 0 5px 10px;
		}

	.formwrap h4{
		border-bottom: 1px solid #EEEEEE;
		background-color: #FAFAFA;
		color: #93937E;
		font-size: 11px;
		margin: 0;
		font-weight: normal;
		padding: 5px 10px;
		letter-spacing: 0;
		}

	.formwrap h2 span {
		font-weight: bold;
		}

	.formwrap .sort {
		vertical-align: middle;
		border: none;
		font-size: 12px;
		text-align: center;
	}

	.formwrap .sort input,
	.formwrap .sort select{
		margin: 0 !important;
	}

	.formwrap .sort .submit {
		width: 45px;
	}

	.formwrap .sig {
		margin: 5px 10px;
		padding: 5px;
		background: #FFF none;
		border: 1px solid #CCC;
	}
	
	.formwrap .emoticon a:hover,
	.formwrap .emoticon a:active{
		background: #FFF4F4;
		color: #C45F5F;
		text-decoration: none;
	}

	.formwrap p.submit{
		background-color: #EEE;
		border-top: 1px solid #DDD;
		padding: 3px 10px;
		border-bottom: none !important;
		}

	p.checkwrap {
		margin: 5px 10px !important;
		padding: 5px !important;
		background: #FFF none !important;
		border: 1px solid #CCC !important;
		color: #5A5A4C;
	}

	.formwrap p.checkwrap select{
		margin: 0;
	}

	.formwrap p.checkwarn {
		margin: 5px 10px;
		padding: 5px;
		background: #FFF;
		border: 3px #7B0000 solid;
		font-weight: bold;
		color: #7B0000;
	}

	.formwrap li {
		list-style: square;
		}

/* 
 * =================================
 * Emoticon Box Stylings:
 * =================================
 */

.emoticon {
	margin: 10px;
	background: #FFF none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	}	

	.emoticon td{
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		text-align: center;
		vertical-align: middle;
		}

	.emoticon a:link,
	.emoticon a:visited{
		display: block;
		padding: 10px;
		background-color: transparent;
		color: #A40D0D;
		text-decoration: none;
	}

/* 
 * =================================
 * General Form Field Stylings:
 * =================================
 */

textarea,
input,
select{
	border: 2px solid #AAA;
	background: #FFF none;
	color: #333;
	font-size: 11px;
	margin: 10px;
	padding: 4px 5px;
	width: 80%;
	font: normal normal 12px/125% Arial, Geneva, Sans-Serif;
}

select.big {
	width: 100% !important;
	font-size: 15px !important;
}

select.jump {
	width: auto !important;
	font-size: 15px !important;
}

input.small_button {
	vertical-align: top;
	margin: 0;
	padding: 9px 0;
	background: transparent;
	border: none;
	width: auto;
}

input.ava_button {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	width: auto;
}



input.small_text {
	width: 10em;
	padding: 3px;
	margin: 10px;
}

input.button{
	background: #FFF none;
	color: #913300;
	font-weight: bold;
	font-size: 11px;
	margin: 4px 0 4px 4px;
	width: auto;
	border: 2px solid #8DA8BF1;


}

input.reset{
	background: #FFF none;
	border: 2px solid #CCC;
	color: #CCC;
	margin: 4px 0 4px 4px;
	font-weight: bold;
	font-size: 11px;
	width: auto;
}

input.bbcode {
	width: auto;
	}

input.sort {
	width: auto;
	text-align: center;
}

input.check{
	border: none;
	width: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

textarea{
	height: 200px;
	margin: 6px 0 6px 7px;
	width: 80%;
	font-weight: normal;
}

select{
	padding: 0;
	width: auto;
	font-size: 12px;
}

/* 
 * =================================
 * Tabbed Navigation Styles For User Control Panel (UCP):
 * =================================
 */

#ucp_tabs {
	border-bottom: 1px #bbb solid;
	background: #FAFAF6 none;
	padding: 0 0 5px 5px;
	margin: 15px  5px 10px 5px;
}

	#ucp_tabs ul{
		margin: 0;
		padding: 0;
	}

	#ucp_tabs li{
		display: inline;
		margin: 0;
		padding: 0;
	}

	#ucp_tabs a:link,
	#ucp_tabs a:visited{
		background: #F0F0EC;
		color: #838378;
		margin: 0 5px 0 0;
		padding: 8px 8px 7px 8px;
		text-decoration: none;
		letter-spacing: 0px;
		border: 1px solid #DDD;
		border-bottom-width: 0px;
	}

	#ucp_tabs a:hover,
	#ucp_tabs a:active{
		background: #F0F0EC;
		padding: 8px 8px 7px 8px;
		text-decoration: none;
		border-bottom-width: 0px;
	}

	#ucp_tabs span {
		background: #FAFAF6 none;
		color: #757564;
		margin: 0 5px 0 0;
		font-weight: bold;
		padding: 8px;
		text-decoration: none;
		border: 1px solid #BBB;
		border-bottom-width: 0px;
	}

/* 
 * =================================
 * Table Styles For User Control Panel (UCP):
 * =================================
 */

.ucp_table {
	margin: 10px auto;
	border: 1px solid #CCC;
	background: #FFF none;
	width: 95%;
}

	.ucp_table th {
		padding: 5px;
		background: #EEE none;
		border-bottom: 1px solid #CCC;
		font: normal bold 11px/150% Verdana;
		}

	.ucp_table td {
		padding: 5px;
		background: #FFF none;
		font: normal normal 11px/150% Verdana;
		}

	.ucp_table td.one {
		background: #FAFAFA none;
		border: none;
		font: normal normal 11px/150% Verdana;
		}

/* 
 * =================================
 * Multi-Purpose Data Wrap Stylings:
 * =================================
 */

.infowrap {
	background: transparent none;
	color: #206BA4;
	padding: 1px;
	text-align: left;
	margin: 5px;
	font-size: 11px;
	border: 1px solid #B3B39F;
	}

	.infowrap h1{
		background: #93937E url(header_bg.gif)!important;
		font-weight: bold;
		font-size: 14px;
		line-height: 150%;
		color: #FFFFFF!important;
		padding: 2px 10px !important;

		height: auto !important;
		margin: 0 !important;
		}

	.infowrap h2{
		background: #FAFAFA none !important;
		color: #606057 !important;
		font-size: 11px !important;
		margin: 0px 0 !important;
		font-weight: normal !important;
		padding: 5px 10px !important;
		border-top: 4px solid #AEAE9E !important;
		border-bottom: 1px solid #CCC !important;
		letter-spacing: 0px;
		}

	.infowrap h3 {
		background: #EBEBE1 url(footer_bg.gif) ;
		color: #817E70;
		font-size: 12px;
		height: auto;
		margin: 0;
		padding: 5px 10px;
		border-bottom: 1px solid #CCC;
		}

	.infowrap p{
		text-align: left;
		padding: 3px 10px;
		color: #555;
		margin: 0;
		}

	.infowrap p.top{
		padding: 2px 15px;
		background: #EEE url(footer_bg.gif);
		border-top: 1px solid #CCC;
		text-align: right;
		font-weight: bold;
		}

	.infowrap ul {
		list-style: square;
		margin: 5px 20px;
		padding: 0;
		}

		.infowrap li {

			color: #678BA9;
			}

/* 
 * =================================
 * Print Topic Screen Stylings:
 * =================================
 */

#print {
	background: #FFF url(http://www.lestatmusical.com/images/trans.gif);
	text-align: left;
	padding: 0px;
	margin: 10px auto;
	border: 1px solid #999;	
	width: 95%;
	}

	#print h2 {
		font-size: 12px;
		border-bottom: 1px solid #CCC;
		margin: 5px;
		padding: 0;
		}

		#print h2 span {
			float: right;
			}

	#print h4 {
		font-weight: bold;
		font-size: 11px;
		margin: 10px;
		padding: 0 3px;
		background: #F9F9F9;
		}

		#print h4 span {
			font-weight: normal;
			font-style: italic;
			}

	#print .post {
		margin: 10px;
		padding: 0px 10px 10px 10px;
		text-align: justify;
		border-left: 3px solid #CCC;
		font-family: Arial, Geneva, sans-serif;
	    font-size: 12px;
	    line-height: 16px;
	    color: #000;
		}

		#print .post ul {
			list-style: square;
			}

/* 
 * =================================
 * User Posts Search Result Stylings:
 * =================================
 */

#resultwrap ul {
	list-style: square;
	}

#resultwrap h4 {
	font-weight: bold;
	margin: 10px;
	padding: 0 3px;
	background: #F9F9F9;
	font-size: 12px;
	}

	#resultwrap h4 span {
		font-weight: normal;
		font-style: italic;
		}

	#resultwrap .post {
		margin: 10px;
		text-align: justify;
		border-left: 3px solid #CCC;
		font-size: 10px;
		}

/* 
 * =================================
 * Various BBCode Stylings:
 * =================================
 */

/* Code / Markup Box: */

.post ol.code {
	clear: both;
	background: #FFF;
	border: 1px solid #ddd;
	margin: 1em;
	padding: 3px 5px 3px 35px;
	font-family: Courier, Serif;
	list-style-type: decimal-leading-zero;
}

	.post ol.code code {
		font-family:Courier;
	}

	.post ol.code li.crowone {
		padding:0 5px;
		margin:2px 0;
		background:#F9F9F9;
	}

	.post ol.code li.crowtwo {
		padding:0 5px;
		margin:2px 0;
		background:#FCFCFC;
	}

/* User Quote Box: */

.post blockquote {
	clear: both;
	font-size: 11px;
	color: #777;
	border-left: 3px solid #EEE;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
	.post blockquote p {
		margin: 0;
		padding: 0 10px;
		}


	.post blockquote span.name{
		font: normal normal 11px/100% Arial;
		letter-spacing: 0px;
		text-transform: uppercase;
		display: block;
		margin: 0 0 10px 0;
		color: #4E4E4E;
	}

/* 
 * =================================
 * Style For Keyword Highlighting:
 * =================================
 */

.highlight {
	background: #FFDFDF none !important;
	color: #7B0000 !important;
	font-weight: bold !important;
	border: 1px #7B0000 solid !important;
	padding: 2px !important;
}

/* 
 * =================================
 * Stylings For Main Page News Topic:
 * =================================
 */

#community_news {
	margin: 10px 5px;
	padding: 0 0 0 10px;
	border-left: 3px solid #EDB329;
	background: #FAFAF6 none;
	font: normal normal 12px/150% Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	color: #606057;
	}

	#community_news span {
		display: block;
color: #606057;
	}

/* 
 * =================================
 * Board Copyright Styles:
 * =================================
 */

#copyright {
	border-top: 1px solid #FAFAFA;
	color: #777;
	margin: 0 5px 5px 5px;
	padding: 5px;
	text-align: center;
	font: normal normal 11px/200% Verdana, sans-serif;
	}

	#copyright span {
		display: block;
                color: #838378;
		}

/* 
 * =========================================
 * Quick / Dirty User Profile Screen Stuff:
 * =========================================
 */

 #left_column {
	width: 50%;
	float: left;
 }

 #right_column {
	width: 49.9%; /* So what? I got lazy. */
	float: right;
 }

 #signature {
	clear: both;
 }

/* 
 * =================================
 * Quick Stuff For BBCode Display:
 * =================================
 */

 #bbcode_panel {
 }

	#bbcode_panel .bbcode {
		border-top: 1px solid #CCC;
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #888;
		border-left: 1px solid #888;
		margin: 0 10px;
	}

	#bbcode_panel select {
		font-size: 13px;
		margin: 0;
		}

/* 
 * =================================
 * System Message ( Level 1 ) Stylings:
 * =================================
 */

#messenger{
	margin: auto;
	margin-top: 20%;
	width: 400px;
	background: #FAFAFA none;
	border: 1px solid #B3B39F;
	color: #93937E;
	padding: 0;
	text-align: left;
	}

	#messenger h2{
		background: #FAFAFA none;
		color: #913300;
		font-size: 12px;
		font-weight: bold;
		height: auto;
		margin: 0;
		padding: 5px 0 5px 10px;
		border: none;
		}

	#messenger h4{
		border-bottom: 1px dashed #FAFAF6;
		background-color: #EBEBE1;
		color: #AEAE9E;
		font-size: 11px;
		margin: 0;
		font-weight: normal;
		padding: 5px 10px;
		text-align: center;
		}

	#messenger p{
		padding: 10px;
		text-align: left;
		color: #70705F;
		font-size: 11px;
		margin: 0;
		}

/* 
 * =================================
 * New Note Messenger:
 * =================================
 */
#message_alert {
	margin: 15px auto;
	width: 50%;
	border: 2px solid #BF4343;
	background: #F8E5E5;
}
	#message_alert h3 {
		margin: 0px !important;
		padding: 5px;
		background: #E6B7B7;
		font: normal bold 14px/100% Verdana;
		border: none;
		color: #BF4343;
		border-bottom: 1px solid #BF4343;
	}

	#message_alert p {
		margin: 0;
		padding: 10px;
		color: #BF4343;
		text-align: center;
	}

	#message_alert a:link,
	#message_alert a:visited{
		background-color: transparent;
		color: #BF4343;
		text-decoration: underline;
		font-weight: bold;
	}

	#message_alert a:hover,
	#message_alert a:active{
		background-color: transparent;
		color: #E37A7A;
		text-decoration: underline;
	}

/* 
 * =================================
 * System Warning Display:
 * =================================
 */
#warning {
	margin: 5px;
	border: 1px solid #913300;
	background: #FAFAF6;

	color: #003467;
}
	#warning h3 {
		margin: 0px !important;
		padding: 5px;
		background: #913300;
		font: normal bold 14px/100% Verdana;
		border: none;
		color: #FAFAF6;
	}

	#warning p {
		margin: 0px;
		padding: 10px;
		color: #913300;
		border: none;
	}

	#warning span {
		padding: 10px 0;
		display: block;
		text-align: center;
		}

	#warning ul {
		margin: 0 0 10px 25px;
		padding: 0;
		list-style: square;
		}
.red {
color: #993300;
}