﻿v#searchBox, #otherInfo {
	padding: 10px 0 0 0;
	/*background-color: #F3F3F3;*/
	border-bottom: 1px dotted #D6D6D6;
}

#events h3, #eventsTop h3 {
	color: #CC0000;
	font-size: 21px; 
	text-transform: uppercase;
	/*margin: 0 0 10px 10px;*/
	padding:0;
	margin:0;
	background-color: #F3F3F3;
	line-height:40px;
}

#nextEvents h3 {
	margin: 20px 0 10px 10px;
	color: #CC0000;
	background-color:#FFF;
	line-height:21px;
}

#eventsTop h3, #categoryEvents h3 {
	margin: 0 0 10px 0;
	color: #CC0000;
	background-color:#FFF;
	line-height:21px;
}

#events h4, #singleEventDetail h4, #otherInfo h4 {
	color: #CC0000;
	font-size: 110%; 
	text-transform: uppercase;
	margin: 0;
}

#events h1 a, #events h1 a:link, #events h1 a:visited, #eventsTop h1 a, #eventsTop h1 a:link, #eventsTop h1 a:visited  {
	color: #000000;
	font-size: 110%; 
}

.nextEvents {
	margin-top: 10px;
}

#eventsTop {
	width: 278px;
	padding: 10px;
}

#events .archiveView {
	background-color: #F3F3F3;
	font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
	padding: 3px 10px;
	text-align: right;
	text-transform: uppercase;
}

#searchEvent .grid_8 label { position: absolute; text-align:right; width: 80px; margin-top: 5px; }

#searchEvent .grid_8 input, #searchEvent .grid_8 select { margin: 5px 0 0 110px; }

#searchEvent select { width: 155px; }

#pSearchForm { padding:4px 0 0 10px; margin-top:10px; }

.enter { position: absolute; right: 10px; top: 5px;}

#otherInfo p, #singleEvent p { margin:0; padding:0 }

.linkBack { padding:0 10px 10px 10px }

.linkBack a, .linkBack a:link, .linkBack a:visited { width:120px; height:15px; display:block; text-transform:uppercase; font: 15px/18px PTSansNarrowRegular, Arial, Helvetica, sans-serif; color:#999; text-decoration:none; background:url(/nqcontent/images10/linkArrowBack.gif) left 0 no-repeat; margin-top:10px; padding-left:25px; }

.linkBack a:hover { color:#333; background:url(/nqcontent/images10/linkArrowBack.gif) left -15px no-repeat; }

/* Form di registrazione seminari */

#regForm h1 {
	color:#CC0000;
}
#regForm label{
	margin-top:5px;
	position:absolute;
	text-align:right;
	width:150px;
}
#regForm input.iText,select.iSelect{
	margin-left:160px;
	margin-top:5px;
	width:220px;
}
#regForm input.iRadio{
	margin-left:160px;
	margin-top:8px;
}
#regForm div.txtPrivacy{
	background-color:#F3F3F3;
	border:1px solid #D6D6D6;
	height:150px;
	overflow:auto;
	padding:5px;
}
/* single event */

section #singleEvent h1 {
	
	font-size: 21px; 
	
	margin: 10px 0 20px 0;
}

#singleEvent .utility { width:230px; height:280px; padding: 10px; background-color:#F3F3F3; overflow:hidden }

#singleEventImg { float:left; height:247; overflow:hidden; width:400px; height:300px; }

/* calendar */

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/nqcontent/images10/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	float: left;
}

table.jCalendar {
	border: 1px solid #D6D6D6;
	background: #FFF;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #2883CA;
	color: #FFF;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #DDD;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #EEE;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #CC0000;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #2883CA;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #FFF;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #BBB;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #EFEFEF;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
	color: #000;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/*--- PROFESSIONE PROGETTATRE 2010 ---*/

.graficSingleEvent h1 { font: 22px/22px PTSansNarrowRegular, "Arial Narrow", Arial, Helvetica, sans-serif; margin: 0; color:#C00; }

.graficSingleEvent h2 { font: 18px/18px PTSansNarrowRegular, "Arial Narrow", Arial, Helvetica, sans-serif; text-transform: uppercase; margin: 10px 0 5px 0; padding-top:10px; border-top:1px dotted #D6D6D6; color:#C00; }

.graficSingleEvent h3 { font: 16px/16px PTSansNarrowRegular, "Arial Narrow", Arial, Helvetica, sans-serif; text-transform: none; margin: 10px 0; }

.graficSingleEvent ul li {
	list-style-type: none;
	background: url(/nqcontent/images10/arrow.gif) left 6px no-repeat;
	margin-top: 5px;
	padding-left: 10px;
}

.graficSingleEvent ul li img { margin: 5px 0 10px 0 }

/*--- VIRTUAL MEETING ROOM 2010 ---*/

#loginVMR { width:365px; margin:20px 0 80px 316px }

#loginVMR label { width:100px; text-align:right; position:absolute }

#loginVMR input { margin-left:110px; }

#loginVMR a, #loginVMR a:link, #loginVMR a:visited { color:#999; text-decoration:none }

#loginVMR a:hover { color:#333; text-decoration:underline }

#VMR h3, #VMR h1 { color:#C00 }

#VMR h1 { font-size:220% }

#VMR h4 { font-size:140% }

#VMR h2 { background-color:#EAEAEA; padding-left:10px; border-left:1px solid #B7BABC; border-right:1px solid #B7BABC; border-top:1px solid #B7BABC; margin-bottom:0px; padding-top:5px; padding-bottom:5px; }

#VMR .mainLeftCol {width:560px; float:left;}

#VMR .mainRightCol { width:408px; margin-left:10px; float:left;}

#VMR .time {  width:250px; margin-right:10px; }

#VMR .note { font-size:90%; color:#999 }

#VMR .red { color:#C00; font-weight:bold }

#chatRules { padding:10px; font-size:90%; color:#666; height: 89px; overflow:auto; }

#chatRules h4 {text-transform:uppercase }