@import url("main_sidebarbox.css");
@import url("dev.css");
@import url("utils.css");
@import url("survey.css");
/*
What is found below...
- Standard HTML tags
- Home Page 
- SideBar Box
and more ;-)

*/

body {
	font-family:   verdana, arial, sans-serif;
	font-size:     10pt;
	color:         black;
}

Jbody	{
	Jposition:      absolute;
	Jleft:          0px;
	Jtop:           0px;
	Jpadding-top:    30px;
	padding-bottom: 20px;
	padding-left:   10px;
	padding-right:  10px;
	margin-top:    0px;
	margin-bottom: 0px;
	margin-left:   0px;
	margin-right:  0px;
	font-family:   verdana, arial, sans-serif;
	font-size:     10pt;
	color:         black;

	}

table caption {
	font-size:   10pt;
	font-weight: bold;
	text-align: left;	
	margin : 0px;	
	padding : 0px;		
}

th {
	font-size:   10pt;
	color:       black;	
	font-weight: bold;	
	text-align:left;
}

td {
	font-size:   10pt;
	font-family: verdana, arial, sans-serif;
	color:       black;
	vertical-align: top;	
}

.conference     {
	font-size:   8pt;
	font-family: verdana, arial, sans-serif;
	color:       black;	
	background-color: #AACCFF;
}

.majorconference     {
	font-size:   8pt;
	font-family: verdana, arial, sans-serif;
	color:       black;	
	background-color: #AAFFCC;
}

small {
	font-size: 8pt;
}

blockquote {
	font-style: italic;
	font-size:  8pt;
}

dt {
	font-weight: bold;
}

dt.linkage {
	margin-top: 5;
	margin-bottom: 2;
	font-weight: normal;
	font-size:   8pt;
}
dd.linkage {
        font-style: italic;
	font-size:   8pt;
}

.title {
	font-size:   18pt;
	font-weight: bold;
        color:       white; 
        background-color: #333366;	
	position:    relative;
	left:        0;
	top:         0;
	padding-top:    0px;
        padding-bottom: 0px;
        padding-left:   0px;
        padding-right:  0px;
	margin-left:   5px;
	margin-top:    0px;
	margin-bottom: 0px;
	margin-right:  5px;
	height:      35px;
	font-family: verdana, arial, sans-serif;
}

a {
	color:           #000099;
	text-decoration: none;
	border-bottom:1px #CCCCCC dotted; 
	color: #00377C; /* ACoRN Dark Blue */
}


a:hover {
	color: #0083D7; /* ACoRN Light Blue v2*/
	border-bottom:1px solid #00377C; /* ACoRN Dark Blue */
}


h1      {
	color:         #333366;
	font-size:     15pt;
	font-weight:   bold;
	margin-top:    5;
	margin-bottom: 3;
}
 

h2      {
	color:         #333366;
	font-size:     12pt;
	font-weight:   bold;
	margin-top:    3pt;
	margin-bottom: 3pt;
}

h3      {
	color:         #333366;
	font-size:     10pt;
	font-weight:   bold;
	margin-top:    3pt;
	margin-bottom: 3pt;
}


hr {
	color:         #333366;
}

.dark {
	color:         #333366;
}

.quickjump {
	font-size:     8pt;
	font-weight:   bold;
	margin-top:    5pt;
	margin-bottom: 2pt;
}

/* FOOTER */

.footnote {
	font-size:     8pt;
	margin-top:    5pt;
	margin-bottom: 2pt;
}

.footer {
	font-size:8pt;
}

.footer h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.footer p {
	margin: 0px;
	padding: 0px;
}

.caption      {
	font-size:   8pt;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color:       black;
	text-align:  center;	
}

.displaylist {
	font-size:     8pt;
	margin-top:    0pt;
	margin-bottom: 4pt;
}


table.conf { 
	text-align:       left;
	font-family:      Verdana;
	font-weight:      normal;
	font-size:        11px;
	color:            #404040;
	width:            580px;
	background-color: #fafaff;
	border:           1px #6699CC solid;
	border-collapse:  collapse;
} 

td.confHead { 
	border-bottom:    2px solid #6699CC;
	border-left:      1px solid #6699CC;
	background-color: #BEC8D1;
	text-align:       left;
	font-family:      Verdana;
	font-weight:      bold;
	font-size:        11px;
	color:            #404040; 
	padding-left:     5px;
	padding-right:    5px;
}

td.conf { 
	border-bottom:    1px solid #9CF;
	border-top:       0px;
	border-left:      1px solid #9CF;
	border-right:     0px;
	text-align:       left;
	vertical-align:   top;
	font-family:      Verdana, sans-serif, Arial;
	font-weight:      normal;
	font-size:        11px;
	color:            #404040;
	background-color: #eeeeff; 
	padding-left:     5px;
	padding-right:    5px;
}

td.confHL
{ 
	border-bottom:    1px solid #9CF;
	border-top:       0px;
	border-left:      1px solid #9CF;
	border-right:     0px;
	text-align:       left;
        vertical-align:   top;
	font-family:      Verdana, sans-serif, Arial;
	font-weight:      normal;
	font-size:        11px;
	color:            #404040;
	background-color: #bbddff; 
	padding-left:     5px;
	padding-right:    5px;
}

table.sidebar { 
	color: #404040;
	width: 120px;
	font-size: 11px;
	background-color: #fafafa;
	border: 1px #d79900 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

td.sidebarHead {
	border-bottom: 2px solid #d79900;
	background-color: #d79900;
	text-align: center;
	font-family: times;
	font-weight: bold;
	font-size: 5px;
	color: #404040;
}


td.sidebar { 
 	border-top: 2px solid #d79900;	
	text-align: left;
	font-family: verdana;
	font-weight: bold;
	font-style: italic;
	font-size: 8pt;
	color: #404040;
	background-color: #fafafa;
	padding:     8px;
} 

table.dept { 
	text-align:       left;
	font-family:      Verdana;
	font-weight:      normal;
	width:            580px;
	background-color: #ffffff;
	border:           1px #6699CC solid;
	border-collapse:  collapse;
} 

td.deptHead { 
	border-bottom:    2px solid #6699CC;
	border-left:      1px solid #6699CC;
	background-color: #BEC8D1;
	text-align:       left;
	font-family:      Verdana;
	font-weight:      bold;
	color:            #202020; 
	padding-left:     5px;
	padding-right:    5px;
}

td.dept { 
	border-bottom:    1px solid #9CF;
	border-top:       0px;
	border-left:      1px solid #9CF;
	border-right:     0px;
	text-align:       left;
	vertical-align:   top;
	font-family:      Verdana, sans-serif, Arial;
	font-weight:      normal;
	color:            #202020;
	background-color: #ffffff; 
	padding-left:     5px;
	padding-right:    5px;
}

table.display { 
	text-align:       left;
	font-family:      Verdana;
	font-weight:      normal;
	width:            95%;
	background-color: #ffffff;
	border:           1px #6699CC solid;
	border-collapse:  collapse;
} 

td.displayHead { 
	border-bottom:    2px solid #6699CC;
	border-left:      1px solid #6699CC;
	background-color: #BEC8D1;
	text-align:       left;
	font-family:      Verdana;
	font-weight:      bold;
	font-size:        8pt;
	color:            #202020; 
	padding-left:     5px;
	padding-right:    5px;
}

td.display { 
	border-bottom:    1px solid #9CF;
	border-top:       0px;
	border-left:      1px solid #9CF;
	border-right:     0px;
	text-align:       left;
	vertical-align:   top;
	font-family:      Verdana, sans-serif, Arial;
	font-weight:      normal;
	font-size:        8pt;
	color:            #202020;
	background-color: #ffffff; 
	padding-left:     5px;
	padding-right:    5px;
}


/* Below is a duplicate of the above for TH and TD tags within a display table */
/* Table display for many items, fairly tight */
table.tblDisplay {
	text-align:       left;
	font-family:      Verdana;
	font-weight:      normal;
	background-color: #ffffff;
	border:           1px #6699CC solid;
	border-collapse:  collapse;
} 

.tblDisplay th { 
	border-bottom:    2px solid #6699CC;
	border-left:      1px solid #6699CC;
	background-color: #BEC8D1;
	text-align:       left;
	font-family:      Verdana;
	font-weight:      bold;
	font-size:        8pt;
	color:            #202020; 
	padding-left:     5px;
	padding-right:    5px;
}

.tblDisplay td{ 
    border-bottom:    1px solid #9CF;
	border-top:       0px;
	border-left:      1px solid #9CF;
	border-right:     0px;
	text-align:       left;
	vertical-align:   top;
	font-family:      Verdana, sans-serif, Arial;
	font-weight:      normal;
	font-size:        8pt;
	color:            #202020;
	background-color: #ffffff; 
	padding-left:     5px;
	padding-right:    5px;
}

/* Table Display for only a few items, with more spacing */
table.tblDisplayLoose {
	text-align:       left;
	font-family:      Verdana;
	font-weight:      normal;
	background-color: #ffffff;
	border:           1px #6699CC solid;
	border-collapse:  collapse;
	margin-top:	      10px;
	margin-bottom:	  10px;
} 

.tblDisplayLoose th { 
	border-bottom:    2px solid #6699CC;
	border-left:      1px solid #6699CC;
	background-color: #BEC8D1;
	text-align:       left;
	font-family:      Verdana;
	font-weight:      bold;
	font-size:        0.9em;	
	color:            #202020; 
	padding-left:     5px;
	padding-right:    5px;
}

.tblDisplayLoose td{ 
    border-bottom:    1px solid #9CF;
	border-top:       0px;
	border-left:      1px solid #9CF;
	border-right:     0px;
	text-align:       left;
	line-height:	  1.3em;
	vertical-align:   top;
	font-family:      Verdana, sans-serif, Arial;
	font-weight:      normal;
	font-size:        0.9em;	
	color:            #202020;
	background-color: #ffffff; 
	padding-left:     5px;
	padding-right:    5px;
	padding-top:      4px;
	padding-bottom:   4px;
}

.aMoreinfo {
	font-weight: bold;
}
/* Home Page */
#homeIntro p {
	padding-bottom:0.5em;
	margin:0px;
	font-size: 9pt;	
}

/* Events */
table.eventCourseDetail {
	border: 1px #6699CC solid;
	border-collapse: collapse;
	padding:4px;
	margin-top:12px;
	margin-bottom:12px;
} 

.eventCourseDetail th { 
	font-size:        10pt;
	text-align:       left;
	vertical-align:   top;
	background-color: #8AB0D3; 
	padding: 5px;
} 

.eventCourseDetail td {
	text-align:       left;
	vertical-align:   top;
	padding: 5px;
} 

.eventCourseDetailBorders th, .eventCourseDetailBorders td {
	border: 1px solid black;
} 
table.eventCourseDetailBorders {
	border: 0px; /* Remove the standard table border */
} 


table.eventRegistration {
	border: 1px #6699CC solid;
	border-collapse: collapse;
	padding:4px;
} 

.eventRegistration th { 
	text-align:       left;
	vertical-align:   top;
	background-color: #8AB0D3; 
	padding: 5px;
} 

.eventRegistration td {
	text-align:       left;
	vertical-align:   top;
	padding: 5px;
} 

table.eventReportBudget {
	border: 1px #6699CC solid;
	border-collapse: collapse;
	padding:4px;
	margin-top:12px;
	margin-bottom:12px;	
} 

.eventReportBudget th { 
	text-align:       left;
	vertical-align:   top;
	background-color: #8AB0D3; 
	padding: 5px;
} 

.eventReportBudget td {
	text-align:       left;
	vertical-align:   top;
	padding: 2px;
} 


table.eventReportDownload {
	border: 1px #6699CC solid;
	border-collapse: collapse;
	padding:4px;
	margin-top:12px;
	margin-bottom:12px;	
} 
.eventReportDownload caption { 

}

.eventReportDownload th { 
	text-align:       left;
	vertical-align:   top;
	background-color: #8AB0D3; 
	padding: 5px;
} 

.eventReportDownload td {
	text-align:       left;
	vertical-align:   top;
	padding: 4px;
} 
/* A text reference to the program that applies to the above text */
.programtag {
	font-style: italic;
}


fieldset {
	border:1pt solid #dddddd; padding-top:10px; margin-left:0px;
}
fieldset legend {
	font-weight:bold;
}

/* Highlight admin fields */
fieldset.adminonly {

}

/*
Forms warning messages are in forms.css
*/

select.affiliation,select.association {
	font-size:10px;
}
select.affiliation optgroup {
	font-size:10px;
}


.memberform caption {
	font-size:10pt;
	font-weight:bold;
	text-align: left;
	vertical-align:top;
}

.memberform th {
	font-size:10pt;
	text-align: left;
	vertical-align:top;
}

.memberform th.fieldgroupheading {
	color:#00377C; /* ACoRN Dark Blue */
	font-weight:bold;
	font-size:12pt;
	text-align: left;
}

.memberform th.fieldgroupsubhead {
	color:#00377C; /* ACoRN Dark Blue */
	font-weight:bold;
	font-size:11pt;
	text-align: left;
}


.PublicationMethodDisplay {
	margin:0;
	padding:0;
}
.PublicationMethodDisplay td {
	border:none;
}

table.applicationcontainer {
	padding-bottom:5px;
}
table.applicationcontainer td{
	font-weight:bold;
}




/* Misc */
.comment {
	font-family:   verdana, arial, sans-serif;
	font-size:     10pt;
	color:         green;
	background-color: silver;
	margin-left:   5;
	margin-top:    5;
	margin-bottom: 5;
	margin-right:  5;
}

/* General */
.tight {
	padding:0;
	margin:0;
}

.UnderDevelopment {
	background-color:#FFFF99;
}

