/*
 * Tags
 */
.tag1 { font-size: 10px; line-height: 10px; }
.tag2 { font-size: 12px; line-height: 12px; }
.tag3 { font-size: 14px; line-height: 14px; }
.tag4 { font-size: 16px; line-height: 16px; }
.tag5 { font-size: 18px; line-height: 18px; }
.tag6 { font-size: 20px; line-height: 20px; }
.tag7 { font-size: 22px; line-height: 22px; }
.tag8 { font-size: 24px; line-height: 24px; }
.tag9 { font-size: 26px; line-height: 26px; }
.tag10 { font-size: 28px; line-height: 28px; }

/**
 * Main blocks layout
 */
#bLogin,
#bProf,
#bPath,
#bReports,
#bTagCloud { padding-left: 10px; }

/**
 * bLogin
 */

#bLogin { 
	/*margin-bottom: 10px;*/
	border-bottom: 1px solid #e9e9e9; 
	overflow: hidden;
	}

#bLogin li {
	overflow: hidden;
	height: 1%;
	margin: 5px 0;
	}

#bLogin li.remember-me {
	float: left;
	display: inline;
	text-align: left;
	}

	#bLogin li.remember-me label,
	#bLogin li.remember-me input { vertical-align: middle; }

#bLogin li.submit { 
	text-align: right; 
	float: right;
	padding-right: 23px;
	}
	
	#bLogin li.submit input {
		border: none;
		margin-right: 15px;
		color: #fff;
		width: 56px;
		height: 21px;
		background: transparent url(/images/bg-login-btn.png) scroll no-repeat top left;
	}

#bLogin .field-label {
	float: left;
	display: inline;
	width: 60px;
	height: 23px;
	line-height: 23px;
	text-align: left;
	}

.field-label {
		float: left;
		display: inline;
		width: 60px;
		height: 23px;
		line-height: 23px;
		text-align: left;
		}

	#bLogin .field {
		float: left;
		display: inline;
		width: 120px;
		}
 .field {
		float: left;
		display: inline;
		width: 120px;
		}


#bLogin p { 
	margin: 10px 0;
	float: left; 
	display: block;
	}
	#bLogin p.register-link { 
		float: right;
		margin-right: 22px;
		}
	#bLogin .register-link a {
		font-weight: bold;
		color: #5f8401;
		}
		
/**
 * bPath
 */
#bPath p { margin: 10px 0; }

/**
 * bReports
 */
#bReports li {
	margin: 10px 0; 
	background: transparent url(/images/bullet.png) scroll no-repeat 0 5px;
	padding-left: 10px;
	}

	#bReports li p.date { color: #9f9f9f; }

	#bReports li h3 {
		font-weight: normal;
		font-size: 12px;
		}

		#bReports li h3 a { color: #4d4d4d; }

/**
 * bTagCloud
 */
 #bTagCloud { 
	/*border-top:1px solid #E9E9E9;*/
	margin-top:10px;
	margin-bottom:10px;  
	}
#bTagCloud ul,
#bTagCloud .all-tags-link { text-align: center; }

	#bTagCloud .all-tags-link { margin: 5px 0; }
	
		#bTagCloud .all-tags-link a { color: #ea6e05; }

	#bTagCloud li { display: inline; }
	#bTagCloud .tagsMenu { 
		overflow: hidden; 
		margin-bottom: 5px;
		margin-right: 5px;
		}
	#bTagCloud li.tab1,
	#bTagCloud li.tab2 {
		width: 100px;
		/*-moz-border-radius-bottomleft:5px;
		-moz-border-radius-bottomright:5px;*/
		-moz-border-radius-topleft:5px;
		-moz-border-radius-topright:5px;
		border-color:#D9D9D9 #D9D9D9;
		/*border-color:-moz-use-text-color;*/
		border-style:solid solid none;
		border-width:1px 1px medium;
		display:inline;
		float:left;
		font-family:Verdana;
		font-size:12px;
		font-weight:bold;
		height:24px;
		line-height:24px;
		margin:0;
		padding:0;
		text-align:center;
		}
	#bTagCloud li.active {
		/*background-image: url(/images/tag/tab1_active.png);*/
		background: url(/images/bg-side-box.png) repeat-x top left;
		}

/** 
* Profile
*/
#bProf { 
	/*margin-bottom: 10px;*/
	padding-bottom: 10px;
	/*height: 155px;*/
	border-bottom: 1px solid #e9e9e9;
	}

	#bProf li {
		overflow: hidden;
		height: 1%;
		margin: 5px 0;
		}

	#bProf li.remember-me {
		float: left;
		display: inline;
		text-align: left;
		}

	#bProf li.remember-me label,
	#bProf li.remember-me input { vertical-align: middle; }

	#bProf li.submit { text-align: right; }
	
	#bProf li.submit input {
		border: none;
		margin-right: 15px;
		color: #fff;
		width: 56px;
		height: 21px;
		background: transparent url(/images/bg-Prof-btn.png) scroll no-repeat top left;
	}

	#bProf .field-label {
		float: left;
		display: inline;
		width: 60px;
		height: 23px;
		line-height: 23px;
		text-align: left;
		}

	#bProf .field {
		float: left;
		display: inline;
		width: 120px;
		}


	#bProf p { margin-bottom: 5px; }
	#bProf .profile-links { 
		width: 98px; 
		float: right; 
		}
	#bProf .msm-link a {
		font-weight: bold;
		color: #7a7a7a;
		text-decoration:underline;
		}
		#bProf .msm-link a.active { color: #EA6E05; }
		
	#bProf .ProfilePic {
			float: left;
			display: inline;
			margin:0;
			margin-right:10px;
			}
		#bProf .ProfilePic img {
			border:1px solid #D9D9D9;
			margin:0 2px 2px 0;
			padding:3px;
			}
		
	#bProf .percent {color:#577f01;}
	#bProf .logout {
		float:right;
		margin:0;
		margin-right: 34px;
		}


#bNotify {
	padding-left:10px;
}
		#bNotify h2 a {
			font-size: 12px;
			color: #ea6e05;
			margin: 15px 0;
		}
	#bNotify a { font-weight: bold; }
	
.box210x200 {
	margin: 10px auto;
}


.wizardButtons { padding-left: 23px; }
.wizardButtons .buttonGreenArrow {
	/*margin-left: 23px;*/
	width: 175px; 
	margin-top: 5px;
	float: left;
}
	.wizardButtons .buttonGreenArrow em { 
		width: 155px; 
		padding-right: 0; 
	}
	.wizardButtons .description {
		font-weight: bold;
		padding-top: 13px;
		clear: both;
	}