@charset "utf-8";
/* CSS Document */

#formtxt {
	font-size: 10px;
	color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
}
#formbox {
	padding: 2px;
	background-color: #c0c0c0;
	width:354px;
}

#CAbox {
	width: 550px;
	height: 300px;
	overflow:auto;
	border: 1px solid #CCCCCC;
	background-color: #000000;
	padding: 8px;
	color: #CCCCCC;
}

#CAview {
	background-color: #000000;
	padding: 8px;
	color: #CCCCCC;
}
#CAview a {
	color:  #ffb500;
	text-decoration: none;	
}
#CAview a:hover {
	text-decoration: underline;
}
#CAtxt {
	font-size: 14px;
	color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
}

#admintab {
	font-size: 10px;
	color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
}
#admintab tr {
	background-color: #000;	
}
#tabletitle {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
#tablesubtitle {
	color: #999;
	font-size: 12px;
	font-weight: bold;
}
#receivingpty {
	color: #CCCCCC;
	width: 100%;
	text-align: center;
}
#accordion {
	font-size:10px;	
}
.toggler { cursor:pointer; }
.toggler:hover { background:#eee; }
.element { padding:0 5px; }

