﻿
/***********************
*        GENERALI      *
***********************/

html,body
{
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

.normalText
{
	font-size: 10px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
}

.normalTextGray
{
	font-size: 10px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.boldTextSemiBlack
{
	font-size: 10px;
	font-weight: bold;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.warningText
{
	font-size: 10px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color: red;
}

.imageBlock
{
	display: block;
}

.floatLeft
{
	float: left;
}

.QuestionMark
{
	float: left;
	cursor: pointer;
	display: inline;
}

/*-------------------------------------------------------*/
.linkText:link
{
	font-size: 10px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}
.linkText:visited
{
	font-size: 10px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}
.linkText:hover
{
	font-size: 10px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color: red;
	text-decoration: none;
}

/*-------------------------------------------------------*/
.linkText11:link
{
	font-size: 11px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	letter-spacing: -1px;
}
.linkText11:visited
{
	font-size: 11px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	letter-spacing: -1px;
}
.linkText11:hover
{
	font-size: 11px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color: red;
	text-decoration: none;
	letter-spacing: -1px;
}

/*-------------------------------------------------------*/
.linkTextRedBlock:link
{
	display: block;
	width: 195px;
	height: 30px;
	padding-top: 4px;
	font-size: 10px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}
.linkTextRedBlock:visited
{
	display: block;
	width: 195px;
	height: 30px;
	padding-top: 4px;
	font-size: 10px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}
.linkTextRedBlock:hover
{
	display: block;
	width: 195px;
	height: 30px;
	padding-top: 4px;
	font-size: 10px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color: red;
	text-decoration: none;	
}


/***********************
*        COMMON        *
***********************/

/*#divContainer
{
	width: 1000px;
	height: 590px;
	margin: 0px auto;
}*/

#divContainer
{
	position: absolute;
	width: 1000px;
	height: 590px;
	top: 50%;
	left: 50%;
	margin-top: -295px;
	margin-left: -500px;
	border: 1px solid #c7c7c7;
	background-color: #ffffff;
}

#divIntro
{
	height: 590px;
	width: 748px;
	float: left;
	display: inline;
	overflow: hidden;
}

#login_swf
{
	padding:0;
	width: 740px;
	height: 580px;
}

#divLoginColumn
{
	float: left;
	display: inline;
	height: 590px;
	width: 247px;
	margin-left: 4px;
	border-left: 1px solid #c7c7c7;
}


/***********************
*        LOGIN         *
***********************/

#divLogoGuzzini
{
	width: 247px;
	height: 88px;
	overflow: hidden;
}

#divLanguage
{
	text-align: right;
	height: 21px;
	padding-right: 7px;
	background-image: url(../Images/Login/login_sep.gif);
	background-position: 3px bottom;
	background-repeat: no-repeat;
}

#lblIntroduction
{
	display:block;
	height: 112px;
	font-size: 10px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
	margin-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	background-image: url(../Images/Login/login_sep.gif);
	background-position: 3px bottom;
	background-repeat: no-repeat;
}

#divRegistration
{
	height: 185px;
	background-image: url(../Images/Login/login_sep.gif);
	background-position: 3px bottom;
	background-repeat: no-repeat;
}

#divUsername
{
	height: 28px;
	padding-left: 10px;
	overflow: hidden;
}

#divPassword
{
	height: 31px;
	padding-left: 10px;
	overflow: hidden;
}

#lblUsername,#lblPassword
{
	width:60px;
	float:left;
	display: inline;
	margin-top: 4px;
	text-align:right;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.redsquare
{
	float: left;
	display: inline;
	margin-left: 6px;
	margin-top: 3px;
}

#tbUsername,#tbPassword
{
	float: left;
	margin-top: 3px;
	width: 114px;
	height: 16px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px none;
	background-image: url(../Images/Login/sfondo_textbox.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}

#divEnter
{
	height: 20px;
	padding-left: 162px;
	padding-top: 5px;
}

#imgbtnEnter
{
	width: 45px;
	height: 13px;
}

#divLoginCheckbox
{
	height: 20px;
	width: 177px;
	font-size: 10px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#divRegister,#divForgotten,#divAuthor
{
	text-align: left;
	height: 25px;
	padding-left: 5px;
	line-height:22px;
	background-image: url(../Images/Login/login_sep.gif);
	background-position: 3px bottom;
	background-repeat: no-repeat;
}

#divFooter
{
	margin-top: 78px;
	margin-bottom: 0px;
	height: 24px;
	line-height: 23px;
	padding-left: 5px;
	background-image: url(../Images/Login/login_sep.gif);
	background-position: 3px top;
	background-repeat: no-repeat;
}



/***********************
*         HOME         *
***********************/
#divLogoGuzzini2
{
	width: 247px;
	height: 70px;
}

#divLoggedUser
{
	width: 240px;
	height: 20px;
	overflow: hidden;
	text-align: right;
}

.lblSeparator
{
	font-size: 15px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
}

#lblUser
{
	font-size: 11px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	letter-spacing: -1px;
}

#divMyBookmarks
{
	width: 247px;
	height: 184px;
	overflow: hidden;	
	clear: both;
}

#dlCourses,#dlCaseHistory
{
	display: block; 
	width: 246px;
}

.divBookmarkElement
{
	height: 34px;
	width: 246px;
	overflow: hidden;
	padding-left: 41px;
	padding-right: 2px;
	background-image: url(../Images/Login/sfondo_course.gif);
	background-repeat: no-repeat;
}

.divBookmarkLabel
{
	width: 195px;
	height: 30px;
	overflow: hidden;
}

#divViewAll
{
	width: 243px;
	height: 20px;
	overflow: hidden;
	text-align: right;
}

#divNews
{
	width: 247px;
	height: 80px;
	overflow: hidden;
	clear: both;
}

#news_swf
{
	padding: 0;
	width: 247px;
	height: 80px;
}

#divPool
{
	width: 247px;
	height: 139px;
	overflow: hidden;
	clear: both;
	scrollbar-3dlight-color : #CCCCCC;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #FFFFFF;
	scrollbar-darkshadow-color : #CCCCCC;
	scrollbar-face-color : #CCCCCC;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #F2F2F2;
}

#divChoiceLabel
{
	width: 222px;
	margin: 5px 0 0 18px;
}

#divChoiceList
{
	width: 238px;
	margin: 10px 0 0 2px;
}

#rblQuestion
{
	display: block;
	margin-left: 7px;
}

#divLabelResults
{
	width: 234px;
	margin: 8px 0 0 2px;
	font-size: 11px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
}

#divResults
{
	width: 238px;
	margin: 1px 0 0 2px;
}

#dlResults
{
	width: 238px;
	margin-top: 2px;
}

#divResultItem
{
	width: 238px;
	height: 18px;
	overflow: hidden;
	background-image: url(../Images/Login/login_sep.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
}

#divLabelResult
{
	width: 187px;
	height: 18px;
	float: left;
	display: inline;
	overflow: hidden;
	margin-left: 10px;
}

#divPercentual
{
	width: 33px;
	height: 18px;
	float: left;
	display: inline;
	overflow: hidden;
	margin-left: 5px;
	text-align: center;
}

#divPoolVote
{
	width: 243px;
	height: 20px;
	overflow: hidden;
}

#lnkbtnSend
{
	float: left;
	display: inline;
	margin-left: 195px;
	margin-top: 3px;
}

.lblNoNews
{
	font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
    display: block;
    margin: 23px 0 0 20px;
}

.h3Poll {margin: 0; padding: 0; width: 245px; height: 19px; overflow: hidden;}
.divPoll {height: 155px; width: 235px; padding: 5px 5px 5px 5px; font-family: Verdana; font-size:64%;color: #666; overflow: hidden;}
#divPollInner {height: 135px; overflow: hidden;}
.divSendAnswer {height: 45px; overflow: hidden; text-align: right; padding-right: 5px;}

.lnkbtnVote {color: #666; text-decoration:none;}
.lnkbtnVote:hover {text-decoration: underline;}

.divPollAnswer {clear: both; width: 232px; overflow: hidden; padding: 4px 0 2px 3px; background: url(../Images/tratteggio.gif) left bottom repeat-x; }
.lblVote {float: right; display: inline; font-weight: bold; padding: 0 1px 0 5px; }


