.tab {
	font-family:Arial;
	font-size:14px;
	color:#FFF;
	cursor:pointer;
	-moz-user-select: none;
	-khtml-user-select: none;	
}

.subitems {
	font-family:Arial;
	font-size:12px;
	color:#FFF;
	cursor:pointer;
	padding-left:8px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	-moz-user-select: none;
	-khtml-user-select: none;		
}

.subtab {
	background-color:#636363; 
	border-left:1px solid #555; 
	border-right:1px solid #555; 
	border-bottom:1px solid #555; 
	position:absolute; 
	visibility:hidden; 
	display:block;
}

.newsprevtitle {
	font-family:Arial;
	color:#333;
	font-size:13px;
	-moz-user-select: none;
	-khtml-user-select: none;	
	cursor:pointer;
}

.newsprevcontent {
	font-family:Arial;
	color:#666;
	font-size:11px;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.newsprevlink {
	font-family:Arial;
	color:#666;
	font-size:10px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor:pointer;
	text-decoration:none;
}

.readnewstitle {
	font-family:Arial;
	font-size:16px;
	color:#333;
	-moz-user-select: none;
	-khtml-user-select: none;	
}

.readnewscontent {
	font-family:Arial;
	font-size:12px;
	color:#666;
	-moz-user-select: none;
	-khtml-user-select: none;	
}

.sectiontitle {
	font-family:Arial;
	font-weight:bold;
	font-size:20px;
	color:#000;
	-moz-user-select: none;
	-khtml-user-select: none;	
	cursor:default;
}

.sectioncontent {
	font-family:Arial;
	font-size:13px;;
	color:#000;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor:default;
}

.customfield {
	background-image: url(../imgfiles/general.fieldType1.bckg.jpg);
	background-repeat:repeat-x;
	height: 20px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	border:none;
	padding-left:2px;
	padding-right:2px;
	border:1px solid #CCCCCC;
}

.textfield {
	background-image: url(../imgfiles/general.fieldType2.bckg.jpg);
	background-repeat:repeat-x;
	height: 100px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	border:none;
	padding-left:2px;
	padding-right:2px;
	border:1px solid #CCCCCC;
}