﻿/*_table borders_*/
table.Qouter {
	border: 1px solid #0000FF;
	width: 100%;
}
td.Qhead {
	text-align: left;
	background-color: #74B3F1;
	height: 20px;
}

table.Qinner {
	border: 1px solid #003399;
	border-collapse: collapse;
	width: 100%;
	background-color: #FFFFFF;
}
td.Qdetail {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
td.Qtotals {
	text-align: center;
}
select.Qcat {
	font: normal normal normal 100% serif;
	border: 1px #808080;
	height: 45px;
	width: 200px;
	font-size: 8px;
	font-style: normal;
	background-color: #FFFFFF;
}


/*_css for quick events_*/
.QEheader		{font-family: Arial; font-size: 10pt; color: #FFFFFF; font-weight: normal;}
.QEmsg			{font-family: verdana; font-size: 8pt; color: #000000; font-weight: bold;}
.QEcategory 	{font-family: Arial; font-size: 8pt; color: #000000; font-weight: normal;}
.QEtitle 		{font-family: Arial; font-size: 8pt; color: #000000; font-weight: normal;}
.QRauthor		{font-family: Arial; font-size: 8pt; color: #000000; font-weight: normal;}
.QRdate			{
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
.QEdesc			{font-family: Arial; font-size: 10pt; color: #003399; font-weight: normal;}
.QEtotals 		{
	font-family: Arial;
	font-size: 8pt;
	color: #808080;
	font-weight: normal;
	font-style: italic;
}

/*_css for quick news_*/
.QNheader		{font-family: Arial; font-size: 10pt; color: #FFFFFF; font-weight: normal;}
.QNmsg			{font-family: verdana; font-size: 8pt; color: #000000; font-weight: bold;}
.QNcategory 	{font-family: Arial; font-size: 8pt; color: #000000; font-weight: normal;}
.QNtitle 		{font-family: Arial; font-size: 8pt; color: #000000; font-weight: normal;}
.QNauthor		{font-family: Arial; font-size: 8pt; color: #000000; font-weight: normal;}
.QNdate			{
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
.QNdesc			{font-family: Arial; font-size: 10pt; color: #003399; font-weight: normal;}
.QNtotals 		{
	font-family: Arial;
	font-size: 8pt;
	color: #808080;
	font-weight: normal;
	font-style: italic;
}


/*_css for quick forum_*/
.QFheader		{font-family: Arial; font-size: 10pt; color: #FFFFFF; font-weight: normal;}
.QFmsg			{font-family: verdana; font-size: 8pt; color: #000000; font-weight: bold;}
.QFcategory 	{font-family: Arial; font-size: 8pt; color: #000000; font-weight: normal;}
.QFtitle 		{font-family: Arial; font-size: 8pt; color: #000000; font-weight: normal;}
.QFauthor		{font-family: Arial; font-size: 8pt; color: #000000; font-weight: normal;}
.QFdate			{
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
.QFdesc			{font-family: Arial; font-size: 10pt; color: #003399; font-weight: normal;}
.QFtotals 		{
	font-family: Arial;
	font-size: 8pt;
	color: #808080;
	font-weight: normal;
	font-style: italic;
}
