/*
	Global
*/
html{
	height:100%;
}

body{
	margin: 0px;
	font-family: lucida grande,"Lucida Grande",sans-serif;
	font-size:0.75em;
	font-size-adjust:none;
	text-align: center;
	background-color: #ffffff;
	height: 100%;
	padding: 0px;
}

p{
	line-height:17px;
}
h1{
	line-height: 1.0em;
	font-size: 21px;
	margin-top: 0px;
}

h2{
	color: #3a8abb;
	font-weight: normal;
}

h3{
	color: #333333;
	font-size:16px;
	margin:0;
	padding-bottom:17px;
}

h4{
	font-family:georgia,serif;
	margin: 0px;
	font-size:18px !important;
	
}

hr.sectionsep{
	margin: 30px 0 30px 0;
}

a{
	text-decoration: none;
	color: black;
	cursor: pointer;
	color:#33789C;
}
a:hover{
	text-decoration: underline;
}

a img{
	border: 0px;
}
hr{
	height: 1px;
	background-color: #d8dfea;
	border: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

input{
	font-size: 12px;
}

textarea{
	font-size: 12px;
}

table{
	font-size: 1em;
	margin: 0px auto;
}
td{
	text-indent: 0px;
}

dl {
	clear:both;
}


label {
	color:#666666;
	font-size:11px;
	font-weight:bold;
}

dt {
	line-height:25px;
	clear:both;
	width:33%;
	float:left;
	text-align:right;
}

#container {
     position:relative;
     min-height:100%;
     background: transparent url(../images/bg-body.png) repeat-y center top;
     padding: 0px!important;
     margin: 0px auto;
     width: 1004px;
     
}

#content{
	width: 1004px;
	margin: 0px auto;
	color: black;
	text-align: left;
	min-height: 100%;
	padding-bottom:70px;
	_height: 100%;
	position: relative;

}

#main_content {
	margin:auto;
	width:985px;	
}

#content_area{
	width: 920px;
	margin: auto;
	
}
#header{
	background:transparent url(../images/bgheader.jpg) no-repeat scroll left top;
	height:70px; 
	text-align: left;
	padding:0 30px;
	line-height: 18px;
  
}

#dropdown{
 height: 22px; 
	background: transparent url(../images/dropdownbg2.png) repeat-x scroll left top;
}

a.nav_button {
	cursor:pointer;
	float:right;
	margin:10px 0 0 0px; 
	color: #d0edfb;
	font-size: 12px;
	padding: 0px 3px 0px 5px;
	font-weight: bold;
	border-right: 1px solid #d0edfb;
}

a.nav_button:hover{
	color: white;
}

input.search{
	border: 0px;
	font-size: 13px;
	float: left;
	padding: 2px;
	line-height: 14px;
}

.search_area{
	float:right;
	margin:45px 0 0 10px;
	color: #51B5EF;
	font-weight: bold;
}
.placeholder_text{
	color: #bcbcbc;
}
.search_area label{
	float:left;
	color: #d0edfb;
	font-weight:normal;
	padding:3px 8px 3px 0;
}
.searchbutton{
	background:transparent url(../images/search_button.png) no-repeat scroll 4px 3px;
	border:medium none;
	float:left;
	margin:0;
	overflow:hidden;
	width:22px;
	height: 18px;
}

.inputwrap{
	background:#1d97c9 none repeat scroll 0 0;
	float:left;
	margin:1px 0;
	padding:0;
}

#footer{
	width: 1004px;
	margin: auto;
	text-align: center;
	font-size: 11px;
	position: relative;
	margin-top:-70px;
	color: white;
}

#footer_contents{
	background:black url(../images/bgheader.jpg) repeat-x scroll left top;
	margin: auto;
	width: 985px;
	height: 60px;
	padding-top: 10px;
}

#footer a{
	padding: 0px 5px 0px 5px;
	color: white;
	
}

#top{
	background: transparent url(../images/bg-top.png) no-repeat scroll left top;
	height: 30px;
}

#pcontent {
	margin-bottom: 25px;
}

#home_news{
	float: right;
	width:440px;
}

#home_details{
	float: left;
	width: 400px;
}

.news_entry{
	margin-bottom:20px;
}

.entry-meta{
	color:#AAAAAA;
	font-size:10px;
	line-height:22px;
}

#home_news p{
	line-height:17px;
	color:#555555;
	font-family:lucida grande,"Lucida Grande",sans-serif;
	font-size:13px;
}

#nav{
	display:inline-block; 
	margin: 0px;
	height: 22px; 
	padding:0;
	
}

/*GOES HERE*/
#nav a {
	/* display: block;  
	display:inline-block; */
	padding: 0;
	color: #383838;
	font-weight: bold;
}

#nav li { /* all list items */
	display:inline-block;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px 20px 0px 20px
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #f7f7f7;
	width: 150px;
	border: 1px solid #919191;
	margin: 0px;
	padding: 0px;
	z-index: 999999999; 
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li{
	width: 100%;
	margin: 0px;
	padding: 3px 0 3px 0;
}

#nav li ul li a{
	padding-left: 10px;
}

li.alt2{
	background-color: #f7f1e8;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


.button_link{
	padding:0.4em 1em 0.4em 20px;
	position:relative;
	text-decoration:none;
}

.button_link:hover{
	text-decoration: none;
}

.button_link span.ui-icon{
	left:0.2em;
	margin:-8px 5px 0 0;
	position:absolute;
	top:50%;
}


.aligncenter{
	text-align: center;
}

.alignleft{
	text-align: left;
	margin-bottom: 15px;
	width: 50%;
}

.alignright{
	text-align: right;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.centerform{
	text-align: center;
}

.centerform .hint{
	color: #8b0723;
}

.niceform label{
	float: left;
	line-height: 24px;
	width: 33%;
	text-align: right;
	padding-right: 25px;
}

.errors{
	list-style-type: none;
	color: #8b0723;
	text-align: left;
	margin: 0px;
	margin-left: -10%;
	padding: 0px;
}

.errormsg{
	text-align: center;
	color: #8b0723;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background:#DEEDF7 url(http://jquery-ui.googlecode.com/svn/tags/latest/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png) repeat-x scroll 50% 50%;
	padding: 5px;
	opacity: 0.85;
	font-size: 11px;
}
#tooltip h3 { margin: 0px; font-size: 14px; font-weight: bold }
#tooltip div { margin: 0px }

.picrow{
	line-height: 24px;
}
.pictext{
	margin-right: 20px;
}

.buttonlink{
	padding: 2px;
	padding-left: 22px;
}

.addlink{
	color: #7cc36b!important;
	background: url(../images/icons/add.png) no-repeat left;
}

.bgfeed{
	background: url(../images/icons/feed.png) no-repeat left;
	color: #ff5f00!important;
}

.bgnofeed{
	background: url(../images/icons/feed_delete.png) no-repeat left;
	color: #ff5f00!important;
}

.bgnofeed{
	background: url(../images/icons/feed_delete.png) no-repeat left;
	color: #ff5f00!important;
}

.bgdisable{
	background: url(../images/icons/delete2.png) no-repeat left;
	color #5d8cca!important;
}
.bgenable{
	background: url(../images/icons/check.png) no-repeat left;
	color #5d8cca!important;
}

.grantlink{
	background: url(../images/icons/accept.png) no-repeat left;
	color: #7cc36b!important;
	font-weight: bold;
}

.denylink{
	background: url(../images/icons/delete.png) no-repeat left;
	color: #d04f3e!important;
	font-weight: bold;
}

.row0{
	background:#DEEDF7 url(http://jquery-ui.googlecode.com/svn/tags/latest/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png) repeat-x scroll 50% 50%;
}
.row1{
}

.contact_table{
	color: #3e3e3e;
	text-align: center;
	margin: 0px auto;
	width: 80%;
	border: 1px solid #62bbe8;
}


.contact_table .header{
	background:#DEEDF7 url(http://jquery-ui.googlecode.com/svn/tags/latest/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png) repeat-x scroll 50% 50%;
	color: white;
	font-weight: bold;
}

.titlesmall{
	font-size: 10px;
}

.cal-container {
	padding: 0 8px;
	position:relative;
	background-color: #C3D9FF;
	font-size: 11px;
	line-height: 14px;
	height:550px;
	width: 800px;
	margin: 0px auto;
	font-size: 11px!important;
	font-family:Arial,Sans-serif!important;
}
.cal-container2 {
	overflow:hidden;
	position:relative;
}

.caltable{
	color:#112ABB;
	table-layout:fixed;
	width:100%;
	text-align: center;
}

.dayname{
	font-weight:normal;
	color: white;
}

.events{
	background:white none repeat scroll 0 0;
	margin: 0px auto;
	overflow:hidden;
	position: relative;
	width: 784px;
	height: 510px;
	margin-top: 5px;
	border-bottom:1px solid #C3D9FF;
	border-right:1px solid #C3D9FF;
}

.month{
	left:0;
	overflow:hidden;
	position:absolute;
	width:100%;
}

.bg_month{
	height:100%;
	left:0;
	position:absolute;
	table-layout:fixed;
	top:0;
	width:100%;
}
.dayborder{
	border-left:1px solid #C3D9FF;
}

.daygrid{
	position:relative;
	table-layout:fixed;
	width:100%;
}

.dtitle{
	background-color:#E8EEF7;
	border-left:1px solid #C3D9FF;
	border-top:1px solid #C3D9FF;
	color:#444444;
	line-height:16px;
	overflow:hidden;
	padding-right:2px;
	text-align:right;
}

.nonmonth{
	color:#777777;
	background-color:#EEEEEE;
}

.date{
	padding:1px 1px 0 2px;
	vertical-align:top;
	overflow: hidden;
}

.event_message{
	font-family:Arial,Sans-serif!important;
}

.inbox_outline{
	width: 100%;
	background-color: #ffffff;
	margin: 0px auto;
	padding: 25px 4px 25px 4px;
}

.inbox_status{
	width: 100%;
	padding: 4px;
	background-color: #e8eef7;
	border-bottom: 1px solid #d0d5de;
}

.lightgray{
	color: #666666;
}

.inbox_messages table{
	width: 100%;
}

.iboxrow{
	line-height: 21px;
	height: 21px;
	background: url(../images/icons/msg_icon.png) no-repeat;
	border-bottom: 1px solid #dedede!important;
	cursor: pointer;
}
.ibox_border{
	border-bottom: 1px solid #dedede!important;
}
.ibox_send{
	padding-left: 27px;
	width: 220px;
}

.ibox_date{
	text-align: right;
	padding-right: 10px;
}

.iboxrown{
	background-color: #f7f7f7;
}

.msg0{
	font-weight: bold;
}

.ibox_subject{
	color: #444444;
	padding-right: 5px;
}

.ibox_body{
	color: #777777;
	padding-left: 5px;
}

.sender{
	color: #5fa4f2;
	font-weight: bold;
}

.select_multiple_container {
	border-color:-moz-use-text-color #222222 #222222;
	border-style:none solid solid;
	border-width:medium 1px 1px;
}

.select_multiple_container .select_multiple_header {
	background-color:#000000;
	background-image:url(../images/black_background.gif);
	background-position:center top;
	background-repeat:repeat-x;
	color:#EEEEEE;
	font-family:"Lucida Grande",Verdana;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:7px 0 8px 10px;
}

table.select_multiple_table tr.odd {
	background-color:#F7F7F7;
}

.select_multiple_name {
	font-weight:bold;
	padding-left:15px;
}

table.select_multiple_table td {
	border-bottom:1px solid #DDDDDD;
	color:#333333;
	font-family:"Lucida Grande",Verdana;
	font-size:11px;
	height:27px;
}

.select_multiple_checkbox {
	text-align:right;
}

table.select_multiple_table tr.even {
	background-color:#FCFCFC;
}

.select_multiple_submit {
	background-image:url(../images/popup_footer.gif);
	background-repeat:repeat-x;
	height:22px;
	padding:10px;
	text-align:right;
}

table.select_multiple_table tr.odd {
	background-color:#F7F7F7;
}

table.select_multiple_table tr.even {
	background-color:#FCFCFC;
}

td.field_title{
	font-weight: bold;
	text-align: right;
}

td.field_value{
	text-align: left;
}

.light{
	color: #7a7a7a;
}

.highlight1{
	color: #536f83;
}

#member_details{
	text-align: left;
	margin: 0px auto;
	width: 500px;
}

.member_image{
	float: left;
	margin-right: 25px;
	width: auto;
}

.member_bio{
	padding: 15px;
}

.member_name{
	float: left;
	padding-top: 25px;
	width: 250px;
}

.member_name h4{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

.small-credit{	
	text-align: right;
	font-size: 10px;
	color: #999999;
}

.doc_comments{
	width: 500px;
	margin: 0px auto;
}

.comment{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	color:#000000;
	cursor:default;
	overflow: auto;
}

.comment h5 {
	border-top:1px solid #EEEEEE;
	font-size:11px;
	margin:2px 0 0;
	padding:3px 6px 1px;
}

.comment_time {
	color:#999999;
	float:right;
	font-size:9px;
	font-weight:normal;
	padding:1px 0;
}

.comment p{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	text-align:left;
	color:#000000;
	line-height:14px;
	margin:0 4px;
	padding:2px 3px;
}

.source_list{
	float: left;
	background:white none repeat scroll 0 50%;
	color:#000000;
	cursor:default;
	overflow-x:hidden;
	overflow-y:auto;
	position:relative;
	width: 250px;
}

.source_results{
	width: 575px;
	margin-left: 25px;
	float: left;
}

.admin{
	color: #f9031a!important;
}

.atag{
	padding: 3px 5px 3px 8px;
	margin: 5px;
}

.addtagarea{
	text-align: center;
	width: 60%;
	margin: 15px auto;
  padding: 10px;
	border: 1px dashed #536f83;
}

.ac_over{
	background-color: #2c8bc2;
}

#calendar{
	margin-top: 15px;
}

.calendar-top{
	text-align: left; 
	padding: 10px; 
	width: 784px; 
	margin: 0px auto; 
	position: relative;
}

.folder{
	list-style-image: url(/images/icons/folder-open_16.png);
}

.folder li{
	line-height: 16px;
}

