@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff5f8; /**/
	background-image: url(/images/bg_body.gif); /* url(/images/bg_body_bkup1.gif); /**/
	background-position: center 0px;
	background-repeat: repeat-y;
	color: #808080;
	font-family: AGaramond, Garamond, "Times New Roman", Times, serif;
	font-size: 100%;
}

a {
	color: #808080;
	text-decoration: none;
}
a img {
	border-width: 0px;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 0.8em;
	color: #e494ae; /*#f794b4; /* #f7c5d5; /**/
	font-family: "AGaramond BoldItalic", "AGaramond Italic", AGaramond, Garamond, "Times New Roman", Times, serif;
	font-style: italic;
	/* font-weight: bold;*/
	letter-spacing: 0.05em;
}

h2 {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 0.8em;
	color: #e494ae;
	font-family: AGaramond, Garamond, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
}

h3 {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 0.8em;
	color: #999999;
	font-family: AGaramond, Garamond, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
}

/*************************  top  ***/

div#top-menu {
	font-size: 0.65em;
	text-align: right;
	letter-spacing: 0.1em; 
}

div#top-menu a {
	color: #808080; /* #b2b2b2;*/
}
div#top-menu a:hover {
	color: #a6a6a6; /* #8c8c8c;*/
}

/*************************  head  ***/

div#head-menu-over a {
	color: #ffffff;
	background-image: url(/images/menu-ornament.gif);
	background-position: center -10px;
	background-repeat: no-repeat;
}

div#head-menu-over, div#head-menu {
	font-size: 0.75em;
	text-align: center;
	letter-spacing: 0.1em; 
}
div#head-menu a:hover {
	color: #a6a6a6;/*#d2d2d2;*/
}

div#head-menu img.spacer {
}


/*************************  content  ***/

div#content {
	font-size: 0.9em;
	letter-spacing: 0.03em; 
}

div#content div.content-nosubnav {
	line-height: 1.7em;
}

div#content div#subnav {
}

div#content a {
	color: #e494ae; /* #f794b4; /* #f7c5d5; /**/
}
div#content div#subnav {
	/*line-height: 1.6em;*/
}
div#content div#subnav a {
	/* font-style: italic; */
	font-size: 1.1em;
	display: block;
	margin-bottom: 10px;
}
div#content a:hover {
	text-decoration: underline;
}

div#content div#subnav a.subsub {
	color: #bd5e7c;
	font-size: 0.9em;
}

div#content div#content-right {
	line-height: 1.4em;
}

div#content div.content-subnav {
}

div#content div.fineprint {
	font-size: 0.9em;
	font-style: italic;
}

div#content a#content-flash-trigger {
	/* text-decoration: underline; */
}

/*************************  content-admin  ***/

div#content-admin {
	font-size: 1em;
}

div#content-admin div#pagelist {
	/*color: #890606;*/
}	

div#content-admin h2 {
	border-bottom: 1px solid #f2e6ea;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

div#content-admin div#pagelist strong {
	text-transform:uppercase;
	font-size: 0.8em;
	font-weight: normal;
}
div#content-admin div#pagelist a {
	text-decoration: none;
	color: #E494AE; /*#2626A9;*/
}	
div#content-admin div#pagelist a:hover {
	color: #E4c4ce; /*#8383BF;*/
}	
div#content-admin div#pagelist a.viewlink {
	color: #999999;
	font-size: 0.8em;
}
div#content-admin div#pagelist a.viewlink:hover {
	text-decoration: underline;
}
div#content-admin div.pagelistpages {
	/*font-size: 11px;*/
	font-size: 0.9em;
}
div#content-admin div.pagelistsubpages a.sublink {
	color: #665555;
}	
div#content-admin div#editpage {
	color: #555555;
}
div#content-admin p.pageupdated {
	border: 1px solid #00ff00;
	background-color: #EEFFEE;
	padding: 10px;
	/*font-size: 0.7em;*/
	color: #333333;
	font-weight: bold;
}
div#content-admin p.pagenotupdated {
	border: 1px solid #ff0000;
	background-color: #FFEEEE;
	padding: 10px;
	/*font-size: 0.7em;*/
	color: #333333;
	font-weight: bold;
}

.help {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #333333;
	text-decoration: none;
}
.helptitle {
	font-weight: bold;
}
.helptext {
	font-size: 0.7em;
	font-style: italic;
}
a.helptext {
	color: #333399;
}


td.formhead1 {
	font-size: 0.8em;
}

span.locked {
	text-decoration: line-through;
	color: #cccccc;
}

/*************************  content-medialibrary  ***/

#table_medialibrary {
}

#table_medialibrary td {
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
}

/*************************  foot  ***/


div#foot-menu {
	text-align: center;
}

div#foot-footer {
	font-size: 0.7em;
}
div#foot-footer a {
	text-decoration: underline;
}

div#foot-footer-right {
	text-align: right; 
}

