/* loadfinder css */
html { height:100% }
body {
	color:#000;
	background-color:#eee;
	margin:20px;
	padding:0px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:1em;
	}

#template {
width:780px;
}


h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:1.4em;
	font-weight:900;
	color:#666;
	border-bottom:1px solid #aaa;
	}
h2 {
	font-size:1.2em;
	line-height:14px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#666;
	border-bottom:1px solid #aaa;
	}
h3 {
	font-weight:bold;
	font-size:1.1em;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#666;
	}
h4 {
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#666;
	border-bottom:1px solid #aaa;
	}
h5 {
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#666;
	}
p {
	font-size:1em;
	line-height:1.4em;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#content>p {margin:0px;}
#content>p+p {text-indent:30px;}

a {
	color:#336699;
	font-weight:normal;
	text-decoration:none;
	}
a:link {color:#336699;}
a:visited {color:#336699;}
a:hover { color:#666; text-decoration:underline; }
a:active { }


/* All the content boxes belong to the content class. */
#search {
padding:40px 0px 0px 20px;
}
#header {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	margin:0px 10px 0px 0px;
	height:100px;
	border:none;
	padding:0px;
	background-image:url('/images/slctopbanner1.jpg');background-repeat:no-repeat;background-position:top right;
	background-color:#96AECB;
	text-align:right;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
#header img {
    margin:0px;
}
#content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	min-width:700px;
	margin:0px 10px 0px 0px;
	border:1px solid #ccc;
	background-color:#fff;
	padding:10px;
	min-height:400px;
	}
#content img {
    margin:0px;
    padding: 5px;
}

#navigation {
	min-width:700px;
	background-color:#666;
	margin:0px 10px 0px 0px;
	border:none;
	padding:5px 0px 5px 0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#footer {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	min-width:700px;
	margin:0px 10px 20px 0px;
	border:none;
	background-color:#fff;
	padding:5px 0px 5px 10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#information {
	width:220px;
	border:1px solid #999;
	background-color:#ddd;
	margin: 0px 0px 0px 20px;
	padding:5px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:220px;
	}
/* Again, "be nice to Opera 5". */
body>#information {width:220px;}

#information h1 {
	margin:0px 0px 6px 0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:#666;
	border-bottom:1px solid #aaa;
	}
#information p {
	font-size:0.8em;
	color:#333;
	}


#breadcrumb {
    margin:0px 0px 15px 0px;
    font-size:0.9em;
}

#copyright { position:left; font-size: 10px;}
#sponsor { padding-right:10px; font-size: 10px;}

.byline {font-style:italic; font-size:0.9em};

.fakebutton,input,textarea {
border:1px solid #ddd;
padding:0px 2px 0px 2px;
background-color: #FFFFFF;
background-image: url('/includes/images/background_form_element.gif');
background-repeat: no-repeat;
color: #333333;
font-size: 1em;
font-weight: normal;
vertical-align:middle;
}

.submit {
background-image: url('/includes/images/background_form_element.gif');
font-size:0.8em;
color:#000;
font-weight:bold;
border:1px solid #999;
font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
}

.text{
background-image: url('/includes/images/background_form_element.gif');
font-size:0.8em;
color:#000;
border:1px solid #999;
font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
}

.calendar {
    border:1px solid #dddddd;
    font-size:11px;color:#666666;font-weight:normal;
}
.calendarToday {
    border:1px solid #96AFCC;
    background-color:#dddddd;
    font-size:11px;color:#666666;font-weight:normal;
}
.calendarWithItems {
    border:1px solid #dddddd;
    background-color:#eeeeee;
    font-size:11px;color:#666666;font-weight:normal;
}
.calendarHeader {
    border:0px solid #dddddd;
    font-size:14px;color:#666666;font-weight:bold;
}

.backlink{
	background-image:url('/includes/images/icons/arrow_left.gif');background-repeat:no-repeat;background-position:left;
	margin-top:20px;
	padding-left:20px;
}
.updates a {
padding-left:15px;
background-image:url('/includes/images/icons/bullet_feed.gif');background-repeat:no-repeat;background-position:left;
}