/*
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: 0 0 0 0;
	margin:0;
	font-family: verdana, sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color: #ae6a00;
}

hr {
	border: 1px solid #ae6a00;
	height:1px;
	margin: 0 0px;
}

table{
	margin: 0;
	padding: 0;
}

.tabledata{
	margin:0;
	padding:0;
	border:1px solid #ae6a00;
	border-bottom: 0;
	background-color: #fefaeb;
}

.tabledata tr {
	margin:0;
	padding: 0;
}

.tabledata td {
	padding: 5px;
	margin:0;
	font-size: 11px;
	line-height:14px;
	font-weight: regular;
	border-bottom:1px solid #ae6a00;
	text-align:left;
	color: #000;
	background-color: #fefaeb;
}

.tabledata a {
	text-decoration: none;
	color: #820B14;
}

.tabledata th{
	padding: 5px 15px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	background: #cc9930 url(_gfx/cmn/tablehdr_bg.gif) repeat-x;
	margin:0;
	border-bottom: 1px solid #ae6a00;
	color:#2f0e10 !important;
}

.tabledata th a{
	color:#2f0e10 !important;
}

table.tableBox
{
	margin:15px 0;
	font-size: 11px;
	line-height:18px;
	background: #fefaeb;
	padding:5px 10px;
	border:1px solid #ae6a00;
}

table.rounded
{
	margin:15px 0;
	font-size: 11px;
	line-height:18px;
	background-color: #fefaeb;
	padding:10px;
	border: 1px solid #ae6a00;
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px; 
}

.h3{
	font-size: 13px;
	font-weight: bold;
	color:#ae6a00;
}

.h4{
	font-size:11px;
	font-weight: bold;
	color:#2f0e10;
}

.h5{
	font-size: 13px;
	font-weight: bold;
	color:#0066cc;
}

.h6{
	font-size: 12px;
	font-weight: bold;
	color:#975a13;
}
/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a:hover {
	text-decoration:underline;
	color: #0066CC; 
}

a {
	text-decoration:none;
	color:#960b03;
	font-weight: bold;
}
