html {
height:100%;
max-height:100%;
padding:0;
margin:0;
border:0px none;
background:#fff;
font-size:76%;
font-family:georgia, palatino linotype, times new roman, serif;
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:hidden;
}

body {width:100%;height:100%;max-height:100%;overflow:hidden;padding:0;margin:0 auto;border:0px none;}
/* DIVs */
#container {width:960px;margin:0 auto;margin-top:6px;}

.menu {
	font-family:Verdana;
	font-size:12;
	text-align:center;
	vertical-align:bottom;
	color:#999999;
	cursor:pointer;
	line-height:16px;
}

.collection {
	text-decoration:none;
}

.scroll-track{
	border:0px;
	height:8px;
	width:4px;
	background-image: url('../images/track.png');
	background-repeat:repeat-y;
}

.scroll-handle{
	border:0px;
	height:10px;
	width:4px;
	background-image: url('../images/handle.png');
	background-repeat:repeat-y;
	cursor:pointer;
}

.itemlist {
	font-family:Verdana;
	font-size:10;
	text-align:center;
	vertical-align:bottom;
	color:#999999;
	cursor:pointer;
	line-height:16px;
}

.itemview {
	font-family:Verdana;
	font-size:10;
	text-align:center;
	vertical-align:bottom;
	color:#CC3431;
	cursor:pointer;
	line-height:16px;
}

.itemdesc {
	font-family:Verdana;
	font-size:10;
	text-align:center;
	vertical-align:bottom;
	color:#666666;
	line-height:16px;
}

.text_form {
	font-family:Verdana;
	font-size:11px;
	color:#333333;	
}

.field_text {
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	text-align:left;
}

.button {
	font-family:Verdana;
	font-size:12px;
	color:#333333;
}

.field_combo{
	font-family:Verdana;
	font-size:11px;
	color:#333333;
}