/*
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: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	color: #0069aa;font-weight:bold;
}

table.tableData
{
	width:550px;
	border:1px solid #b5cedd !important;
	background-color:#fffcee;
	border-collapse:separate;
}

.tableData td {
	padding:2px 5px;
	border-top: 1px solid #9eb9c9;
	border-right: 1px solid #9eb9c9;
	margin:0;
}


.tableData th {
	background: #5d9cc2  url(_gfx/int/table_hdr.gif) top repeat-x;
	padding: 4px 5px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #FFF; text-align:center;
	text-transform:normal;
}

.tableDatahdr a, 
tableData th a {
	color: #fff;
}

.tableBox
{
	border: 1px solid #f3bf5e;
	font-size: 12px;
	background: #ebcd93 url(_gfx/int/standout_bg.gif) top repeat-x;
	padding:5px 10px;
	color: #845100;
}

* html .tableBox td { padding:5px 10px }

.h3
{
	font-size: 14px;
	color: #0069aa;
	font-weight: bold;
}

.h4
{
	font-weight: bold;
}

.sidebar1 {
	background: #fdbd48 url('_gfx/int/sidebar1_bg.gif') top repeat-x;
	width: 195px;
	border:0;
	padding: 10px;
	margin:0 10px 10px 10px;
	line-height:13px;
	color: #fff;
	font-size:11px;
	float:right;
	border-top: 5px solid #ab7900;
	border-left: 5px 1px 1px 1px solid #ecb648;
	border-right: 1px solid #ecb648;
	border-bottom: 1px solid #ecb648;
}
	* html .sidebar1 {
		width: 205px;
		w/idth: 195px;
	}

.sidebar1 p, .sidebar1 li, .sidebar1 ul { color: #fff; }

.sidebar2 {
	background: #fdbd48 url('_gfx/int/sidebar2_bg.gif') top repeat-x;
	width: 195px;
	border:0;
	padding: 10px;
	margin:0 10px 10px 10px;
	line-height:13px;
	color: #fff;
	font-size:11px;
	float:right;
	border-top: 5px solid #4783b1;
	border-left: 5px 1px 1px 1px solid #0059ab;
	border-right: 1px solid #0059ab;
	border-bottom: 1px solid #0059ab;
}
	* html .sidebar2 {
		width: 205px;
		w/idth: 195px;
	}

.sidebar2 p, .sidebar2 li, .sidebar2 ul { color: #fff; }

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea {
	font-family: Verdana, Arial, san-serif;
	font-size:12px;	
	line-height:17px;
}

a {
	color:#007799;
}
