/* styles for WADEN
Colors used: light aqua #C0DADF, light gray #F3F3F3, bright green #00CC66, med blue/teal #006699, royal purple #6C18AE, light gray/taupe #E5E5E5, light blue #C2E0EF, and greys #666666 #999999 */

body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:small;
}

#texttitle {
	display:none;
}

#container {
	width:700px;
	margin: 0 auto;
}

#topMenu {
	background-image:url(graphics/wadenbanner2a_topLwave.png);
	background-repeat:no-repeat;
	background-position:0% 0%;
	background-color:#C0DADF;
	height:70px;
	color:#666666;
	text-align:right;
	padding-right:10px;
}

#topMenu a:link, #topMenu a:visited, #topMenu a:hover {
	color:#666666;
	text-decoration:none;
}

/* mac ns puts 1-2px of space under this row, breaking the banner image */
#topBanner {
	background-image:url(graphics/wadenbanner2a_bg.png);
	background-position:0% 0%;
	background-repeat:repeat-x;
	font-size:0;
	height:75px;
	margin:0;
	padding:0;
}

#menu {
	padding:6px;
	margin:0;
	color:#FFFFFF;
	background-image:url(graphics/topBgGr.gif);
	background-position:0% 0%;
	background-repeat:repeat-x;
	background-color:#C0DADF;
}

#menu a:link, #menu a:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

#menu a:hover {
	text-decoration:underline;
}

.navTitle {
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
}

#subMenu {
	padding:6px;
	margin:0;
	color:#666666;
	background-color:#C0DADF;
	line-height:140%;
}

#subMenu a:link, #subMenu a:visited {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	font-style:italic;
	padding:1px;
}

#subMenu a:hover {
	background-color:#FFFFFF;
	padding:1px;
}

.videoImg {
	padding:20px 20px 30px 20px;
}

#topNav {
	background-image:url(graphics/wadenbanner2a_botBg.png);
	background-repeat:repeat-x;
	background-position:0% 0%;
	vertical-align:top;
	padding:0;
	margin:0;
	width:100%;
}

#mainCol {
	vertical-align:top;
	border-left:2px solid #C0DADF;
	border-right:2px solid #C0DADF;
}

#rightCol {
	background-image:url(graphics/wadenbanner2a_botBg.png);
	background-repeat:repeat-x;
	background-position:0% 0%;
	vertical-align:top;
	border-right:2px solid #C0DADF;
}

#leftCol {
	background-image:url(graphics/wadenbanner2a_botBg.png);
	background-repeat:repeat-x;
	background-position:0% 0%;
	background-color:#E5E5E5;
	padding:30px 10px 10px 10px;
	border-left:2px solid #C0DADF;
	vertical-align:top;
}

#quickLinksForm {
	padding:0px 10px 10px 10px;
}

#contentBlock{
	padding: 10px;
}

#feature{
	border:2px solid #00CC66;
	background-color:#F3F3F3;
	padding:10px;
}

.featureTitle {
	font-size: 116%;
	color: #006699;
	padding:6px;
	background-color:#FFFFFF;
	border:2px solid #00CC66;
}

#feature img{
	padding:10px;
}

#feature a:link, #feature a:visited {
	font-weight:bold;
}

#sideImg {
	vertical-align:top;
	padding-left:10px;
}

#sideImgBor {
	border-right:2px solid #C0DADF;
	vertical-align:top;
	padding-left:10px;
}

#sideImg a:link, #sideImg a:visited, #sideImg a:hover, #sideImgBor a:link, #sideImgBor a:visited, #sideImgBor a:hover {
	color:#6C18AE;
	font-weight:bold;
	text-decoration:none;
}

a:link, a:hover {
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color:#666666;
}

.resLink {
	/*background-color:#DEEBE7;*/
	text-decoration:underline;
}

#footer {
	background-color:#999999;
	color:#FFFFFF;
	text-align:center;
	font-size:x-small;
	padding:10px;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color:#FFFFFF;
}

h1{
	font-size: medium;
	color: #6C18AE;
	font-style:italic;
	text-transform:uppercase;
}

h2 {
	font-size:medium;
	font-weight:bold;
	color:#006699;
}

h3{
	font-size:medium;
	color:#666666;
	font-style:italic;
}

/* use for bgcolor on column headers, network headers, etc */
.bgHeader {
	background-color:#E5E5E5;
	padding: 4px;
}

.borderBottom {
	border-bottom:1px solid #C2E0EF;
}

/* used for links in the db network feature pages */
.dbFeatLink {
	background-color:#F3F3F3;
	border:1px solid #00CC66;
	color:#006699;
	font-weight:bold;
	padding:5px;
	line-height:250%;
}

.dbFeatLink a:link, .dbFeatLink a:hover, .dbFeatLink a:visited {
	text-decoration:none;
	color:#006699;
	font-weight:bold;
}

img{
	border:0;
}

.errorText {
	color:#FF0000;
	font-weight:bold;
	border:1px solid #FF0000;
	padding:5px 5px 5px 5px;
}

.required {
	color:#FF0000;
}

.printLink {
	font-size:x-small;
}

.backLink {
	display:none;
}

.feature_print {
	display:none;
}
