body
{
	background-color: #143963;
	background-repeat: repeat-x;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
body, td, input
{
	font-family: verdana, arial, helvetica, sans-serif;
	vertical-align: top;
	font-size:11px;
	color: #ffffff;
}
a { font-weight:bold;
	text-decoration: none;
	}

div#catalogline
{
	background-image: url('images/background.jpg');
	border-bottom: 1px solid #90b3d3;
	padding: 5px 20px;
	margin-bottom: 30px;
}
div#catalogline a
{
	color: #00BFFF;
	font-weight: bold;
}
div.catalogitem
{
	width: 550px;
	margin: 0 100px;
	padding: 5px;
	border-bottom: 1px solid #B1C9E1;
}
div.catalogitem a
{
	color: #00BFFF;
}
div.catalogitem A:hover{
color:#FFF;
font-weight:bold;
}
div.linke a
{
	color: #00BFFF;
}
div.linke A:hover{
color:#FFF;
font-weight:bold;
}				  
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#143963;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
	#mainContainer{
		width:500px;
		margin:0 auto;
		margin-top:10px;
		border:1px double #000;
		padding:5px;
		
	}
	
	.modalDialog_contentDiv_error{
		border:3px solid #FFF;	
		padding:2px;
		z-index:100;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background-color:#F00;	/* White background color for the message */
		color:#FFF;
	}
	.modalDialog_contentDiv_error a{
		color:#FFF;
	}
	h1{
		margin-top:0px;
	}
	.pop
{
	font-family: verdana, arial, helvetica, sans-serif;
	vertical-align: top;
	font-size:11px;
	color: #000000;
}				  				  				  