/* Dynamic CSS Style Sheet */
/* Your browser identified as: ? */

/****************************************
 * general top level bits
 ****************************************/


body {
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/****************************************
 * microformat bits
 ****************************************/
abbr.dtstart, abbr.dtend {
	border-bottom: none;
}

/****************************************
 * end microformat bits
 ****************************************/

/****************************************
 * start form library bits
 ****************************************/

div.forms_input_field {
	padding: 4px;
	border: solid 1px #ccc;
	border-width: 1px 1px 1px 10px;
	border-color: #ccc #fff #fff #ccc;
	margin-bottom: 8px;
}
div.forms_input_field textarea { width: 100%; }
/*div.forms_input_field input { width: 100%; }*/

div.forms_input_field p {
	margin: 0 0 0.5em 0;
}

/****************************************
 * end form library bits
 ****************************************/


.noScreen {
	display: none;
}

.hide {
	display: none;
}

#content {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	border: solid black 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 0px;
	text-align: left;
	clear: left;
}

.pageContentBars0 {
}
.pageContentBars1 {
	float: left;
	width: 70%;
}
.pageContentBars2 {
	float: left;
	width: 45%;
}

/****************************************
 * default tabs
 ****************************************/

#xtabs ul {
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
}

#xtabs li {
	float:left;
	background:url("http://www.iam.ecs.soton.ac.uk/style/images/header/tabs/tab_left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 8px;
}

#xtabs a {
	float:left;
	display:block;
	background:url("http://www.iam.ecs.soton.ac.uk/style/images/header/tabs/tab_right.png") no-repeat right top;
	padding:12px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color: white;
}

#xtabs .current a {
	background:url("http://www.iam.ecs.soton.ac.uk/style/images/header/tabs/tab_right_on.png") no-repeat right top;
}
#xtabs li.current {
	background:url("http://www.iam.ecs.soton.ac.uk/style/images/header/tabs/tab_left_on.png") no-repeat left top;
}




/****************************************
 * sides
 ****************************************/

.rightside {
	float: right;
	clear: right;
	margin-left: 2%;
	width: 25%;
}

.leftside {
	clear: left;
	float: left;
	margin-right: 2%;
	width: 25%;
}

/****************************************
 * seminars
 ****************************************/

dl.seminars dt
{
	margin-top: 0.5em;
	font-size: 120%;
}
dl.seminars dd
{
	margin-left: 0px;
	padding-left: 4em;
	padding-bottom: 0.5em;
	border-bottom: 1px #ccc dashed;
}
	


/****************************************
 * misc
 ****************************************/

.illustration {
	float: right;
	clear: right;
	margin: 0px 0px 1em 1em;
	text-align: right;
}
.illustrationNoClear {
	float: right;
	margin: 0px 0px 1em 1em;
}
.illustration .copyright {
	font-size: 80%;
}

.thumbnail {
	float: left;
	margin: 0px 1em 0.75em 0em;
}
.newsItem {
}

.jumpLinks h2 {
	margin-top: 0px;
}
.jumpLinks img {
	float: left;
	margin-bottom: 10px;
	margin-right: 12px;
}
.jumpLinks .row {
	padding-top: 10px;
	border-top: 1px #CCCCCC solid;
}
.jumpLinks p {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

.clearBoth {
	clear: both;
}

.citation {
	margin-bottom: 1em;
}
/*
.citation a {
	text-decoration: none;
}
.citation a:hover {
	text-decoration: underline;
	color: black;
}
*/

.newsItem {
	clear: left;
}

body {
	font-family: verdana, helvetica,sans-serif;
	font-size: 90%;
/*	background: url(/style/footerbg.jpg) repeat-x left bottom;*/
}


#header {
	border-bottom: solid transparent 1px;
}

#content {
	background-color: #fff;
	border-top: solid transparent 1px;
	clear: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.themeIllustration {
	padding-top: 1em;
}
acronym {
	border: 0;
}

hr {
	clear: both;
	display: block;
	height: 1px;
	border-top: 1px solid #CCCCCC;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	margin: 1em 0;
	padding: 0;
}


/****************************************
 * Headings
 ****************************************/

h1, h2, h3 {
	color: #008;
}

h1 {  
	font-size: 150%;  
	padding: 0px 0px 0px 0px; 
}

h2 {  
	font-size: 120%; 	
	padding: 0px 0px 0px 0px; 
} 

h3 {  
	font-size: 110%; 	
	padding: 0px 0px 0px 0px; 
} 

h4 {  
	font-size: 100%; 	
	margin: 0 0 5px 0px; 
	font-size: 120%;	 
	padding-bottom: 0px;
	border-color: #cccccc;	
	border-bottom: dashed;
	border-width: 0px 1px 1px 1px; 	
}

/****************************************
 * Links
 ****************************************/


a:link {
	color: #22c;
	text-decoration: none;
}
a:visited {
	color: #22c;
	text-decoration: none;
}
a:hover {
	color: #22c;
	text-decoration: underline;
}


/****************************************
 * Tabs
 ****************************************/




#tabs {
	white-space: nowrap;
    	width:100%;
    	background:white;
    	line-height:normal;
    	text-align: center;
}

#tabs ul {
    	border: 0;
    	margin:0;
    	padding:0;
	margin-top: 10px;
    	list-style:none;
	margin-bottom: 4px;
}
#tabs ul li {
	display: inline;
	margin: 0;
	border: 0;
	font-size: 80%;
}
#tabs a {
	text-decoration: none;
	color: #fff;
} 

/* Stuff for IE5-Mac, which gets overrided on all other browsers */
#tabs a
{
        background-color: #8b4d52;
	padding: 4px 4px 4px 4px;
}
#tabs ul li
{
	padding: 1px;
}	
/* end ie5-mac stuff */


/* Commented Backslash Hack hides rules from IE5-Mac \*/  
#tabs a
{
	padding: 0;
	background: none;
}
#tabs ul li
{
	padding: 12px 30px 4px 0px;	
    	background:url("images/header/tab_right.png") no-repeat right top;
}
#tabs ul li.last 
{
    	background:url("images/header/tab_right_end.png") no-repeat right top;
}
#tabs .first a
{
    	padding: 12px 0px 4px 37px;
    	background:url("images/header/tab_left_end.png") no-repeat left top; 
}
/* End IE5-Mac hack */



/* 
 *   TEMPLATE styles
 */

#header { 
	text-align: center;
}
#subNav {
	padding-top: 4px;
	padding-bottom: 6px;
	background-image: url(images/header/subnav_back.gif);
	background-repeat: repeat-x;
	background-color: #434375;
}
#subNav ul {
	margin: 0px;
	padding: 0px;
}
#subNav li {
	display: inline;
	padding-left: 11px;
	padding-right: 11px;
}
#subNav a {
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#title {
	background-image: url(images/header/title_back.png);
	background-repeat: repeat-x;
	background-color: #5776a0;
	height: 54px;
}
#logo {
	float: left;

	text-align: left;
}
#search {
	padding-right: 17px;
	padding-top: 17px;
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#search .label {
	padding-right: 5px;
	vertical-align: middle;
}
#search form {
	margin: 0px;
}
#search input {
	font-size: 1.2em;
	border: 1px #2E2E61;
	vertical-align: middle;
}
/*
#home #title {
	border-bottom: 3px solid #E5E5E5;
}
*/
#breadcrumbs {
	background-color: #E5E5E5;
	text-align: left;
}
#breadcrumbs ul {
	margin: 0px;
	padding: 5px 16px 6px 16px;
}
#breadcrumbs li {
	display: inline;
	font-size: 0.8em;
}
#breadcrumbs .current {
	font-weight: bold;
}
/* END of header styles */



#footer {
	text-align: center;
}
/* START of footer styles */
#footer ul {
	margin: 0px;
	padding: 0px 16px 16px 16px;
}
#footer li {
	display: inline;
	font-size: 0.8em;
}
/* END of footer styles */




/* 
 *     HEADLINE BOX
 */ 


/****************************************
 * EPrints
 ****************************************/

.searchfieldname {
	font-size: 120%;
	font-weight: bold;
	color: #008;
	margin-top: 0.5em;
}



/****************************************
 * menuBox
 ****************************************/

.menuBox h3 {
	padding: 3px 10px 3px 10px;
	margin: 5px 5px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, arial, sans-serif;
	background-color: #999999;
	font-weight: bold;
	color: white;
	background-color: #008;
}

.menuBox ul {
	background-color: #ffe;
	list-style: none;
	padding: 0px;
	margin: 0px 5px 5px 5px;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #cccccc;
}

.menuBox ul li {
	padding: 3px 10px 3px 10px;
	border-style: dashed none none none;
	border-width: 1px;
	border-color: #cccccc;
}

.menuBox ul li.first {
	border-style: none;
}


/****************************************
 * featureBox
 ****************************************/



.featureBox h3 {
	background-color: #008;
	color: #ffffff;

	padding: 3px 10px 3px 10px;
	margin: 0px 5px 0px 5px;

	border-width: 1px 1px 0px 1px;
	border-color: #cccccc;
	border-style: solid;

	font-weight: bold;
	font-size: 12px;
}

.featureBox .boxContent {
	background-color: #ffe;

	padding: 3px 10px 3px 10px;
	margin: 0px 5px 0px 5px;

	border-color: #cccccc;
	border-width: 0px 1px 1px 1px;
	border-style: solid;

	text-align: left;
	font-size: 75%;
}

.featureBox {
	margin-bottom: 1em;
}








