﻿/*************** TOP STUDENT *****************/

.topStudentFrame
{
	width: 220px;
	height: 320px;
	background: white no-repeat;
	background-position: bottom left;	
	border: solid 2px rgb(10, 108, 118);
	border-radius: 10px;
	position: relative;
	-webkit-box-shadow: 2px 2px 0 rgba(10, 108, 118, 0.75);
	-moz-box-shadow: 2px 2px 0 rgba(10, 108, 118, 0.75);
	box-shadow: 2px 2px 0 rgba(10, 108, 118, 0.75);
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.tsf_Birthday { background-image: url(images/backBirthDay.jpg); }
.tsf_eslimi { background-image: url(images/backEslimi4.jpg); }

.tsf_Header 
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #132f54;
	height: 100px;
	width: 100%;
}


.tsf_Info 
{
	display: table;
	font-family: Nassim;
	font-size: 16pt;
	text-align: center;
}
.tsf_Info .tsf_name {
	color: white;
	position: relative;
	top: 0;
	height: 100px;
	
	margin-right: auto;
	margin-left: auto;
	line-height: 100px;
	
}
.tsf_Info .tsf_name div
{
	display: inline-block !important;
	*display: inline;
	zoom: 1;
	padding-bottom: 30px;
	/*vertical-align: middle;*/
	line-height: 20px;
}

.tsf_image
{
	width: 150px;
	height: 150px;
	text-align: center;
	display: block;
	background: white no-repeat center center;
	background-size: 100% auto;
	margin: -30px auto 10px auto;
	position: relative;
	border: solid 1px black;
	/*-webkit-box-shadow: 0 2px 0 black;
	-moz-box-shadow: 0 2px 0 black;
	box-shadow: 0 2px 0 black;*/
	
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-mos-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.topStudentFrame:hover .tsf_image {
	transform: scale(1.05, 1.05) ;
	-webkit-transform: scale(1.05, 1.05) ;
	-mos-transform: scale(1.05, 1.05) ;
	-ms-transform: scale(1.05, 1.05) ;
}
/********************************************/
