/*
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
{
	background-color:#FFFFFF;
	padding: 10px 0px 0px 0px;
	margin-left:0px;
	font-family: Georgia, Times New Roman, Times;  
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
}

table.tableData 
{
	border-bottom: 1px solid #C4CBD3;
	border-left:1px solid #C4CBD3;
	font-family: Verdana,Arial, MS Sans Serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 18px;
	border-collapse:collapse;
}

.tableData td
{
	border-top: 1px solid #C4CBD3;
	border-right:1px solid #C4CBD3;
	padding: 4px;
}

.tableData th, .tableDatahdr
{
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#1E2E89;
	text-align:left;
}

/* Can be used with or without table */
.tableBox
{
	border: 1px solid #C3C3C3;
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: 11px;
	background: #F6F8FE;
	padding:3px 3px 3px 3px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,input,li
{
	font-family: Verdana, Tahoma, Arial, Sans-serif; 
	font-size: 11px; 
	line-height: 14px;
	color: #333333;
}

a
{
}

/* LEGACY STYLES */
/**************************************
Editworks Stylesheet
**************************************/

.heading1
{ 
font-family: verdana, tahoma, arial;  
font-size: 15px; 
font-weight: bold;
color: #333333; 
}

.heading2
{ 
font-family: verdana, tahoma, arial;  
font-size: 12px; 
font-weight: bold;
color: #333333; 
}

.heading3
{ 
font-family: verdana, tahoma, arial;  
font-size: 12px; 
font-style: italic;
color: #333333; 
}

/**************************************
Table Formatting
**************************************/

table.table_1
{
font-family: verdana, Arial, Sans-serif; 
font-size: 11px; 
color: #333333; 
border: solid 1px #C3C3C3;
border-collapse: collapse;
}

td.table_1
{
	border-top: 1px solid #C3C3C3;
	border-right:1px solid #C3C3C3;
	padding: 4px;
}

table.table_box
{
border: 1px solid #C3C3C3;
background-color: #F6F8FE;
font-family: verdana, Arial, Sans-serif; 
font-size: 11px; 
line-height:14px; 
}

td.t_head1
{
font-family: verdana, Arial, Sans-serif; 
font-size: 11px; 
font-weight:bold;
text-align:center;
color: #FFFFFF;
background: #1E2E89; 
line-height: 18px;
}

th
{
font-family: verdana, Arial, Sans-serif; 
font-size: 11px; 
font-weight:bold;
text-align:center;
color: #FFFFFF;
background: #1E2E89; 
line-height: 18px;
}

td.t_head2
{
font-family: verdana, Arial, Sans-serif; 
font-size: 11px; 
color: #000000;
background: #B5BFD5; 
line-height: 18px;
}

td.t_head3
{
font-family: verdana, Arial, Sans-serif; 
font-size: 11px; 
color: #000000;
background: #E6E9F6; 
line-height: 18px;
}
