
body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background: #000044;	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-attachment: fixed;
}

a {
	color: #00aadd;
	text-decoration: none;	
}

a:hover {
	color: #00ffff;
}

a:visited{
}

h1 {
	color: black;
	margin-top: 5px;
	background: #ccccff;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #aaaaaa #aaaaaa #ffffff;
}

h2{
}

table{
	font-size: 9pt;
}

ul{
	font-size: 10pt;
}

p{
	padding-left: 1em;
}

hr{
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #cccccc;
	height: 0px;
}

table.visibleTable{
}

table.visibleTable th{
	color: #333333;
	background: #ccccff;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #777777 #777777 #ffffff;
}

table.visibleTable td{
	color: black;
	background: #eeeeee;
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff #aaaaaa #aaaaaa #ffffff;
	padding: 3px;
}

table.layoutTable{
	width: 100%;
}

table.layoutTable td{
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa #ffffff #ffffff #aaaaaa;
	padding: 3px;
}

div.siteTop{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

div.siteContent{
	position: absolute;
	top: 65px;
	left: 0px;
	width: 100%;
}

div.timeSelection{
	position: absolute;
	left: 20%;
	top: 2px;
}

div.timeSelectionDates{
	position: absolute;
	right: 20%;
	top: 75px;
}

div.appName{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	font-size: 25px;
}

div.appMenu{
	position: absolute;
	top: 30px;
	left: 10px;
	width: 100%;
	height: 12px;
	font-size: 12px;
}

div.navigator{
	position: absolute;
	top: 50px;
	left: 10px;
	width: 100%;
	height: 10px;
	font-size: 15px;
}

div.logoutLink{
	position: absolute;
	top: 50px;
	right: 3px;
	font-weight: bold;
}
/*		BOX		*/

.box {
	margin-top:10px;
	margin-bottom:10px;	
	border: 1px solid #CCC;
}

.box h2 {
	background-color: #CCF;	
	color:#000;
}

.box span {
	
}

/*		BOX-END		*/


/*		LEFT PANEL		*/
#leftPanel {
	position:absolute;
	left:10px;
	top:100px;
	
	width:200px;
	margin-top: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #aaaaaa #aaaaaa #ffffff;
}

/*		LEFT PANEL-END		*/

/*		MAIN PANEL		*/
#mainPanel {
	position:absolute;
	left:300px;
	top:100px;
	border: solid 1px #AAA;
	
}

#articlesList {
		
}

.seoContent {
	margin-bottom: 10px;
	margin-top: 10px;	
}

.articleListCellTitle{
	font-weight: bold;
}

.articleListCell{

}

/*		MAIN PANEL-END		*/

/*		MAIN PANEL		*/
#pageHeader {
	left:0px;
	top:0px;
	border: solid 1px #AAA;
	
}

/*		MAIN PANEL-END		*/

/*		ERROR-MESSAGING		*/

div.menu2{
	position: absolute;
	top: 50px;
}

div.loginForm{
	position: absolute;
	width: 40%;
	top: 150px;
	left: 30%;
}

div.resultMessages{
	clear: both;
	background: blue;
	border-style: solid;
	border-width: 2px;
	border-color: white gray gray white;
	width: 400px;
}

li.errorMessage{
	color: red;
	font-weight: bold;
}
li.normalMessage{
	color: white;
	font-weight: bold;
}


/*		ERROR-MESSAGING-END		*/
