body{
	font-family: 'trebuchet ms', verdana, helvetica, sans-serif;;
	background-color: #c2deea;
	margin: 0;
	padding: 0;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	width: auto;
	min-width: 897px;
}


#container { 
	width: 100%;
	background: #c2deea;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#headingLeft {
	width:839px;
	float:left;
}

#headingRight {
	width:25px;
	float:right;
	position:relative;
}

#heading {
	margin-left:839px;
	margin-right:25px;
	height:88px;
	background-image:url('/resources/cdipsych/images/headerBG.jpg');
	background-repeat:repeat-x;
}


#mainBodyLeft {
	float:left;
	width:145px;
}

#mainBody {
	margin-left:144px;
	margin-right:23px;
	background-color:#FFFFFF;
	min-height:400px;
	border-left-width:1px;
	border-left-color:#999999;
	border-left-style: solid;
	border-right-width:1px;
	border-right-color:#999999;
	border-right-style: solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style: solid;
}


#mainBody div.headerBar{
    font: 11px "lucida grande", verdana, helvetica, sans-serif;
    color: #999999;
    border-bottom: 2px dotted #CCCCCC;
    margin: 0px 25px 10px 25px;
    padding: 0 0 7px 0;
}

#mainBody div.headerBar a:link, #mainBody div.headerBar a:visited{
    color: #999999;
    text-decoration: none;
}

#mainBody div.headerBar a:hover, #mainBody div.headerBar a:active{
    color: #999999;
    text-decoration: underline;
}

#mainBody div.bigHeaderBar{
    font: bold 14px "lucida grande", verdana, helvetica, sans-serif;
    color: #999999;
    border-bottom: 2px dotted #CCCCCC;
    margin: 0 0 10px 0;
    padding: 0 0 7px 0;
}

#mainBody td.searchTabSelected{
	background: #ffffff url(/resources/4researchers/images/search_tab_selected.gif) repeat-x top left;
	border: 1px solid #cccccc;
	border-bottom: 0;
	font: 10px "lucida grande", verdana, helvetica, sans-serif;
	text-align: center;
	color: #666666;
	padding: 7px;
}

#mainBody td.searchTabUnselected{
	background-color: #efefef;
	border: 1px solid #cccccc;
	font: 10px "lucida grande", verdana, helvetica, sans-serif;
	text-align: center;
	color: #999999;
	padding: 7px;
}

#mainBody td.searchTabDivider{
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	width: 4px;
}



#livesearch{
    position: relative;
    top: -4px;
}


#LSResult{
	position: absolute;
	width: 300px;
	top: 25px;
	right: 80px;
	overflow: visible;
	margin: 0;
	padding: 0;
	/*
	opacity: .95;
	filter: alpha(opacity=95); 
	-moz-opacity: 0.95;
	*/
}

#LSResult h1{
	font: 12px "lucida grande", verdana, helvetica, sans-serif;
	color: #333333;
	border-bottom: 1px solid #c2c0a2;
	margin: 0 10px 10px 10px;
	padding-bottom: 5px;
}

#LSResult ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
}

#LSResult li{
        list-style: none;                                                                 
        margin: 0;
        padding: 0;
        display: inline;
}

#LSResult li a{
        font: 10px "lucida grande", verdana, helvetica, sans-serif;
        text-decoration: none;
        display: block;
        margin: 0;
	padding: 3px 10px 3px 10px;
}

#LSResult li a:link, #LSResult li a:visited{
        color: #333333;
}

#LSHighlight{
	color: #ffffff !important;
	background-color: #c2c0a2;
}

#LSResult li a:hover{
	color: #333333 !important;
        background-color: #dedcb9;
}

#LSResult .displayArea{
	background-color: #fefcea;
	border-left: 1px solid #c2c0a2;
	border-right: 1px solid #c2c0a2;
	text-align: right;
}


#footer {
	margin-left:145px;
	margin-right:25px;
}



#footer .logos{
	float: right;
	border: none;
	padding: 10px 20px 10px 25px;
}


body.padded{
	margin: 0;
}

.announceHeader{
   color: #FFFFFF;
	background-color: #005550;
	padding: 7px 0px 7px 20px;
	font-size: 12px;
}

.announceItem{
	background-color: #cccccc;
	padding: 7px 0px 7px 6px;
	margin-bottom: 10px;
	font-size: 12px;
}

.itemHeader {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 8px;	
}
.itemHeader a:link {
	color: #000000;
	text-decoration: none;
}
.itemHeader a:visited {
	color: #000000;
	text-decoration: none;
}
.itemHeader a:active {
	color: #FF0000;
	text-decoration: underline;
}
.itemHeader a:hover {
	color: #000000;
	text-decoration: underline;
}

hr.broken{
	border: none 0;
	border-top: 1px dashed #CCCCCC;
	border-bottom: none 0;
	height: 1px;
	margin: 10px 0 10px 0;
	padding: 0;
}

form{
	margin: 0;
	padding: 0;
}

a:link{
	color: #3366cc;
	text-decoration: underline;
}

a:visited{
	color: #3366cc;
	text-decoration: underline;
}

a:active{
	color: #EFCB77;
	text-decoration: underline;
}

a:hover{
	color: #EFCB77;
	text-decoration: underline;
}

a.black:link{
	color: #000000;
	text-decoration: underline;
}

a.black:visited{
	color: #000000;
	text-decoration: underline;
}

a.black:active{
	color: #005550;
	text-decoration: underline;
}

a.black:hover{
	color: #005550;
	text-decoration: underline;
}

h1{
	font-size: 19px;
	font-weight: lighter;
	color: #000000;
	padding: 0;
	margin: 0 0 8px 0;
}

h1.organization{
	font-size: 18px;
	color: #ffffff;
	margin: 4px 0 0 25px;
	padding:0;
}

h1.subtitle{
	font-size: 14px;
	font-weight: lighter;
	font-style: italic;
	color: #000000;
	padding: 0;
	margin: 0 0 16px 0;
}

h2{
	font-size: 19px;
	font-weight: lighter;
	color: #000000;
	padding: 0;
	margin: 0 0 12px 0;
}

h3{
	font-size: 15px;
	color: #000000;
	padding: 0 0 5px 0;
	margin: 16px 0 8px 0;
}

#mainBody h4 {
	font-size: 14px;
	color: #666666;
	margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    background: url("/resources/4researchers/images/hr_fade.gif") no-repeat bottom left;
}


p,li,div,span {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

p{
	margin-top: 4px;
}

p.small{
	font-size: 11px;
}

p.tiny{
	font-size: 10px;
}

p.large{
	font-size: 14px;
}

img.featured{
	padding: 5px 5px 5px 5px; 
	margin-right: 12px; 
	border:1px solid #c2deea;
	width: 73px;
	height: 90px;
}

table th, table td{
	background-color: #ededed;
}

table td{
	background-color: transparent;
}

table.directory{
	margin: 20px 0;
	border-collapse: collapse;
}

table.directory tr.odd td{
	background-color: #ecf6fc;
}

table.directory td{
	padding-right:15px;
}

table.directory th, table.directory td{
  border: 1px #cccccc solid;
  padding-left:3px;
}

.participantName{
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

.participantSchool{
	font-size: 11pt;
	padding-bottom: 10px;
}





#mainNav{
    position: absolute;
    top: 90px;
    left: 0;
    width: 145px;
    
}

#mainNav h4{
	font-size: 12px;
	font-style: italic;
	color: #002F2C;
	margin: 0px;
	padding: 4px 15px 4px 8px;
	border-bottom: 1px solid #888888;
}



#mainNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #888888;
}

#mainNav li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#mainNav li a{
	font-size: 12px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 3px 4px 4px 12px;
	border-bottom: 1px solid #888888;
}

#mainNav li a:link{
	color: #666666;
	text-decoration: none;
}

#mainNav li a:visited{
	color: #666666;
	text-decoration: none;
}

#mainNav li a:hover{
	color: #000000;
	background-color: #A8C4CF;
	text-decoration: none;
	z-index: 1;
}

ul.common{
	list-style: url(/_resources/sites/cdipsych/images/global/bullet01.gif);
}

ul.common li{
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

hr.broken{
	border: none 0;
	border-top: 1px dashed #CCCCCC;
	height: 1px;
	margin: 10px 0 10px 0;
	padding: 0;
}

.disclaimer {
padding: 10px 20px 10px 25px;
font-size: 9px; 
line-height: 125%;
}

table.contributors{
  border-top: 2px dotted #aaa;	
  margin-bottom: 1.5em;
  margin-top: -4px;
}

table.contributors td{
	width: 15em;
	text-align: center;
	padding: 1em;
}