@charset "utf-8";

body, table, form, a, div, br, p, h1, h2, h3, ul, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	margin:0px;
	padding:0px;
}

body {
	background-color:#65A7D0;
}

h1, h2, h3 {
	padding:5px;
	font-size:12pt;
	font-weight:bold;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}

dt {
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}

#splashscreen {
	background:url(../../library/icons/info.gif) 5px 2px no-repeat; 
	background-color:#ffffee; 
	padding:5px;
	padding-left:45px; 
	border-top:1px outset #000; 
	border-bottom:1px outset #000; 
	font-weight:bold; 
	color:#000; 
	z-index:100;
	top:0px; 
	height:28px; 
	width:100%;
	position:fixed;
}


#PopUp {
	position:absolute;
  background-color:#99FFFF;
	margin-top:80px;
	margin-left:300px;
  visibility:hidden;
	height:1;
	width:1;
	top:0;
	left:0;
}

*html #splashscreen {
	position:expression("absolute");
    top:expression(parseInt(document.body.scrollTop));
	height:38px;
}

th {
	background-color:#999;
	color:#ffffff;
	text-align:left;
	padding:2px;
}

hr {
	border:2px solid #D1CDAA;
	border-bottom:none;
}

legend {
	color:#26397E;
	font-weight:bold;
}

fieldset {
	border:1px solid #bbb;
	padding:5px;
	margin:2px;
}

input, select, textarea {
	font-size:8pt;
	/*border:1px solid #bbb;
	background-color:#E0EEF5;*/
}

a {
	color:#336699;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.frmButton {
	/*border:1px solid #bbb;
	background-color:#808080; 
	color:#fff;
	font-weight:bold;*/
}

.contentBody {
	background-color:#fff;
	padding:20px;
	padding-top:2px;
}

/* style for system message */
#sysMessage {
	background-color:#FFCCCC;
	border:1px dotted #ff0000;
	color:#cc0000;
	font-weight:bold;
	padding:5px;
	text-align:center;
	display:none;
	width:90%;
	margin-left:auto;
	margin-right:auto;	
}


/* navigation block */
.pageNavigation {
	position:relative;
	margin-left:2px;
	width:192px;
	overflow:hidden;
}
.pageNavigation a {
	color:#004990;
	text-decoration:none;
}
.pageNavigation a:hover {
	text-decoration:underline;
}
.pageNavigation td {
	border-bottom:1px solid #ECE7D1;
	padding:3px;
	padding-left:2px;
	padding-right:2px;
}
.navigationBgColor {
	background-color:#ede6d2;
}

/* subnavi top on the page */
.pageSubnavigation {
	background:transparent url(images/next.gif) 3px 5px no-repeat;
	border-top:1px solid #EDE8DC; 
	border-bottom:1px solid #EDE8DC; 
	background-color:#FAF9F5;
	color:#999;
	padding:2px;
	padding-left:15px;
	margin-bottom:5px;
}

/* logged user text */
.loggedUserText {
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:7px;
	left:5px;
}
.loggedUserText a {
	color:#ff0000;
}

/* table extra */
.tableExtra {
	border-bottom:2px solid #ccc;
}
.tableExtra td {
	padding:2px;
	border-bottom:1px solid #ddd;
}

/* table head row */
.tableHeadRow, .tableHeadRow a {
	background-color:#2488B7;
	color:#fff;
	font-weight:bold;
}
.tableRegister, .tableRegister a {
	background-color:#9AC1DF;
	color:#000;
	font-weight:bold;
}

/* Basket */
#Basket {
	margin-top:10px;
	
}
#Basket table {

background-color:#ffffff;
}
#Basket td {
	font-size:7pt;
}

.blockServiceLinks, .blockSmallImages, .blockIcons {
	float:right;
	width:200px;
	padding:5px;
	text-align:right;
}

.block {
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}
.blockHead {
	clear:both;
	background-color:#999;
	color:#ffffff;
	font-weight:bold;
	padding:2px;
	width:100%;
}
.blockBody {
	clear:both;
	padding:5px;
	width:100%;
}

.blockGeneralHead, .blockGeneralHead a {
	background-color:#2488B7;
	color:#fff;
	font-weight:bold;
	padding:2px;
}

.blockMetaData {
	position:relative;
	padding:5px;
	float:left; 
	width:70%;
}

/* category, part article */
.smallImage {
	float:right;
	border:1px solid #bbb; 
	padding:5px; 
	cursor:pointer;
	width:60px;
	height:60px;
	margin:2px;
	overflow:hidden;
}

/* category part */
.categoryTumbnails {
	float:left;
	border:1px solid #bbb; 
	padding:5px; 
	cursor:pointer;
	width:60px;
	height:60px;
	margin:2px;
	overflow:hidden;
}
*html .categoryTumbnails {
	float:left;
	border:1px solid #bbb; 
	padding:5px; 
	cursor:pointer;
	width:70px;
	height:70px;
	margin:2px;
	overflow:hidden;
}


/* ie hack */
*html.smallImage { 
	width:70px;
	height:70px;
}

a.infobox {
	text-decoration:none;
}
  
a.infobox:hover {
	color:#c30;
	background:white;
}
  
a.infobox span {
	visibility:hidden;
	position:absolute;
	left:40em;
	margin-top:0.5em;
	padding:1em;
	text-decoration:none;
}
				   
a.infobox:hover span {
	visibility:visible;
	width:30em;
	border:1px solid #c30;
	color:blue;
	background:white;
}