/* ======================================================================

CSS File -- Created with SAPIEN Technologies PrimalScript 4.0

NAME: admin.css

AUTHOR: Björgvin Sigurðsson  of CountrySTAT - FAO of the UN
DATE  : 21.5.2006

COMMENT: 

====================================================================== */

@import "navigation.css";

body {
	font-family: Verdana, Arial, SanSherif;
	font-size: 0.8em;
}

ul.configlist {
	position: relative;
	display: block;
}

div#content {
	position: relative;
	margin-left:  18px;
	width: 50%
}
#createali{
	width:100%;
}
#info{
	font-size:70%;
	color:#CCCCCC;
	font-weight:bold;
}
#contentadmin{
	font-size:90%;
}

code {
	display:inline;
	color: blue;
	background-color: white;
	font-size: 1.2em;
	font-family: courier;
}

h1, h2, h3 {
	color:  #034EA2;
	margin-bottom: 0.5em;
	font-weight: normal;
}

h2 {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

h3 {
	font-style: oblique;
}

#header {
	height: 4em;
	width: 100%;
	/*background-color: #eee9e9;*/
	margin:0;
	display: block;
	margin-bottom: 2em;
	margin-top: 0px;
	padding-top: 0em;

	
	/*Borders*/
	border-color: #034EA2;
	/*border-style: solid;
	border-width: 2px;*/
	border-bottom-style: solid; 
	border-bottom-width: 2px;
	border-top-width: 4px;
}

#header h1 {
	font-style: oblique;
	padding-left: 1%;
}

em {font-weight: bold;}
.info {background-color: whitesmoke; padding-top: 2px; padding-bottom: 2px; padding-left: 2px;}
