/* ============================================================= */
/* (c)2007 - Colin Jones - Created for Aberdeen Business School	 */
/* Seajays Home Software - www.seajays.org.uk                    */
/* ============================================================= */
/* Date: 14/OCT/2007 - v1.0                                      */
/* ============================================================= */

/* Colour Table                                                  */
/* 

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#AFCAE4;
 color: #333;
 font: 0.8em Verdana, Helvetica, Arial, sans-serif;
 height: 100%;
 }	 
 
a { text-decoration: none; font-weight: bold; color: #546EF5; }
a:hover { text-decoration: underline; color: #F00; }
a:visited { color: #800080; }

address {
	 padding-top: 1em;
}

.newicon {
	background-color: red;
	color: white;
	font-size: 0.7em;	
}

#img-block{
 margin: 0;
 padding:0; 
 background-image: url('images/absbackground.jpg');
 background-repeat: no-repeat;
 background-position: top left;
 background-color: #0A140C;
 height: 100%;
 }	
	 
#lh-col{
 position:absolute;
 top:9.5em;
 left:0px;
 width:180px;
 z-index:3;
 color: #333333;
 padding: 10px 10px;
 }

#rh-col{
 position:absolute;
 top:9.5em;
 right:0;
 width:160px;
 z-index:2;
 color: #333333;
 padding: 10px 10px;
}

#c-block {
 width:100%;
 z-index:1;
 /* background-image: url('images/semitrans.gif'); */
 background-image: url('images/whitetransp.png');
 color: #333333;
 height:80%;}

#hdr{
 height: 9.4em; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background: transparent;
 color: #FFF; 
 margin:0;
 background-image: url('images/whitestripe.gif');
 background-repeat: repeat-y;
  }

#c-col{
 margin:0 182px 0 182px;
 position:relative;
 height: 100%;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
 background-color: #FFF;
 padding: 10px 10px;
 }

#ftr {
 width: 100%;
 height: 3.5em;
 border: solid #000; 
 border-width:1px 0;
 color: #fff;
 font-weight: bold;
 font-size: 0.8em;
 margin:0;
 text-align: right;
 }
#ftr p { margin: 5px 10px; }
#ftr a { color: #FFF; }
 
p,form {
 padding: 0px;
 margin: 0px;
}

h1, h2, h4, h3, h5 {
 margin:0; 
 padding: 0;
}

h3 { font-size: 1.7em; }
h4 { padding-top: 0.5em; font-size: 1.4em; }
h5 { padding-top: 0.5em; font-size: 1.2em; }
 
 /* General Presentation */

#c-col p {
	padding: 0.4em 0em;	
	line-height: 1.5em;
}

#c-col li {
	line-height: 1.5em;
	margin-right: 3em;
}

#toptitle {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 1em;
	padding-top: 5px;
	font-weight: normal;
}
#maintitle {
	font: 2em 'Arial Black', Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0.25em;
}
#roundel {
	float: right;
	padding: 5px 10px 5px 5px;
}
#amlogo {
	float: left;
	padding: 0px;
	padding-right: 10px;
}

#navigation li a {
color: #555;
text-decoration: none;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000;
width: 145px;
display: block;
padding: 3px;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #000;
border-left-color: #000;
text-align: left;
padding-left: 15px;
background-color: #fff;
font-weight: normal;
}
#navigation {
width: 145px;
margin: 0px;
padding: 0px;
}
.bottomborder {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000;
}
#navigation li {
list-style-type: none;
}
#navigation li a:hover {
text-decoration: none;
color: #a00;
background-image: url('images/redline.gif');
background-repeat: repeat-y;
background-position: left;
background-color: #fee;
}

#navigation li a.selected {
background-image: url('images/bluline.gif');
background-repeat: repeat-y;
background-position: left;
background-color: #eef;
}



#navigation2 li a {
color: #555;
text-decoration: none;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000;
width: 135px;
display: block;
padding: 3px;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #000;
border-left-color: #000;
text-align: left;
padding-left: 25px;
background-color: #ddf;
font-weight: normal;
}
#navigation2 {
width: 145px;
margin: 0px;
padding: 0px;
}

#navigation2 li {
list-style-type: none;
}
#navigation2 li a:hover {
text-decoration: none;
color: #a00;
background-image: url('images/redline2.gif');
background-repeat: repeat-y;
background-position: left;
background-color: #fdd;
}

#navigation2 li a.selected {
background-image: url('images/bluline2.gif');
background-repeat: repeat-y;
background-position: left;
background-color: #ddf;
}

#quicklinks {
	border: 1px solid #000;
	background-color: #D7E7FF;
	padding: 10px;
	font-size: 0.8em;
}

#callforpapers {
	border: 1px solid #000;
	background-color: #ccf;
	padding: 0px;
	margin-bottom: 1em;
	font-size: 1em;
	font-family: 'Arial Black'; 
}
#callforpapers a {
text-decoration: none;
display: block;
padding: 1em 0em 1em 1em;
margin: 0px;
font-weight: normal;
background-image: url(images/papers.png);
background-repeat: no-repeat;
background-position: right;
}

#callforpapers a.selected {
background-color: #fcc;
}

#callforpapers a:hover {
text-decoration: none;
color: #800;
background-color: #fbb;
}

.submitpaper {
	border: 1px solid #000;
	background-color: #ccf;
	padding: 0px;
	margin-bottom: 1em;
	margin-top: 1em;
	width: 27em;
	font-size: 1em;
	font-family: 'Arial Black'; 
}
.submitpaper a {
text-decoration: none;
display: block;
padding: 1em 0em 1em 1em;
margin: 0px;
font-weight: normal;
background-image: url(images/papers.png);
background-repeat: no-repeat;
background-position: right;
}

.submitpaper a.selected {
background-color: #fcc;
}

.submitpaper a:hover {
text-decoration: none;
color: #800;
background-color: #fbb;
}


#basiclist ul {
	padding-left: 16px;	
	padding-top: 0.5em;
	margin: 0px;
}

#basiclist li{
	list-style-type: square;
	font-weight: normal;
	padding-bottom: 0.5em;
}
#basiclist a {
	font-weight: normal;
}

/*  ----------------quotes---------------------- */ 
blockquote.lquote { background:url('images/lquote.gif')
					no-repeat;
					background-position:top left;
					padding-left: 1.5em;
					text-align:justify;
					margin-left: 10px;} 

p.rquote {background: url('images/rquote.gif') 
					no-repeat;
					background-position:bottom right;
					padding-left: 0.2em;
					padding-right: 1em;
					font-family: Georgia, 'Times New Roman', serif;
					font-style: italic; }

.quotetext {
	margin-left: 	0em;
	letter-spacing:	0.1em;
	font-size:		100%;
	line-height:	1.1em;
	color:			#333333;
}

blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic; 
	font-size: 1.1em;
	margin-top: 0.5em;
}

a.external
{
    background-image: url(images/external.gif);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 12px;
}

#confdate { 
	font-size: 1.8em; 
	font-family: 'Arial Black'; 
	font-weight: normal;
	line-height: 1.2em;
	color: #777; }
	
#map {
	background-color:#fffee2;
	border:1px solid #979797;
	font-family:Verdana;
	font-size: 1em;
	height:400px;
	width:450px;
	padding:0px;
	margin: 1em 1em 1em 0em;
	float: left;
}

.lightsearch {
	color: #777;
}

.intextimage {
	float: right; 
	border: 1px solid black;
	margin-left: 1em;
}

table.helpT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 0.8em;
color: #404040;
width: 500px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; }

td.helpHed
{ border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #BEC8D1;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 0.8em;
height: 2em;
color: #404040; }

td.rightedge {
border-right: 2px solid #6699CC !important;
}

td.helpBod
{ border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: left;
font-family: 'Arial Narrow', Tahoman,sans-serif, Arial;
font-weight: normal;
font-size: 1em;
color: #404040;
background-color: #fafafa; }

table.sofT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 580px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; } 

.nullbox {
	background-color: #CCCCCC !important;
}
.refreshbox {
	background-color: #A2DDEE !important;
}
.keynote {
	background-color: #FBC6C6 !important;
}

