 /*========== contains styles used in editable divs in general template ==========*/

 h1 { 
    font-family: Tahoma, Verdana, Arial; 
    font-size: 44px; 
    font-weight: normal; 
    color: #B04403; 
    margin-top: 3; 
    margin-bottom: 0; 
    text-transform: lowercase;
 } 
 
 h2 { 
    font-family: Tahoma, Verdana, Arial; 
    font-size: 30px; 
    font-weight: normal; 
    color: #B04403; 
    margin-top: 5; 
    margin-bottom: 0; 
    text-transform: lowercase;
 } 
 
 h3 { 
    font-family: Tahoma, Verdana, Arial; 
    font-size: 18px; 
    font-weight: normal; 
    color: #B04403;
    margin-top: 6px; 
    margin-bottom: 6px; 
    text-transform: lowercase;
 }
 
 h4 { 
    font-family: Tahoma, Verdana, Arial; 
    font-size: 12px; 
    font-weight: normal; 
    color: #B04403; 
    margin-top: 2; 
    margin-bottom: 0; 
 } 
 
 h6 { 
    font-family: Tahoma, Verdana, Arial; 
    font-size: 12px; 
    line-height: 18px; 
    font-weight: normal; 
    color: #808080; 
    padding-top: 6px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
 } 

 blockquote { 
    font-family: Tahoma, Verdana, Arial; 
    font-size: 12px; 
    line-height: 16px; 
    font-weight: normal; 
    color: #808080; 
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
 }

 /*========== list styles for content in editable/readonly divs ==========*/
 div ol, div ul, div li {
	font-family: Tahoma, Verdana, Arial; 
    font-size: 11px; 
    line-height: 14pt; 
    color: #000000;
	padding: 0 10px 0 0;
	margin: 0 0 0 10px;
 }
 
 div ul {
	margin-bottom: 13px;
	list-style-type: disc;
 }
 
 div ol {
	margin-bottom: 13px;
 }
 
 div ul ul {
	list-style-type: disc;
 }
 
 div li li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
 }

 /*========== anchor styles ==========*/
 a:link, a:visited {
    text-decoration: underline;
    color: #B04403;
 }

 a:hover, a:active {
    text-decoration: underline;
    color: #000000;
 }
 
 a.editorButtonStyle:link, a.editorButtonStyle:visited {
	font-weight: bold;
	color: #2C6392;
	text-decoration: none;
 }
 a.editorButtonStyle:hover, a.editorButtonStyle:active {
	color: #FFFFFF;
	text-decoration: none;
 }
 
 .lnkMenuItem, a.lnkMenuItem:link, a.lnkMenuItem:visited {
	FONT: 60%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; 
    font-size: 8pt;
    padding-top: 4px;
    font-weight: normal;
    text-decoration: underline;
    color: #B04403;
 }
 a.lnkMenuItem:hover, a.lnkMenuItem:active {
    color: #000000;
 }
 
 /*========== display, html and text editor text styles ==========*/
 .defaultBodyStyle, .defaultBodyStyleEdit, .defaultBodyStyleActive {
	font-family: Tahoma, Verdana, Arial; 
    font-size: 11px; 
    color: #333333; 
    line-height: normal;
    padding: 4px 4px 4px 0;
 }
 .defaultBodyStyleEdit, .defaultBodyStyleActive {
    border-style: dotted;
    border-width: 1px;
 }
 .defaultBodyStyleEdit {
	background-color: Transparent;
	border-color: #9C9A9C;
 }
 .defaultBodyStyleActive {
	color: #333333; 
	background-color: #EFEBE7;
	border-color: #FF0000;
 }
 
 .imageCaptionStyle, .imageCaptionStyleEdit, .imageCaptionStyleActive {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px; 
    line-height: normal;
    padding: 4px 6px 6px 6px;
 }
 .imageCaptionStyle {
	color: #FFFFFF; 
 }
 .imageCaptionStyleEdit, .imageCaptionStyleActive {
	border-style: dotted;
    border-width: 1px;
 }
 .imageCaptionStyleEdit {
	color: #FFFFFF; 
	background-color: #5B1C17;
	border-color: #9C9A9C;
 }
 .imageCaptionStyleActive {
	color: #FFFFFF; 
	background-color: #7E473C;
	border-color: #FF0000;
 }
 
 .weGroupHeadingStyle, .weGroupHeadingStyleEdit, .weGroupHeadingStyleActive {
	font-family: Tahoma, Verdana, Arial; 
    font-size: 12px; 
    line-height: 15px; 
    font-weight: bold; 
    color: #333333; 
	padding: 4px 4px 4px 0;
 }
 .weGroupHeadingStyleEdit, .weGroupHeadingStyleActive {
	border-style: dotted;
    border-width: 1px;
 }
 .weGroupHeadingStyleEdit {
	background-color: Transparent;
	border-color: #9C9A9C;
 }
 .weGroupHeadingStyleActive {
	background-color: #EFEBE7;
	border-color: #FF0000;
 }
 
 .inputTextStyleEdit, .inputTextStyleActive {
	font-family: Tahoma, Verdana, Arial; 
    font-size: 11px; 
    line-height: normal; 
    color: #333333; 
    font-weight: normal;
    text-transform: none;
    border-style: solid; 
	border-width: 1px; 
	border-color: #9C9A9C;
 }
 .inputTextStyleEdit {
    border: solid 1px #9C9A9C; 
 }
 .inputTextStyleActive {
	background-color: #EFEBE7;
    border: solid 1px #FF0000;
 }
 
 /*========== common admin mode text styles ==========*/
 .dirtyAsteriskContainerDiv {
	z-index: 900;
	position: relative;
	height: 0px;
	width: 0px;
 }
 
 .dirtyAsteriskDiv {
	z-index: 1000;
	position: absolute;
	visibility: hidden;
	height: 9px;
	width: 9px;
	background-image: url(../ZoneContent/images/editstar.gif);
	background-repeat: no-repeat;
 }
 
 .webExhibitionGroupTableStyle {
	border-top: solid 1px #296194;
	border-right: solid 1px #296194;
	border-left: solid 1px #296194;
 }
 
 .webExhibitionItemTableStyle {
	background-image: url(../ZoneContent/images/bluedottedline.gif);
 }
 
 .popupHeadingStyle {
	font-family: Tahoma, Verdana, Arial;  
    font-size: 12pt; 
    font-weight: bold;
    color: #B04403;
    background-color: #bdd0e1;
    border-bottom: solid 1px #2C6392;
    padding: 2px 0 2px 11px;
 }
 
 .popupFooterStyle {
    background-color: #bdd0e1;
 }
 
 .inputLabelStyleDark {
	font-family: Tahoma, Verdana, Arial; 
	font-weight: bold;
    font-size: 11px; 
    line-height: normal; 
    color: #333333; 
    padding: 2px 2px 2px 11px;
 }
 
 .anchorListInputURL {
	font-family: DIN-Medium, Tahoma, Verdana, Arial;
	color: #C8CECE;
	font-size: 7.5pt; 
	text-decoration: none;
	background-color: #506363;
	border: solid 1px #A8B1B2;
	margin-left: 8px;
	padding-left: 1px;
	padding-right: 1px;
 }
 .listFieldName {
	font-family: DIN-Medium, Tahoma, Verdana, Arial;
	color: #C8CECE;
	font-size: 7.5pt; 
	text-decoration: none;
	background-color: #506363;
	margin-left: 8px;
 }
 .listSelectField {
	font-family: DIN-Medium, Tahoma, Verdana, Arial;
	color: #C8CECE;
	font-size: 7.5pt; 
	text-decoration: none;
	background-color: #506363;
	margin-left: 8px;
	border: solid 1px #A8B1B2;
 }
 
 .adminRadioInputStyle {
	padding: 4px 0 0 0;
 }
 
 
