/* SCREEN VERSION */
/*CSS for Higgs Lab Website*/
/* Code is organized alphabetically starting with the section, then the HTML tag (and it's associated classes) and finally by class. */

/*---------------------------------------------------------------------------------------START-----------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------Common Attributes---------------------------------------------------------------------------------*/ 

body {background-color: #FFFFFF;				/*Background color for entire screen*/
     margin-left: -130px;}					/*Helps center the main body of the website*/

p {font-size: 12pt;							/*Main content*/
	font-family: sans-serif;
	color: #0000AA;
	margin-top: 3px;}
	
.indent{text-indent: 3em;}

h1 {color: #0000AA;
	font-family: sans-serif;
	margin: 6px;}

h2 {color: #0000AA;
	font-family: sans-serif;
	margin-top: 3px;}

h3 {color: #0000AA;
	font-family: sans-serif;
	margin-top: 0px;
	font-size: 12pt;}

li {color: #0000AA;
	font-family: sans-serif;}

.container {width: 894px;					/*Sets the page size to allow for proper alignment of contents */
	margin-left: auto;						/*Centers the webpage*/
	margin-right: auto;}
	
.main {background-color: #FFFFFF;			/*Div tag for main area of page (default)*/
	padding: 10px;
	width: 734px;
	height: 500px;
	float: left;
	border-color: #3371FF;	
	border-style: solid;
	position: relative;}
	
.banner {width: 900px;						/* Banner layout */
	height: 100px;
	background-image: url('banner2.png');
	background-repeat: no-repeat;
	float: left;}
	
.printbanner {display: none;}

.menu {margin: 0;							/* Overall menu */
	padding: 0;
	width: 130px;
	list-style-type: none;
	float: left;}				

.navbutup {color: #EEEEEE;					/*Makes entire square in menu tab clickable, plus gives style attributes*/
	display: block;
	background-image: url('butup1.png');
	background-repeat: no-repeat;
	padding-top: 6px;
	font-size: 10pt;
	font-family: sans-serif;
	font-weight: bold;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	line-height: 2;
	text-decoration: none;			
	text-align: center;
	width: 130px;
	height: 50px;
	margin-top: 1px;
	margin-left: 6px;}	

a.navbutup:hover { font-style: italic;}
	
.navbutdw {color: #EEEEEE;					/*Makes entire square in menu tab clickable, plus gives style attributes*/
	display: block;
	background-image: url('butdw.png');
	background-repeat: no-repeat;
	padding-top: 6px;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	line-height: 2;
	text-decoration: none;			
	text-align: center;
	width: 130px;
	height: 50px;
	font-size: 10pt;
	font-family: sans-serif;
	margin-top: 1px;
	margin-right: 6px;}	

a.navbutdw:hover { font-weight: bold;		
	background-image: url('buthov.png');}

.mousedw {border-style: ridge;}

.links {font-size: 8pt;						/*Small text links for bottom of page*/
	color: #3366FF;
	text-decoration: none;}

.linksalign {padding-left: 130px;
	text-align: center;}


a.links:visited {color: #3399FF;}
	
a.links:hover {color: #3333FF;
	font-weight: bold;}

a.links:active {color: #33CCFF;}

.picpos {margin-top: 10 px;}

img.pics {border-color: #0033FF;	
	border-style: double;}

/*---------------------------------------------------------------------------------Contact Page---------------------------------------------------------------------------------*/

p.conthd{font-size: 12pt;
	font-weight: bold;
	margin: 1px;}
	
p.cont{font-size:11pt;
	margin: 1px}

.email {font-size: 11pt;						/*E-mail link*/
	color: #3366FF;
	text-decoration: none;}

a.email:visited {color: #3399FF;}
	
a.email:hover {color: #3333FF;}

a.email:active {color: #33CCFF;}

/*---------------------------------------------------------------------------------Lab Members Page---------------------------------------------------------------------------------*/

.labmain {background-color: #FFFFFF;			/*Div tag for main area of page */
	padding: 10px;
	width: 734px;
	height: auto;
	float: left;
	border-color: #3371FF;	
	border-style: solid;}

.mbpic {width: 150px;
		height: 205px;
		padding-bottom: 10px;}

.mbinfo {padding-top: 10px;
	padding-left: 5px;
	padding-right: 10px;
	vertical-align:top;
	width: 190px;}

.mbinfo p{font-size: 10pt;}

.mbinfo h4 {font-size: 12pt;
	font-family: sans-serif;
	color: #0000AA;
	font-weight: 100;
	margin: 0;}

.thesisinfo p {font-size: 10pt;}

.thesisinfo h4 {font-size: 12pt;
	font-family: sans-serif;
	color: #0000AA;
	font-weight: 100;
	margin: 0;}

a.coslinks {	color: #0000AA;					/*Co-supervisor links */
	text-decoration: none;}

a.coslinks:visited {color: #3333CC;}
	
a.coslinks:hover {color: #3366CC;}

a.coslinks:active {color: #3399CC;}

/*-----------------------------------------------------------------------------------News Page-----------------------------------------------------------------------------------*/

.video {width: 550px;
	float: center;}
/*---------------------------------------------------------------------------------Publications Page---------------------------------------------------------------------------------*/

.pubmain {background-color: #FFFFFF;			/*Div tag for main are of page (publications) */
	padding: 10px;
	width: 734px;
	height: auto;
	float: left;
	border-color: #3371FF;	
	border-style: solid;}
	
.hd a {font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #0000AA;}
	
.publist { color: #0000AA;					/* Publication list*/
	font-size: 11pt;}
		
a.publinks {	color: #0000AA;					/* Publication title links */
	text-decoration: none;}

a.publinks:visited {color: #3333CC;}
	
a.publinks:hover {color: #3366CC;}

a.publinks:active {color: #3399CC;}

.blt {font-size: 7pt;
	list-style-type: disc;}

.minimenu {color: #3300CC;
	font-family: sans-serif;
	font-size: 8pt;
	text-decoration: none;}

a.minimenu:hover {color: #3366CC;}

/*---------------------------------------------------------------------------------Research Page---------------------------------------------------------------------------------*/

.info{width: 550px;}								/* Column containg information*/

.researchmain {background-color: #FFFFFF;			/*Div tag for main area of page */
	padding: 10px;
	width: 734px;
	height: auto;
	float: left;
	border-color: #3371FF;	
	border-style: solid;}

.tabwidth {width:720px;}								/* Table width */   

.year{width: 100px;									/* Column containg year*/
	font-weight: bold;}

/*--------------------------------------------------------------------------------------END--------------------------------------------------------------------------------------*/
