﻿/*lista dei testimonials nella pagina Student_Profiles.aspx*/
ul.bigList
{
	list-style-type: none;
	width: 590px;
	margin: 0 auto;
	overflow: hidden;
}
ul.bigList li
{
	float: left;
	width: 115px;
	height: 115px;
	border: 1px solid #000051;
	margin-right: 28px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 1.1em;
}
ul.bigList li img
{
	width: 115px;
	height: 115px;
}

/*pagina del profilo singolo*/
div.profileHead
{
	background-image: url(Images/sfondoTestIntHeader.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 9px;
	width: auto;
	clear: both;
	float: none;
}
div.profileBody
{
	background-image: url(Images/sfondoTestIntBody.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 11px;
	margin-right: 3px;
	background-color: Transparent;
	padding-top: 3px;
}
div.profileFooter
{
	background-image: url(Images/sfondoTestIntFooter.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 9px;
	width:auto;
	clear: both;
	float: none;
	margin-top: -15px;
}

/*colonna del video con le informazioni ed il transcript*/
.videoWrapper
{
	clear: both;
	float: none;
	width: auto;
	overflow: hidden;
}
.videoCol
{
	float: left;
	width: 320px;
	padding-right: 10px;
}
p.viewTranscript
{
	font-weight: bold;
	text-align: right;
}
.plus
{
	padding: 1px;
	padding-right: 18px;
	background-image: url(Images/iconPlus.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.minus
{
	padding: 1px;
	padding-right: 18px;
	background-image: url(Images/iconMinus.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
p.transcript
{
	background-color: #ebebeb;
	padding: 0.5em;
	font-size: 1.1em;
	border: 2px dashed #376cbf;
	clear: both;
	float: none;
	width: auto;
}
.infoCol
{
	float: left;
	width: 216px;
	padding-left: 20px;
}
.infoCol blockquote
{
	padding: 0.3em;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;    
    background-color: #e3e3e3;
}
.infoCol dl
{
	font-size: 1.1em;
	padding: 0.4em 0;
	clear: both;
}
.infoCol dt
{
	font-weight: bold;
	color: #9a9a9a;
}
.infoCol dd
{
	margin-bottom: 0.2em;
	color: #631e3a;
	font-weight: bold;
	font-size: 1.1em;
}

/*citazione*/
blockquote.Cit
{
	color: #631e3a;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif; 
	width: auto;
	clear: both;
	float: none;
}

/*descrizione*/
p.testDesc
{
	clear: both;
	float: none;
	font-size: 1.1em;
}
p.testDesc img
{
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 7px;
}

/*social network*/
div.share
{
	clear: both;
	float: none;
	height: 30px;
	background-color: Transparent;
	border: 1px solid #376cbf;
	padding: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
div.share div
{
	float: left;
	width: 18px;
	height: 18px;
	text-align: center;
	padding: 0;
	margin: 0;
}
div.share .social
{
	padding: 5px;  
}  
div.share .social:hover
{
	background: #eee;
	border: 1px solid #ccc;
	padding: 4px;
}

/*lista dei testimonials a fondo pagina*/
ul.smallListInt
{
	list-style-type: none;
	margin-top: 5px;
}
ul.smallListInt li
{
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	/*background-image: url(Images/frecciaSmallListInt.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;*/
	padding-bottom: 18px;
	margin-left: 10px;
	margin-bottom: 10px;
}
