/* left navbar style sheet */

/* Redefined HTML tag to change global appearance */
body, html {
	margin: 0px;
	font-size: 14px;
	font-family: arial, courier, verdana, sans-serif;
	background-color: #3366CC;
	min-width: 600px;
	min-height: 480px;
}


h1 {
	font-size: 130%;
}


h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
	margin-bottom: 0px;
	margin-top: 10px;
}

td {
	vertical-align: top;
}

hr {
	color: #3366CC;
	margin-top: -10px;
	
}

/* Template IDs */
#bodylayer {
	width: 100%;
	background-color: #3366CC;
}


#topmostlayer {
	display: none;
	visibility: hidden;
}


#bannerlayer {
	display: block;
	width: 100%;
	height: 100px;
	background-image: url("/en/images/smilingLady.jpg");
	background-repeat: no-repeat;
	background-color: #3366CC;
}
#bannerlayer h1 {
	display: none;
	visibility: hidden;
}
#bannerlayer h2 {
	display: none;
	visibility: hidden;
}


#breadcrumblayer {
	width: 100%;
	margin-bottom: 5px;
	text-align: left;
	border-top-style: outset;
	border-top-color: #FFFFFF;
	border-bottom-style: inset;
	border-bottom-color: #FFFFFF;
	background-color: #3366CC;
	
}
#breadcrumblayer p {
	margin: 5px 10px 5px 15px;
	color: #000000;
	font-weight: bold;
}
#breadcrumblayer a, #breadcrumblayer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#breadcrumblayer a:hover, #breadcrumblayer a:focus {
	text-decoration: underline;
}
#breadcrumblayer p.topmenu {
	text-align:right;
	width:95%;
}
#breadcrumblayer p.topmenu span{
	color:#000000;
}
#breadcrumblayer p.topmenu a, #breadcrumblayer p.topmenu a:visited{
	color: #FFFFFF;
	font-weight: bold;
}

#navigationlayer {
	width: 18%;
	float: left;
	background-color: #3366CC;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 200px;
}
#navigationlayer h1 {
	display: none;
}


#contentlayer{
	display: block;
	width: 75%;
	float: left;
	padding: 10px;
	background-color: #FFFFFF;
}


#footerlayer {
	background-color: #3366CC;
	color: #FFFFFF;
	font-size: 90%;
	width: 100%;
	margin-top: 10px;
	display: block;
	float: left;
}
#footerlayer p {
	margin-left: 10px;
	margin-right: 10px;
}
#footerlayer a, #footerlayer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footerlayer a:hover, #footerlayer a:focus {
	color: #3366CC;
	background-color: #FFFFFF;
}

















/* Navigation Class */
.navbutton a, .navbutton a:link, .navbutton a:visited {
	display:block;
	width: 90%;
	color: #FFFFFF;
	background-color: #3366CC;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-bottom: 5px;
	padding: 3px;
}
.navbutton a:hover, .navbutton a:focus {
	color: #000036;
	background-color: #FFFFFF;
	border: thin solid #000000;
	margin-bottom: 5px;
	padding: 3px;
}

















#submenu
{
padding: 0px 0px 10px 10px;
/*border-bottom: 1px solid #000;*/
}

#submenu ul, #submenu li
{
display: inline;
list-style-type: none;
}

#submenu a:link, #submenu a:visited
{
border-bottom: 4px solid #fff;
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: blue;
}

#submenu a:link#current, #submenu a:visited#current, #submenu a:hover
{
border-bottom: 4px solid #000;
background: transparent;
color: #000;
}

#submenu a:hover { color: #000; }


















/* page specific */
.sponsor {
	float: left;
	margin-bottom: 5px;
	border-style: solid;
	border-width: thin;
	border-color: #3366CC;
	width: 100%;
}
.sponsorlogo {
	text-align: center;
	padding: 5px;
}
.sponsor p {
	width: 100%;
	padding: 3px;
	background-color: #3366CC;
}
.sponsor img  {
	border-style: none;
}
.sponsor a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
} /* used in about project */

.blackbox {
	width: 100%;
	border-style: solid;
	border: 2px;
	border-color: #000000;
	margin-bottom: 5px;
	padding: 10px;
}

p.reference {
	font-size: 90%;
	font-style:italic;
}

.box {
	width: 100%;
	border-style: solid;
	
	border-color: #3366CC;
	margin-bottom: 5px;
	padding: 10px;
}
.boxheader {
	width: 100%;
	background-color: #3366CC;
	color: #ffffff;
}
.boxheader a, .boxheader a.visited {
	color: #ffffff;
	text-decoration: none;
}
.boxbody img {
	border-style:none;
} /* used in about the team, documents, how to, dicussion forum */

.rightalignedtext {
	text-align: right;
} /* used in useful links */


.userbox {
	width: 100%;
	border-style: solid;
	border-color: #3366CC;
	margin-bottom: 5px;
}
.userboxheader {
	color: #ffffff;
	width: 100%;
	background-color: #3366CC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.userboxbody {
	text-decoration: none;
	text-align: right;
	padding: 5px;
}


.ctrl {
	float: left;
	margin: 5px;
	min-height: 150px;
	min-width: 100px;
}
.ctrl a {
	text-decoration: none;
}
.ctrl img {
	border-style: none;
	border-width: 0px;
} /* used in control panel */

.blacktable tr td {
	bordercolor: #ffffff;
	border: 1px;
}

.blacktable .titles {
	font-weight: bold;
}

ul.publications li {
	padding-bottom: 10px;
}

/* Events tags */

.AllEvents { }
.eventHeader { background-color:#ccccff; padding: 3px 3px 3px 10px; width:95%;}
.eventTitle a { color:black; font-weight: bold; text-align:right}
.eventPostedBy { color:blue; padding: 0px 0px 0px 25px; font-size:80%;}
.strName {font-weight:bold;  }
.eventAbstract { padding: 5px 0px 25px 0px; }

.SingleEvent { width:95%; }
.eventHeaderSingle { }
.eventHeaderSingle H2 { color: purple; padding: 0px, 0px, 5px, 0px; font-size: 140%; font-weight: bold; }
.eventDetails { color: black; font-size: 80%; padding: 0px 0px 0px 25px;}
.eventBodySingle { padding: 20px 0px 25px 0px; }
.eventLinkSingle a { text-decoration:dashed; }
.eventImage { float:left; padding: 0px 20px 0px 25px ; }
.eventBodyText {float:left; padding: 0px 20px 20px 20px ; )


