/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/*
Inherit stock styles
*/

body,select,input,textarea, table
{
	font: 12px/24px Arial, Helvetica, sans-serif;
	color: #717171;
}

a
{
	color: #d0510b;
	text-decoration:none;
}

a:hover{text-decoration:underline;}

a img{border: 0;}

p{margin:0 0 1em 0;}

.subtitle
{
	font-size: 18px;
	color: #424752;
	font-weight: normal;
	font-family: Georgia, serif;
}

.subtitle p,  .subtitle a
{
	font-size: 14px;
	color: #424752;
	font-weight: normal;
	font-family: Georgia, serif;
}

table.tableData
{
	width: 85%;
	border:1px solid #cfcfcf !important;
	border-collapse:separate;
	background-color: #ffffff;
	margin-bottom: 14px;
}

.tableData td
{
	border:0;
	border-top:1px solid #cfcfcf;
	padding:0px 4px 0px 9px;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th
{
	padding: 3px 4px 2px 9px;
	text-align:left;
	background: #666e80 url(_gfx/int/tbl_hdr.gif) 0 0 repeat-x !important;
	color: #ffffff;
	font-weight: bold;
	border: 0px;
	font-size: 11px;
	text-transform: uppercase;
}

.tableData th a, .tableData th p{color: #ffffff;}

.tableData tr:hover{background:#e5e7eb;}

.tableBox
{
	border: 1px solid #cfcfcf;
	padding:5px;
	background-color: #ffffff;
	margin-bottom: 14px;
}

.tableBox th{text-align:left;}

.photo_caption{}

.photo_caption p,  .photo_caption a{}
