/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/* Same as title_subtitle except without padding left */
.subtitle
{
	padding: 10px 0px 0px 0px;
	margin-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color: #3d3930;
}

table.tableData
{
	/*width:550px;*/
	width: 100%;
	border:1px solid #efc491 !important;
	background-color:#fff9f2;
	border-collapse:separate;
}

.tableData p 
{
	margin:0; padding:0
}

.tableData td
{
	border:0;
	border-top:1px solid #efc491;
	padding:4px;
	margin:0;
}

.tableData th
{
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	background-color: #e88c1e;
	text-transform:uppercase;
}

table.tableDataHdr
{
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #e88c1e;
	text-transform:uppercase;
}

.tableDataHdr
{
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #e88c1e;
	text-transform:uppercase;
}

.tableDataHdr p
{ 
	color: #fff;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableBox
{
	border: 1px solid #c2bca6;
	font-size: 11px;
	background: #fdfaed;
	padding:3px;
}

.home_left h3
{
	color: #336699;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.home_left p { line-height: 18px; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}


/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
}

a
{
	color:#6699cc;
}

.related_docs
{ 
	color: #666666; 
	font-weight: bold; 
	font-size: 11px; 
	padding-left: 10px; 
	padding-top: 3px; 
	margin: 0;
}

.related_links
{ 
	color: #336699; 
	font-weight: bold; 
	font-size: 11px; 
	padding: 0;
	margin: 0;
}

span.pdf
{
	font-family: tahoma;
	font-size: 11px;
	background: url(_gfx/cmn/pdf.gif) 0px 3px no-repeat;
	padding-left: 20px;
	margin: 1px 0px 6px 0px;
	display: block;
	vertical-align:top;
	padding-top:0px;
	list-style-type:none;
	line-height: 12px;
	padding-bottom:3px; 
}



ul.pdf li /* same as "span.pdf" */
{
	font-family: tahoma;
	font-size: 11px;
	background: url(_gfx/cmn/pdf.gif) 0px 3px no-repeat;
	padding: 5px 0px 0px 20px;
	margin: 1px 0px 5px 0px;
	display: block;
	vertical-align:top;
	padding-top:0px;
	list-style-type:none;
	line-height: 12px;
	padding-bottom:3px;
}


ul.pdf
{
	margin:0;
	padding: 3px 0 0px 0;
}

span.doc
{
	font-family: tahoma;
	font-size: 11px;
	background: url(_gfx/cmn/doc.gif) 0px 3px no-repeat;
	padding-left: 20px;
	margin: 1px 0px 1px 0px;
	display: block;
	line-height: 12px;
}

li.doc
{
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	list-style-image:url(_gfx/cmn/doc_ff.gif);
	_list-style-image:url(_gfx/cmn/doc.gif);
	list-style-position:outside;
}

li.pdf
{
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	list-style-image: url(_gfx/cmn/pdf_ff.gif);
	_list-style-image:url(_gfx/cmn/pdf.gif);
	list-style-position:outside;
}

li.arrow
{
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	list-style-image:url(_gfx/cmn/link_arrow_ff.gif);
	_list-style-image:url(_gfx/cmn/link_arrow.gif);
	list-style-position:outside;
}

ul.pdf li.doc
{
	font-family: tahoma;
	font-size: 11px;
	background: url(_gfx/cmn/doc.gif) 0px 3px no-repeat;
	padding-left: 20px;
	margin: 1px 0px 1px 0px;
	line-height: 12px;
}

span.arrow
{
	font-family: tahoma;
	font-size: 11px;
	background: url(_gfx/cmn/link_arrow.gif) 2px 5px no-repeat;
	padding: 2px 5px 5px 20px;
	margin: 0px 0px 0px 0px;
	display: block;
	line-height: 12px;
}

ul.arrow li
{
	font-family: tahoma;
	font-size: 11px;
	background: url(_gfx/cmn/link_arrow.gif) 2px 5px no-repeat;
	padding: 2px 5px 5px 20px;
	margin: 0px 0px 0px 0px;
	line-height: 12px;
}

ul.arrow li
{
	list-style-type:none;
}

ul.arrow
{
	margin:0;
	padding: 3px 0 0px 0;
}

.int_links a
{
	color:#666666;
	font-size: 11px;
}

.int_links p
{
	margin:0;
}

hr
{
	border:0;
	background: url(_gfx/cmn/dotted_rule.gif) repeat-x;
	height: 1px;
	width: 100%;
}

	* html hr
{
	border:1px dotted #34669b;
	height:1px;
	width:100%;
}
