/*
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-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;	
	line-height:25px;
	color: #696969;
}

a
{
	color: #007cc5;
	text-decoration:none;
}

a:hover
{ 
    text-decoration:underline;
}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	font-size: 14px;
	color: #007bb7;
}

.photo_caption, .photo_caption p
{
	font-size: 11px;
	line-height: 13px;
	color: #515050;
}

table.tableData
{
	width: 85%;
	border:1px solid #68a5c8 !important;
	border-collapse:collapse;
	background-color: #eef6ff;
}

.tableData td
{
	border:0;
	border-top:1px solid #a5c6ec;
	padding:3px 4px 3px 9px;
	line-height: 18px;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th
{
	padding: 7px 4px 7px 9px;
	text-align:left;
	color: #ffffff;
	background: #0e85c4;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

.tableData th a, .tableData th p
{
	color: #ffffff;
}

.tableData tr:hover
{
	background-color:#e2ebf5;
}

.tableBox
{
	border: 1px solid #68a5c8;
	padding:5px;
	background-color: #eef6ff;
}

.tableBox th
{
	text-align:left;
}
