﻿/* RISBDC CSS Document: Screen Styles */
body
{
	background: #FFFFFF;
	font-family: Verdana, sans-serif;	
	font-size: .75em;	
}

table, tr, td
{
	vertical-align: top;
}

a:link
{
	color: #003399;
	text-decoration: underline;
}
a:visited
{
	color: #003399;
	text-decoration: underline;
}
a:hover
{
	color: #003399;
	text-decoration: none;
}
a:active
{
	color: #003399;
	text-decoration: none;
}

#masthead
{
	position: absolute;
	background: #003399;
	background-image: url(images/masthead_blue.jpg);
	top: 25px;
	left: 0px;
	height: 50px;
	width: 800px;
}

#cityscape
{
	position: absolute;
	height: 75px;
	width: 67px;
	z-index: 2;
	top: 0px;
	left: 0px;
}

#mastheadTitle
{
	position: absolute;
	top: 30px;
	left: 27px;
	height: 50px;
	width: 750px;
	display: block;
	clear: left;
	z-index: 3;
	vertical-align: middle;
	font-family: Georgia, serif;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
}

.mastheadTitle a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.mastheadTitle a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.mastheadTitle a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.mastheadTitle a:active
{
	color: #FFFFFF;
	text-decoration: none;
}



#mastheadLogo
{
	position: absolute;
	top: 9px;
	left: 685px;
	height: 105px;
	width: 105px;
	display: block;
	clear: left;
	z-index: 3;
}


.fontAdjust
{
	font-size: .95em;
}

ul, ol, li
{
 /* font-size:inheret; */
	font-weight: normal;
	color: #333333;
	/*margin: 15px 0px 15px 25px;*/
}

.lists
{

	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: 5px 0px 11px 5px;
	line-height: 1.2em;
}

.subLists
{

	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: 10px 0px 9px 5px;
	line-height: 1em;
}

#nav
{
	position: absolute;
	background: #FFFFFF;
	top: 87px;
	left: 14px;
	width: 800px;
	clear: left;
	vertical-align: middle;

	color: #003399;
	font-size: 16px;
}

.nav a:link
{
	color: #003399;
	text-decoration: none;
}
.nav a:visited
{
	color: #003399;
	text-decoration: none;
}
.nav a:hover
{
	color: #f5b811;
	text-decoration: underline;
}
.nav a:active
{
	color: #003399;
	text-decoration: none;
}

#nav li
{
	vertical-align: inherit;
	margin: 0px 20px 0px 0px;
	display: inline;
}

#nav ul
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

.navOn
{

	color: #f5b811;
	font-size: 16px;
	font-weight: bold;
}

.navOn a:link
{
	color: #f5b811;
	text-decoration: none;
}
.navOn a:visited
{
	color: #f5b811;
	text-decoration: none;
}
.navOn a:hover
{
	color: #f5b811;
	text-decoration: underline;
}
.navOn a:active
{
	color: #f5b811;
	text-decoration: none;
}

#subNav
{
	position: absolute;
	background: #FFFFFF;
	top: 125px;
	left: 15px;
	width: 800px;
	vertical-align: middle;

	color: #003399;
	font-size: 14px;
}

.subNav a:link
{
	color: #003399;
	text-decoration: none;
}
.subNav a:visited
{
	color: #003399;
	text-decoration: none;
}
.subNav a:hover
{
	color: #003399;
	text-decoration: underline;
}
.subNav a:active
{
	color: #003399;
	text-decoration: none;
}

#subNav li
{
	vertical-align: inherit;
	margin: 0px 10px 0px 0px;
	display: inline;
}

#subNav ul
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

.subNavOn
{
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

#subSideCol
{
	position: absolute;
	background: #FFFFFF;
	top: 180px;
	left: 0px;
	width: 165px;
	height: 100%;
}

#subContent
{
	position: absolute;
	background: #FFFFFF;
	top: 120px;
	left: 5px; 
	width: 805px;
}

h1
{
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 0em 0em 0em 0em;
}

h2
{
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin: 1em 0em .3em 0em;
	padding: 0em 0em 0em 0em;
	line-height: 1.5em;
}

.trainingMonth
{
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin: 0em 0em .5em 0em;
	padding: 0em 0em 0em 0em;
	border-top: thin;
	border-top-color: #f5b811;
	border-top-style: solid;
	line-height: 1.5em;
	display: block;
}

.sidebarHeader
{
	position: relative;
	left: 14px;
	width: 145px;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	margin: 0em 0em 0em 0em;
	padding: 0em 1.5em 0em 0em;
	line-height: 1.5em;
}

p
{

	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 1.7em;
	margin-top: 0em;
	padding-top: 0em;
}

.blue
{
	color: #003399;
	font-weight: bold;
}

.small
{

	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	line-height: 1.2em;
	letter-spacing: .01em;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}

.copyright
{

	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	line-height: 1.2em;
	letter-spacing: .01em;
}

#quote
{
	/*position: absolute;
	top: 148px;*/
	left: 41px;
	height: 131px;
	width: 367px;
	display: block;
	z-index: 0;
}

#quoteImage
{
	/*position: absolute;
	top: 246px;*/
	left: 93px;
	height: 250px;
	width: 250px;
	display: block;
	z-index: 1;
}

#workshops
{
	/*position: absolute;
	top: 215px;*/
	left: 440px;
	height: 260px;
	width: 300px;
	display: block;
	clear: left;
	z-index: 1;
	vertical-align: top;
}

.workshops tr
{
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}

.workshopsLink
{

	font-size: 12px;
}

#news
{
	/*position: absolute;
	top: 550px; 
	left: 165px;
	height: 125px;*/
	width: 260px;
	display: block;
	clear: left;
	z-index: 1;
	vertical-align: top;
}

#success
{
	/*position: absolute;
	top: 550px; */
	left: 495px;
	height: 125px;
	width: 260px;
	display: block;
	clear: left;
	z-index: 1;
	vertical-align: top;
}

#footerHome
{
	position: absolute;
	top: 675px;
	left: 103px;
	height: 270px;
	width: 670px;
	display: block;
	clear: left;
	z-index: 1;
	vertical-align: top;
}

hr
{
	color: #333333;
	background-color: #333333;
	height: 1px;
	border: 0px;
}

.sidebarText
{
	position: relative;
	left: 14px;
	width: 145px;

	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 1.2em;
	letter-spacing: .01em;
	margin: 0em 0em 0em 0em;
	padding: 0em 1.5em 0em 0em;
}





/* begin CD CSS */

.contentarea
{
	padding-bottom: 1.3em;
}

.content
{
	background-color: White; /*margin: 4px;*/
}

.BigGroupHead /* areas */
{ 
	padding-left: 4px;
}
.SubGroupHead
{
	text-align: left;
	color: #251513;
	background: #FFEFC9;
	padding-left: 4px;
}
.address
{
	font-size: x-small;
}
.shortdesc
{
	font-size: 90%;
	line-height: 130%;
}

.listitem
{
	margin-left: 8px;
	margin-bottom: 5px;
}
.eventtime
{
	color: #101010;
	font-style: italic;
	font-size: smaller;
}
.eventdesc
{
	font-size: 90%;
}

.sectiondivider /* for tds */
{
	/*border-top:solid 1px silver;*/
	padding-top: 6px;
	padding-bottom: 6px;
}

.footdisclaimer
{
	font-size: xx-small;
}

.errordisplay
{
	border: solid 1px red;
	margin: 4px;
	padding: 4px;
	color: Maroon;
}
.innerpanel
{
	margin: 12px;
}
.tabs
{
	text-align: center;
}

.secthead /* dashboard*/
{
	border: solid 1px Gainsboro;
	background-color: #E8E8EE;
}
.survSection
{
	/*border-bottom: solid 1px silver;*/
}
.survcapt
{
	/*color:#101010; 	background-color:SkyBlue;*/
	padding: 4px;
	color: White;
	background-color: #003399;
}
.R1
{
	background-color: #F0F8FF;
}
.R2
{
	background-color: #F5F5F5;
}


.contentedit
{
	border: solid 1px red;
	color: red;
	font-size: xx-small;
}
a.contentedit:visited
{
	color: red;
	text-decoration: none;
}
a.contentedit:link
{
	color: red;
	text-decoration: none;
}
a.contentedit:hover
{
	background-color: red;
	color: white;
}

.smallhead
{
	font-size: small;
	letter-spacing: -1px;
	color: #505050;
}
.smallwarn
{
	font-size: x-small;
	color: Black;
	font-style: italic;
}
.smallinfo
{
	font-size: x-small;
	color: Silver;
}


ul.cdlib
{
	padding: 0 0 1em;
	margin: 0;
}

.cdlib li 
{
	list-style-type:none;
}

.cdlibrow
{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 18px;
}
li.cdlibrow 
{
	list-style: none;
	padding-bottom:1em;
}
.cdlibfldcust
{
	font-size: 0.7em;
	background-color: black;
	color: white;
}
.cdlibfldint
{
	font-size: 0.7em;
	background-color: red;
	color: white;
}
.cdlibpubdate
{
	font-size: 0.7em;
	color: #828282;
}


li.cdlibfoldermenu 
{
	list-style: none;
	margin:0px;
	padding-bottom:1em;
}

li.cdlibfoldermenuhorz
{
	list-style: none;
	display:inline;
	margin:0 10px 0 0;
	vertical-align: middle;
	color: #003399;
	font-size: 14px;	
}


.cdlibfoldermenuhorz a:link
{
	color: #003399;
	text-decoration: none;
}
.cdlibfoldermenuhorz a:visited
{
	color: #003399;
	text-decoration: none;
}
.cdlibfoldermenuhorz a:hover
{
	color: #003399;
	text-decoration: underline;
}
.cdlibfoldermenuhorz a:active
{
	color: #003399;
	text-decoration: none;
}


li.cdselecteddoc
{
	font-weight:bold;
	/*background-color: #EBF5F9; */
}

