@charset "utf-8";
/* CSS Document */

body {
	background-color: #585858;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	text-align: left;
	_behavior: url(../../includes/css/csshover.htc);	/* Fix IE6 Hover Behavior For Fancy Popup thingies, relative to base tag because IE is crazy */
	background-image: url(../../images/site/bg.jpg);
	background-repeat: repeat-x;
}

img {
	border: 0px;
}


#clear {
	clear:both;
}
#messageStack {
	display:block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width:100%;
	font-weight:bold;
	text-align:center;
	background-image:url(../../images/messageStack_bottom.png);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom:1px dotted #666;
	padding:0px 0px 10px 0px;
}
#messageStack img {
	margin:0px;
	width:32px;	
}
.Error { 
	background-color: #ffb3b5;
	color: #000;
}
.Success {
	background-color: #D6E4C5; 
	color: #356619;
}
.nobottom{margin-bottom:0px;}
.notop{margin-top: 0px;}

.NoSpacing { padding: 1px; }