/* GENERAL SPECS */
/* set colours for light and dark colour scheme */
.light {
/*background-color: #DDE9EB;*/
background-color: #688aa7;
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: #426583;
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;
} */

p.warn {
	font-weight: bold;
	color: #d00;
}
h1 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 20px;
}
img {
	border: 0px;
}

/* ---  h2 style added 20080725 RL-----*/

h2 {
	font-size: 1.3em;
	font-weight: bold;	
	color:#426583;
}
/* ------------------------------------*/

h3 {
	color: #426583;
}

/*just space h4 and p a bit better*/
h4{
	margin-top:30px;
	margin-bottom:0px;
}

p{
	margin-top:5px;
	margin-bottom:10px;
}

/* 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: 760px;
	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 {
	/*font-family: Arial Narrow; */
	padding: 3px 0px 3px 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.9em;
}

#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 {

}
#container {
	width: 100%;
	float: left;
	background: url(/images/bg_left.gif) repeat-y left;
}
#content {
	margin-right: 20px;
	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;
}


#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;
}
#left ul ul ul ul li{
	font-size: 0.9em;
}








/* ---------------------------------------------------- */
/* LUCA's */


/* use this for the gray text at the top of the pages*/
h5{
	/*
	color:#558F9A; this is a darker version of .light colour */
	color:#888;
	margin-bottom:20px;
	margin-top:0px;
	font-size:1.3em;
	line-height:1.2em;
	font-weight:normal;
	
}

/* style the links to the top of the page*/
.gotop {
	text-align:right;
	background:url(/images/arrow_up2.jpg) no-repeat right;
}


/* this is to create quotations:
	- .quote class opens quotation marks as an image
	- .author closes quot.marks and floats the name of the author on the right
	
	So, you must put the author to close a quotation.
*/
.quote {
	background: url(/images/quote.jpg) no-repeat 0 0;
	text-indent: 25px;
}

.quote-close{
	/* doesn't do anything at the moment*/
	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;
}



/* the two following create the 
two-column layout for the news detail page */
#newsleft{
	float:left;
	width:70%;
}

#newsright{
	float:right;
	width:30%;
}

/* otehr stuff */

.newstable{
	width:100%;
}

.newstable caption {
	/*text-align:left;*/
	padding-left:2px;
	margin-bottom:20px;
	/*font-size:1.2em;
	font-weight:bold;
	color:#426583;*/
}

.newstable th{
	color:#fff;
	padding:5px;
	background:#bcbcbc url(/images/squareangle.png) no-repeat top right;
}

.newstable td{
	padding:5px;
}

.newstable tr.evenrow td{
	background:#ddd;
}

#newsdate{
	font-size:1em;
	color: #426583;
	text-align:right;
	margin-bottom:5px;
}

#newsdateleft{
	font-size:1em;
	color: #426583;
	margin-bottom:5px;
}

.newstitle{
	font-size:1.2em; 
	border-bottom: #666 1PX dotted;
	line-height:150%;
	margin-bottom:5px;
	color: #666; /*#426583;*/
	text-align: left;
}

.newstitleHP{
	font-size:1.4em; /*chnaged from 1.2 to 1.4 * 22 oct '09 for home page news */ 
	border-bottom: #666 1PX dotted;
	line-height:150%;
	margin-bottom:5px;
	color: #000; /*#426583;*/
	text-align: left;
}

.daterow{
	background:#fff;
	color: #426583;
	font-weight: bold;
	height:40px;
	vertical-align:bottom;
}

/* Seminars form*/
#semform{
	/*background: #DDE9EB;*/
	border:1px dotted #426583;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
	margin-top:0px
}

#semform select{
	width:400px;
	/*background: #dee8ea;*/
}

#semform input{
	margin-left:20px;
	/*background: #C0DBE0;*/
	background: #eee;
}

#semform p{
	color:#558E98;
}

.paragraphs li{
	margin:0;
	margin-top:20px;
}

.indent40{
	padding-left:40px;
}

.subtitle{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #99B;
	text-decoration: none;
	line-height: 20px;
}


#singlecolumn{
	float:left; 
	width:370px;
}


#mainsideimage{
	margin:0 0 10px 10px; 
	border:0; 
	float:right;
	/*background:#000; 
	border:4px solid #000;*/
}


.menutitle {
	/*margin-top: 20px;*/
	padding-top: 10px;
}



/*overridde definition lists settings for the master courses*/
#mastercourses dl{
	list-style:none;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:1.0em;
}

#mastercourses dt {
	font-weight:bold;
	padding-left:10px;
	background: url(/images/bullet1.gif) no-repeat left 0.3em;
	font-size:1.0em;
}

#mastercourses dd{
	padding-left:0px;
	margin-left:10px;
	padding-bottom:10px;
	font-size:1.0em;
}



/*create three columns layout for the undergraduate programmes*/
/*not used anymore
#prg3cols_12{
	float:left;
	width:66%;
}

#prg3cols_12full{
	float:left;
}

#prg3cols_3{
	float:right;
	width:33%;
}

#prg3cols_1{
	float:left;
	width:50%;
}

#prg3cols_2{
	float:right;
	width:50%;
}*/











/* ---------------------------------------------------- */
/* 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;
}


/* reset so that a link in a quote is still same color as H5*/
h5 a, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active{
	color:#888;
}



/* ---------------------------------------------------- */
#skip {
	display: none;
}

/* ---------------------------------------------------- */
/* index page styling */
.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;
}

/* table alternation styling */
table.list {
	border: 1px dotted black; 
	width: 100%;
}

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;
}

/* forms styling */
.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 .textarea {
margin:3px;
height:165px;
width:300px;
font-family: Arial, Helvetica, sans-serif;
font-size: smaller; 
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 .select {
margin:6px;
font-family: Arial, Helvetica, sans-serif;
font-size: larger;
text-decoration: none;
border: 1px solid #c6d6d8;
}

fieldset .radio {
margin-left: 12px; 
font-family: Arial, Helvetica, sans-serif;
background: #c6d6d8;
/* font-size: larger; */
text-decoration: underline;
border: 1px solid #c6d6d8; 
background-color: yellow;
}

fieldset .submit {
	margin:6px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
	padding-right:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	text-decoration: none;
	border: 1px solid #c6d6d8;
	cursor:pointer;
}

.note {
	font-size: 85%;
	color: gray;
	font-style: italic;
}

.highlit {
	font-style: italic;
	color: #ccc;
}
.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;
}

.cissect {
	font-size: larger;
	color: #426583;
	text-decoration: underline;
}


.personbox{
	width: 96%;
	background-color: #eee;
	/* border: dotted black 1px; */
	padding: 4px;
}


.title {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    line-height: 20px;
}

.lefthead {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 20px;
	float: left;
}

.righthead {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 20px;
	float: right;
}

.pubtitle {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
	/* background-color: #dde9eb; */
    text-decoration: none;
    /*line-height: 20px; */
	 width: 90px;
	/* margin-top: 9px;
	margin-bottom: 6px; */
	float: left;
}



.publisting {
	width:100%; 
	margin: 12px; 
	padding: 3px;
}

.listtable {
	border: 1px dotted black; 
	width: 100%; 
	padding: 0px; 
	margin: 0px;
}

.high {
	font-weight: bold;
	/* text-decoration: underline; */
	color: red;
}
	



TT { 
	font-size: 130%; 
} 
LI.mb { 
	padding-bottom: 1em; 
}

dl { font-family: monospace; }
dt { font-style: bold; font-size: 10pt; }
dd { font-size: 9pt; }


/* ---------------------------------------------------- */

    /* Standard classes for use in any page */
    /* PhorumDesignDiv - a div for keeping the forum-size size */
    .PDDiv
    {
        width: {forumwidth};
        text-align: left;
    }        
    /* new class for layouting the submit-buttons in IE too */
    .PhorumSubmit { 
        border: 1px dotted {tablebordercolor}; 
        color: {defaulttextcolor}; 
        background-color: {navbackcolor}; 
        font-size: {defaultfontsize}; 
        font-family: {defaultfont}; 
        vertical-align: middle; 
    }    
    
    .PhorumTitleText
    {
        float: right;
    }

    .PhorumStdBlock
    {
        font-size: {defaultfontsize};
        font-family: {defaultfont};
        background-color: {backcolor};
        border: 1px solid {tablebordercolor};
/*        width: {tablewidth}; */
        padding: 3px;		
    }

    .PhorumStdBlockHeader
    {
        font-size: {defaultfontsize};
        font-family: {defaultfont};
        background-color: {navbackcolor};
/*        width: {tablewidth}; */
        border-left: 1px solid {tablebordercolor};
        border-right: 1px solid {tablebordercolor};
        border-top: 1px solid {tablebordercolor};
        padding: 3px;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }

    .PhorumNavBlock
    {
        font-size: {defaultfontsize};
        font-family: {defaultfont};
        border: 1px solid {tablebordercolor};
        margin-top: 1px;
        margin-bottom: 1px;
/*        width: {tablewidth}; */
        background-color: {navbackcolor};
        padding: 2px 3px 2px 3px;
    }

    .PhorumNavHeading
    {
        font-weight: bold;
    }

    A.PhorumNavLink
    {
        color: {navtextcolor};
        text-decoration: none;
        font-weight: {navtextweight};
        font-family: {navfont};
        font-size: {navfontsize};
        border-style: solid;
        border-color: {navbackcolor};
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    A.PhorumNavLink:hover
    {
        background-color: {navhoverbackcolor};
        font-weight: {navtextweight};
        font-family: {navfont};
        font-size: {navfontsize};        
        border-style: solid;
        border-color: {tablebordercolor};
        border-width: 1px;
        color: {navhoverlinkcolor};
    }

    .PhorumFloatingText
    {
        padding: 10px;
    }

    .PhorumHeadingLeft
    {
        padding-left: 3px;
        font-weight: bold;
    }

    .PhorumUserError
    {
        padding: 10px;
        text-align: center;
        color: {errorfontcolor};
        font-size: {largefontsize};
        font-family: {largefont};
        font-weight: bold;
    }

   .PhorumNewFlag
    {
        font-family: {defaultfont};
        font-size: {tinyfontsize};
        font-weight: bold;
        color: {newflagcolor};
    }

    .PhorumNotificationArea
    {
        float: right;
        border-style: dotted;
        border-color: {tablebordercolor};
        border-width: 1px;
    }

    /* PSUEDO Table classes                                       */
    /* In addition to these, each file that uses them will have a */
    /* column with a style property to set its right margin       */    

    .PhorumColumnFloatXSmall
    {
        float: right; 
        width: 75px;
    }

    .PhorumColumnFloatSmall
    {
        float: right; 
        width: 100px;
    }

    .PhorumColumnFloatMedium
    {
        float: right; 
        width: 150px;
    }

    .PhorumColumnFloatLarge
    {
        float: right; 
        width: 200px;
    }

    .PhorumColumnFloatXLarge
    {
        float: right; 
        width: 400px;
    }

    .PhorumRowBlock
    {
        background-color: {backcolor};
        border-bottom: 1px solid {listlinecolor};
        padding: 5px 0px 0px 0px;
    }

    .PhorumRowBlockAlt
    {
        background-color: {altbackcolor};
        border-bottom: 1px solid {listlinecolor};
        padding: 5px 0px 0px 0px;
    }

    /************/
    

    /* All that is left of the tables */

    .PhorumStdTable
    {
        border-style: solid;
        border-color: {tablebordercolor};
        border-width: 1px;
        width: {tablewidth};
    }

    .PhorumTableHeader
    {
        background-color: {headerbackcolor};
        border-bottom-style: solid;
        border-bottom-color: {tablebordercolor};
        border-bottom-width: 1px;
        color: {headertextcolor};
        font-size: {headerfontsize};
        font-family: {headerfont};
        font-weight: {headertextweight};
        padding: 3px;
    }

    .PhorumTableRow
    {
        background-color: {backcolor};
        border-bottom-style: solid;
        border-bottom-color: {listlinecolor};
        border-bottom-width: 1px;
        color: {defaulttextcolor};
        font-size: {defaultfontsize};
        font-family: {defaultfont};
        height: 35px;
        padding: 3px;
    }
    
    .PhorumTableRowAlt
    {
        background-color: {altbackcolor};
        border-bottom-style: solid;
        border-bottom-color: {listlinecolor};
        border-bottom-width: 1px;
        color: {altlisttextcolor};
        font-size: {defaultfontsize};
        font-family: {defaultfont};
        height: 35px;
        padding: 3px;
    }    

    table.PhorumFormTable td
    {
        height: 26px;
    }

    /**********************/


    /* Read Page specifics */
    
    .PhorumReadMessageBlock
    {
        margin-bottom: 5px;
    }
    
   .PhorumReadBodySubject
    {
        color: Black;
        font-size: {largefontsize};
        font-family: {largefont};
        font-weight: bold;
        padding-left: 3px;
    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
    }

    .PhorumReadBodyText
    {
        font-size: {defaultfontsize};
        font-family: {defaultfont};
        padding: 5px;
    }

    .PhorumReadNavBlock
    {
        font-size: {defaultfontsize};
        font-family: {defaultfont};
        border-left: 1px solid {tablebordercolor};
        border-right: 1px solid {tablebordercolor};
        border-bottom: 1px solid {tablebordercolor};
/*        width: {tablewidth}; */
        background-color: {navbackcolor};
        padding: 2px 3px 2px 3px;
    }

    /********************/
    
    /* List page specifics */

    .PhorumListSubText
    {
        color: {listpagelinkcolor};
        font-size: {tinyfontsize};
        font-family: {tinyfont};
    }

    .PhorumListPageLink
    {
        color: {listpagelinkcolor};
        font-size: {tinyfontsize};
        font-family: {tinyfont};
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }    

    .PhorumListModLink, .PhorumListModLink a
    {
        color: {listmodlinkcolor};
        font-size: {tinyfontsize};
        font-family: {tinyfont};
    }
    /********************/

    /* Override classes - Must stay at the end */

    .PhorumNarrowBlock
    {
        width: {narrowtablewidth};
    }

    .PhorumSmallFont
    {
        font-size: {smallfontsize};
    }    

    .PhorumLargeFont
    {
        color: {defaulttextcolor};
        font-size: {largefontsize};
        font-family: {largefont};
        font-weight: bold;
    }    


    .PhorumFooterPlug
    {
        margin-top: 10px;
        font-size: {tinyfontsize};
        font-family: {tinyfont};
    }

