/* general styles */
body, p, td, a { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
}

body {
	margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;
	background-color: #6FDCFE;
}

table, td, tr {
	background-color: #FFFFFF;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #A7A7A7;
}

h2 {
	font-size: 24px;
	text-decoration: none;
}

h3, h3 a, .h3 {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

h3 {
	border-bottom: 1px solid #CCCCCC;
}

/* TOP navigation */
.topLocationSeparator {
   background: #FFFFFF url("/includes/images/top.location.separator.png") repeat-x scroll top;
 }
 
.topLocationSeparator2 {
   background: #FFFFFF url("/includes/images/top.location.separator.2.png") repeat-x scroll top;
 }

.topExternalLink {
   background: #FFFFFF url("/includes/images/i.f.m.s.a-external-link.png") no-repeat scroll top;
 }
 
/* TOP navigation links << >> */
.subHeading {
	font-size: 13px;
	font-weight: bold;
	color: #D4D4D4;
}

.subHeading a{
	color: #A7A7A7;
	text-decoration: none;
}

.subHeading a:hover{
	color: #A7A7A7;
	text-decoration: underline;
}

/* LEFT navigation */
#leftMenu{
	left: 0px;
	top: 0px;
	padding: 9px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
/*	background-image: url("/includes/images/left.menu.background.png");*/
}

#leftMenu li a, #leftMenu li span {
	padding: 0px 2px 0px 20px;
	font-size: 10px;
	text-decoration: none;
	/* text in one block :D */
	display: block;
	/* li marker */
	background-image: url("/includes/images/li.navigation.background.png");
	background-repeat: no-repeat;
	/* spacify */
	line-height: 15px;
	/* adjust the background-position: x y; */
	background-position: 1px 0px;
	border-right: 3px solid #FFFFFF;
	}

#leftMenu li a:hover{
	background-image: url("/includes/images/li.navigation.background.hover.png");
	border-right: 3px solid #BFBFBF;
}

#leftMenu li span {
	color: #158DFF;
	background-image: url("/includes/images/li.navigation.background.hover.png");
	border-right: 3px solid #6FDCFE;
}

#leftMenu .leftMenuLinkUp a {
	background-image: url("/includes/images/li.navigation.background.up.png");
	font-weight: bold;
	color: #BFBFBF;
}

#leftMenu .leftMenuLinkUp a:hover {
	background-image: url("/includes/images/li.navigation.background.up.hover.png");
	font-weight: bold;
	color: #000000;
}

/* BOTTOM navigation */
.bottomLocationSeparator {
   background: #FFFFFF url("/includes/images/bottom.location.separator.png") repeat-x scroll top;
	color: #FFFFFF;
	font-weight: bold;
 }
 
.bottomLocationSeparator a {
	color: #FFFFFF;
	text-decoration: none;
 }
 
.bottomLocationSeparator a:hover {
	color: #FFFFFF;
	text-decoration: underline;
 }

/* faded section */
.faded {
	color: Silver;
}

a .faded {
	color: Silver;
	text-decoration: none;
}

/* row highlighting */
.tdA, .tdCenterA, .tdCenterASmall {
	background-color: #DFF7FF;
	border-bottom: 1px dashed Black;
}

.tdB, .tdCenterB, .tdCenterBSmall {
	background-color: #FFFFFF;
	border-bottom: 1px dashed Black;
}

.tdCenterA, .tdCenterB, .tdCenterASmall, .tdCenterBSmall {
	text-align: center;
}
.tdCenterASmall, .tdCenterBSmall {
	font-size: 10px;
}

/* smaller font sections */
.smallText, .smallText a, .smallTextFaded, .smallTextFaded a{
	font-size: 10px;
}

.smallTextFaded, .smallTextFaded a{
	color: #999999;
}

/* notices */
.notice {
	background-color: #DFF7FF;
	border: 1px dashed Black;
	padding: 4px 4px 4px 4px;\
}

.shadedNotice, .smallNotice {
	padding: 4px 4px 4px 8px;
	border-left: 3px solid #CCCCCC;
}

.smallNotice, .smallNotice a {
	font-size: 10px;
}

/* input buttons */
.submitButton {
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url("/includes/images/button.background.png");
	background-repeat: no-repeat;
	background-color: #00CCFF;
	border: 1px solid #999999;
}

.actionButton {
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url("/includes/images/button.background.action.png");
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
/* other styles */

.hr {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #0000FF;
	height: 1px;
}

/* unused yet... */
SPAN.abbreviationHint {
   cursor: help;
   border-bottom: 1px dotted #CCCCCC;
}

/* External Link Styles ********************************************************* */

/*

** keep the whitespace in front of the ^=, hides rule from konqueror

** this is css3, the validator doesn't like it when validating as css2

*/
/*
.pageContent a[href ^="http://"], .pageContent a[href ^="gopher://"] {
    background: url("/images/links/external.png") center right no-repeat;
    padding-right: 13px;
}

.pageContent a[href ^="https://"], .link-https {
    background: url("/images/links/lock_icon.gif") center right no-repeat;
    padding-right: 16px;
}

.pageContent a[href ^="mailto:"], .link-mailto {
    background: url("/images/links/mail_icon.gif") center right no-repeat;
    padding-right: 18px;
}

.pageContent a[href ^="news://"] {
    background: url("/images/links/news_icon.png") center right no-repeat;
    padding-right: 18px;
}

.pageContent a[href ^="ftp://"], .link-ftp {
    background: url("/images/links/file_icon.gif") center right no-repeat;
    padding-right: 18px;
}

.pageContent a[href ^="irc://"], .link-irc {
    background: url("/images/links/discussionitem_icon.gif")  center right no-repeat;
    padding-right: 18px;
}

.pageContent .urlexpansion {
	display: none;
}
*/