/* Screen stylesheet for e-Social Science 2007 Conference site */

body {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E1E1E1;
	margin: 0px;
}


body a {
	color: #5F757D;
}

body a:hover {
	color: #000000;
}


/* Content block definitions */

#header-container {
	position: relative;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	background-image: url("images/blue-gradient.gif");
	background-repeat: repeat-x;
	border-bottom: dotted 2px #5F757D;
}

#header {
	/*clear: both;*/
	position: relative;
	bottom: 0px;
	left: 0px;
}

#nav {
	width: 220px;
	float: left;
	margin-top: 30px;
	border-top: dotted 2px #5F757D;
}

#navlogos {
	position: absolute;
	width:220px;
	height:16px;
	float:left;
	clear:left;
	background-color:#FFFFFF;
	text-align:center;
	padding:20px 0px 20px 0px;
}

#tabcontainer {
	display:block;
	width:100%;
	position:absolute;
	top:110px;
	left:220px;
	text-align:center;
	background-color: #28A1DB;
}

#tab1outer {
	position:absolute;
	display:block;
	width: 130px;
	height:24px;
	padding: 0px;
	top:0px;
	left:0px;
	
	background-color: #28A1DB;
	
}

#tab1 {
	position:absolute;
	display:block;
	width:122px;
	background-color:#FFFFFF;
	padding:4px 2px 2px 2px;
	left:0px;
	height:16px;
	
	border-right: dotted 2px #5F757D;
	border-top: dotted 2px #5F757D;
	border-left: dotted 2px #5F757D;
}


#tab2 {
	position:absolute;
	display:block;
	width:130px;
	height:16px;
	border-top: dotted 2px #5F757D;
	border-left: dotted 2px #5F757D;
	border-right: dotted 2px #5F757D;
	background-color:#FFFFFF;
	padding:4px 2px 0px 2px;
	left:140px;
}
/*
#tab2tl {
	position: absolute;
	display: block;
	width:2px;
	height:2px;
	top:108px;
	left:360px;
	background-color:#E1E1E1;
}
*/
#tab3 {
	position:absolute;
	display:block;
	width:130px;
	height:16px;
	border-top: dotted 2px #5F757D;
	border-left: dotted 2px #5F757D;
	border-right: dotted 2px #5F757D;
	background-color:#FFFFFF;
	padding:4px 2px 0px 2px;
	left:285px;
}

#tab4 {
	position:absolute;
	display:block;
	width:130px;
	height:16px;
	border-top: dotted 2px #5F757D;
	border-left: dotted 2px #5F757D;
	border-right: dotted 2px #5F757D;
	background-color:#FFFFFF;
	padding:4px 2px 0px 2px;
	left:430px;
}

#contentouter {
	width: auto;
	margin: 0px 4px 0px 220px;
	padding: 0px;
	
	border-right: dotted 2px #5F757D;
	border-bottom: dotted 2px #5F757D;
	border-top: dotted 2px #5F757D;
	border-left: dotted 2px #5F757D;
	
	background-color: #28A1DB;
	margin-top: 30px;
		
}
	

#content {
	width: auto;
	margin: 0px;
	padding: 10px 20px 50px 20px;
	font-size: 1em;
	background-color: white;
}

#footer {
	text-align: right;
	margin: 20px 20px 0px 0px;
}

#map {
	width: 400px;
	height: 300px;
	margin: 20px;
}

/* Style definitions for content blocks */

#header h1 {
	font-family: "Arial Black", Arial, sans-serif;
	color: white;
	margin: 0px;
	font-size: 2.2em;
}

#header h1 a {
	text-decoration: none;
	color: black;
}

#header h2 {
	font-family: Arial, sans-serif;
	color: black;
	margin: 0.08em 0px 0px 0px;
	font-size: 1.6em;
}

#header h3 {
	color: black;
	margin: 0.45em 0px 0.1em 0px;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

#header img {
	float: left;
}

#headerleftimg {
	border-right: dotted 2px #000000;
	margin-right: 20px;	
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#nav ul li a {
	display: block;
	width: 178px;
	padding: 6px 20px 6px 20px;
	margin: 0px;
	background-color: transparent /* #53678b */;
	/* border: solid 1px #F1EDE2; */
	/*border-right: solid 1px #88602f;*/
	border-bottom: dotted 2px #5F757D;
	/*border-top: dotted 1px #000000;*/
	border-left: dotted 2px #5F757D;
	font-size: 1em;
}



#nav ul ul {
	margin-left: 20px;
	display: none;
}

/*
#nav a, #content a, #footer a {
	color: #5F757D;
}

#nav a:hover, #content a:hover, #footer a:hover {
	color: #000000;
}
*/

#nav ul li a:hover {
	display: block;
	background-color:#ffffff;
}

#content a.image {
  text-decoration:none;
  border:none;
  padding:0px;
}

#content a.image:link { background-color:transparent; }
#content a.image:visited	{ background-color:transparent; }
#content a.image:active { background-color:transparent; }
#content a.image:hover { 
  background-color:transparent; 
  padding:0px;
}

#content p {
	font-size: 1.0em;
	line-height: 1.4em;
}

/* New classes */

.number {
	font-family: Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
}

.school-list li {
	list-style-type: none;
	margin-bottom: 10px;
}

.required {
	background-color: #F5EAF1;
	border: solid 1px #999;
}

.dateline {
	font-size: 0.8em;
}

.boxed {
	display:block;
	padding:4px;
	border:dotted 2px #28a1db;
	width:auto;
}

.news hr {
	height:0px;
	width:50%;
	border-top: 1px dotted #dddddd;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}
   

/* HTML tag definitions */

ul ul {
	font-size: 1.0em;
}

h1 {
	margin-top: 1em;
	color: #5F757D;
	font-size: 1.6em;
}

h2 {
	margin-top: 1em;
	color: #5F757D;
	font-size: 1.4em;
}

h3 {
	margin: 0.3em 0px 0px 0px;
	font-size: 1.2em;
	/* line-height: 1.0em; */
}


h3.relatedLinks {
	color: #376480;
}


h3.blueboxed {
	display:box;
	padding:4px;
	background-color:#E1E1E1;
	margin-top:20px;
	margin-bottom:4px;
}
	
h4 {
	font-size: 1.2em;
	margin-top: 0px;
	font-weight: bold;
	margin-left: 5px;
}

legend {
	padding: 0px 5px;
	font-weight: bold;
}

fieldset {
	border: solid 1px #999;
	margin-bottom: 20px;
}

fieldset input, fieldset select {
	padding: 2px;
	margin-bottom: 4px;
	border: solid 1px #999;
}

fieldset label {
	display: block;
	float: left;
	width: 125px;
}

fieldset h3 {
	font-size: 1.25em;
	padding-top: 10px;
}

form {
	padding-left: 30px;
}

div.linksBox {
	float:right;
	position:relative;
	display:block; 
	border: dotted 2px #28A1DB; 
	padding:5px 5px 50px 15px; 
	margin: 5px 0px 5px 5px;
	background-color:#ffffff;
	width:35%;
}

div.highlightBox {
	display:block;
	float:right;
	border: dotted 2px #28A1DB; 
	padding:5px; 
	margin: 5px;
	/*background-color:#cdcdcd;*/
	width:35%;
}

.highlightBox ul li {
	padding-top:0.5em;
	list-style-type:none;
	margin-left:-10px;
}


/*Divs for tables*/
div.tabular {
	display: block;
	width: 580px;
	height: 1200px;
	padding: 10px;
}

div.row {
	width: 540px;
	float: left;
	padding: 10px;
	/*clear: both;*/
	border-bottom: dotted 1px #cdcdcd;
}

div.cellfull {
	width: 520px;
	float:left;
}

div.cellleft {
	width: 150px;
	float: left;
}

div.cellright {
	width: 370px;
	float: right;
	padding-left: 10px;
}


/*Tables */

.dataTable table {
	border:1px solid #CCCCCC;
}

.dataTable table tr td {
	padding:4px;
}

