/* BIAA Turkey Resources Pages Basic CSS Style Sheet */
/* Designed 8th July 2008 - Toby Wilkinson */

/* --Web display version-- */

/* General Text definitions */

body {background-color: #ffffff; color: #000000; font-size: 10pt; font-family: Arial, Verdana, sans-serif; }
a:link { color: #0000bb; text-decoration: underline; }
a:visited { color: #440066; }
a:hover { text-decoration: none; background-color: #000099; color: white; }
a:active { text-decoration: none; }

/* H1 Used for page wide Super large */
h1 { margin-top: 0; text-align: center; }
h2 { margin-top: 0; }
/* Used for side headings */
h3 { margin-top: 0; }
p { margin-top: 0; margin-bottom: 0; }
.editrecordbutton { float: right; }
.grey { color: #888888; }
.green { color:  #013f1a; }
.biaagreen { color:  #013f1a; }
.biaagreenbg {  background-color:  #013f1a; color: white; }
.small { font-size: 8pt; }



/* BIAA Green #013f1a */
/* BIAA Title White #ffffff */
/* Main Text color Black #000000 */

#leftbar {
    position: absolute;
 	top: 0px;
 	left: 0px; 
 	min-height: 100%; /*To make it as long as the page */
 	height: auto; 
 	width: 60px;
	margin: 0px auto;
 	text-align: left;
    background: #013f1a url('repeatcolour.jpg') repeat;
    color: white; 
}

/* for Internet Explorer */
/*\*/
* html #leftbar {
height: 100%;
}
/**/

a.leftbar { color: white; text-decoration: none; background-color: #013f1a; }
a.leftbar:hover { color: white; text-decoration: none; background-color: #013f1a; }

#topbar { 
 position: absolute;
 top: 0px;
 left: 60px; 
 width: 100%;
 min-width: 100%;
 height: 60px; 
 background:  #013f1a url('repeatcolour.jpg') repeat;
 vertical-align: top;
}
.titletopbarimage { align: left; vertical-align: middle; }
.titletopbar { color: white; font-family: Arial, Verdana, sans-serif; font-size: 14pt; margin-left: 6px; }
#titlebar a:link { color: white; text-decoration: underline; }
#titlebar a:visited { color: white; }
#titlebar a:hover { text-decoration: none; color: white; }
#titlebar a:active { text-decoration: none; }


#menubar {
 position: absolute;
 top: 60px;
 left: 60px; 
 width: 100%; 
 height: 20px; 
 background: white; 
 text-align: left;
 padding-left: 20px;
 padding-top: 3px;
 background: white url('corner.jpg') no-repeat;
 font-family: Arial, Verdana, sans-serif;
 font-size: 10pt;
 color: black;
}

/* Other sections will be defined by separate CSS files */

#content {
 position: absolute;
 top: 80px;
 left: 60px;
 margin-left: 12px;
 margin-top: 18px;
 width: auto;
 background: white;
}

#sidebar {
 position: absolute;
 top: 20px;
 left: 700px;
 float: left;
 width: 182px;
 border: 0px black solid;
 font-size: 10px;
 background-color: #FFFFFF;
}

#footer {
 display: no-display;
}





