/*
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,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Arial, verdana, sans-serif;
	font-size: 12px;	
	line-height:18px;
	color: #323435;
}

a
{
	color: #3db2c7;
	text-decoration:underline;
	font-weight: bold;
}

a:hover
{ 
    text-decoration:none;
	color: #39892f;
	background-color: #f9ffcd;
}

/* Same as title_subtitle except without padding left */
.subtitle, .subtitle p, .content .subtitle a
{
	font-weight: bold;
	color: #526571;
	font-size: 15px !important;
}

.subtitle a:hover, .subtitle a:hover .subtitle
{
	color: #39892f !important;
}

a:hover .subtitle
{
	color: #39892f !important;
}

table.tableData
{
	width: 85%;
	border:1px solid #93b393 !important;
	border-collapse:collapse;
	background: #ffffff url(_gfx/int/table_bg_strip.gif) 0 0 repeat-x;
}

.tableData td
{
	border:0;
	border-top:1px solid #93b393;
	border-right: 1px solid #93b393;
	padding:5px 4px 5px 9px;
}

.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 3px 4px 3px 9px;
	text-align:left;
	color: #ffffff;
	background-color: #39892f;
	font-weight: bold;
}

.tableDataHdr_2
{
	padding: 5px 4px 5px 9px;
	text-align:left;
	color: #3b4a53;
	background-color: #bedff0;
	font-weight: bold;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
}

.tableDataHdr_2 a, .tableDataHdr_2 p, .tableDataHdr_2 p a
{
	color: #3b4a53;
}

.tableData tr:hover
{
	background-color:#eef4ed;
}

.tableBox
{
	border: 1px solid #93b393;
	padding:5px;
	background: #ffffff url(_gfx/int/table_bg_strip.gif) 0 0 repeat-x;
}

.tableBox th
{
	text-align:left;
}

.tableDataHdr a:hover, .tableData th a:hover, .tableData th p a:hover, .tableDataHdr_2 a:hover, .tableDataHdr_2 p a:hover
{
	color: #ffffff;
	background-color: transparent;
}
