
/* default values */
H2,H4,BODY,TD,P,SMALL {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 9pt;
}
/* override HTML elements */
H2 {
	font-size : 12pt;
	font-weight : bold;
}
H4 {
	color : #993333;
	font-size : 10pt;
	font-weight : bold;
}
SMALL {
	font-size : 8pt;
}
/* user defined styles */

/* date in the upper right hand corner of the header */
.headerDate {
	font-family : arial,helvetica,sans-serif;
	font-size : 12pt;
	font-weight : bold;
}

/* text in the header */
.headerText {
	font-style : italic;
}

/* breadcrumb links */
.crumb {
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}
.crumb:hover {
	color : #990000;
	text-decoration : underline;
}

/* toolbar text (includes links) */
.toolbar {
	color : #000000;
	font-size : 8pt;
	text-decoration : none;
}
.toolbar:hover {
	color : #660000;
	text-decoration : underline;
}

/* error classes */
.error {
	color : #993300;
	font-style : italic;
}

/* forum link (href on a forum name, thread name, message name, etc) */
.forum {
	color : #003399;
	font-weight : bold;
	text-decoration : none;
}
.contacts {
	color: #993333;
	font-weight: bold;
	font-size: 10pt;
}
.forum:vlink {
	color : #003399;
}
.forum:hover {
	color : #666699;
	text-decoration : underline;
}

/* styles for all dates */
.date {
	color : #cc3300;
}

/* styles for messages, replies */
.messageHeader {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
.messageAuthor {
	font-style : italic;
}


.button {
	font-family : verdana;
	color:white;
	font-weight:bold;	
	border:1px solid black;
	background-color:#951A3C;
	cursor:hand;
	font-size : 10px;	
	height : 16px;
}

.scrollButton {
	font-family : verdana;
	color:white;
	font-weight:bold;	
	border:1px solid black;
	cursor:hand;
	font-size : 10px;	
	height : 16px;;
	background-image: url("../images/arrow_down.gif")
}



input {
	font-family:verdana;
	color:black;
	font-size:10px;
	font-weight:bold;			
	background-color:#D0CFCF;
	border:1px solid black;
}
textarea {
	font-family:verdana;
	color:black;
	font-size:10px;
	font-weight:bold;			
	background-color:#D0CFCF;
	border:1px solid black;	
}
select {
	font-family:verdana;
	color:black;
	font-size:10px;
	font-weight:bold;
	border:1px solid black;
	background-color:#D0CFCF;	
}	


/** ---------- Contact Table formatting ---------- **/
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width: 65%;
	text-align: left;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

#rounded-corner thead th.rounded-company {
	background: #b9c9fe url(../images/left.png) left -1px no-repeat;
}

#rounded-corner thead th.rounded-q4 {
	background: #b9c9fe url(../images/right.png) right -1px no-repeat;
}

#rounded-corner th {
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}

#rounded-corner td {
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}

#rounded-corner tfoot td.rounded-foot-left {
	background: #e8edff url(../images/botleft.png) left bottom no-repeat;
}

#rounded-corner tfoot td.rounded-foot-right {
	background: #e8edff url(../images/botright.png) right bottom no-repeat;
}

#rounded-corner tbody tr:hover td {
	background: #d0dafd;
}