body{
    /*background-color:#B6C5D3;*/
	font-size: 14px;
	font-family: Calibri, Arial;
    background:url(../../img/site/bg-main.gif) repeat;
	min-height:880px;
}

#wrapper{
	width:970px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	padding:1px 1px;
	background:#355D86;
}
#wrapper2{
	width:970px;
	margin:0px auto;
	/*overflow:hidden;*/
	text-align: center;
}

#content2 {
	padding:0 5px;
	background:#355D86;
	padding:1px 1px;
	position: absolute;
	top: 50%;
	width: 970px;
	margin-top: -174px;
}

	#header{
		position:relative;
		height:100px;
		padding-bottom:5px;
		background:#002952 url('../../img/site/cnc-banner.jpg') no-repeat top left;
		width:968px;
		border:1px solid #DEDBD1;
		margin-bottom:5px;
	}
		#top-user-name {
			text-align:left;
			color:#FFFFFF;
			position:absolute;
			width:200px;
			top:83px;
			left:10px;
			font-weight:bold;
			font-size:16px;
		}

		ul#top-user-nav{
			height:25px;
			float:left;
			width:100%;
			text-align: right;
		}
		ul#top-user-nav li{
			float:right;
			/*padding-right: 1em;*/
			line-height: 1.5em;
			font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		}
		ul#top-user-nav li a{
			color:#FFF;
			text-decoration: none;
		}
		#header-right-bt{
			float:right;
		}
		#bt-quest {
			width: 75px;
			height: 81px;
			float:left;
			margin-right:10px;
		}

		#bt-quest a {
			display: block;
			width: 75px;
			height: 0;
			font-size: 1em;
			padding-top: 81px;
			text-indent: -2000px;
			overflow: hidden;
			background: url('../../img/site/bt-questionnaire.png') no-repeat;
		}
		#bt-cons {
				float:left;
			width: 75px;
			height: 81px;
				margin-right:10px;
		}

		#bt-cons a {
			display: block;
			width: 75px;
			height: 0;
			font-size: 1em;
			padding-top: 81px;
			text-indent: -2000px;
			overflow: hidden;
			background: url('../../img/site/bt-consulting.png') no-repeat;
		}
		#bt-score {
				float:left;
			width: 75px;
			height: 81px;
				margin-right:3px;
		}

		#bt-score a {
			display: block;
			width: 75px;
			height: 0;
			font-size: 1em;
			padding-top: 81px;
			text-indent: -2000px;
			overflow: hidden;
			background: url('../../img/site/bt-scorecard.png') no-repeat;
		}
		
	#main{
		width:970px;
		overflow:hidden;
		background:#FFF;
	}
	/*MENU*/
	ul#menu { width: 100%; height: 43px; background: transparent url('../../img/site/menu-bg.gif') top left repeat-x; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
	ul#menu li { display: block; float: left; margin: 0 0 0 5px; }
	ul#menu li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
	ul#menu li a:hover { color: #333; }
	ul#menu li a.current{ color: #FFF; background: transparent url("../../img/site/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }
	/*END MENU*/
/*	NAV TABS*/
	#navtabs {
		margin-top:10px;
		margin-bottom:10px;
		list-style: none;
		padding: 0;
		height: 30px;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		border-bottom: 8px solid #0288D8;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#navtabs li {
		float: left;
		background: #CCE7F7 url(../../img/site/tableft.png) no-repeat left top;
		padding: 8px 0 8px 14px;
		margin-right: 1px;
	}

	#navtabs li a {
		background: #CCE7F7 url(../../img/site/tabright.png) no-repeat top right;
		padding: 8px 14px 8px 0;
		text-decoration:none;
		color:#333;
	}

	#navtabs li.current-cat {
		background: #0288D8 url(../../img/site/tableft_active.png) no-repeat left top;
	}

	#navtabs li.current-cat a {
		background: #0288D8 url(../../img/site/tabright_active.png) no-repeat right top;
		color: #FFFFFF;
	}
/*END NAV TABS*/	
	#content-l{
		min-height:500px;
		overflow:hidden;
		background:#FFF;
		width:650px;
		float:left;
		padding-left:31px;
		/*background:#FFF url('../../img/site/bgr-box-trans.png') repeat-x top left;	
					border:1px solid #DEDBD1;*/
	}
	#content-r{
		min-height:500px;
		overflow:hidden;
		/*background:#FFF url('../../img/site/bgr-box-trans.png') repeat-x top left;
		border:1px solid #DEDBD1;*/
		width:798px;
		float:right;
	}
	#sidebar-l{
			min-height:500px;		
			width:160px;
			padding:5px;
			/*margin-right:5px;*/
			background:#FFF url('../../img/site/bgr-box-trans.png') repeat-x top left;
			border:1px solid #DEDBD1;
	}
	
	#sidebar-r{
			min-height:500px;		
			float:right;
			padding:5px 30px 5px 5px;
			width:250px;
			font-size: 14px;
	}

	#sidebar-r-1{
			margin-top:40px;
			min-height:500px;		
			float:right;
			padding:5px 30px 5px 5px;
			width:250px;
			font-size: 14px;
			background:#FFF url('../../img/site/engage-bg.gif') no-repeat;
	}

		#top-tool{
			width:100%;
			position: relative;
			overflow:hidden;
			min-height: 50px;
		}
		#top-tool a{
			text-decoration: none;
		}
			ul#top-links{
				float:left;
				width:55%;
				padding:3px;
			}
			ul#top-links li{
				float:left;
				font: 14px/1.3em Helvetica, sans-serif;
				padding-right:10px;
				font-weight: bold;
			}
			ul#top-links li a{
				color:#0D5F83;
			}
			ul#texttool{
			height:25px;	
			width: 40%;
			font: 14px/1.3em Helvetica, sans-serif;
			float:right;
			}
			ul#texttool li{
				float:right;
				padding:0 5px;
				}
			
			ul#texttool li a{
				display:block;
				color:#0D5F83;
				border:1px solid #e6e6e6;
				padding-top:2px 5px;
				-moz-border-radius:3px;-webkit-border-radius:3px;
			}
			ul#texttool li a:hover{
				border:1px solid #b9b9b9;
			}		
			ul#texttool li .create-pdf{
				padding-left:20px;
				background:#e8e8e8 url('../../img/site/pdf.png') no-repeat top left; ;
			}
			ul#texttool li .edit-group{
				background:#e8e8e8 url('../../img/site/edit.png') no-repeat top left;
				padding-left:20px;
			}
			ul#texttool li .view-report{
				background:#e8e8e8 url('../../img/site/report.png') no-repeat top left;
				padding-left:20px;
			}
			/*account information*/
			
			.account-info, .regis-acc{
				background:url('../../img/site/form-bg.gif') no-repeat;
				/*background:#f1f1f1;*/
				/*overflow:hidden;*/
				width:100%;
				/*height:340px;*/
				/*min-height: 250px;*/
			}


			.regis-acc {
				-moz-border-radius:10px;
				-webkit-border-radius:10px; 
				/*rounded all corners*/
				margin:10px;
				width:640px;
				height:auto;
				/*min-height: 265px;*/
			}
			.bt-add-quest{
				float:left;
				width: 140px;
				height: 0;
				font-size: 1em;
				padding-top: 33px;
				text-indent: -2000px;
				overflow: hidden;
				border:none;
				background: url('../../img/site/button-table.png') no-repeat -8px -290px;				
				}
			.bt-add-quest:hover{cursor:pointer;}	
			.bt-submit {
				width: 100px;
				height: 46px;
				font-size: 1em;
				/*padding-top: 40px;*/
				/*text-indent: -2000px;*/
				/*overflow: hidden;*/
				border:none;
				background: url('../../img/site/bt-submit.png') no-repeat;
			}
			.bt-back{
				width: 70px;
				height: 0;
				font-size: 1em;
				padding-top: 30px;
				text-indent: -2000px;
				overflow: hidden;
				background: url('../../img/site/button-table.png') no-repeat -5px -69px;
				border:none;
				float:left;
				}
			.bt-back:hover{cursor:pointer;}
			.bt-submit-s {
				width: 70px;
				height: 0;
				font-size: 1em;
				padding-top: 30px;
				text-indent: -2000px;
				overflow: hidden;
				background: url('../../img/site/button-table.png') no-repeat -5px -101px;
				border:none;
				float:left;
			}
			.bt-submit-s:hover{cursor:pointer;}
			
			.bt-send-selected {
				width: 170px;
				height: 0;
				font-size: 1em;
				padding-top: 30px;
				text-indent: -2000px;
				overflow: hidden;
				float:left;
				border:none;
				background: url('../../img/site/button-table.png') no-repeat -8px -227px;
			}	
			.bt-send-selected:hover{cursor:pointer;}			
			.bt-send-leader {
							width: 170px;
				height: 0;
				font-size: 1em;
				padding-top: 30px;
				text-indent: -2000px;
				overflow: hidden;
				border:none;
				float:left;
				background: url('../../img/site/button-table.png') no-repeat -8px -259px;
			}	
			.bt-send-leader:hover{cursor:pointer;}			
			.bt-submit:hover{
				cursor: pointer;
			}
			.bt-submit:focus{
					background: url('../../img/site/bt-submit-focus.png') no-repeat;
			}
			.account-info h3{
				background: #FFF url('../../img/site/title-bg.png') repeat-x scroll top left;
				text-align: left;
				padding-left:10px;
				font-size: 20px;
				font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
				height:45px;
				line-height: 40px;
			}
			/*BEGIN V EDIT */
			.account-info .block, .regis-acc .regis-acc-center .block{
				width:100%;
				padding:10px 40px;
				min-height:30px;
				font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				clear:left;
				display:block;
				/*border-bottom: 1px solid #f1f1f1;*/
			}
			.account-info .block label, .regis-acc .regis-acc-center .block label{
				float:left;
				min-width:130px;
				margin-right:10px;
				text-align: left;
				line-height: 30px;
			}
			.account-info .block input, .account-info .block .fileupload, .regis-acc .regis-acc-center  .block input{
				float:left;
				background:#f3f3f3;
				height:18px;
				padding:5px;
				/*line-height: 40px;*/
				width:250px;
				font-size: 15px;
			}
			.account-info .block .edit-link{
				float:left;
				padding-left:10px;
				line-height: 30px;
			}
			.account-info .block .edit-link a{
				color:#00739e;
			}
			.company-logo{
				width:200px;
				height:80px;
				clear:left;
				margin-left:155px;
				background:#333;
			}
			.enable-text{
				width:300px;
				height:25px;
				clear:both;
				margin-left:150px;
				text-align: left;
				padding-left:30px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
			}
			.big-title{
				font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
				font-size: 20px;
				font-weight: bold;
                                color:#355D86;
				/*color:#0085d1;*/
				padding-top:10px;
			}
			
			.block-news, .full-text-news{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 14px;
				padding:10px;
				min-height: 180px;
			}
			.full-text-news p{
				text-align: justify;
			}
			.block-news p{
				float:right;
				width:70%;
				text-align: justify;
			}
			.block-news p strong{
				font-weight: bold;
			}
			.short-intro{

				text-align: left;
				padding:10px;
			}
			ol.olist{
				text-align: left;
				padding:10px;
				padding-left:20px;
			}
			ol.olist li{
				line-height: 25px;
				list-style-type: circle;
			}	
			#engage-now-div {
				width: 250px;
				height: 55px;
				text-align: center;
			}
			#engage-now-div a{
				color:#6094c9;
			}
			a#engage-now{
				display: block;
				width: 200px;
				height: 0;
				font-size: 1em;
				padding-top: 36px;
				text-indent: -2000px;
				overflow: hidden;
				background: url('../../img/site/bt-engage-now.png') no-repeat;
				margin:10px auto;
			}
			a#engage-now:focus{
				background: url('../../img/site/bt-engage-now-f.png') no-repeat;
			}	
			.rshape{
				-moz-border-radius:5px;-webkit-border-radius:5px; /*rounded all corners*/
				background:#F6F6F6;
				overflow:hidden;
				float:left;
			}	
			img.news-image{
				float:left;
				width:210px;
			}
			img.news-image{
				width:180px;
				height:180px;
			}
		#company-image{
			height:60px;
			display:block;
			background:#999;
		}
	/*login form*/
	.login-form .submit{
		background:#FFFFFF url(../../img/site/bg_button_h.gif) repeat-x scroll left bottom;
		padding:3px 10px;
		border: 1px solid #AAAAAA;
		font-size: 0.9em;
		text-align: center;
		cursor: pointer;
		color:#666666;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
	}
	.forgot-password{
				padding-top:10px;
				padding-bottom:10px;
	}
	.forgot-password a{
		color:#316ba6;
		font-size: .9em;
	}
	.login-form label{
		float:left;
		padding-right:3x;
		padding-top:5px;
		width:80px;
		text-align: left;
		font-size: 14px;
	}
	.login-form .block{
		overflow:hidden;
		padding:5px;
	}

	.login-form input[type="text"], .login-form input[type="password"]{
		font-size: 1em;
		padding:5px;
		background:#DDDDDD none repeat scroll 0 0;
		border-color:#999999 #DDDDDD #DDDDDD #999999;
		border-style:solid;
		border-width:1px 2px 2px 1px;
		color:#333333;
		line-height:18px;
		width:200px;

	}
	.title-with-bg{
		float:left;
		width:100%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	.title-with-bg h3{
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		width:100%;
		color:#FFF;
		background:#999;
		padding:6px;
		clear:left;
		margin-top:5px;
	}
	ul.content-group{
		clear:both;
		background:#FFF;
		padding:20px 10px;
	}
	ul.content-group li{
		float:left;
		text-align: left;
		padding-right:10px;
	}
	.content-group .list-link{
		text-align: left;
		padding:10px;
	}

			.bt-submit:hover{
				cursor: pointer;
			}
			.bt-submit:focus{
					background: url('../../img/site/bt-submit-focus.png') no-repeat;
			}
			.account-info h3{
				background: #FFF url('../../img/site/title-bg.png') repeat-x scroll top left;
				text-align: left;
				padding-left:10px;
				font-size: 20px;
				font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
				height:45px;
				line-height: 40px;
			}
			.account-info .block, .regis-acc .block{
				
				/*
				width:100%;
				padding:10px 40px;
				min-height:30px;
				font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				clear:left;
				display:block;
				*/
				

				/*border-bottom: 1px solid #f1f1f1;*/
			}
			.account-info .block label, .regis-acc label{
				float:left;
				min-width:130px;
				margin-right:10px;
				text-align: left;
				line-height: 30px;
			}
			.account-info .block input, .account-info .block .fileupload, .regis-acc .block input, .regis-acc-1 .block input{
				float:left;
				background:#f3f3f3;
				height:18px;
				padding:5px;
				/*line-height: 40px;*/
				width:250px;
				font-size: 15px;
			}
			.account-info .block .edit-link{
				float:left;
				padding-left:10px;
				line-height: 30px;
			}
			.account-info .block .edit-link a{
				color:#00739e;
			}
			.company-logo{
				width:200px;
				height:80px;
				clear:left;
				margin-left:155px;
				background:#333;
				text-align:center;
			}
			
			.enable-text{
				width:300px;
				height:25px;
				clear:both;
				margin-left:150px;
				text-align: left;
				padding-left:30px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
			}
			.big-title{
				font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
				font-size: 20px;
				font-weight: bold;
                                color:#355D86;
				/*color:#0085d1;*/
				padding-top:10px;
			}
			
			.block-news, .full-text-news{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 14px;
				padding:10px;
				min-height: 180px;
			}
			.full-text-news p{
				text-align: justify;
			}
			.block-news p{
				float:right;
				width:70%;
				text-align: justify;
			}
			.block-news p strong{
				font-weight: bold;
			}
			.short-intro{

				text-align: left;
				padding:10px;
			}
			ol.olist{
				text-align: left;
				padding:10px;
				padding-left:20px;
			}
			ol.olist li{
				line-height: 25px;
				list-style-type: circle;
			}	
			#engage-now-div {
				width: 250px;
				height: 55px;
				text-align: center;
			}
			#engage-now-div a{
				color:#6094c9;
			}
			a#engage-now{
				display: block;
				width: 200px;
				height: 0;
				font-size: 1em;
				padding-top: 36px;
				text-indent: -2000px;
				overflow: hidden;
				background: url('../../img/site/bt-engage-now.png') no-repeat;
				margin:10px auto;
			}
			a#engage-now:focus{
				background: url('../../img/site/bt-engage-now-f.png') no-repeat;
			}	
			.rshape{
				-moz-border-radius:5px;-webkit-border-radius:5px; /*rounded all corners*/
				background:#F6F6F6;
				overflow:hidden;
				float:left;
			}	
			img.news-image{
				float:left;
				width:210px;
			}
			img.news-image{
				width:180px;
				height:180px;
			}
		#company-image{
			height:60px;
			display:block;
			background:#999;
		}

	
	/*login form*/
	.login-form	{

		padding-top:30px;
		width:400px;
		margin:0 auto;
		/*height:150px;*/
		/*font-family: Verdana, Arial, Helvetica, sans-serif;*/

	}

	.login-form .submit{
		background:#FFFFFF url(../../img/site/bg_button_h.gif) repeat-x scroll left bottom;
		padding:3px 10px;
		border: 1px solid #AAAAAA;
		font-size: 0.9em;
		text-align: center;
		cursor: pointer;
		color:#666666;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
	}

	.forgot-password{
		padding-top:10px;
	}
	.forgot-password a{
		color:#316ba6;
		font-size: .9em;
	}
	.login-form label{
		float:left;
		padding-right:3x;
		padding-top:5px;
		width:80px;
		text-align: left;
		font-size: 14px;
	}

	.title-with-bg{
		float:left;
		width:100%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	.title-with-bg h3{
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		width:100%;
		color:#FFF;
		background:#999;
		padding:6px;
		clear:left;
		margin-top:5px;
	}
	ul.content-group{
		clear:both;
		background:#FFF;
		padding:20px 10px;
	}
	ul.content-group li{
		float:left;
		text-align: left;
		padding-right:10px;
	}
	.content-group .list-link{
		text-align: left;
		padding:10px;
	}
	.four-boxes{
		float:left;
		position:relative;
		height:210px;
		width:780px;
		background:url(../../../img/site/bg.png) no-repeat scroll top left;
		padding-left:20px;
	}

	.four-boxes .box1, .four-boxes .box2, .four-boxes .box3,.four-boxes .box4{
		float:left;
		height:217px;
		margin-right:3px;
		width:180px;
	}

	.four-boxes img{
		border:none;
	}
	.centre-list{
		clear:both;
		margin:0 auto;
		background:#FFF url('../../img/site/rounded-box.png') no-repeat scroll top left;
		width:734px;
		min-height:200px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-left:22px;
	}
	.centre-list ol{
		text-align: left;
		margin:0 auto;
		width: 210px;
		padding:40px;
	}
	
	.centre-list ol li{
		list-style-type: decimal;
		padding-left:10px;
	}
	.centre-list ol li a{
		color:;
	}
	.listing-table{
		float:left;
		clear:both;
					width:100%;
	}
	.button-bottom{
		float:left;
		margin:5px
	}
		.table-header{
		}
		.table-header span.text-header{
			float:left;
			width:45%;
			font-size: 18px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-align: left;
			float:left;
			padding:5px;
		}
		.right-buttons{
			float:right;
			width:150px;
		}
		a.bt-addgroup {
			display: block;
			width: 100px;
			height: 0;
			font-size: 1em;
			padding-top: 35px;
			text-indent: -2000px;
			overflow: hidden;
			background: url('../../img/site/button-table.png') no-repeat -76px -66px ;
						float:left;
		}
		a.bt-addgroup:hover{
		}
		a.bt-help{
			margin-top:4px;
			margin-left:5px;
			display: block;
			width: 24px;
			height: 0;
			font-size: 1em;
			padding-top: 24px;
			float:left;
			text-indent: -2000px;
			overflow: hidden;
			background: url('../../img/site/help_book.png') no-repeat;
		}
		.table-detail{
			border:1px solid #f1f1f1;
			font-size: 15px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		.table-detail a{
			color:#3f7bca;
		}
		
		
		.table-detail tr{
			border:1px solid #f1f1f1;
			background:#ddd;
			text-align:left;
		}
		.table-detail tr.alt-row{
			background:#e7e7e7;
			text-align:left;
			}
		.table-detail td{
			border:1px solid #f1f1f1;
			font-size:13px;
			height:25px;
			padding-left:3px;
		}

		tr.table-tr-header{
			background:#486D91;
			padding:5px;
			color:#FFF;
			font-size: 14px;
			height:30px;
			text-align:left;
		}


		.table-detail input[type="text"] {
		background:#FFFFFF none repeat scroll 0 0;
		border-color:#999999 #DDDDDD #DDDDDD #999999;
		border-style:solid;
		border-width:1px 2px 2px 1px;
		color:#333333;
		line-height:18px;
		padding:3px;
		}


.group-box{
	border:1px solid #003366;
	overflow:hidden;
	height:500px;
	margin-top:5px;
	}
.group-box h3{
	display:block;
        background:url(../../img/site/header-bg.gif);
	/*background:#333;*/
	text-align:left;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:3px;
	}	
.group-box table tbody{
	font-family:Arial, Helvetica, sans-serif;
	}	
.group-box table tbody tr{
	background:#CCC;
	}	
.group-box table tbody tr td.td_style{
	border:1px solid #333;
	display:block;
	padding:3px;
	width:25px;
	margin-bottom:1px;
	}	

#footer{
		margin-top:5px;
		height:50px;
		background:#FFF url('../../img/site/bgr-box-trans.png') repeat-x top left;
		border:1px solid #DEDBD1;
	}	
		#footer p{
			text-align: center;
			padding-top:15px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: .8em;
		}
h3.header-bbg{
	background:transparent url(../../img/site/header-bg.gif) repeat-x scroll left top;
	/*background:#069;*/
	text-align:left;
	color:#FFF;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	padding:6px 0px 0px 10px;
	margin:0px 8px 0px 8px;
	/*border-bottom:1px solid #333;*/
	font-weight:bold;
	width:772px;
	height:25px;
	}		
.form-wrapper{
	font-family:Arial, Helvetica, sans-serif;	
	text-align:left;
	overflow:hidden;
	background:#f1f1f1;
	font-size:15px;
	margin-top:6px;
	}
.form-wrapper .user-form{
	padding:10px 20px;
	}	
.form-wrapper .user-form .single-form{
	margin-bottom:10px;
	}	
.form-wrapper .user-form .single-form label{
	color:#333;
	text-align:left;
	padding-right:5px;
	float:left;
	width:150px;
	}	
.form-wrapper .user-form .single-form input[type="text"], 
.form-wrapper .user-form .single-form input[type="password"]{
		line-height:18px;
		padding:5px;
		background:#ddd;
		border:1px solid #999;
		border-bottom:2px solid #ddd;
		border-right:2px solid #ddd;	
		color:#333;
		width:250px;
	}	
.form-wrapper .user-form .single-form span.edit-link a{
	color:#069;
	padding-left:10px;
	}	
.form-wrapper .user-form .single-form span.select-upload{
	float:left;
	}
.form-wrapper .user-form .single-form span.edit-link img{
	float:left;
	}	
.form-wrapper .user-form .single-form span .company-logo-preview{
	float:left;
	width:98px;
	height:26px;
	}	
.form-wrapper .user-form .single-form p.p160{
	padding-left:160px;
		color:#333;
	}

/*sp-table*/
.sp-table{
	padding:2px;
	float:left;
	margin:10px;
	font-size:13px;
	border:1px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom:0px;
	}
.sp-table a{
	color:#088aaf;
}

.sp-table tfoot tr {
	/*background:#cbcbcb;*/
}
.sp-table tfoot tr td.total-price{
		border:1px solid #06F;
		padding:5px inherit;	
}	
.sp-table tbody tr{
	height:20px;
	background:#cbcbcb;
	}	
.sp-table tbody tr td{
	padding-left:5px;
	color:#333;
	}	
.sp-table tbody .alt-row{
	background:#e7e7e7;
	}	
.sp-table .sp-table-header{
	padding-left:5px;
	background:#376092;
	font-weight:bold;
	border-top:2px solid #8fa4be;
	padding:5px;
	}
.sp-table .sp-table-header td {
	color:#FFFFFF;
}
.buttons-box{
	float:left;
	width:100%;
	}
.bt-add-licenses{
	margin-top:10px;
	display: block;
	width: 95px;
	height: 0;
	font-size: 1em;
	padding-top: 30px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../../img/site/button-table.png') no-repeat -76px -100px;
	float:left;
	}	
.bt-add-licenses:hover{}	
.buttons-box li{
	float:left;
	}

.sp-form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:5px 8px 5px 50px;
	width:738px;
	}
.sp-form .separator {
	clear:both;
	width:600px;
	height:1px;
	background-color:#486D91;
	margin-bottom:10px;
	margin-left:125px;
	
}
.popup-form{overflow:hidden;padding-bottom:10px;font-family:Arial, Helvetica, sans-serif;font-size:13px;padding:0;width:510px;border:1px solid #BBB;}	
.popup-form h3{font-weight:bold;font-size:18px;background:#036;color:#FFF;padding:5px;text-align:left;margin-bottom:10px;}
.popup-form .single-block{margin-bottom:5px;}
.popup-form .single-block label{
	float:left;
	width:120px;
	text-align:right;
	padding-right:10px;
	color:#333;
	font-weight:bold;
	}
.popup-form .single-block input[type="text"]{float:left;width:250px;margin-bottom:5px;}
.popup-form .single-block textarea{float:left;
	line-height:18px;
	padding:3px;
	background:#ddd;
	border:1px solid #999;
	border-bottom:2px solid #ddd;
	border-right:2px solid #ddd;	
	color:#333;
	margin-bottom:5px;}
.sp-form h4{
	display:block;
	background:#003366;
	padding:5px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:10px;
	}	
.lform{float:left;}	
.rform{float:right;
font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left
}	
.sp-form .single-block, .popup-form .single-block{
	position:relative;
	display:block;
	margin-bottom:10px;
	font-size:13px;
	text-align:left;
}
	
.sp-form .single-block label{
	float:left;
	width:120px;
	text-align:left;
	padding-right:5px;
	color:#333;
}

.sp-form .single-block input[type="text"],.sp-form .single-block select, .popup-form .single-block input[type="text"]{
	line-height:18px;
	padding:3px;
	background:#ddd;
	border:1px solid #999;
	border-bottom:2px solid #ddd;
	border-right:2px solid #ddd;	
	color:#333;
	}	
.authorize-logo	{
	text-align:center;
	display:block;
	}

/*Tabs*/
.tab{
	/*border-bottom:solid 1px #17385d;*/
	margin-top:10px;
	height:29px; padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	/*margin-bottom:1px;*/
	float:left;
	clear:both;
	width:778px;
	}
.tab li{float:left; margin-right:2px;}	
.tab a:link, .tab a:visited{
	background:url(../../img/site/tab-round.png) right 0px no-repeat;
	/*background:url(../../img/site/tab-round.png) right 60px;*/
	color:#FFF;
	display:block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
.tab a span{
	background:url(../../img/site/tab-round.png) left 0 no-repeat;
	/*background:url(../../img/site/tab-round.png) left 60px;*/
	display:block;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover{
	background:url(../../img/site/tab-round.png) right 30px;
	display:block;
}
.tab a:hover span{
	background:url(../../img/site/tab-round.png) left 30px;
	display:block;
	color:#036;
	cursor:pointer;
}
.active a:link, .active a:visited, .active a:visited, .active a:hover{ 
	background:url(../../img/site/tab-round.png) right 60px;
	
	cursor:pointer;
} 
.active a span, .active a:hover span{
	/*background:url(../../img/site/tab-round.png) left 0 no-repeat;*/
	background:url(../../img/site/tab-round.png) left 60px;
	color:#FFF;
}
.tab-bb{
	background:url(../../img/site/header-bg.gif) repeat-x top left;
	margin:0px 8px 5px 8px;
	color:#FFF;
	text-align:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	width:772px;
	height:30px;
	padding-top:6px;
	padding-left:10px;
}

/*
.tab{
	border-bottom:solid 1px #17385d; 
	height:29px; 
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:1px;
	float:left;
	clear:both;
	width:100%;
	margin-top:10px;
	}
.tab li{float:left; margin-right:2px;}	
.tab a:link, .tab a:visited{
	background:url(../../img/site/tab-round.png) right 30px;
	color:#333;
	display:block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
.tab a span{
	background:url(../../img/site/tab-round.png) left 30px;
	display:block;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover{
	background:url(../../img/site/tab-round.png) right 0 no-repeat;
	display:block;
}
.tab a:hover span{
	background:url(../../img/site/tab-round.png) left 0 no-repeat;
	display:block;
	color:#036;	
}
.active a:link, .active a:visited, .active a:visited, .active a:hover{
	background:url(../../img/site/tab-round.png) right 60px;
} 

.active a span, .active a:hover span{
	background:url(../../img/site/tab-round.png) left 60px;
	color:#FFF;
}

.tab-bb{
    background:url(../../img/site/header-bg.gif) repeat;
	margin-bottom:5px;
	color:#FFF;
	text-align:left;
	padding-top:5px;
        padding-left:5px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	width:100%;
	height:25px;
	}
*/
.form-detail{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;	
	float:left;
	clear:both;
	width:720px;
	margin:5px;
}
.form-detail h3{
	font-weight:bold;
	text-align: left;
	font-size: 16px;
}	
.form-detail .single-block{
	position:relative;
	display:block;
	min-height: 20px;
	float:left;
	margin-bottom:5px;
	width:100%;
}
.form-detail .single-block label{
	text-align: right;
	padding:3px 5px;
	float:left;
	width:200px;
	color:#333333;
}

.form-detail .single-block input[type="checkbox"]{float:left;margin-top:6px;}
.form-detail .single-block input[type="text"], .form-detail .single-block textarea{
	line-height:18px;
	padding:3px;
	background:#ddd;
	border:1px solid #999;
	border-bottom:2px solid #ddd;
	border-right:2px solid #ddd;	
	color:#333;
	}
.form-detail .single-block select{
	line-height:18px;
	padding:3px;
	background:#ddd;
	border:1px solid #999;
	border-bottom:2px solid #ddd;
	border-right:2px solid #ddd;	
	color:#333;
	
}	
.form-detail .single-block a{
	text-decoration: none;
	color:#088aaf;
}
.form-detail .single-block .text-right{
	text-align:right;
	width:100%;
}
.buttons-panel{
	float:left;
	clear:both;
	width:790px;
	margin:5px 0;
}
.buttons-panel li{
	float:left;
	margin-right:4px;
}

/*slide 12*/
.view-chart-wrapper{
	overflow:hidden;
	background:#F1f1f1;
	padding:0px 5px;
	}
.drop-box-create{
	text-align:left;
	float:left;
	clear:both;
	width:778px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0px 10px;
}

.drop-box-create select{
	float:left;
	width:280px;
	border:1px solid #666;
	padding:3px;
	background:#f1f1f1;
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin-top:8px;
	}
.create-pdf-report{
	background:transparent url(../../img/site/button-table.png) no-repeat -5px -200px;
	height:0;
	padding-top:30px;
	float:right;
	width:135px;
	border:none;
	display:block;
	text-indent:-2000px;
	}
.title-h3{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	}	
.chart-view, .multi-chart{
	float:left;
	width:790px;
	text-align:left;
	}
	.chart-view .single-chart{
		float:left;
		width:390px;
		overflow:hidden;
		margin:5px 2px;
		background-color:#FFFFFF;
		
		}
	.multi-chart {text-align:center;}
.block-info{
	float:left;
	text-align:left;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:15px;
	margin-top:20px;
	padding:0px 10px 0px 5px;
	}
.block-info h3{margin-bottom:5px;font-weight:bold}	
.block-info ul li{
	list-style:inside disc;
	padding-left:10px;
	}
.inst-note{
	/*font-family:Arial, Helvetica, sans-serif;*/
	
	text-align:left;
	float:left;
	font-size:13px;
	margin:10px 0;
	padding:0px 5px;
	font-size:14px;
	/*
	width:790px;
	*/
	}	
/*slide 14*/
.pop-up{font-family:Arial, Helvetica, sans-serif;font-size:12px;text-align:left}
.vision-table{
	border:1px solid #999;
	float:left;
	margin-top:10px;
	width:730px;
	margin-left:2px;
}
.vision-table tr{
	text-align:center;
}
.vision-table-header{
	background:#486D91;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	padding-left:5px;
	}

.bottom{
	vertical-align: bottom;
}
.vision-table .w60{
	width:450px;
}

p.d-header {
	line-height:20px;
	font-weight:bold;
	font-size:18px;
}

.bt-addscore{
	background:transparent url(../../img/site/button-table.png) no-repeat -4px -134px;
	height:0;
	padding-top:29px;
	width:169px;
	overflow:hidden;
	text-indent:-2000px;
	float:left;
	}	
.link-help{
	background:url(../../img/site/icon-help.png) no-repeat top left;
	height:0;
	padding-top:32px;
	width:32px;
	text-indent:-2000px;
	float:left;
	}
.savecan-box{margin:0 auto;width:260px;}

.bt-save{
	background:transparent url(../../img/site/button-table.png) no-repeat 0px -5px;
	height:0;
	padding-top:29px;
	width:65px;
	overflow:hidden;
	text-indent:-2000px;
	float:left;
	}	
.bt-cancel{
	background:transparent url(../../img/site/button-table.png) no-repeat 0px -37px;
	height:0;
	padding-top:29px;
	width:65px;
	overflow:hidden;
	text-indent:-2000px;
	float:left;
}

.bt-add-active{
	float:right;
	background:transparent url(../../img/site/button-table.png) no-repeat -75px -37px;
	height:0;
	padding-top:29px;
	width:100px;
	overflow:hidden;
	text-indent:-2000px;
}	

.view-button{
	position:absolute;
	background:url(../../img/site/view-button.png) no-repeat top left;
	height:0;
	padding-top:30px;
	overflow:hidden;
	text-indent:-2000px;
	width:62px;
	border:none;
	cursor:pointer;
	top:5px;
	left:335px;

}

.nobg{background:none;}
.right-banners{
	margin-top:40px;
	width:220px;
	text-align:center;
	float:right;
}
.banner-info{padding-bottom:10px}
.banner-info a{color:#355D86}

#separator {
	height:2px;
	clear:both;
}

label.cabinet {
	width: 95px;
	height: 36px;
	background: url(../../img/site/select-file.png) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
	z-index:100;
}

label.cabinet input.file {
	position: relative;
	left:-162px;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.account-info .block .del-link{
	float:left;
	line-height: 20px;
	padding-left:5px;
	padding-top:8px;
}


.submit,
.button {
	background: #fff url('../../img/bg_button.gif') repeat-x bottom left;
	border: 1px solid #aaa;
	text-align: center;
	color: #666;
	font-size: 0.9em;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
	.submit:hover,
	.button:hover {
		background: #fff url('../../img/bg_button_h.gif') repeat-x bottom left;
	}

	.submit { padding: 3px 10px; }
	.button { padding: 5px 10px 4px; }




.g-form {
	width:764;
	padding:5px 10px;
}
.g-form h4{
	display:block;
	background:#333;
	padding:5px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:10px;
}	
.g-form .single-block{
	position:relative;
	font-size:bold;
	display:block;
	margin-bottom:10px;
	text-align:left;
}
	
.g-form .single-block label{
	float:left;
	width:120px;
	text-align:right;
	padding-right:5px;
	color:#333;
}
.g-form .single-block input[type="text"],
.g-form .single-block select, 
.g-form .single-block textarea{
	line-height:18px;
	padding:3px;
	background:#ddd;
	border:1px solid #999;
	border-bottom:2px solid #ddd;
	border-right:2px solid #ddd;	
	color:#333;
}

.g-form .single-block a {
	color:#088AAF;
	text-decoration:none;
}


.bt-add-par{
	float:left;
	width: 140px;
	height: 0;
	font-size: 1em;
	padding-top: 33px;
	text-indent: -2000px;
	overflow: hidden;
	border:none;
	background: url('../../img/site/button-table.png') no-repeat -8px -325px;	
}

.bt-add-par:hover{cursor:pointer;}	



.box {
	border:0 none;
	float:left;
	width:100%;
}

.box h3{
	padding:5px;
	font-size:14px;
	background:#17385D;
	border-bottom:1px solid #c3d7db;
	color:#ffffff;

}


.d-form {
	width:764;
	background:#DDDDDD none repeat scroll 0 0;
}

.d-form .single-block{
	position:relative;
	font-size:bold;
	display:block;
	text-align:left;
}

.d-form .d-box {
	float:left;
}

.d-form .d-box .d-image {
	float:left;
	width:252px;
	cursor:pointer;
}


.d-form .single-block input[type="text"],
.d-form .single-block select{
	line-height:18px;
	padding:3px;
	background:#ddd;
	border:1px solid #999;
	border-right:2px solid #ddd;	
	color:#333;
}




form label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	margin-left: 103px;
}

div.error { display: none; }
input {	/*border: 1px dotted black;*/ }
input.error { /*border: 1px dotted red;*/ }

.sp-form .single-block label.error {
	width:251px;
	margin-left:124px;
	position:static;
	text-align:left;
	font-size:12px;
	color: red;
	padding-bottom:6px;
}

#support .single-block {
	overflow:hidden;
}

#support .single-block label.error {
	clear:both;
	float:left;
	width:450px;
	text-align:left;
	font-size:12px;
	color: red;
	margin-left:120px;
}

form.regisform label.error {
	clear:left;
	margin-left:140px;
	position:static;
	text-align:left;
	font-size:12px;
	width:320px;
}





.input_field {
	/* background: #f9f9f9;*/
	padding: 3px 6px;
	margin: 0px 0px 4px 0px;
}

.input_field label {
	display:block;
	text-align:right;
	width:150px;
	float:left;
	position: relative;
	top:6px;
	padding-right: 6px;
}


table.report-table{
	margin-left:1px;
	margin-top:25px;
	border:1px solid #000;
	border-right:none;
	float:left;
}
table.report-table td{
	border-right:1px solid #000;
	padding:2px;
}
table.report-table th.redbg{
	background:red;
	padding:5px;
}
table.report-table th.yellowbg{
	background:yellow;
	padding:5px;
}
table.report-table th.bluebg{
	/*background:#008382;*/
	background:green;
	padding:5px;
}


.pagination {
	padding-left:200px;
}
.pagination div.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}

.button1,
.button1 div{
	height: 1%;
	float: right;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button1 { background: url(../../img/pagination/button1_left.png) no-repeat; white-space: nowrap; padding-left: 10px; margin-left: 5px;}

.button1 .next { background: url(../../img/pagination/button1_next.png) 100% 0 no-repeat; }

.button1 a {
	display: block;
	height: 26px;
	float: left;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	padding: 0 30px 0 6px;
}

.button1 a:hover { text-decoration: none; color: #0B55C4; }

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #333;
	cursor: pointer;
}

.button2-left span,
.button2-right span { cursor: default; color: #999; }

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span,
.button2-left .blank a,
.button2-right .blank a,
.button2-left .blank span,
.button2-right .blank span { padding: 0 6px; }

.page span,
.blank span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover { text-decoration: none; color: #0B55C4; }

.button2-left a,
.button2-left span { padding: 0 24px 0 6px; }

.button2-right a,
.button2-right span { padding: 0 6px 0 24px; }

.button2-left { background: url(../../img/pagination/button2_left.png) no-repeat; float: left; margin-left: 5px; }

.button2-right { background: url(../../img/pagination/button2_right.png) 100% 0 no-repeat; float: left; margin-left: 5px; }

.button2-right .prev { background: url(../../img/pagination/button2_prev.png) no-repeat; }

.button2-right.off .prev { background: url(../../img/pagination/button2_prev_off.png) no-repeat; }

.button2-right .start { background: url(../../img/pagination/button2_first.png) no-repeat; }

.button2-right.off .start { background: url(../../img/pagination/button2_first_off.png) no-repeat; }

.button2-left .page,
.button2-left .blank { background: url(../../img/pagination/button2_right_cap.png) 100% 0 no-repeat; }

.button2-left .next { background: url(../../img/pagination/button2_next.png) 100% 0 no-repeat; }

.button2-left.off .next { background: url(../../img/pagination/button2_next_off.png) 100% 0 no-repeat; }

.button2-left .end { background: url(../../img/pagination/button2_last.png) 100% 0 no-repeat; }

.button2-left.off .end { background: url(../../img/pagination/button2_last_off.png) 100% 0 no-repeat; }

.button2-left .image 		{ background: url(../../img/pagination/button2_image.png) 100% 0 no-repeat; }
.button2-left .readmore 	{ background: url(../../img/pagination/button2_readmore.png) 100% 0 no-repeat; }
.button2-left .pagebreak 	{ background: url(../../img/pagination/button2_pagebreak.png) 100% 0 no-repeat; }
.button2-left .blank	 	{ background: url(../../img/pagination/button2_blank.png) 100% 0 no-repeat; }
/*V edit*/
.regis-acc-header{
	background:url(../../img/site/form-bg-header.png) no-repeat top left;
	height:16px;
	width:640px;
	}
.regis-acc-footer{
	background:url(../../img/site/form-bg-footer.png) no-repeat top left;
	height:21px;
	width:640px;
	}	
.regis-acc-center{
	background:#F9FAFA url(../../img/site/form-bg-center.png) repeat-x top left;
	overflow:hidden;
	/*min-height:300px;*/
	}
.regis-acc{
	background:none;
	}	
/*end V edit*/	


.unit-help {
	 position:absolute;
	 top:-4px;
	 left:270px;
}



/* scorecard */

.chart-content{
	overflow:hidden;
	float:left;
	width:780px;
	padding:5px;
	}
.chart-content h3{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	}
.chart-content .header-note{
	width:100%;
	clear:left;
	float:left;
	}
.chart-content .display-chart{
	overflow:hidden;
	padding-top:1px;
	margin-bottom:10px;
	}
.chart-content .display-chart .single-chart{
	float:left;
	width:210px;
	min-height:150px;
	overflow:hidden;
	border:1px solid #000000;
	border-right:0px;
	}
.chart-legend{float:right}
table.table-legend{
	border:1px solid #333;
	text-align:left;
	}
table.table-legend tr, table.table-legend td {border:1px solid #333}
.hasbg{background-color:#CC9;}

.display-vision{width:100%;overflow:hidden;float:left;margin-bottom:10px;margin-top:10px}
.display-vision ul li{float:left;line-height:15px;}
.border-note{border:1px solid #D9EAF5;background:#ffffff;padding:2px 5px;width:648px;height:30px;text-align:left;}
.note-text {font-weight:bold;width:120px;padding-top:2px;text-align:center;}

.strategies-text{
	text-align:center;
	float:left;
	width:115px;
	font-weight:bold;
	}
.strategic-box{
	width:100px;
	min-height:100px;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	font-size:12px;
	}
.strategic-box .strategic-content{border:1px solid #333;overflow:hidden;min-height:60px;text-align:left;}
.strategic-box .strategic-content h3, .activity-content h3{
	font-size:14px;
	background:#ddd9c3;
	border-bottom:1px solid #333;
	}
.small-table-report{float:left;clear:both;}
.small-table-report table tr.numberic-report, .small-table-report table tr.numberic-report td{
	border:1px solid #333;
	background:#CC9;
	}

/*ACTIVITIES*/
.activities-wrap, .strategic-wrap{
	float:left;overflow:hidden;width:100%;
	overflow-x:auto;
	}

.activities-wrap .activites-text {
	width:120px;
	float:left;
	}
.odd-bg{
	background:#eeece1;
	}
.activity-content h3{border:1px solid #333;width:98px;}
.activity-content{float:left;width:105px;}
.activity-content table{
	margin-left:1px;
	margin-right:5px;
	}
.activities-wrap .activites-text span{
	font-weight:bold;
	}
.activities-wrap .activites-text table{
	margin-top:22px;
	width:100%;
	margin-left:1px;
	text-align:left;
	}
.activities-wrap table tr, .activities-wrap table tr td{
	border:1px solid #333;
	}
	
.strategy-totals-wrap{
	margin-top:10px;
	border-top:1px dashed #333;
	overflow:hidden;
	width:100%;
	clear:both;
	float:left;
	min-height:50px;
	}
.no-border{border:none !important;}
.p48{padding-top:48px}
.rounded-box{
	overflow:hidden;
	float:left;
	}
.small-rounded-box{overflow:hidden;float:left}
.tiny-rounded-box{overflow:hidden;float:left}

.rounded-top{background:url(../../img/site/round-top.gif) no-repeat top left;height:13px;width:166px;}
.rouned-center{text-align:left;background:url(../../img/site/round-center.gif) repeat-y top left; min-height:40px;width:166px;color:#f1f1f1}
.rounded-bottom{background:url(../../img/site/round-bottom.png) no-repeat top left;height:19px;width:166px}

.small-rounded-top{background:url(../../img/site/small-rounded-top.png) no-repeat top left;height:10px;width:102px;}
.small-rouned-center{text-align:left;background:url(../../img/site/small-rounded-center.png) repeat-y top left; min-height:40px;width:102px;color:#f1f1f1}
.small-rounded-bottom{background:url(../../img/site/small-rounded-bottom.png) no-repeat top left;height:16px;width:102px}

.tiny-rounded-top{background:url(../../img/site/tiny-rounded-top.png) no-repeat top left;height:7px;width:86px;}
.tiny-rouned-center{text-align:left;background:url(../../img/site/tiny-rounded-center.png) repeat-y top left; min-height:40px;width:86px;color:#f1f1f1}
.tiny-rounded-bottom{background:url(../../img/site/tiny-rounded-bottom.png) no-repeat top left;height:11px;width:86px}

a.enter-unit-activity {
			display: block;
			width: 180px;
			height: 0;
			font-size: 1em;
			padding-top: 30px;
			text-indent: -2000px;
			overflow: hidden;
			background: url('../../img/site/button-table.png') no-repeat -5px -165px ;
						float:right;
		}
.top-button{
	background:#E5E5E5;
	overflow:hidden;
	float:left;
	clear:both;	
	width:100%;
	}



/*
** Collapsing fieldsets
*/

fieldset {
	background:#FFFFFF;
	border:1px solid #D9EAF5;
	margin:0px;
	padding:0px;
	line-height:170%;


}
fieldset legend {
  margin-left:10px;
}

fieldset.collapsed {
  /*border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  */
  margin-bottom: 0;
  height: 1em;
}
fieldset.collapsed * {
  display: none;
}
fieldset.collapsed legend {
  display: block;
}
fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
  background: url(../../img/site/menu-expanded.gif) 5px 75% no-repeat; /* LTR */
 text-decoration: none;
}
fieldset.collapsed legend a {
  background-image: url(../../img/site/menu-collapsed.gif); /* LTR */
  background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
fieldset.collapsed legend,
fieldset.collapsed legend *,
fieldset.collapsed table * {
  display: inline;
}

/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
fieldset.collapsible {
  position: relative;
}
fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}




.submit-login{
	background:url(../../img/site/login-bt.gif) no-repeat scroll top left;
	padding:3px 10px;
	line-height:22px;
	font-size: 0.9em;
	text-align: center;
	cursor: pointer;
	width:90px;
	color:#FFF;
	text-indent:-2000px;
	height:30px;
	border:none;
	margin-left:-43px;
}
.submit-login:hover{
	background-position: 0 -31px;
}



.align-help {
	font-size: 14px;
	text-align:justify;
	line-height:18px;
}

.stressed-align-help {
	color:#8CA3BA;
}

.group-list {
	padding:0px 8px;width:783px;
}


.regis-button {
	position:relative;
	width:100%;
	padding:4px 40px 10px;
	font-size: 13px;
	clear:left;
	display:block;
	height:35px;
}

form.login label.error {
	clear:left;
	margin-left:130px;
	position:static;
	text-align:left;
	font-size:12px;
	width:320px;
}






.bold{
	font-weight:bold;
}
.right{
	float:right;
	}
.left{
	float:left;
	}
.tar{
	text-align:right;
}
.tal{
	text-align:left;
}
.w40p{
	width:40%;
	}
.w50p{
	width:50%;
	}	
.f12p{
	font-size:12px;
	}
.f11p{
	font-size:11px;
	}
.f10bp{
	font-size:10px;
	font-weight:bold;
}
.center{
text-align:center;
}	
.btitle{
	font-size:18px;
	padding-bottom:5px;
}
.dtitle{
	font-size:15px;
	padding-bottom:5px;
}
.stitle{
	font-size:12px;
	padding-bottom:5px;
}
.coppercolor{
	background:#DDD9C3;
}
.pad2{
	padding:2px;
}
.border1{
	border:1px solid #000;
}
.padtop40{
padding-top:40px;
}
.pad10{
padding:10px;
}
.wcolor{
	color:#FFFFFF;
}
/* * * PANEL * * */
.panel{
	margin-top:20px;
	
	overflow:hidden;
}
.panel .panel-title{
	min-width:60px;
	display:block;
	min-height:20px;
	padding:5px 2px;
}
.panel .box{
	width:172px;
	overflow:hidden;
	min-height:96px;
	border:1px solid #CCCCCC;
}
.panel .tablebox{
	margin:1px;
}
.visionw{
	width:655px;
}
/* * * SMALL BOX * * */
.small-box{
	width:105px;
	min-height:80px;
	margin-left:5px;
}
.small-box .strategy-box{
	border:1px solid #333333;
	min-height:50px;
	margin-bottom:3px;
}
.small-box .strategy-box h3{
	border-bottom:1px solid #333;
	display:block;
	text-align:center;
}
.small-box .strategy-icon li{
	float:left;
}

.small-box .noborder{
	border:none;
}
/*** LARGE BOX ***/
.large-box{
	width:195px;
	min-height:140px;
	border:1px solid #333333;	
	overflow:hidden;	
}
#nestedpage{
		width:735px !important;
		background:#FFF;
		margin:10px;
		overflow:hidden;
		min-height:500px;
		}
/***REPORT TABLE ***/
.reporttable, .reporttable tr, .reporttable tr td{
border:1px solid #FFF;
font-size:14px;
}
.reporttable, .reporttable tr{
	min-height:40px;
}
.reporttable .odd{
	background:#CBCBCB;
}
.reporttable .even{
	background:#E7E7E7;
}
.reporttable .bluebg{
	background:#1F497D;
	color:#FFF;
	margin-bottom:3px;
}

.reporttable .bborder, a.bluebutton{
background:#4F81BD;
border:2px solid #385D8A;
}
a.bluebutton{
display:block;
min-height:25px;
text-align:center;
line-height:25px;

color:#FFF;
font-weight:bold;
text-decoration:none;
}
/*** SMALL NAV ***/	
ul#smallnav{
border-bottom:solid 1px #DEDEDE;
height:29px;
margin-top:10px;
}
ul#smallnav li{float:left; margin-right:2px;}

.subtab a:link, .subtab a:visited{
background:url(../../img/site/tab-round2.png) right 60px;
color:#666666;
display:block;
font-weight:bold;
height:30px;
line-height:30px;
text-decoration:none;
font-size:14px;
}
.subtab a span{
background:url(../../img/site/tab-round2.png) left 60px;
display:block;
height:30px;
margin-right:12px;
padding-left:12px;
}
.subtab a:hover{
background:url(../../img/site/tab-round2.png) right 30px;
display:block;
}
.subtab a:hover span{
background:url(../../img/site/tab-round2.png) left 30px;
display:block;
}


/* -------------------------------- */
/* ACTIVE ELEMENTS */
.subtab .active2 a:link, .subtab .active a:visited , .subtab .active2 a:visited , .subtab .active2 a:hover{
	background:url(../../img/site/tab-round2.png) right 0 no-repeat;
}
.subtab .active2 a span, .subtab .active2 a:hover span{
	background:url(../../img/site/tab-round2.png) left 0 no-repeat;
}
.smallbar{
	background:#1F497D;
	display:block;
	height:15px;
}