/*
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: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight: bold;
	color: #757037;
}

table.tableData
{
	width:550px;
	border:1px solid #2f3d56 !important;
	background-color:#fffcee;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	background: #2f3d56 url(_gfx/int/list_table.gif) 0 0 repeat-x;
	padding:4px;
	font-size:13px;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color: #ffffff;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableBox
{
	border:1px solid #2f3d56 !important;
	font-size: 11px;
	background-color:#fffcee;
	padding:3px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;	
}

a
{
	color:#1d4893;
}