/* HTML standard component declarations */

body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
		margin: 2px 4px 4px 4px;
}
/* This is a div element that tricks the browser into displaying content in the middle */
#body {
        text-align: left;
		font-size: 12px;
}

a {
        color: #009;
        text-decoration: none;
}
a:hover {
	color: #009;
        text-decoration: underline;
}
table {
        width: 100%;
		font-size: 12px;
}
td {
        vertical-align: top;
}
h1 {
	color: #039;
	margin: 10px 0px 10px 0px;	
	font-size: 24px;
}
h2 {
	margin: 10px 0px 10px 0px;
	color: #06c;
	font-size: 13.5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/* Make the HR a black line */
hr {
	color: #ccc; 
	background-color: #ccc;
	height: 1px;
}
/* No border around images that are links */
img {
	text-decoration: none;
	border: 0px;
}
ul {
	font-size: 12px;
}
p {
	font-size: 12px;
}
.center {
	text-align: center;
}

.breadcrumbs {
	border-bottom: 1px dashed #ccc;
	font-size: 11px;
	color: #ccc;
}

/* Ad windows. TODO: We should remove later. */
.ads {
	background-color: #699;
	font-size: 24pt;
	padding: 4px;
	text-align: center;
	color: #ccc;
}
.adspace {
	font-size: 10px;
        text-align: center;
}

/* BAR AT THE TOP */        
#topbar {
        border-collapse: collapse;
        background-color: #999;
        font-family: Tahoma, Verdana, Arial, sans-serif;
        font-size: 10px;
        font-weight: bold;
}
#topbar form {
	display: inline;
}
#topbar input {
        font-family: Tahoma, Verdana, Arial, sans-serif;
        font-size: 11px;
}        
#topbar a {
        color: white;
        padding: 0px 7px 0px 7px;
}
#topbar #region {
        text-align: left;
        color: white;
        background-color: #666;
        padding: 4px 2px 4px 2px;
}
#topbar #region a {
        color: #999;
        padding: 0px 3px 0px 3px;
}
#topbar #main {
        background-color: #999;
        text-align: right;
        padding: 3px;
}        

/* BANNER AND LOGO */
#banner {
        border-bottom: 2px solid red;
        height: 88px;
}        
#banner a img {
		border: none;
		margin-top: 3px;
}

#topBannerAdContainer {
	margin-top:  5px;
	padding:  8px;
	align: center; 
	vertical-align: bottom;
	background:  #BCC9E7;
}

/* LEFT NAV BAR */
#navbar {
      font-family: Tahoma, Verdana, Arial, sans-serif;
      font-size: 11px;
	  width: 125px;
	  background-color:        #BCC9E7;
      text-align: left;
      font-weight: bold;
}
#navbar .navlinks a {
	display: block;
	color: #394769;
	padding: 2px 4px 2px 8px;
	text-decoration: none;
	border-bottom: 1px solid #A7B2CD;
}
#navbar .navlinks a:hover {
	background-color:        #E7E9F0;
}
#navbar .featurelinks a {
	display: block;
	color: #394769;
	padding: 2px 4px 2px 8px;
	text-decoration: none;
	border-bottom: 1px solid #A7B2CD;
    font-weight: normal;
}
#navbar .featurelinks a:hover {
	background-color:        #E7E9F0;
}
#navbar .title {
	color: #000;
	background-color:        #ACB9D7;
	padding: 4px 4px 4px 8px;
	border-top: 1px solid #97A2BD;
	border-bottom: 1px solid #97A2BD;
    margin-top: 14px
}
#navbar .spacer {
	padding: 2px 1px 1px 1px;
      margin-top: 2px;
}

/* MAIN BODY */
#mainbody {
        padding-left: 20px;
}

/* FOOTER */
#footer {
	font-size: 11px;
	padding: 2px;
	width: 100%;
	line-height: 150%;
}
#footer #logo {
	float: left;
	vertical-align: top;
}
#footer img {
	border: 0px;
	float: none;
	display: inline;
	margin-right: 0px;
}


/* GENERAL LINKS */
.floatlinks {
	width: 125px;
	float: right;
	margin-left: 10px;
	background-color: #eff;
	border: 1px solid #dee;
	padding: 4px;
	font-size: 11px;
}
.floatlinks .title {
	color: white;
	background-color: #99c;
	padding: 2px;
	margin-bottom: 4px;
}
.floatlinks a {
	display: block;
	padding: 2px;
}

/* GENERAL DEFINITIONS */
.right {
	float: right;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
}
.small {
	font-size: 11px;
}

.shadow {
	background-image: url('/images/shadow_wh.gif'); 
	background-repeat: repeat-x; 
	height: 9px;
	margin-bottom: 0px;
	padding-bottom: 0px;
/*	border: 1px solid black; */
}