/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.8.3
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2000-2009 Jelsoft Enterprises Ltd. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/

/* Definitions we expect */
html {
	background-image: url(../images/newcnp/backrepeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3982E0;
}

#bg {

	width: 100%;
	height: 754px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0px;
	padding-top: 0px;
	background-color: transparent;
	background-image: url(../images/newcnp/background-header.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	z-index: 0;
}

form {
	margin: 0px;
}

label {
	cursor: default;
}

.normal {
	font-weight: normal;
}

.inlineimg {
	vertical-align: middle;
}

.underline {
	text-decoration: underline;
}

.vbmenu_hilite * {
	cursor: pointer;
}

/* Auto-clearing of floats */
.floatcontainer:after, .block_row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.floatcontainer, .block_row {
	display: inline-block;
}
/* IE-Mac hide \*/
* html .floatcontainer, * html .block_row {
	height: 1%;
}
.floatcontainer, .block_row {
	display: block;
}
/* End IE-Mac hide */

/*======================================================================*\
|| ####################################################################
|| # Downloaded: 11:11, Wed Jul 22nd 2009
|| # CVS: $RCSfile$ - $Revision: 15827 $
|| ####################################################################
\*======================================================================*/