/* Author: pza */

/* MiniEdu module */
.miniEduMainComponent {
	width: 249px;
	height: auto;
	position: relative;
	top: -18px;
}

.miniEduBoxTopComponent {
	width: 249px;
	height: 20px;
}

.miniEduBoxCornerTopLeft {
	width: 20px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxCorTopLeft.png);
	background-repeat: no-repeat;
}

.miniEduBoxTop {
	width: 209px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxTop.png);
	background-repeat: repeat-x;
}

.miniEduBoxCornerTopRight {
	width: 20px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxCorTopRight.png);
	background-repeat: no-repeat;
}

.miniEduBoxMiddleComponent {
	width: 249px;;
	height: auto;
}

.miniEduBoxMiddleLeftGrad {
	background-image: url(../../img/leftBoxes/boxGradLeft.png);
	background-repeat: repeat-y;
	background-position: left;
	height: auto;
}

.miniEduBoxMiddleRightGrad {
	background-image: url(../../img/leftBoxes/boxGradRight.png);
	background-repeat: repeat-y;
	background-position: right;
	height: auto;
}

.miniEduBoxCornerBottomLeft {
	width: 20px;
	height: 10px;
	background-image: url(../../img/leftBoxes/boxCorBottomLeft.png);
	background-repeat: no-repeat;
	float: left;
}

.miniEduBoxBottom {
	width: 209px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxBottom.png);
	background-repeat: no-repeat;
}

.miniEduBoxCornerBottomRight {
	width: 20px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxCorBottomRight.png);
	background-repeat: no-repeat;
}

.miniEduBoxBottom {
	width: 209px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxBottom.png);
	background-repeat: repeat-x;
}

.miniEduBoxCornerBottomLeft {
	width: 20px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxCorBottomLeft.png);
	background-repeat: no-repeat;
	float: left;
}

.miniEduBoxCornerBottomRight {
	width: 20px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxCorBottomRight.png);
	background-repeat: no-repeat;
}
.miniEduBoxTitle {
	color: #25AAE1;
	font-weight: bold;
	line-height: 30px;
}

.miniEduBoxTxt {
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 19px;
	padding-right: 19px;	
}

.miniEduBoxImg {
	padding-left: 13px;
	padding-right: 13px;	
}

.miniEduBoxMiddleComponentBacground {
	margin-left: 16px;
	margin-right: 16px;
	background-color: #00466A;
	background-image: url(../../img/leftBoxes/boxBacground.png);
	background-repeat: repeat;
}


.miniEduBoxImgMiniEdu {

	width: 191px;
	height: 129px;
}
