/* 
# IAU Symposium 241 - Stellar Populations as Building Blocks of Galaxies
# January 2006
# Instituto de Astrofisica de Canarias (IAC - http://www.iac.es)
*/

body {
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat;
	color: #555;
	font-size: 0.9em;
	background: #fff url("images/bg.png");
	width: 780px;
}

#header {
	height: 108px;
	margin: 2px auto;
	margin-top: 20px;
	background: #fff url("images/puz.jpg") center no-repeat;
}
 
#leftcol {
	width: 580px;
	float: left;
	margin-top: 15px;
	margin-bottom: 50px;
}

#leftcol ol li {
	padding: 2px 0;
}

#leftcol ul li {
	list-style: url("images/li4.png");
	padding: 2px 0;
}

#leftcol a, #leftcol a:link, #leftcol a:visited {
	color: #73808C;
	font-weight: 700;
	text-decoration: none;
	background-color: #f6f6f6;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#leftcol a:hover, #leftcol a:active  {
	color: #444;
	font-weight: 700;
	text-decoration: none;
	background-color: #f6f6f6;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

#leftcol a[href ^="mailto:"] {
	background: url("images/mail_icon.png") center right no-repeat;
	padding-right: 18px;
	background-color: #f6f6f6;
}

#rightcol {
	float: right;
	margin-top: 20px;
	margin-bottom: 130px;
	width: 170px;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: left;
	padding: 0 0 5px 14px;
	clear: both;
	background: #fff;
}

#subcontent {
	height: 100%;
	margin: 0 auto;
	padding-left: 5px;
	background: transparent url("images/footer2.jpg") bottom right no-repeat;
}

#nav22 {
	width: 95%;
	padding: 15px 0;
	padding-bottom: 0;
	margin: 3px auto;
	margin-bottom: 0;
	background: #fff;
	text-align: center;
}

#nav {
	margin: 0 auto;
	padding: 0 10px 20px 0;
	border-bottom: 1px solid #9FB1BC;
	background: #fff;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a:link, #nav a:visited {
	float: left;
	padding: 0 12px 6px;
	text-decoration: none;
	color: #708491;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover, #nav a:active {
	color: #000;
	background: url("images/rounded.png") no-repeat bottom center;
}

p {
	margin: 0;
	line-height: 1.6em;
}

img, a:hover img {
	border-width: 0;
}

.center {
	margin: 0 auto;
	vertical-align: top;
}

.center td {
	vertical-align: top;
	padding: 3px 4px;
}

.center .title {
	font-size: 1.05em;
}

.longtable td{
    border-bottom: 1px solid #ccc;
}

.title {
	color: #666;
	text-align: right;
	font: small-caps 900 1.2em Verdana, Arial, Helvetica, sans-serif;
}

tr.title {
	border: 1px #000 solid;
	height: 30px;
}

.footer {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	letter-spacing: -1px;
	margin-left: 60px;
	font-variant: small-caps;
}

.footer a:link, .footer a:visited {
	color: #aaa;
	text-decoration: none;
	font-weight: 900;
}

.footer a:link.active, .footer a:visited.active, .footer a:hover {
	color: #666;
	text-decoration: none;
	font-weight: 900;
}

h1 {
	padding: 0 0 5px 35px;
	color: #999;
	letter-spacing: -0.05em;
	margin: 2px 2px 12px 0;
	border-bottom: #888 0 solid;
	background: transparent url("images/h1.png") no-repeat bottom left;
	font: lighter 24px/34px "Times New Roman", Times, serif;
}

h2 {
	color: #B29C8E;
	letter-spacing: -0.04em;
	margin: 13px 2px 8px 5px;
	font: lighter 20px/1em "Times New Roman", Times, serif;
}

h3 {
	padding-top: 0;
	letter-spacing: -0.04em;
	color: #B29C8E;
	margin: 2px 2px 8px 5px;
	font: lighter 17px "Times New Roman", Times, serif;
}

.menu {
	font-size: 11px;
	width: 165px;
	padding: 10px 0 0;
	background: transparent url("images/bmenu.jpg") top center no-repeat;
	text-align: right;
	margin-right: 6px;
}
.fmenu {
	background: transparent url("images/bmenu.jpg") bottom center no-repeat;
	height: 100%;
	padding: 0 0 20px;
	padding-bottom: 2px;
}

.menu a, #menu link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 4px 5px 8px;
}

.menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #fff;
	padding: 5px 4px 5px 8px;
	background: #fff url("images/limenu.jpg") left center no-repeat;
}

.menu ul {
	margin: 0;
	margin-bottom: 10px;
	margin-right: 3px;
	padding: 0;
}

.menu li {
	list-style-type: none;
	margin: 0;
	line-height: 1em;
	border-bottom: 1px #ccc dotted;
	display: block;
	font-variant: small-caps;
	background: #F6F6F6;
}

hr.bot {
	display: block;
	clear: both;
	margin: 0;
	visibility: hidden;
}

p {
	margin-bottom: 13px;
}

#back_botton {
	margin-top: 8px;
	margin-right: 15px;
	text-align: right;
	padding: 0;
	vertical-align: middle;
}

#back_botton a {
	font-size: 10px;
	font-weight: normal;
}

input, textarea {
	border: 1px #aaa solid;
	padding: 2px;
}

table {
	padding: 5px;
	font-size: 11px;
}

td {
	vertical-align: top;
	padding: 1px 4px;
}

hr {
	height: 1px;
	background: #73808C;
}

table.tfixed td {
	width: 250px;
}

#searchbox {
	margin: 5px 0 0;
}

.search {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


/* Pagina de posters */

#leftcol .tfixed-poster td {
        padding: 5px 4px;
}	


#leftcol .tfixed-poster td a:link, 
#leftcol .tfixed-poster td a:visited  {
        text-decoration: none;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#leftcol .tfixed-poster td a:hover,
#leftcol .tfixed-poster td a:active  {
        text-decoration: none;
        border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

#leftcol .tfixed-poster td a img, 
#leftcol .tfixed-poster td a:link img,
#leftcol .tfixed-poster td a:visited img {
        text-decoration: none;
	border: #f6f6f6 6px solid;
}

#leftcol .tfixed-poster td a:hover img, 
#leftcol .tfixed-poster td a:active img {
        text-decoration: none;
	border: #eeeeee 6px solid;
}

.programme h2 {
	margin: 30px 2px 15px 5px; 
	font-size: 1.8em;
	font-variant:small-caps;
}

.programme .lunch {
	color: #B2A092;
	font-weight:700;
	font-style:italic;
}

.programme .special {

}

.programme .invited {

}

.programme .section {
	font-size: 14px;
	font-weight: 600;
} 
 
.programme ul {
	margin-top: 2px;
}

.programme li {
	line-height: 1.4em;
}

.block {
	margin-top: 20px;
	margin-left: 15px;
	vertical-align: middle;
	line-height: 1.5em;
}

.abstract {
	margin-left: 15px;
	line-height: 1.5em;
	font-style: italic;
	background: #fff url("images/comillas.png") top left no-repeat;
}

.participation {
	border-top: 1px solid #ccc;
	width: 90%;
	background: #fafafa;
}

.abstract:first-letter {
	padding: 0 0 0 40px;
}

.atitle {
	color: #B29C8E;
	font: italic 800 16px "Times New Roman", Times, serif;
}

.fm {
	font: italic 13px "Times New Roman", Times, serif;
	color: red;
}

.countdown { 
	display:none;
	float: right;
	margin: 0 auto;
	margin-right: 140px;
	margin-top:3px;
	padding: 1px 2px;
	border: 1px #ddd solid;
	font-size:0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #f9f9f9;
	color: #999;
	width: 200px;
	line-height: 1.1em;
	}

