/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: arial, helvetica; 
	font-style: normal;
}

table {
	border-width: 0;
	border-collapse: collapse;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {
	background: #ffffff; /* url(../images/bg.gif) repeat;*/
}
.clear{
	clear:both;
}
img {
	margin: 0 0 0 0;
	border: 0; /* solid #E9E9E9;*/
}
/**************
 	Site Container Box
*/
#BgContainer {
        position: fixed;
        left: 0px;
	top: 0px;
	width: 1024px;  
	margin: 0 auto; 
}
#Container { 
	width: 1024px;
	height: 545px;
        position: fixed;
        top: 100px;
	left: 0px;
	background: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	}
#Layout {
	width: 904px;
	height: 545px;
        position: fixed;
	top: 100px;
        left: 60px;
/*	margin: 15px auto;*/
}
#Content {
	width: 514px;
	height: 545px;
	position: fixed;
        left: 255px;
	top: 100px;
	margin: 0;
	text-align: left;
	overflow: auto;
}
/*#SidebarRight {
        width: 180px;
        height: 545px;
        position: fixed;
        left: 784px;
        top: 100px;
        background: #ff00ff; 
}*/
#LogoInfomus {
	cursor: pointer;
        width: 180px;
        height: 50px;
        position: fixed;
        left: 784px;
        top: 100px;
        background: #ffffff url(../images/infomus_banner180x50.jpg) no-repeat center;
}
#LogoUnige {
	cursor: pointer;
        width: 180px;
        height: 80px;
        position: fixed;
        left: 784px;
        top: 150px;
        background: #ffffff url(../images/universita_banner180x80.jpg) no-repeat center;
}
/*#Banner {
	cursor: pointer;
        width: 180px;
        height: 405px;
        position: fixed;
        left: 784px;
        top: 230px;
        background: #ffffff url(../images/nime_banner180x405.jpg) no-repeat center;
}*/

/** Header **/
#Header { 
        position: fixed;
	top: 0px;
	left: 0px;
 	width: 1024px; 
	height: 100px;
	background: #ffffff; /*#58ade1 url(../images/header.gif) repeat-x left center;*/
	}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
		}
	#Header p {
/*		font-size: 1.4em;*/
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}
#ImgTopLeft {
	cursor: pointer;
        position: fixed;
        top: 0px;
        left: 60px;
        width: 180px;
	height: 100px;
        background: #ffffff url(../images/logo_top_left_000.png) no-repeat left;
}
#Logo {
/*	cursor: pointer;*/
        position: fixed;
        top: 0px;
        left: 255px;
        width: 700px;
        height: 100px;
        background: #ffffff url(../images/logo_casapaganini.png) no-repeat left;
}
#HeaderLine {
        position: fixed;
        top: 95px;
        left: 60px;
        width: 709px;
        height: 5px;
        background: #ff3301;
}
	
/*** Main Nav ***/
#Navigation {
        position: fixed;
        top: 68px;
        left: 427px;
	width: 354px;
	background: trasparent;
}

#Navigation ul { 
 	float: right; 
	margin-right: 10px;
	}
	#Navigation ul li { 
	 	list-style: none; 
		margin: 0 2px; 
		float: left;
		line-height: 2.8em;
		display: block;
		}
  		#Navigation ul li a {
			/* Scritto non selezionato */ 
			float: left;
			text-decoration: none;
			display: block; 
			height: 2.3em; 
			font-size: 1.2em; 
			padding: 0 0 0 10px;
			color: #000000;
		 	background: #ffffff url(../images/activeTabLeft.png) no-repeat left top; 
			}
		#Navigation ul li a span {
			text-align: center;
		        float: left;
			padding-right: 10px;
			height: 2.3em;
			background: #ffffff url(../images/activeTabRight.png) no-repeat right top; 
		}
			#Navigation ul li a:hover { 
			 	background: #D7D0C6 url(../images/hoverTabLeft.gif) no-repeat left top; 
				color: #ffffff;	/*testo selezionato*/
				cursor: pointer;
				}
			#Navigation ul li a:hover span {
				background: #D7D0C6 url(../images/hoverTabRight.gif) no-repeat right top;
				cursor: pointer;
			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	background: #D7D0C6 url(../images/hoverTabLeft.gif) no-repeat left top; 
			 	color: #ffffff;
				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
				background: #D7D0C6 url(../images/hoverTabRight.gif) no-repeat right top;
				color: #ffffff;
			}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar { 
        position: fixed;
        top: 100px;
        left: 60px;
 	width: 180px; 
	text-align: left;
	}
#Menu2 {
	table-layout: fixed;
	width: 180px;
	padding: 0px;
	border: none;
	border: 0px;
	border-collapse: collapse;
	background-color: #ffffff;
}
#Menu2 td {
	border: none;
	height: 30px;
	background.color: #ffffff;
	border-width: 1px; 
	border-color: #FF3301;
	border-bottom-style:solid;
	padding: 0px;
}
#Menu2 a {
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	color: #000000;
}
#Menu2  tr.A_link:hover {
	background-color: #d7d0c6;
}
#Menu2	tr.A_current,
	tr.A_section {
	background-color: #ff3301;
}
#Menu2  tr.B_link {
	background-color: #e0d3c9;
	border-color: #e0e0e0;
	border-bottom-style:solid;
}
#Menu2 	tr.B_link:hover {
	background-color: #d7d0c6;
	border-color: #e0e0e0;
	border-bottom-style:solid;
}
#Menu2 tr.B_current,
       tr.B_section {
	background-color: #d7d0c6;
	border-color: #e0e0e0;
	border-bottom-style:solid;
}
#Menu2 a.B_link {
	display: block;
	height: 100%;
	width: 100%;
	color: #ffffff;
}
#Menu2 a.B_current,
        {
	display: block;
	height: 100%;
	width: 100%;
	color: #ffffff;
}

	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#Footer { 
        position: fixed;
        top: 645px;
        left: 0px;
	width: 1024px; 
	height: 123px; 
	background: #ffffff; /* url(../images/footerBottom.gif) no-repeat bottom left; */
	text-align: center; 
	}
#FooterLine {
	position: fixed;
	top: 645px;
	left: 255px;
	width: 514px;
	height: 5px;
	background: #FF3301; 
	}
  	#Footer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  	#Footer a { 
	   	color: #fff; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
  
