body{
	font-family: verdana, sans-serif, helvetica;
	font-size:11px;
	color:#555555;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	behavior:url("css/csshover.htc");
	background-image:url(../img/default/backgrounds/bg_bodyHeader.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

.mainStage{
	width:970px;
	margin:auto;
}

.headerFrame{
	height:111px;
	position:relative;
}

.contentFrame{
	width:970px;
	margin-top:30px;
	overflow:hidden;
	margin-left:31px;
}

	.contentFrame div.left{
		width:158px;
		float:left;
	}

	.contentFrame div.left.home{
		overflow:hidden;
		width:726px;
		margin-right:10px;
		padding-left:30px;
	}

	.contentFrame div.center{
		width:588px;
		margin-left:10px;
		margin-right:10px;
		float:left;
	}

	.contentFrame div.right{
		width:158px;
		float:left;
	}


.footerFrame{
	text-align:center;
	padding-top:10px;
}

	.footerFrame p, .footerFrame a{
		text-align:center;
		margin-bottom:5px;
		color:#999999;
	}


h1{
	font-weight:bold;
	font-size:11px;
}


h2{
	font-weight:bold;
	font-size:11px;
}


p{
	line-height:15px;
	margin:0px;
	padding:0px;
}


a{
	color:#555555;
	text-decoration:underline;
}

a.stdDownloadLink{
	background:url(../img/default/nav/download.gif) top left no-repeat;
	height:16px;
	display:block;
	padding-left:23px;
	margin-bottom: 3Px;
	vertical-align:middle;
}
a.largeDownloadLink{
	background:url(../img/default/icons/btnBigDownload.jpg) top left no-repeat;
	height:57px;
	line-height:60px;
	display:block;
	padding-left:60px;
	margin-bottom: 3Px;
	vertical-align:middle;
	font-size: 13Px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a.stdViewLink{
	background:url(../img/default/nav/preview.gif) top left no-repeat;
	height:16px;
	display:block;
	padding-left:23px;
	margin-bottom: 3Px;
	vertical-align:middle;
}

a:hover{
	color:#555555;
	text-decoration: none;
}

a.largeDownloadLink:hover{
	color:#990000;
	text-decoration: underline;
}

img{
	border:0px;
}


form{
	margin:0px;
	padding:0px;
}


input, select, textarea{
	margin:0px;
	padding:0px;
	font-size:11px;
	border:1px solid #D6D6D6;
}


hr{
	display:none;
}

.hide{
	display:none;
}

.stdErrMsg{
	color:#9D0B0D;
}

.stdSuccMsg{
	color:#65AD20;
}

/*-- info box --*/
	
#cookieframe_container ,
.infoBoxContainer{
	display: none; 
	background-color: #FFFFFF; 
	border: solid 2Px #B3B3B3; 
	position:absolute; 
	z-index: 100; 
	top: 100Px; 
	left: 100Px;
	margin: 0Px;
	padding: 0Px 0Px 0Px 0Px;
}



#cookieframe_container h2,
.infoBoxContainer h2 {
	margin: 0Px;
	padding: 10Px;
	background-color: #B3B3B3; 
}

#cookieframe_container p,
.infoBoxContainer p {
	margin: 0Px;
	padding: 10Px;
}



.infoBoxContainer ul {
	margin: 0Px;
	padding: 10Px;
	list-style-type: none;
}
	
.infoBoxContainer ul li.buttonBox {
	background-image: url(../img/default/backgrounds/buttons/bg_editButton2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 20Px;
	width: 128Px;
	text-align: center;
	margin-bottom: 5Px;
}
	
.infoBoxContainer ul li.buttonBox a {
	text-decoration: none;
}	
	
.infoBoxContainer ul li.buttonBox a:hover {
	text-decoration: underline;
}		
	
.infoBoxCloser {
	padding-top: 8Px;
}

.infoBoxCloser a{
		text-decoration:none;
		color:#3a3a3a;
	}
	
#error_background {
	position: absolute; 
	left: 0Px; 
	top: 0Px; 
	width: 100%; 
	height: 100%; 
	background-color: #000000;
	z-index:90;	
	filter: Alpha(opacity=50);	
	opacity: 0.5;	
	-moz-opacity: 0.5;
}