@import url("icons.css");
@import url("color4a.css");
@import url("IRBDesk/irb.css");

/*General Structural CSS*/
img {
    border:0px;
}
body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:62.5%;
    background-color:white;
    margin:0px;
	padding:0px;
	background-image:url('../images/backshadow.png');
	background-repeat:repeat-y;
	background-position:center;
}

p {
    margin-left:1em;
    margin-top:1em;
}


#main_wrap {
	width:797px;
	margin-right:auto;
	margin-left:auto;
	background-color:white;
/*	border:1px solid #0084a9;*/
}

#header {
	height:90px;
	/*background-color:white;
	background-image: url('../images/ELEBackdrop3.png');*/
	background-repeat:no-repeat;
	background-position:top right;
         text-align:left;
}

#lowercontent {
	/*This div is designed to allow for float clearing the main 2-3 column layout using overflow and a faux column for the left*/
	background-image:url('../images/backgroundborder6.gif');
	background-repeat:repeat-y;
	font-size:1.2em;
	/*overflow:hidden;
	width:99.5%;
	margin-top:0px;
	padding:0px;*/
}
#singlecol div.tool {
    margin:1em;
}
#lowercontent.columns {
    background-image:url('../images/backgroundborder62.gif');
    }

#leftcontent {
	/*This div is where the leftward navigational menu content is contained, as a floating column*/
	/*float:left;
	width:140px;*/
	padding-top:5px;
	font-size:.8em;
	color:black;
         position:relative;
}
#leftcontent #hosted {
    /*bottom:0em;
    position:absolute;*/
}

#leftcontent #hosted p img {
    margin:0px;
}

#centercontent {
	/*This div contains either a single column or two columns, other than the leftward menu.  It is designed to allow for float clearing using overflow.*/
	/*overflow:auto; 
	width:auto;*/
	background:#fff;
	/*padding:8px 8px 8px 20px;*/
}

#leftcol {
	/*This div contains the main content of whatever 3-column page is being viewed*/
	/*margin-right:215px;*/
        
       
}

#leftcol div.tool {
    margin:1em;
}

#rightcol {
	/*This div contains the rightmost menu of a 3-column page*/
	/*float:right;
	width:180px;*/
	/*border-left:1px solid #7a737b;*/
	/*padding-left:5px;*/
}

#header_inner {
	/*This div is questionable; it may not be necessary, but a holdover from the tab menu*/
	position:relative;
	margin : 0px;
  }
/*Breadcrumb Trail*/
#breadcrumb {
    height:14px;
    font-size:9px;
    background-color:white;
    color:black;
    text-align:right;
    padding-right:20px;
    
}
#breadcrumb a{
    line-height:16px;
    color:black;
    
}
/*Horizontal Contextual Menu CSS*/

#contextmenu {
	height:28px;
	font-size:11px;
	margin:0px 0px 0px 0px;
	/*background-color:#0084a9;*/
	padding-left:10px;
}

#nav, #nav UL {
	font-weight:bold; 
    /*background-color: #0084a9;*/
    LINE-HEIGHT: 1; LIST-STYLE-TYPE: none;
	text-align:left;margin:0;padding:0;height:28px;
}

#nav A {
	DISPLAY: block; WIDTH: 8em; COLOR: white; TEXT-DECORATION: none;line-height:28px;
}

#nav LI {
	PADDING-LEFT: 1em; FLOAT: left; PADDING-BOTTOM: 0px; WIDTH: 8em; PADDING-TOP: 0px
}
#nav LI UL {
	BORDER-TOP-WIDTH: 0.25em; FONT-WEIGHT: normal; BORDER-LEFT-WIDTH: 0.25em; LEFT: -999em; BORDER-BOTTOM-WIDTH: 0.25em; MARGIN: 0px 0px 0px -1em; WIDTH: 16.9em; POSITION: absolute; HEIGHT: auto; BORDER-RIGHT-WIDTH: 0.25em;
	/*border:solid #0084a9;background-color:white;*/
}
#nav li UL.learn_nav {
    width:25.9em;
}
#nav li UL.learn_nav li {
    width:23.9em;
}

#nav li ul.learn_nav a {
    width:23.9em;
}
#nav LI LI {
	PADDING-RIGHT: 1em; WIDTH: 14.9em;padding-left:1em;
}
#nav LI UL A {
	WIDTH: 14.9em;
	/*color:black;*/
	font-size:10px;
}
#nav LI UL UL {
	MARGIN: -2.25em 0px 0px 15em;
}
#nav LI:hover UL UL {
	LEFT: -999em
}
#nav LI:hover UL UL UL {
	LEFT: -999em
}
#nav LI.sfhover UL UL {
	LEFT: -999em
}
#nav LI.sfhover UL UL UL {
	LEFT: -999em
}
#nav LI:hover UL {
	LEFT: auto;
         z-index:1000;
}
#nav LI LI:hover UL {
	LEFT: auto
}
#nav LI LI LI:hover UL {
	LEFT: auto
}
#nav LI.sfhover UL {
	LEFT: auto;
         z-index:1000;
}
#nav LI LI.sfhover UL {
	LEFT: auto
}
#nav LI LI LI.sfhover UL {
	LEFT: auto
}

/*CSS rules specific to the left static menu*/

#leftcontent h2,h3 {
	font-size:1.1em;
	margin:0px;
	font-weight:normal;
}
#leftcontent a, #leftcontent a {
	text-decoration:none;
	/*color:black;*/
}
#leftcontent a:hover, #leftcontent a:hover {
	text-decoration:underline;
}
#leftcontent ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#leftcontent ul li {
	margin:5px 0px 5px 6px;
}

#leftcontent ul.poplist ul#topiclist {margin:5px;padding:3px;background-color:#eeeeee;}
#leftcontent ul.poplist ul#topiclist h3 {font-weight:normal;border-bottom:1px solid black;font-size:1.1em;margin-left:0px;}

#extras {
	width:85%;
	/*border:1px solid #0084a9;
	background-color:#f7f7f7;*/
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	margin-bottom:10px;
	font-size:.9em;
}

#leftcontent ul.messages{
    margin-left:2em;
}

#leftcontent ul.messagecenter {
    margin:2px;
    padding:2px;
    /*background-color:#0084a9;
    color:white;*/
}

/*CSS rules specific to the footer*/

#footer {
	/*background-color:#a0ce67;*/
	padding:5px 0px 5px 0px;
	font-size:.8em;
	font-weight:bold;
	/*color:black;*/
	text-align:right;
}

#footer a {
	/*color:black;*/
	text-decoration:underline;
}

/*CSS Rules specific to the main user homepage content*/

#headerinfo {
	margin:1em;
}
#avatar {	
	margin-right:10px;
}
#headerinfo h1 {
	font-size:1.4em;
	margin-top:3px;
	margin-bottom:3px;
	font-weight:bold;
	font-family:georgia,times,serif;
}

#info p {
	margin:3px 0px 3px 0px;
}
#headerinfo p.manage {
	font-size:.8em;
	text-align:right;
    margin-right:10px;
}
#headerinfo #info p.interests {
	font-size:1em;
}

#blog a.add {
	/*background-color:#0084a9;*/
	padding:5px;
	font-size:.8em;
	font-weight:bold;
	/*color:white;*/
	text-decoration:none;
}
#gen_ann h3, div.feeditem.groupAnnouncement h3 {
    font-weight:bold;
    font-size:1.0em;
    border:0px;
}

/*CSS Rules specific to the splash page*/

#browse_functions {
	/*background-color:#f5f5f5;
	border:1px solid #cccccc;*/
	/*padding:5px;*/
	/*float:right;
	overflow:hidden;
	width:385px;*/
         /*margin-left:5px;*/
}

#searchMain {
    overflow:hidden;
    width:99.5%;
}

#browse_functions.main_search {
	/*background-color:#f5f5f5;
	border:1px solid #cccccc;*/
	padding:10px;
	float:none;
	overflow:hidden;
	width:375px;
        margin-left:0px;
}

#browse_functions ul {
	margin:1em 1em 0 1em;
	padding:0px;
	 list-style : none;
	font-size:.8em;
}
#browse_functions ul li a {
    text-decoration:none;
    /*color:#6a737b;*/
}
#browse_functions ul li a:hover {
    text-decoration:underline;
}
#browse_functions div.browse_list {
	/*width:45%;
	margin-right:8px;*/
}

#browse_functions div.browse_list h3 {
	margin:0px 3px 0px 3px;
	font-size:1.0em;
}
#browse_functions div.browse_list h4 {
	margin:3px 3px 0px 1em;
	font-size:.8em;
    font-weight:bold;
}
#browse_functions div.browse_list p {
	margin:3px 3px 0px 1em;
	font-size:.8em;
    
}

div.splash_recs dt {
	font-weight:bold;
}

div.browse_list p.see_more {
	margin:2px;
	float:right;
}

div.browse_list p.see_more a{
	font-size:.9em;
	text-decoration:none;
}

/*Miscellaneous CSS rules*/

div.tool {
	padding-bottom:0px;
}

div.tool.adminPanel {
    background-color:#dddddd;
    border:1px solid #aaaaaa;

   
}

.color1 {
	background-color:#eeeeee;
}
.color0 {
	background-color:white;
}

/*General header styles across sections*/

div.tool h3, #login h3, #reviewerlist h3,#search_functions h3,div.splash_recs h3 {
	/*color:black;*/
	margin:5px 0px 5px 0px;
	padding:4px 4px 4px 4px;
	font-size:1.3em;
	font-weight:normal;
	/*border-bottom:1px solid #0084a9;*/
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.tool h3 span.headerSubtitle {
    font-size:.6em;color:black;font-weight:bold; 
}
div.tool h3.registerHeader {
    height:35px;
    padding-left:40px;
    /*background-image:url('../images/RegisterHeader.png');*/
    background-repeat:no-repeat;
}
div.tool h3.groupHeader {
    height : 45px;
    padding-left:40px;
    /*background-image:url('../images/GroupHeader.png');*/
    background-repeat:no-repeat;
}
div.tool h3.resourceHeader,div.tool h3.colleagueHeader {
    height:35px;
    padding-left:40px;
    /*background-image:url('../images/ResourceHeader.png');*/
    background-repeat:no-repeat;
}
div.tool h4 {
    font-weight:bold;
    font-size:1.15em;
    margin-left:1em;
    }
div.tool h6 {
    font-weight:bold;
    font-style:italic;
    font-size:.9em;
    margin-left:1.15em;
    }

div#centercontent div#singlecol div.tool p {
    margin-left:2em;
}

/*CSS rules for tools, which are any module in the system*/

div.tool h3 .add {
	/*color:#0084a9;*/
	font-size:.7em;
	float:right;
	font-weight:normal;
}

div.tool .add a {
	/*color:#0084a9;*/
	text-decoration:none;
}
div.tool .comments {
	font-size:.8em;
	text-align:right;
}

div.tool.feed.announce ul li p {
	font-style:italic;

}

div.tool.feed p {
	/*line-height:20px;*/
	margin-top:3px;
	margin-bottom:3px;
         }
div.tool.info p {
	margin: 0px 5px 0px 5px;
}
div.tool.feed img {
	vertical-align:middle;
         float:none;
         margin:0px;
}
div.tool ul {
	list-style:none;
	/*margin-left:-3em;*/
	/*padding-left:1em;*/
	margin-left:0px;
	margin-top:3px;
	margin-bottom:0px;
	
}
div.tool.adminPanel ul{
    margin-left:4em;
}

#rightcol div.tool {
    margin-right:1em;
}

#rightcol div.tool ul {
	font-size:.8em;
}
#rightcol div.tool ul li {
    margin-left:1em;
    margin-top:3px;
}
#rightcol div.tool p {
    font-size:.8em;
}
div.tool p.searchby {
    text-align:right;
}

div.feeditem li {
	margin-left:2em;
	/*text-indent:-2em;*/
	font-size:1.2em;
}

#leftcol div.feeditem li {
	font-size:1em;
}

div.collapsed ul {margin-top:0px;}

div.control_panel {
	height:16px;
	width:34px;
	float:right;
}
div.control_panel2 {
	float:right;
}

div.tool div.add {
	/*color:black;*/
	font-size:.8em;
	text-align:right;
	font-weight:normal;
	margin-top:5px;
}

/*rules for the Resource Types page*/

.typeDescription {
    width:99.5%;
    overflow:hidden;
}

.typeRecent {
	background-color:#f5f5f5;
	border:1px solid #cccccc;
	padding:5px;
	float:right;
	overflow:hidden;
	width:325px;
         margin:10px;
}

div.typeDescription ul {
	margin:0px;
	padding:0px;
	 list-style : none;
	font-size:.8em;
}

div.typeDescription h3 {
	margin-top:0px;
	font-size:1.0em;
}

p.searchby a {
     /*   background-color:#0084a9;*/
	padding:5px;
	font-size:.8em;
	font-weight:bold;
	/*color:white;*/
	text-decoration:none;
         }
/*p.searchby a:hover {
         background-color:#a0ce67;
         color:black;
         }*/

/*globalnav*/

#globalnav {
/*	position:relative;*/
/*	float:left;*/
	overflow:hidden;
	width:95%;
	padding:0 0 0 1em;
	margin:0;
	list-style:none;
	line-height:1em;
	/*border-bottom:3px solid #6a737b;*/
	font-size:10px;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	/*color:#000;*/
	text-decoration:none;
	font-weight:bold;
	/*background-color:#ddd;
    background-image:url('../images/tabback.png');*/
    background-repeat:repeat-x;
    background-position:bottom left;
	margin:0 3px 0 0;
	padding:0.75em 1em;
	/*border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;*/
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	/*background-color:#6a737b;
         color:white;
         background-image:url('../images/tabbackactive.png');*/
    background-repeat:repeat-x;
    background-position:top left;
}

/*#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}*/

#globalnav A.preview {
	display:block;
	/*color:#0084a9;*/
	text-decoration:none;
	font-weight:bold;
	/*background:white;*/
	margin:0 3px 0 10px;
	padding:0.25em 1em;
	font-size:.8em;
	/*border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;*/
}

/*#globalnav A.preview:hover,
#globalnav A.preview:active {
	background:white;
}*/

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	/*background:#6a737b;*/
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	/*border-top:1px solid #fff;*/
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	/*background:#6a737b;
	color:#fff;*/
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

/*#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;
}*/

.submission_steps {
	padding-top:10px;
}

input, textarea, select {
	/*border:1px solid #7a737b;
	background-color:#eeeeee;*/
         font-size:.8em;
}

#login input {
    font-size:1em;
}

th {
	 text-align:left;
}

.alert {
	/*background-color:#af2626;
	color:white;*/
	padding:2px;
	font-size:10px;
	font-weight:bold;
        position:relative;
}

.assigned {
	font-size:.8em;
}

.tool_wrap {
	/*background-image:url('images/toolbg.png');
	background-repeat:repeat-x;
	background-position:bottom;*/
	padding-bottom:5px;
}

#leftcontent ul li ul li {
	margin:0px;
}

div.logger {
	 /*background-color:#a0ce67;
     
	border-left:white 1px solid;*/
	width:75px;
	text-align:center;
	float:right;
}

div.login_status {
	float:right;
	/*color:white;*/
	line-height:28px;
	font-weight:normal;
	font-size:10px;
}

div.logger a {
	/*color:black;*/
 	font-size:11px;
    font-weight:bold;
    line-height:28px;
    text-decoration:none;
    width:75px;
    display:block;
}

#logged_in {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	/*background-color:#0084a9;
	color:white;*/
	padding:3px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#login {
	position: absolute;
	visibility: hidden;
	width: 250px;
	height: 165px;
	left: 300px;
	top: 300px;
	/*background-color: white;
	border: 3px solid #666;*/
	padding: 10px;
	z-index:1;
	/*color:black;*/
}

#login_close {
	float: right;
}

#login form {
	background-color:#f7f7f7;
	padding:2px;
}
#headertop input {
	font-size:10px;
}
table.createGroupTable {
    margin-left:2em;
    width:90%;
}
table.createGroupTable td {
    vertical-align:top;
    width:50%;
    font-size:1em;
    
}
table.submitResourceTable {
    margin-left:2em;
    width:90%
}
table.submitResourceTable td {
    vertical-align:top;
}

th a {
	/*color:#0084a9;*/
	text-decoration:none;
}

th a:hover {
	/*color:#0084a9;*/
	text-decoration:underline;
}

#lowerthree {
	overflow:hidden;
	width:600px;
	margin-top:0px;
         
}
#search_functions {
    
}
.splashblurb {
	/*width:190px;
	float:left;
	margin:5px;*/

	text-align:center;
}
.splashblurb h4 {
	
	/*padding:4px;*/
         height:28px;
         line-height:28px;
	text-align:center;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom:2px;
	margin-top:5px;
         margin-left:auto;
         margin-right:auto;
         font-weight:bold;
}
.splashblurb h4 a {
    
    text-decoration:none;
    width:180px;
    display:block;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:.8em;
}
.splashblurb p {
	text-align:left;
	/*padding:3px;*/
	font-size:0.9em;
	margin-top:2px;
	margin-bottom:2px;
         margin-left:5px;
         
}
.splashblurb p.tag {
    
    width:210px;
    text-align:center;
    margin-bottom:2px;
}
.splashblurb p.tag a {
	padding:2px;
	font-weight:bold;
	
	/*color:black;
	text-decoration:none;*/
         /*margin-left:5px;*/
         /*text-align:center;
         width:100%;
         margin-left:auto;
         margin-right:auto;*/
         
    
}
.splashblurb img {
	margin:2px;
}

#learnblurbfooter {
	/*background-image:url('../images/blurbfilllearn.png');*/
	background-position:bottom;
	background-repeat:repeat-x;
         
}
#connectblurbfooter {
	/*background-image:url('../images/blurbfillcontribute.png');*/
	background-position:bottom;
	background-repeat:repeat-x;
	
}
#contributeblurbfooter {
	/*background-image:url('../images/blurbfillconnect.png');*/
	background-position:bottom;
	background-repeat:repeat-x;
}
/*#learnblurbheader h4 {
	background-color:#6a737b;
         color:white;
}

#learnblurbheader h4 a {
    color:white;
}

#connectblurbheader h4 {
	background-color:#a0ce67;
	color:black;
}
#connectblurbheader h4 a {
    color:black;
}
#contributeblurbheader h4 {
	background-color:#0084a9;
         color:white;
}
#contributeblurbheader h4 a {
    color:white;
}*/
.login_submit {
    /*background-color:#a0ce67;
    color:black;*/
    font-size:10px;
    font-weight:bold;
}

.login_submit2 {
    /*background-color:#a0ce67;
    color:black;*/
    font-size:12px;
    font-weight:bold;
    line-height:28px;
    text-decoration:none;
}
#leftcontent ul.poplist h2 {
    /*color:white;*/
    font-weight:bold;
}
#leftcontent ul.poplist h2 a {
	/*color:white;*/
	font-weight:bold;
}
#leftcontent ul.poplist {
  
	/*background-color:#6a737b;*/
	margin:3px;
	padding-top:2px;
	padding-bottom:2px;
}
#leftcontent ul.poplist.second {
    /*background-color:#0084a9;*/
}

#leftcontent ul.poplist li a {
    /*color:white;*/
}

table.register_table td, table.register_table th {
	font-size:10px;
}

table.register_table td.view_rights,table.register_table th.view_rights {
	text-align:center;
}
.selectSubmenu {
    margin-left:2em;
}
/*tr.viewableRow {
    background-color:#0084a9;
    color:white;
}


td.reg_color_1 {
    background-color:#eeeeee;
}*/
table#search_results h3 {
    margin-top:2px;margin-bottom:2px;
    font-size:1.0em;
    border:0px;
    font-weight:bold;
}
table#search_results h2 {
    margin-top:2px;margin-bottom:2px;
    font-size:1.0em;
    border:0px;
    font-weight:bold;
}
p.myRating {
    text-align:left;font-size:.8em;margin:2px;
}
p.resourceTitle{
    margin-top:2px;margin-bottom:2px;
    font-size:1.2em;
}

p.expand {
    /*margin-top:5px;
    padding:3px;*/
    /*background-color:#0084a9;*/
    /*font-weight:bold;*/
    /*color:white;*/
    /*width:50px;
    text-align:center;
    float:right;*/
    margin:2px;text-align:right;
}

p.expand a {
    font-weight:bold;
    /*color:white;*/
    text-decoration:none;
}

/*Admin Panel CSS*/

table#admin_roles {
    margin-left:2em;
}

table#admin_roles select{
    font-size:.8em;
}

table#admin_roles th {
    text-align:center;
}

/*Editor's Desk CSS*/
table#in_prog select,table#to_do select,table#new_sub select,table#inprog_monitor select{
    font-size:.8em;
}

/*table#reviewManage th {
    background-color:#0084a9;
    color:white;
}*/
div.form_page table td,table.colleagueList td,table.colleagueList th {
    vertical-align:top;
}

div#centercontent div#singlecol div.tool div.form_page tr.pageItem td p {
     margin-left:0px;
}
div.form_page p img {
    float:none;
    margin:0px;
}
tr.oddRow {
    background-color:#f5f5f5;

}/*  height:100px;
}

div.tool tr{

    height :120px;
}
*/

tr.tableHeader {
    background-color:white;
    
}
tr.tableHeader th {
    font-weight:bold;
    /*border-bottom:1px solid #0084a9;*/
}

span.smallDelete a{
    font-size:.8em;
    /*color:#0084a9;*/
    text-decoration:none;
    font-weight:bold;
}

.regsmall,.subsmall {
    font-style:italic;
    font-size:.8em;
}

div.tool.submission .buttons, div.tool.review .buttons, div.tool.adminPanel .buttons
{
    /*background-color:#0084a9;
    color:white;*/
    font-size:1em;
    font-weight:bold;
    padding:3px;
    cursor:pointer;
}




span.assignReviewer {
    padding:2px;
    /*background-color:#0084a9;*/
    font-weight:bold;
    /*color:white;*/
    
    text-align:center;
    
    font-size:.8em;
}

span.assignReviewer a {
    font-weight:bold;
    /*color:white;*/
    text-decoration:none;
}

/*popup window styles*/
#wrapper_popup {
    /*width:600px;
    margin-left:auto;
    margin-right:auto;*/
    margin-top:0;
}
#header_popup {
    height:60px;
    /*width:600px;*/
    /*background-image:url('../images/ELELogo50.png');*/
    background-repeat:no-repeat;
    background-position: 10px 50%;
    /*border-bottom:5px solid #0084a9;*/
    text-align:center;
}
#header_popup h1{
    /*color:#0084a9;*/
    line-height:60px;
    margin-left:100px;
    margin-top:0px;
    text-align:left;
}
#body_popup {
    width:90%;
    margin-right:auto;
    margin-left:auto;
}
#body_popup table {
    text-align:left;
}
#body_popup th {
    /*color:white;*/
    /*text-decoration:underline;*/
    height:40px;
    /*background-color:#0084a9;*/
    font-size:1.0em;
}
#body_popup th.reviewerCell {
    width:250px;
    
    
}
#body_popup td.forumPoster {
    /*background-color:#0084a9;*/
    color:white;
    width:25%;
}
#body_popup p.forumQuote {
    margin-left:5em;
    border:1px solid #cccccc;
}

div#body_popup p a.function {
        font-size:1.0em;
        /*color:white;*/
        padding:3px;
    /*background-color:#6a737b;*/
    }

div#body_popup table.forum {
    /*border:1px solid #6a737b;*/
}

div#body_popup a.buttons {
    background-color:#EEEEEE;
border:1px solid #6A737B;
color:black;
padding:3px;
text-decoration:none;
font-weight:bold;
}

p.group_info {
margin-bottom:3px;
margin-top:3px;

}
/* Support for the "iehover-fix.js" */

ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid: DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul.nav li { z-index: 201; }

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */
/* Stuff for asg specific error and debugging */
span.error {
	/*color: #af2626;*/
         display:block;
}
span.required {
    /*color:#af2626;*/
}

/*explanatory pages*/

div.expPic {
    float:right;
    margin:10px;
    width:185px;
    text-align:center;
}

div.expPic h4 {text-align:center;padding:3px;margin:10px;}

div.expPic h4 a {
    color:white;
    font-weight:bold;
    text-decoration:none;
}
div.splitDiv {
    overflow:hidden;
    width:95%;
    margin-left:1em;
    }
div.splitDiv p {
    margin-top:0px;
    margin-bottom:0px;
    font-size:0.8em;
}
#memberSearchResult,div.toolSearchResults {
    background-color:#f5f5f5;
    border:1px solid #cccccc;
    margin-top:1em;
    margin-bottom:1em;
    padding:5px;
}
div.toolSearchResults p {
    margin:3px;
}
div.myGroupDesc {
    margin-top:1em;
    margin-bottom:2em;
}
div.myGroupDesc p {
margin:2px 1em 2px 5em;
text-indent:-3em;
}
div.myGroupDesc h4, div.groupPage h4 {
    margin-bottom:5px;
}
div.toolSearchResults.groupList div.subp {
    margin-left:3em;
    font-size:.8em;
}
div.toolSearchResults.groupList a.function,div.tool h3 a.function, #groupInfoSwitch.function, div.tool h4 a.function, div.tool a.function, div#body_popup a.function, div.tool span.function{
    /*color:#0084a9;*/
    font-weight:bold;
    text-decoration:underline;
    font-size:.8em;
    position:relative;
}
span.function {
    cursor: pointer;
}
div.toolSearchResults.memberList ul {
    margin-left:2em;
    font-size:.8em;
}
div.tool h3 a.function {
    font-size:.6em;
}
div.toolSearchResults.groupList img, img.expandingArrow {
    float:none;
    margin:0px;
}
div.group_info {
    margin-left:1em;
    font-size:.8em;
}
div.meeting_info p{
    margin-left:2em;
    margin-top:3px;
    margin-bottom:3px;
}
div.meeting_info ul{
    margin-left:2em;
}
div.tool.groupPage ul {
    margin-left:2em;
    margin-bottom:1em;
}
div.tool.groupPage p {
    margin-left:2em;
}
div.tool.groupPage ul {
    margin-bottom:2em;
}
div.tool div.infoItem {
    margin-bottom:1em;
}

div#memberSearchResult ul {
    list-style-type:none;
    padding:0;
    margin:2em;
}

div#memberSearchResult ul li {
    font-size:.8em;
}
div#memberSearchResult li.IRBChair,div.tool li.IRBChair {
    color:#002c5f;
}

div.meetingModules h1 {
    font-size:1.3em;
    text-align:center;
    padding:3px;
    font-weight:bold;
}
div.tool div#modulesForMeeting div.moduleEntry {
    
    margin:5px 5px 5px 5px;
    padding:5px;
    }
div.tool div#modulesForMeeting div.moduleEntry em {font-size:.8em;}

div.tool div#modulesForMeeting div.moduleEntry a {color:white;font-weight:bold;}

table#group_forum {
    margin-left:1em;    
}
table#group_forum span.replies {
    font-size:.8em;
    font-style:italic;
}
table#group_forum div.threadButton {
    /*background-color:#0084a9;
    color:white;*/
    font-weight:bold;
    width:100px;
    text-align:center;
    font-size:.8em;
    padding:2px 0 2px 0;
}

.defaultSkin .mceStatusbar div{font-size:10px;}
div.debug_hide#asg_debug {
	display: none;
}

div#asg_debug {
	color: gray;
	border: 1px solid #cc0000;
	background: #e0e0e0;
	padding: 0;
	margin-top: 30px;
	display: block;
}

div#asg_debug a.close_button {
	font-size: 10pt;
	font-family: sans-serif;
	color: white;
	background-color: #cc0000;
	border: 1px solid black;
	float: right;
	padding: 0 0.3em;
	margin: 0.1em 0.1em 0 0;
	cursor: pointer;
	font-weight: bold;
}

div#asg_debug ul {
	list-style-type: disc;
}

div#asg_debug ul.info h1,
div#asg_debug ul.info h2 {
	margin: 0em;
	padding: 0em;
	color: black;
}

div#asg_debug ul.info h1 {
	font-size: 1.5em;
}

div#asg_debug ul.info h2 {
	font-size: 1.2em;
}

div#asg_debug .key {
	color: red;
}

div#asg_debug .value {
	color: blue;
}

div#asg_debug ul.info table thead th {
	border-bottom: solid black 1px;
}

div#asg_debug ul.info table th,
div#asg_debug ul.info table td {
	padding: 0 1em 0 0;
	text-align: left;
}

div#asg_debug ul.info table th {
	color: black;
}

textarea.commentBox {
    height: 100px;
    width:  248px;
    font-size: 1em;
}

#groupCreation textarea {
    height:100px;
}

/* New additions for the auto complete feature box */
/*div#tagSearchResultContent {*/
.tagSearchResultContentStyle {
  position:relative;
  width:auto !important;
  background-color:white;
  border:2px solid #888;
  margin:0;
  padding:0;
}
/*div#tagSearchResultContent ul {
  list-style-type:none;
  margin:0;
  padding:0;
  height:300px ;

} */
div#tagSearchResultContent ul li.selected{ background-color: #ffb;}

div#tagSearchResultContent ul li {
  list-style-type:none;
  display:table-row;
  margin:auto;
  padding:2px;
  cursor:pointer;
}
.memberList{
  font-size:12pt;
  font-style:italic;
  font-family:sans-serif;
}
.resignStyle{
    background-color:#223261;

    	color:white;
        padding:2px;
	font-size:10px;
	font-weight:bold;
        font-style:italic;
}
.dueDateStyle{
    color:red;
}
.aboutUsStyle{
    color:#70BF38;
    font-size:18px;
    font-weight:bold;
    font-style:italic;
}

.listStyle{
   
    list-style:disc outside !important;
    
    
    
}

.indented{
    padding-left:50pt;
    padding-right:20pt;
}


.circleStyle{

     list-style:circle outside !important;
}

.squareStyle{

     list-style:square outside !important;

}
.aboutUsContactStyle{
    color:#223261;
    font-size:18px;
    font-weight:bold;
    
}

