/*
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: 12px 0px 0px 0px;
	margin-left:0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:16px;
	font-weight:bold;
	color: #2d8939;
}

table.tableData
{
	width:550px;
	border:1px solid #33733b !important;
	background-color:#fdfaed;
	border-collapse:separate;
}

.tableData td
{
border-right-width: 0pt;

border-bottom-width: 0pt;

border-left-width: 0pt;

border-right-style: none;

border-bottom-style: none;

border-left-style: none;

border-right-color: -moz-use-text-color;

border-bottom-color: -moz-use-text-color;

border-left-color: -moz-use-text-color;

border-top-width: 1px;

border-top-style: solid;

border-top-color: #CDCB8F;

padding-left: 6px;
padding-bottom: 6px;
padding-right: 3px;
margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 2px 2px 2px 6px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffd273;
	background-color: #33733b;
	text-transform:uppercase;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableBox
{
	border: 1px solid #33733b;
	font-size: 11px;
	background: #fdfaed;
	padding:3px;
}

/*
Inherit stock styles
*/

body,td,th,p,select
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;
	line-height:150%;
	color: #2b3c68;	
}

li,ul,ol,input,blockquote,textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;	
	line-height:16px;
	color: #2b3c68;
}

a
{
	color:#009933;
}

.kidsh1, .kidsh2, .kidstext, .kidslink, .kidstext ul, .kidstext li
{
	font-family: Comic Sans MS;
}

.kidstext, .kidstext p, .kidstext ul, .kidstext li
{ 
	font-family: Comic Sans MS;
	font-size: 16px !important; color: #09549c;
}

.kidsh1
{ 
	font-size: 26px !important; color: #b0089e;
}
.kidsh2
{ 
	font-size: 21px !important; color: #109c09;
}
.kidslink, .kidstext a
{ 
	color: #e98a05 !important; text-decoration: underline; 
}