/*
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 */

.floatRight 
{
    float: right;
    padding:5px;
}

.subtitle
{	
	padding: 10px 0px 0px 0px;
	margin-left:0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:26px;
	line-height:30px;
	font-weight:bold;
	color: #0078c1;
}

.black_subtitle
{	
	padding: 10px 0px 0px 0px;
	margin-left:0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:26px;
	line-height:30px;
	font-weight:bold;
	color: #000;
}

.small_subtitle
{	
	padding: 5px 0px 0px 0px;
	margin-left:0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color: #000;
}

.small_text
{	
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}

table.tableData
{
	border: none;	
	font-family: Arial, Verdana, Sans Serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 13px;
	border-collapse:collapse;
}

.tableData td
{
	border: none;
	padding: 5px;
	font-size: 14px;
}

tableData th, .tableDatahdr
{
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #fdfaed;
	background-color: #316f83;
	text-align:left;
}

.tableDatahdr a, tableData th a, tableData td a
{
	color: #FFFFFF;
}

/* Can be used with or without table */
.tableBox
{
	border: 1px solid #c2bca6;
	font-family: Arial, Helvetica, MS Sans Serif;
	font-size: 11px;
	background: #fdfaed;
	padding:3px 3px 3px 3px;
}

.whiteHome
{    
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    line-height: 20px;
    color:#fff;
}

.whiteHomeTitle
{    
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 100px;
    color:#fff;

}

/*
Inherit stock styles
*/

body,th,p,select,input,li
{
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 16px; 
	line-height: 26px;
	color: #000;
}

a
{
	color:#0078c1;
}