/* CSS Document */

body {
		font-size: 10px;
		font-family: verdana;
		background-color: #303030;
		margin: 0;
		/*
		scrollbar-face-color: #663300;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #999999;
		scrollbar-shadow-color: #333333;
		scrollbar-darkshadow-color: #000000;
		scrollbar-arrow-color: #CCCCCC;
		scrollbar-track-color: #CCCCCC;
		*/
	}
.bodyBar {
	background-color: #303030;
}

.recentVertBar{
	background-color:#B60227;	
	padding-top:2px;
	padding-bottom:4px;
}

A.pagesNav:link 	{font-size:9px; color: black; text-decoration: none; }
A.pagesNav:visited 	{font-size:9px; color: black; text-decoration: none; }
A.pagesNav:hover 	{font-size:9px; color: red; text-decoration: underline; }


.inHeaderImgNav{
	background-image:url(/SiteImages/whiteFade.png);
	font-weight:bold;
	color:black;
	font-family:Tahoma, Verdana;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:10px;

}

.searchField{
	width:175px;
	height:16px;
	font-size:11px;
	border-style:solid;
	border-color:black;
	border-width:1px;
}

TD {
	font-size: 11px;
	font-family: verdana;	
}
*
A { decoration: underline; }
A:link 			{ color: black; text-decoration: none; }
A:visited 		{ color: black; text-decoration: none; }
A:hover 		{ color: red; text-decoration: underline; }
.pagesNav {
	font-weight: bold;
	font:Tahoma, Verdana;
	font-size:12px;
}
table {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.SMALL { font-size: 10px; }
.HEADER { 
	font-weight: bold;
	text-align: center;
	color: white;
	/*background-image: url(http://www.carparazzi.net/images/darkbg.gif);*/
	background-color: #bbbb77; 
}
.LIGHTHEADER {
	font-weight: bold;
	/*background-image: url(http://www.carparazzi.net/images/lightbg.gif);*/
	color: whte;
	background-color: #99aaaa;
}
.LIGHT { 
	background-color: white; 
}
.MID { 
	background-color: #ddddaa; /* form body */ 
}
.DARK { 
	background-color: #bbbb77; 
}
SELECT {
	font-family: verdana;
	font-size: 10px;
	/*background-color: #DDEEFF;*/
}

INPUT, TEXTAREA { 
	font-size: 10px; 
	font-family: verdana; 
	
}
.BUTTONOFF { 
	font-size: 11px; 
	font-family: verdana; 
	cursor: hand; 
	background-color: #D4D9EC;
	color: #4455AA;
}
.BUTTONON { 
	font-size: 11px; 
	font-family: verdana; 
	cursor: hand; 
	background-color: #DDEEFF;
	color: #4455AA;
}

.ERROR { 
	font-size:12px; 
	font-family: verdana; 
	color: red; 
	border: 3px double red; 
	font-weight: bold; 
	padding: 3px;
	background-color: #DDEEFF;
}
LABEL { cursor: hand; }
.QUOTE {
	background-color: #D4D9EC;
	border:1px solid white;
	font-size: 10px;
	padding: 5px;
	margin: 5px;
}
.CODE {
	font-family: courier;
	font-size: 11px;
	color: #4455AA;
	background-color: white;
	padding: 5px;
	margin: 5px;
	border: 1px solid #4455AA;
}
.ITEM { 
	border-bottom: 1px solid #D4D9EC; 
	border-right: 1px solid #D4D9EC; 
}
.STATITEM
{
	border-bottom: 1px solid #4455AA; 
	border-right: 1px solid #4455AA; 
	font-size: 13px;
	font-weight: bold;
}
.holder {
	float: left;
	margin-left: 0px;
	background: ##ccc;
	background-color:white;
}
.scroll-pane {
	width: 395px;
	overflow: auto;
	background: ##ccc;
	float: none;
	height: 300px;
	border: 1px solid black;
}
.comment-pane {
	width: 395px;
	background: ##ccc;
	background-color:white;
	float: left;
	height: 70px;
	border: 1px solid black; 
}


.titleBar {

	color:white; 
	font-size: 10px; 
	font-weight: bold; 
	font-family: verdana;
}

A.bannerNav:link 		{ color: black; text-decoration: none; font-size:10px; text-transform:uppercase;}
A.bannerNav:visited 	{ color: black; text-decoration: none;  font-size:10px;text-transform:uppercase;}
A.bannerNav:hover 		{ color: red; text-decoration: underline;  font-size:10px;text-transform:uppercase;}


#msgBox {
	height:25px;
	width:27px;
}
#chatTD{
	background:silver;

}
#msg {
	margin:0;
	padding:0;
	width:150px;
}
#subMsg {
	margin:0;
	padding:0;
	width:50px;
}
#clearMsg {
	margin:0;
	padding:0;
	width:50px;
}
#chatWin {
	height:345px;
	float:left;
	overflow:hidden;
	width:290px;
	margin-right:2px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color:black;
}
.bottom {
	background-color:black;
	font-family: "Courier New", Courier, monospace;
	color:#FFFFFF;
}
#chatMsg{
	margin-bottom:0px;
	padding-bottom:0xp;
}
.userMsg {
	color:Yellow;
	font-weight: bold;
}
#msgSender {
	bottom:0;
}
#chat {
	width:395px;
}
#userlist {
	float:right;
	width: 50px;
}

