@import url(/style/shared/RFStyle.css);

.margin {
	width:700px;
}

BODY {
    background-color: #FFFFFF;
    font-family: Arial, sans-serif;
    color : #333;
}

#wrapper {
	width: 939px;
	border: 1px solid #E2E2E2;
	margin: 15px auto;
	padding: 12px;
}

#content {
	padding: 12px;
}

#content p {
	font-size: 14px;
}

.navbar {
	width: 939px;
	height: 36px;
	background-color: black;
	color: white;
}

.navbar ul{
	float:left;
	width:auto;
	padding:0;
	margin:0;
	list-style-type:none;
}

.navbar a {
	float:left;
	text-decoration:none;
	color:white;
	padding: 10px 11px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 12px;
}

.navbar a:hover {
	background: #5C5D5F url("/htdocs/esa/2011/nav_hover.jpg") repeat-x;
	padding: 10px 11px;
	color: white;
}

.navbar li {
	display: inline;
}

.navitem {

}

#content .content {
	border: 1px solid #DDE8EE;
	padding: 10px;
	width: 581px;
	float: left;
	margin-top: 12px; /* added by Karen */
}

.clear-block {
	display: block;
}

span.accepted {
    
  font-weight:bold;  
  color : Green;
}

span.rejected {
    
  font-weight:bold;  
  color : Red;
}


/* --COLORS --*/
  
.notecolor { 
  color : #000000;}
.headcolor {
  color : #000000;}  
.accentcolor {
  color : #000000;}  
.errorcolor {
  color : #FF0000;} 

/* -- BOLD IS LIKE REGULAR LINK --*/
/*
HR {
  align:left;
  border : none;
  margin-left : inherit;
  color : Silver
  }
*/  
P, LI, td { 
        font-size: small;
}


/* --  HEADERS --*/

.mainhead { 
    font-family: Arial, Sans-serif;
    font-size: large;
    font-weight: bold;
}


.pagetitle{   
    font-weight: bold;
    font-size:large;
    font-family: Arial, Sans-serif;
}


H2 { 
	color: #000000;
	font-size: 30px;
	font-weight: normal;  
	margin: 0; /* changed bottom margin from 12px to 0 by Karen */
	padding: 0; /* added by Karen */
}

H3 { 
    font-family: Arial, Sans-serif;
    font-weight: bold;
	margin-top: 0px;
	font-size: 16px;
    }
    
H4 {
    font-family: Arial, Sans-serif;
    font-size:   14px;
    font-weight: bold;
	color: #0C5E90;
}

/* --  REGULAR LINK --*/

A { 
    font-family: Arial, Sans-serif;
    /* font-size: small; */   /* removed by Karen */
    color: #000099;
}

A:active { 
    font-family: Arial, Sans-serif;
    font-size: small;
    color: #000099;
}

A.visited { 
    font-family: Arial, Sans-serif;
    font-size: small;
    color: #666666;
}

A:hover
{
    XCOLOR: #aaaaaa;
  color: #aaaaaa;
}


.note {
    color:#000000;
    font-weight: bold;
}

.confirmtext {
    color: Navy;
    font-weight: bold;
}

.error {
    color: Red;
}


/* New Staff Page Layout Styles (March 2006) */
TD.staffmain { background-color: #00612e;
               color: #FFFFFF;
               text-align: center;
               vertical-align: center;
               font-weight: bold;
             }

TD.staffhead { background-color: #5ba558;
               color: #FFFFFF;
               text-align: center;
               vertical-align: center;
               font-weight: bold;
             }

TD.staff { vertical-align: top;
           width: 350;
         }
         
H3.staff { font-size:   small;
           font-weight: bold;
           color: #00612e;
         }

H4.staff { 
           font-weight: bold;
           color: #00612e;
         }

.tabstaffdate {
color:#00612E;
font-size:small;
font-weight:bold;
}

a.tooltip span {
	display: none;
	 text-decoration: none;
}

a.tooltip:hover {
	overflow: hidden;
	  text-decoration: none;
}

a.tooltip:hover span {
	display: inline;
	border: 1px solid black;
	position: absolute;
	color: #000000;
	background-color: #DFDFDF;
	padding: 2px;
	margin-left: 2px;
	overflow: hidden;
}

.banner {
	width: inherit;
}

/* CFP STYLES */
body#cfp {
	text-align: center;
	margin: 15px auto;
	padding: 0;
}

#cfp #wrapper {
	width: 963px;
	border: 1px solid #E2E2E2;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#cfp #header {
	margin: 12px 12px 0 12px;
	text-align: left;
}
#cfp .navbar {
	margin: 0 12px;
	text-align: left;
}
#cfp #content {
	margin: 12px 0;
	text-align: left;
}
#cfp #sidebar {
	margin: 0 12px;
	text-align: left;
}
#cfp #footer {
	margin: 12px;
	text-align: left;
}
#cfp .banner a:visited {
	text-decoration: none;
}
#cfp #content .content form input {
	margin: 5px 0 0 0;
	padding: 4px 6px;
	background-color: #ddf;
	color: #000;
	border: 4px solid #99a;
	border-radius:4px;
	-moz-border-radius:4px; /* Firefox 3.6 and earlier */
}

/* CFP Sidebar */
#sidebar {
    float: right;
    position: relative;
    width: 300px;
    z-index: 0;
	bottom: 12px;
}
#sidebar .block {
    border: 1px solid #0B5E90;
    display: block;
    margin-bottom: 10px;
    padding: 20px;
}
#sidebar .block h2 {
    color: #0A5F90;
    font-size: 20px;
    font-weight: normal;
}
#sidebar .block a {
    color: #0A5F90;
    font-size: 14px;
    margin-bottom: 10px;
	text-decoration:none;
	
}
#sidebar .block ul {
    display: block;
    list-style: none outside none;
    padding-left: 0;
}
#sidebar .sidecontent img {
    border: 0 none;
    width: 300px;
}
#sidebar .sidecontent p {
    margin: 5px 0;
}
.sidecontent li {
    margin-bottom: 10px;
}

/* CFP footer */
#footer {
    clear: both;
    height: 120px;
    margin-bottom: 15px;
    padding-top: 20px;
}
#footerblock1 {
    display: inline-block;
    float: left;
    margin-bottom: 4px;
    margin-left: 50px;
}
#footerblock2 {
    display: inline-block;
    float: left;
    margin-bottom: 4px;
    padding: 0 82px;
}
#footerblock3 {
    display: inline-block;
    float: right;
    font-size: 12px;
    margin-bottom: 4px;
    padding-right: 10px;
    width: 290px;
}
a.facebook {
    background: url("http://entsoc.org/themes/esa/images/social-icons.gif") repeat scroll 0 0 transparent;
}
a.rss {
    background: url("http://entsoc.org//themes/esa/images/social-icons.gif") repeat scroll -49px 50% transparent;
}
a.youtube {
    background: url("http://entsoc.org//themes/esa/images/social-icons.gif") repeat scroll -97px 50% transparent;
}
a.twitter {
    background: url("http://entsoc.org//themes/esa/images/social-icons.gif") repeat scroll -144px 0 transparent;
}
#footerblock2 ul {
    border: medium none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 210px;
}
#footerblock2 li {
    background: url("http://entsoc.org/themes/esa/images/footer-bullet.gif") no-repeat scroll left center transparent;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0 5px 20px;
}
li.leaf {
    list-style-image: url("http://entsoc.org/themes/esa/misc/menu-leaf.png");
    list-style-type: square;
}
#footerblock1 a {
    display: block;
    float: left;
    height: 48px;
    margin-right: 5px;
    width: 48px;
}

/* CFP Topnav Styles */
#topnav {
    float: right;
    font-size: 0.8em;
    margin: 10px 38px 0 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
}
#topnav ul {
    list-style: none outside none;
}
#topnav ul li {
    float: left;
	display: inline;
    margin-left: 34px;
}
#topnav ul li a {
    color: #868686;
    font-size: 12px;
    font-weight: bold;
}
#topnav ul li a:hover {
    color: #616473;
    text-decoration: underline;
}

/* CFP Header */
#cfp #header {
    background: url("http://entsoc.org/themes/esa/images/header.gif") no-repeat scroll left center transparent;
    height: 176px;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
#cfp #header-link {
    display: block;
    float: left;
    height: 142px;
    width: 169px;
	margin: 10px 0 0 0px;
}

/* GrayBox Styles */

.graybox {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
	width: 75%;
	
	}
 
 .grayboxtable {
	margin: 5px;
	text-align: left;
	border-collapse: collapse;
	
}

.grayboxtable td {
	padding: 5px;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	color: #000000;
	border-top: 1px solid transparent;
}

.grayboxheader, .grayboxtable  th {
	background-color: #00A5A7;
	color: #FFFFFF;
	margin: -5px;
	padding: 5px;
	border-top: 4px solid #00A5A7;
	border-bottom: 1px solid #00A5A7;
}
	
.staffPage .staff select {
	width:90%;
}

 table.people {
    border-bottom: 7px solid #00A5A7;
    border-collapse: collapse;
    border-top: 7px solid #00A5A7;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    margin: 5px;
    text-align: center;
}
table.people th {
    background: #EFEFEF none repeat scroll 0 0;
    border-bottom: 1px solid #00A5A7;
    border-left: 1px solid #00A5A7;
    border-right: 1px solid #00A5A7;
    color: #00A5A7;
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
}
	
	
table.people tr:hover td {
    background: #ffffff none repeat scroll 0 0;
    color: #00A5A7;
}

table.people td {
    background: #EFEFEF none repeat scroll 0 0;
    border-left: 1px solid #00A5A7;
    border-right: 1px solid #00A5A7;
    color: #00A5A7;
    padding: 8px;
}