@charset "UTF-8";
/* ***************************** 
Web Studies // Stylesheet

Created by: Everardo Reyes
Date: March 27, 2009

******************************** */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	background-color:#eeeeee;
}

a {
	color:#990000;
}

#top {
	background-color:#bfbbac;
	background-image:url(imageBg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:91px;
	padding-left:10px;
}

#division {
	background-color:#666666;
	height:7px;
	margin-top:5px;
}

#cfp {
	width:700px;
	text-align:center;
}

#menu {
	width:700px;
	background-color:#bfbbac;
	color:#FFFFFF;
	font-size:75%;
	font-weight:bold;
	text-align:center;
	margin:20px;
}

.menuButton {
	width:90px;
	cursor:pointer;
}

#content {
	font-size:70%;
	margin:20px;
	text-align:left;
	line-height:20px;
	padding-left:25px;
	padding-right:35px;
}

.topic {
	border:1px solid #CCCCCC;
}

.topicTitle {
	background-color:#CCCCCC;
	color:#333333;
	padding:4px;
}

.parallel {
	background-color:#FC0;
}

.programDay {
	background-color:#CCC;
	border:solid #999 1px;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
}

#news {
	font-size:60%;
	margin:20px;
	text-align:left;
	line-height:18px;
	width:300px;
}

.darkred {
	color:#990000;
}


/* Styles used mainly in the right section, ie. News */


.secTitle {
	font-size:75%;
	font-weight:bold;
	color:#ffffff;
	background-color:#666666;
	border:#999999 solid 1px;
	padding:3px;
}

.secInfo {
	font-size:70%;
	padding:3px;
	margin-bottom:9px;
	background-color:#eeeeee;
	line-height:19px;
}

.secInfo-white {
	font-size:70%;
	padding:3px;
	margin-bottom:9px;
	background-color:#ffffff;
	line-height:19px;
	border:#999999 solid 1px;
}

.newsEntry {
	border-bottom:solid #CCCCCC 2px;
	margin-bottom:6px;
	background-color:#eeeeee;
}

.newsTitle {
	color:#990000;
}

.program {
	text-align:center;
	font-size:120%;
	font-weight:bold;
	color:#900;
}

#visualization {
	width:310px;
	height:205px;
	position:absolute;
	left:10px;
	top:600px;
}

#organizers {
	width:730px;
	height:203px;
	position:absolute;
	left:420px;
	top:530px;
}

#supporters {
	width:730px;
	height:203px;
	position:absolute;
	left:420px;
	top:665px;
}

#about {
	width:400px;
	position:absolute;
	left:10px;
	top:110px;
	text-align:left;
}

#resources {
	width:730px;
	position:absolute;
	left:420px;
	top:110px;
	text-align:left;
}

#credits {
	font-size:90%;
	color: #666;
	padding:0px;
	margin-top:20px;
}





