/* Used only in Editor */
body{
	margin: 0px;
}


 #FCKcontent tr td, #content tr td  {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
}

#FCKcontent {
	width: 430px;
	background-image: url(/themes/crc-winter/images/editorBG.jpg);
	padding-left: 22px;
	padding-top: 0px;
}


/* Make sure each defenition is duplicated with #FCKcontent  */

#FCKcontent, #content {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.3em;
	text-align: left;
	padding-top: 0px;
}

/* Text Formating , H1 H2 etc */


#FCKcontent h1, #content h1 {
	font-size: 22px;
	margin-top: 0px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #063488;
	line-height: normal;
	text-align: left;
}

#FCKcontent h2, #content h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	font-variant: normal;
	font-style: italic;
}

#FCKcontent h3, #content h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #384E88;
	font-style: italic;
	padding-bottom: 6px;
	margin: 0px;
}

#FCKcontent h4, #content h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #868052;
	font-style: italic;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}


#FCKcontent .highlight1, #content .highlight1{
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	font-size: 14px;
}


/* Images */
#FCKcontent img.right, #content img.right {
	padding: 5px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 7px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}

#FCKcontent img.left, #content img.left {
	padding: 5px;
	margin-top: 1px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}


#FCKcontent img.centered , #content img.centered , div.border{
	padding: 5px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	display: block;
}


#FCKcontent img.mini , #content img.mini {
	border:1px solid #333333;
	display:block;
	background-color: #FFFFFF;
	padding: 4px;
	margin: 4px;
	float: left;
	
	width:90px;
	height:62px;
}

/* Lists */

#FCKcontent ul, #content ul{
	display: block;
	padding-left: 15px;
	list-style-type: disc;
}
#FCKcontent ul li, #content ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/crc-winter/winter_images/blt.jpg);
	background-repeat: no-repeat;
	padding-left: 22px;
	line-height: 16px;
	padding-bottom: 3px;
	padding-top: 3px;
}


/* Quotes */

#FCKcontent .quote , #content .quote {
	background-image: url(/themes/crc-winter/winter_images/q1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 3px;
}

#FCKcontent .quote td.main , #content .quote td.main{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #6890B6;
	text-align: center;
	padding: 25px 25px 15px;
	background-image: url(/themes/crc-winter/winter_images/q2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 1.3em;
	letter-spacing: 1px;
	text-shadow: grey 2px 2px 2px;
}

#FCKcontent .quote td.caption, #content .quote td.caption{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding-right: 10px;
}


#content a.pdfbutton, #FCKcontent a.pdfbutton{
	line-height: 38px;
	background-image: url(/themes/crc-winter/winter_images/pdficon_button.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	color: #006699;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#content a:hover.pdfbutton, #FCKcontent a:hover.pdfbutton{
	line-height: 38px;
	background-image: url(/themes/crc-winter/winter_images/pdficon_button2.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	color: #666666;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
#content a.moviebutton, #FCKcontent a.moviebutton{
	line-height: 38px;
	background-image: url(/themes/crc-winter/winter_images/movieicon_button.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	color: #006699;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#content a:hover.moviebutton, #FCKcontent a:hover.moviebutton{
	line-height: 38px;
	background-image: url(/themes/crc-winter/winter_images/movieicon_button2.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	color: #666666;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

/* Tables */

#content table.cabinbox, #FCKcontent table.cabinbox {
	background-color: #FFFFCC;
	border: 1px solid #003399;
	width: 430px;
}
#content table.cabinbox tr td, #FCKcontent table.cabinbox tr td {
	vertical-align:top;
	text-align: left;
}

#content table.cabinbox img, #FCKcontent table.cabinbox img {
	padding: 5px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	width: 128px;
	height: 85px;
}
#content table.stdtable, #FCKcontent table.stdtable {
	width: 430px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#content table.stdtable thead tr td, #FCKcontent table.stdtable thead tr td{
	font-size: 12px;
	font-weight: bold;
	background-color: #B5D5FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

#content table.stdtable td, #FCKcontent table.stdtable td{
	vertical-align: top;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
