/* GENERAL SPECS */
/* set colours for light and dark colour scheme */
.light {

background-color: #e8f3f4;

border-top-width: 1px;

border-bottom-width: 1px;

border-top-style: solid;

border-bottom-style: solid;

border-top-color: #000000;

border-bottom-color: #000000;

border-left-width-value: 0px;

border-left-style-value: none;

border-left-color-value: -moz-use-text-color;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

border-right-width-value: 0px;

border-right-style-value: none;

border-right-color-value: -moz-use-text-color;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

padding-top: 1px;

padding-right: 1px;

padding-bottom: 1px;

padding-left: 17px;










/*
   background-color: #e8f3f4;
   border: 1px solid #000;
   border-left: 0px;
   border-right: 0px;
   padding: 1px 10px 1px 10px;
*/
}
/* reset IE - problem with border on footer */
* html body .light {
	border-top: 0px;
}
.dark {
   background-color: #7aa2a5;
   height: 5px;
   border-bottom: 1px solid #000;
   font-size: 1px;
}
/* set standard font and color */
body {
   font-family: Arial, Verdana, Geneva, sans-serif;
   background-color: white;
   font-size: 75%;
   line-height: 16px;
   text-align: center;
}
form {
   margin: 0px;
}
/* make input boxes and button look a bit better */
input {
   font-family: Arial, Verdana, Geneva, sans-serif;
   font-size: 1em;
   border: 1px solid #000;
}
select {
	font-size: 0.9em;
}
h1 {
	font-size: 1.4em;
   	font-weight: normal;
   	line-height: 20px;
}
img {
	border: 0px;
}


/*just space h4 and p a bit better*/
h4{
	margin-top:30px;
	margin-bottom:0px;
}

/* h5 is defined further down in "Luca's stuff" section*/

/* redefine the style for the lists*/
ul{
	list-style:none;
	padding-left:20px;
}

ul li{
	padding-left:10px;
	background: url(/images/bullet1.gif) no-repeat left 0.3em;
}

li li {
	padding-left:10px;
	background: url(/images/bullet2.gif) no-repeat left 0.3em;
}




















/* ---------------------------------------------------- */
/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement {
   position: relative;
   top: 0px;
   width: 760px;
   margin: 0px auto;
   text-align: left;
}
/* ---------------------------------------------------- */
#corp_strap {
	background-color: #CCC;
	padding: 1px 10px 1px 10px;
	border-bottom: 1px solid #000;
}
#drop_down {
	position: absolute;
	top: 12px;
	left: 300px;
}
/* reset IE*/
* html body #drop_down {
	top: 10px;
	left: 310px;
}
.divider1 {
	position: relative;
	left: 100px;
}
.divider2 {
	position: relative;
	left: 370px;
}
#search {
	position: absolute;
	top: 12px;
	right: 10px;
}
/* reset IE*/
* html body #search {
	top: 10px;
}
/* feed rules to IE/mac */
 /*\*//*/
#search {
	top: 12px;
	left: 600px;
}
/**/
/* ---------------------------------------------------- */
#header {
	margin: 0px;
	padding: 0px;
}
#heading {
	width: 750px;
	border: 1px solid #000;
	border-left: 0px;
	border-right: 0px;
	margin: 1px 0px 0px 0px;
	padding: 3px 0px 3px 10px;
}
#date {
	position: absolute;
	top: 60px;
	right: 10px;
}
#panoramic {
	margin: 1px 0px 0px 0px;
	border: 1px solid #000;
	border-left: 0px;
	border-right: 0px;
}
#primary_nav {
	padding: 1px 0px 1px 0px;
	font-weight: bold;
}
/* reset IE - problem with footer border so set it here instead */
* html body #primary_nav {
	border-bottom: 1px solid #000;
}
/* space out the links */
#primary_nav img{
	margin-left: 5px;
}


#breadcrumb {
        font-size: 0.95em;
}

#breadcrumb li {
        display: inline;
        position: relative;
   /* Place the bg image (block and dots) at the left and a few pixels down from the top */
        background: url( http://www.eecs.qmul.ac.uk/images/link_light_long.gif ) no-repeat 0 -5px;
        padding-left: 15px;
        padding-right: 5px;
}

#breadcrumb ul {
        margin: 0 0 0 0;
        padding: 0 0 0 15px;
}




#logout {
	font-size: 0.9em;
	color: #f00;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 3px 3px;
}


/* ---------------------------------------------------- */
#outer_wrapper {
	background: #fff url(../images/bg_left.gif) repeat-y left;
}
.wrapper {
	background: url(../images/bg_right.gif) repeat-y right;
}
#container {
	width: 100%;
	float: left;
	margin-right: -190px;
	background: url(../images/bg_right.gif) repeat-y right;
}
#content {
	margin-right: 190px;
	background: url(../images/bg_left.gif) repeat-y left;
}
/* reset IE*/
* html body #content {
	margin-top: -10px;
	padding-top: 10px;
}
/* feed rules to IE/mac */
 /*\*//*/
#content {
	position: relative;
	top: 12px;
}
/**/
#main {
	margin-left: 190px;
}
/* reset IE*/
* html body #main {
	margin-top: 10px;
}
#left {
	width: 160px;
	float: left;
	margin: -10px 0px 10px 8px;
	font-weight: bold;	
}
/* reset IE*/
* html body #left {
	margin: 10px 0px 10px 4px;
}
#sidebar {
	width: 150px;
	float: right;
}
/* reset IE*/
* html body #sidebar {
	margin: 10px 0px 10px 0px;
}
#footer {
	margin-top: 0px;
	text-align: center;
}
/* reset IE - problem with border on footer */
* html body #footer {
	position: relative;
	border-top: 1px solid #000;
}
#address {
	font-size: 0.9em;
	padding: 0px 10px 1px 10px;
	border-bottom: 1px solid #000;
}
.clearing {
	height: 0;
	clear: both;
}
/* ---------------------------------------------------- */
/* SECONDARY NAVIGATION */
/* create a nice gap between heading and nav links*/
#left p{
   margin: 0 0 10px 0;
}
/* create a margin around any images in the 2nd nav section*/
#left img{
   margin: 15px 0 0 0;
}
#left ul{
   /* Mac IE5.2 has trouble aligning images that have replaced bullets, so turn off lists and use background images */
   list-style: none;
   margin: 0;
   padding: 0;
}			
#left li{
   position: relative;
   /* Place the bg image (block and dots) at the left and a few pixels down from the top */
   background: url( ../images/link_dots_a.gif ) no-repeat 0 0px;
   margin: 0;
   /* Ensure the text doesn't overlap the bullet and create a balanced gap top and bottom */
   padding: 3px 0 3px 12px;
}
/* sub menus */
#left ul ul{
   position: relative;
   /* the right margin ensures the horz dotrs remian consistant*/
   margin: 0 3px 0 0;
   padding: 5px 0 0 5px;
}
/* place a different bg image for sub-menu items*/
#left ul ul li{
   background: url( ../images/link_dots_a2.gif ) no-repeat 0 0px;
}
/* place a different bg image for sub-sub-menu items*/
#left ul ul ul li{
   background: url( ../images/link_dots_a3.gif ) no-repeat 0 0px;
}
/* ---------------------------------------------------- */
/* CLASSES */

/* outline box - for images in right-hand column */
.box {
   border: 1px solid #666666;
}

/* smaller text for sporadic use where necessary*/
.small {
   font-size: 0.9em;
   line-height: 16px;
}
.top {
	text-align: right;
}
/* ---------------------------------------------------- */
/* LINKS */
/* normal links */
a {
   text-decoration: none;
   line-height: 16px;
}

a:link {
   color: #426583;	
}

a:visited {
   color: #426583;
}

a:hover {
   color: #990000;
}

a:active {
   color: #426583;
}
/* ---------------------------------------------------- */
#skip {
	display: none;
}


/* ----------------------------------------------------- */
/* ---------------------------------------------------- */

.fieldset {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:80%;
    margin:50px;
    color:#666;
    border: 1px solid #426583;
}

.fieldset label {
    text-align:right;
    width:90px;
    float:left;
    padding:0.2em;
    margin:0;
    margin-top:0.3em;
  }

.fieldset .nobr {
    display:none;
}

fieldset .textfield {
    margin:3px;
    height:20px;
    width:300px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
    text-decoration: none;
    border: 1px solid #c6d6d8;
}

fieldset .textfield:focus {
    background: #c6d6d8;
    border: 1px solid #426583;
}

fieldset .select {
	margin:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	text-decoration: none;
	border: 1px solid #c6d6d8;
}

fieldset .textarea {
    margin:3px;
    height:165px;
    width:300px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
    text-decoration: none;
    border: 1px solid #c6d6d8;
}

fieldset .textarea:focus {
    /* margin:3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-decoration: none; */
    background: #c6d6d8;
    border: 1px solid #426583;
}

fieldset .radio {
    margin:6px;
    font-family: Arial, Helvetica, sans-serif;
    background: #c6d6d8;
    font-size: 1.2em;
    text-decoration: underline;
    /*border: 1px solid #c6d6d8; */
}

/* --------------------------------------------------------------- */
.listtable {
    border: 1px dotted black;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

tr.oddrow td {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #000000;
    background-color : #eee;
    text-decoration: none;
    line-height: 16px;
}

tr.evenrow td {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #000000;
    background-color : #fff;
    text-decoration: none;
    line-height: 16px;
}

.intheader{
    border: #426583 1PX solid;
    padding: 2px;
    font-weight: bold;
    font-size: large;
    margin: 2px 0% 10px;
    line-height: 110%;
    text-transform: none;
    color: #426583;
    font-style: normal;
    font-family: Verdana, Arial;
    background-color: #C6D6D8;
    text-align: left;
    font-variant: normal;
    text-decoration: none;
}

.highlit {
    font-style: italic;
    color: #ccc;
}

.indexent {
	padding-top: 6px;	
	border-bottom: 1px dotted #000;
	height: 35px;
}

.indexlink {
	display: inline;
	border-right: 1px solid #000;
	padding-right: 4px;

}

.indextxt {
	color: #555;
}

.high {
	font-weight: bold;
	/* text-decoration: underline; */
	color: red;
}



























/* ---------------------------------------------------- */
/* LUCA's */


/* use this for the gray text at the top of the pages*/
h5{
	color:#888;
	font-size:1.3em;
	line-height:1.2em;
	font-weight:normal;
	
}


.quote {
	background: url(/images/quote.jpg) no-repeat 0 0;
	text-indent: 25px;
}

.quote-close{
	background: url(/images/quote_close.jpg) no-repeat bottom 300px;
}

.author{
	text-align:right;
}

em{
	color:#888;
	font-style:normal;
	font-size:1.0em;
}

code {
	font-size:1.2em;
}






#mainsideimage{
	margin:0 0 10px 10px; 
	border:0; 
	float:right;
}

.newstitle{
	font-size:1.2em;
	border-bottom: #666 1PX dotted;
	line-height:150%;
	margin-bottom:5px;
	color: #666; /*#426583;*/
	text-align: left;
}

.menutitle {
	margin-top: 10px;
}



