/*
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:0px 0px 0px 0px;
    margin:0px 0px 10px 0px;
	font-size: 13px;
	line-height:16px;
	font-weight: bold;
	color: #37659e;
}

table.tableData
{
	width: 50%;
	border:1px solid #879fc2 !important;
	background-color:#fff;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-top:1px solid #879fc2;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 4px;
	font-size: 12px;
	text-align:left;
	color: #765100;
	background: #d7b45e url(_gfx/int/tableHdr.gif) 0 0 repeat-x;
	text-transform:uppercase;
}

.tableDataHdr a, 
.tableData th a
{
	color: #765100;
}

.tableData tr:hover
{
	background: #f4f4f4;
}

.tableBox
{
	border: 1px solid #d8d3ab;
	font-size: 11px;
	background: #ebe8d5;
	padding:3px;
}


/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Tahoma, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	color: #484848;
}

a
{
	color:#a26f00;
}