/* Used only in Editor */


.FCKcontent {
	width: 700px;
	padding-left: 20px;
	background-color: #505C4A;
	background-position: -227px 0px;
	padding-bottom: 40px;
	background-image: url(/themes/yell08/images/contentBG.jpg) !important;
	background-repeat: repeat-y !important;
	padding-top: 20px;
	margin: 0px;
}

/* All Syles should start with #content  */

#content , #content tr td {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF9DE;
	line-height: 20px;
	text-align: justify;
}

/* Text Formating , H1 H2 etc */


#content h1 {
	font-size: 24px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b6d4f5;
	text-align: left;
	font-weight: normal!important;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}

#content h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #F5D48F;
	font-variant: normal;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}
#content h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F5D48F;
	margin-top: 0px;
	margin-bottom: 6px;
	text-align: left;
}


#content h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #9DA694;
	margin-bottom: 6px;
	margin-top: 0px;
}

#content .highlight1{
	font-weight: bold;
	font-variant: normal;
	color: #F5D48F;
}

#content .highlight2{
	font-variant: normal;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B6D4F5;
}
#content .highlight3{
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: normal;
}
hr {
	height: 1px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACDB9;
}

/* Images */
#content img.zoomleft {
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #974f31;
	background-image: url(/themes/yell08/images/zoomimage_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 26px;
	padding-left: 6px;
	border: 0px none #974f31!important;
}
#content img.zoomright {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
	background-color: #974f31;
	background-image: url(/themes/yell08/images/zoomimage_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 26px;
	padding-left: 6px;
	border: 0px none #974f31!important;
}
#content img.zoomcentered {
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	background-color: #974f31;
	background-image: url(/themes/yell08/images/zoomimage_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 26px;
	padding-left: 6px;
	border: 0px none #974f31!important;
}

#content img.left {
	padding: 0px;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 6px solid #974f31;
}
#content img.right{
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 8px;
	background-color: #FFFFFF;
	border: 6px solid #974f31;
	display: block;
}

#content img.centered, #content div.vidFull {
	padding: 0px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 6px solid #974f31;
	display: block;
}
#content div.vidFull {
	display:table;
	clear:both;	
}

#content table.quadzoom{
	width:700px;
	background-image: url(/themes/yell08/images/zoomimage.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}
#content table.quadzoom img{
	width:156px !important;
	height:156px !important;
	padding: 0px!important;
	background-color: #FFFFFF;
	border: 6px solid #974f31;
	margin: 0px;
}
#content table.presszoom{
	width:700px;
	/*background-image: url(/themes/yell08/images/zoomimage.jpg)!important;
	background-repeat: no-repeat!important;
	background-position: right bottom!important;*/
	padding-bottom: 20px!important;
	font-size: 10px!important;
	font-weight: bold;
	color: #F3D58F!important;
}
#content table.presszoom tr td{
	font-size: 12px!important;
	font-weight: bold;
	color: #CCCCCC!important;
}
#content table.presszoom img{
	padding: 0px!important;
	background-color: #FFFFFF;
	border: 6px solid #974f31;
	margin: 0px;
}

/* Lists */

#content ul{
	display: block;
	padding-left: 10px;
}
#content ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/yell08/images/ul.jpg);
	background-repeat: no-repeat;
	padding-bottom: 3px;
	padding-top: 0px;
	background-position: left 2px;
	padding-left: 18px;
}
/*Tables*/
#content table.stdtable{
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #292E27;
	border-right-color: #292E27;
	border-bottom-color: #292E27;
	border-left-color: #292E27;
}
#content table.stdtable thead tr td{
	font-size: 14px;
	font-weight: normal;
	background-color: #323A2F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #292E27;
	color: #ECD48F;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content table.stdtable tr td{
	vertical-align: top;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #292E27;
	text-align: justify;
	background-color: #505C4A;
}
#content table.stdtable h2{
	font-weight: bold;
	color: #ECD48F;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

#content table.stdtable ul{
	display: block;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#content table.stdtable ul li{
	display: block;
	background-image: url(/themes/yell08/images/table_ul.jpg);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-top: 0px;
	background-position: left 3px;
	padding-left: 20px;
	padding-right: 0px;
	text-align: left;
}
#content table.availtable{
	width: 700px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #292E27;
	border-right-color: #292E27;
	border-bottom-color: #292E27;
	border-left-color: #292E27;
}
#content table.availtable thead tr td{
	font-size: 14px;
	font-weight: normal!important;
	background-color: #323A2F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #292E27;
	color: #ECD48F;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}
#content table.availtable thead a{
	font-size: 16px;
	font-weight: normal!important;
	color: #B6D4F5;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}

#content table.availtable tr td{
	vertical-align: top;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #292E27;
	background-color: #505C4A;
}
#content table.availtable h2{
	font-weight: bold;
	color: #ECD48F;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#content table.availtable h2 a{
	font-weight: bold!important;
	color: #B6D4F5;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
/* Quotes */

#content .quote {
	background-image: url(/themes/yell08/images/q1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 3px;
}

#content .quote td.main{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #F5D48D;
	text-align: left;
	background-image: url(/themes/yell08/images/q2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 1.3em;
	font-style: italic;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content .quote td.caption{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-align: right;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .quoteleft {
	background-image: url(/themes/yell08/images/q1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 3px;
}

#content .quoteleft td.main{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #F5D48D;
	text-align: left;
	background-image: url(/themes/yell08/images/q2_left.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 1.3em;
	font-style: italic;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content .quoteleft td.caption{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-align: right;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Special Links */
#content a {
	color: #F3D58F;
	text-decoration: none;
	font-weight: normal;
}
#content a:hover {
	color: #B6D4F5!important;
	text-decoration: underline;
}