/* basic elements ********************************************************************************/

body, td, p, a, a:link, a:visited, a:hover, input, textarea, select, li {
	font: normal 11px Arial,Helvetica,Lucida,Trebuchet MS,Arial Narrow,sans-serif;
	color: #333333;
	line-height: 120%;
}

td { vertical-align: top; }

p { padding: 5px 10px 0px 10px; }

a, a:link, a:visited, a:hover {
	color: #0000aa;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

input, textarea, select { 
	padding: 2px; 
	text-align: left; 
}
select { padding: 1px; }

li { padding: 2px; }

img { border: 0px; }

/* response forms ********************************************************************************/

td.responseheading, td.responselabel, td.responsedata, td.responserequired, span.responserequired, 
input.responseinput, textarea.responseinput, select.responseinput  {
	padding: 2px;
	text-align: left;
}

select.responseinput  {
	padding: 1px;
}

td.responseheading {
	font-weight: bold;
	padding: 5px 2px 4px 2px;
}

td.responserequired, span.responserequired {
	font-size: 10px;
	color:#cc0000; 
	padding: 4px 2px 4px 12px;
}
span.responserequired { padding: 0px 0px 0px 2px; }

td.responselabel { text-align: right; }

/* named only - use in tinyMCE style drop list ***************************************************/

.NONE { }

.floatleft {
	display: block;
	float: left;
	padding: 7px;
}

.floatright {
	display: block;
	float: right;
	padding: 7px;
}

.text_9px  { font-size:  9px; }
.text_10px { font-size: 10px; }
.text_11px { font-size: 11px; }
.text_12px { font-size: 12px; }
.text_13px { font-size: 13px; }
.text_14px { font-size: 14px; }
.text_18px { font-size: 18px; }
.text_24px { font-size: 24px; }
