 /* ----- shared stylesheet -----*/
 body {
	/*border: none;*/
	background-color: #F9EABF;
	scrollbar-face-color: #928367;
	scrollbar-shadow-color: #94825a;
	scrollbar-highlight-color: #c8be9b;
	scrollbar-3dlight-color: #94825a;
	scrollbar-darkshadow-color: #425252;
	scrollbar-track-color: #b6a87d;
	scrollbar-arrow-color: #c8be9b;
 }

 .txtAdminUserTD {
	MARGIN: 1.5em 0px 0.75em; 
	FONT: 65%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; 
	TEXT-TRANSFORM: uppercase; 
	padding-top: 3px;
	COLOR: #333366; 
	LETTER-SPACING: 0.05em;
 }
 
 .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(images/editstar.gif);
	background-repeat: no-repeat;
 }
 .dirtyAsteriskDivVisible {
	z-index: 10000;
	position: absolute;
	visibility: hidden;
	height: 9px;
	width: 9px;
	background-image: url(images/editstar.gif);
	background-repeat: no-repeat;
 }
 
 /*----- list styles -----*/ 
 div ol, div ul, div li {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial; 
    font-size: 11pt; 
    line-height: 14pt; 
    color: #C8CECE;
	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;
 }
 /*----- end of list styles -----*/ 
 
 /*----- anchor styles -----*/
 a:link, a:visited {
    text-decoration: underline;
    color: #4a3c18;
 }

 a:hover, a:active {
    text-decoration: underline;
    color: #4a3c18;
 }
 
 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;
 }
 /*----- end of anchor styles -----*/

 .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;
 }
 
 /*----- common editor text styles -----*/
 .inputTitleStyle {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial; 
    font-size: 10pt; 
    color: #000000;
    padding-left: 10px;
	vertical-align: top;
 }
 .listFieldName {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
	color: #000000;
	font-size: 8pt; 
	text-decoration: none;
	background-color: #f9eabf;
	margin-left: 8px;
 }
 .listSelectField {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
	color: #000000;
	font-size: 8pt; 
	text-decoration: none;
	background-color: #ECD6AE;
	margin-left: 8px;
	border: solid 1px #A8B1B2;
 }
 
 /*----- Administrator Toolbar Styles -----*/
 .AdminMenuBarTableStyle {
	background-color: #bdd0e1;
	border: solid 1px #2C6392;
 }
 
 /*----- common editor popup menu text styles -----*/
 .popupHeadingStyle {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial; 
    font-size: 12pt; 
    font-weight: bold;
    color: #3b250e;
    background-color: #a5925a;
    padding: 2px 0 2px 11px;
 }
 
 .popupFooterStyle {
    background-color: #a5925a;
 }
 
 .editorPopupTDtop, .editorPopupTDbottom, .editorPopupTDtopOver, .editorPopupTDbottomOver {
	FONT: 60%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;  
	font-size: 8pt;
	color: #2C6392;
	font-weight: normal;
	border-top: solid #9C9A9C 1px;
	border-right: solid #9C9A9C 1px;
	border-left: solid #9C9A9C 1px;
	padding: 1px 4px 1px 4px;
	cursor: hand;
 }
 .editorPopupTDtop, .editorPopupTDtopOver {
	border-bottom: none #9C9A9C 1px;
 }
 .editorPopupTDtop, .editorPopupTDbottom {
	color: #2C6392;
	background-color: #BDD0E1;
 }
 .editorPopupTDtopOver, .editorPopupTDbottomOver {
	color: #FFFFFF;
	background-color: #89A7C1;
 }
 .editorPopupTDbottom, .editorPopupTDbottomOver {
	border-bottom: solid #9C9A9C 1px;
 }
 
 /*----- text editor and editor button styles -----*/
 .editorSelectbox {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
	color: #000000;
	font-size: 8pt; 
	text-decoration: none;
	background-color: #ECD6AE;
	border: solid 1px #A8B1B2;
	margin-left: 8px;
	padding-left: 1px;
	padding-right: 1px;
	overflow: hidden;
 }
 
 a.editorButton2:link, a.editorButton2:visited {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial; 
    font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	position: relative;
	margin-left: 8px;
 }
 
 a.editorButton2:hover, a.editorButton2:active {
	color: #FF0000;
 }
