/* General tags */

/* Sidebar and menu */
#sidebarroot {
	float: left;
	margin: 0 0 5px;
	padding: 1px 0 0;
	width: 300px;
	text-align: center;
}

#sidebar {
	float: left;
	margin: 0 0 5px;
	padding: 1px 0 0;
	width: 310px;
	text-align: right;
}

#sidebar ul {
	font-size: 0.9em;
	list-style: none;
	margin: 0;
	padding: 0 0 15px 10px;
}

#sidebar li {
	list-style: none;
	margin: 0 0 4px;
	padding: 0;
}

#sidebar li a {
	font-size: 1.2em;
	font-weight: 700;
	padding: 2px;
}

#sidebar ul ul {
	line-height: 1.2em;
	margin: 4px 0 3px 15px;
	padding: 0;
}

#sidebar ul ul li a {
	font-weight: 400;
}

#sidebar h2 {
	margin: 3px 0 8px;
}


#content h3,#contentalt h3 {
	margin: 10px 0 8px;
}


/* Additional classes */
.box {
	background: #FAFBFC;
	border: 1px solid #c8c8c8;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 10px 10px 10px 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.left {
	float: left;
	margin-right: 310px;
	width: auto;
}

.right {
	float: right;
	width: 310px;
}

.readmore {
	margin: -10px 10px 12px 0;
	text-align: right;
}

.timestamp {
	font-size: 1.2em;
	margin: -5px 0 15px 10px;
}

.timestamp a {
	font-weight: normal;
}

.blue {
	color: #FAFBFC;
}

.clear {
	clear: both;
}

.fade {
	color: #c8c8c8;
}

.gray {
	color: gray;
}

.photo {
	background: #fff;
	border: 1px solid #bababa;
	margin: 6px 18px 2px 5px;
	padding: 2px;
}

.center {
	text-align: center;
}

/*= rdtel =*/ /* Main menu */
#navigation {
	height: 2.2em;
	line-height: 2.2em;
	width: 100%;
	margin: 10px 0px;
	background: #578bb8;
	color: #ffffff;
	background-image: url(/resources/images/day_bar.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	background-color: #0065A4;
}

#navigation ul {
	padding-left: 0px;
	margin-left: 0px;
}

#navigation li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #ffffff;
	white-space: nowrap;
}

#navigation li a {
	display: block;
	padding: 0 10px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: inherit;
	color: #ffffff;
}

* html #navigation a {
	width: 1%;
}

#navigation .selected,#navigation a:hover {
	background: #80b0da;
	color: #ffffff;
	text-decoration: none;
}

#monthnav ul {
	padding-left: 2px;
	margin-left: 2px;
}

#monthnav li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	background-color: #FAFBFC;
	margin-right: 3px;
}

#monthnav li a {
	display: block;
	padding: 0 10px;
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
	color: #4A75B5;
}

* html #monthnav a {
	width: 1%;
}

#monthnav a:hover {
	background-color: #80b0da;
	color: #FFFFFF;
}

#monthnav .monthselected a {
	background-color: #4A75B5;
	color: #FFFFFF;
}

#scheduleContainer {
	clear: both;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

/* ---------------------------------- T summary -------------------------------------- */
.t-summary {
	border-top: 1px dashed #DDDDDD;
	clear: both;
	min-height: 37px;
	padding-bottom: 2px !important;
	padding-top: 4px;
	padding-left: 44px;
	position: relative;
	width: 600px;
}

.summary {
	margin-bottom: 2em;
}

.t-summary  h3  a {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	text-decoration: none !important;
}

.t-summary h3 em {
	display: block;
	height: 30px;
	text-indent: -2000em;
	width: 30px;
	background: no-repeat scroll center center;
}

.t-summary h3 span {
	border: 1px solid #A5C2E3;
	display: block;
	height: 30px;
	left: 2px;
	padding: 1px;
	position: absolute;
	text-indent: -9999px;
	top: 4px;
	width: 30px;
	white-space: nowrap;
}

.t-summary  h3 {
	clear: left;
	color: #4E463F;
	font-family: arial, sans-serif;
	letter-spacing: 0;
	line-height: 1.1em;
	margin: 0;
	padding: 3px 0 0;
	border-bottom: none;
}

.box-title {
	border: 0pt none;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0px 0px 6px;
}

.box a {
	display: block;
	font-weight: 700;
	padding: 2px 0px;
}

.boxbc {
	padding: 1px;
	background-color: #FFFFFF;
	border: 1px solid #C3D9FF;
}

.boxb {
	margin: 1px;
	background-color: #E8EEFA;
	padding: 5px;
	font-size: 1.2em;
}

.boxd {
	margin: 1px;
	background-color: #E8EEFA;
	padding: 5px;
	font-size: 1.2em;
	text-align: center;
}

.boxan {
	color: green;
	font-size: 1.3em;
	font-weight: bold;
	float: center;
	margin-right: 5px;
}

/* divers */
.gray {
	color: gray;
}

.mandatory {
	color: red;
}

.info-rdtel {
	color: grey;
	font-style: italic;
}

a img {
	border: 0 none;
}

.logo {
	text-align: center;
	min-height: 125px;
	min-width: 125px
}

.logo img {
	vertical-align: middle;
}

/* player  */
.player td {
	
}

.plabel {
	float: left;
	width: 145px;
	height: 20px;
	font-weight: bold;
}

.pdata {
	float: left;
	width: 150px;
	height: 20px;
}

.pphoto {
	width: 100px;
	text-align: center;
	vertical-align: middle;
}

.pphoto img {
	margin-top: 3px;
}

.pheader {
	font-size: larger;
	background-image: none;
}

.add-site {
	background: transparent url(/resources/images/add_site_bg.jpg) no-repeat scroll 0
		0;
	color: #1F384E;
	height: 74px;
	margin-right: 25px;
	margin-left: 25px;
	padding: 30px 0 0;
	width: 216px;
	float: left;
	text-align: center;
}

#contact {
	border-top: 3px solid #f0f0f0;
	margin-left: 1em;
	margin-right: 1em;
	padding-top: 1em;
	text-align: center;
	font-size: larger;
	font-weight: bolder;
}

#searchbutton {
	margin-bottom: 8px;
}

.searchtd {
	margin-left: 2px;
	color: #808080;
	font-style: italic;
}

.t-date {
	font-size: 75%;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: +1px;
	text-align: center;
	margin-bottom: 3px;
}

#mainmenu {
	font-size: 12px;
}

.datem {
	position: absolute;
	right: 15em;
	letter-spacing: +1px;
}

.icon-view {
	vertical-align: bottom;
	margin-left: 3px;
}

/** home page **/
#wt {
	margin: 1em 0 2em 0;
}

.site-title {
	background-color: #003E6F !important;
	background-image: none !important;
	color: #FFFFFF !important;
	font-family: arial !important;
	padding: 3px 5px;
	text-align: left;
	border: medium none;
	font-size: 12px;
	margin: 0
}

#announcement-cont ul {
	line-height: 1.5em;
}

.announcement-snippet li {
	padding: 5px;
}

.announcement-snippet {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
}

.line-divider {
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-right: 3px;
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 4px;
	padding-left: 20px;
	border-bottom: 1px dashed #003E6F;
}

.last-line {
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-right: 3px;
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 4px;
	padding-left: 20px;
}

.announcement-snippet-thumbnail {
	float: left;
	height: 96px;
	margin: 5px 10px 0 0;
	text-align: center;
	width: 96px;
}

#announcement-cont a {
	color: #003E6F !important;
}

#announcement-cont  a {
	text-decoration: none !important;
}

#announcement-cont  a:HOVER {
	text-decoration: underline !important;
}

.post-title {
	margin-right: 1em;
	font-size: 14px;
	font-weight: bold;
}

.doc-title {
	margin-right: 1em;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/resources/images/nuvola/16x16/mimetypes/wordprocessing.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	display: block;
}

.link-title {
	margin-right: 1em;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/resources/images/nuvola/16x16/mimetypes/html.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	display: block;
}

.text-secondary {
	font-size: 11px;
	color: #666666;
}

.postdate {
	color: #666666;
	font-family: arial !important;
	margin: 7px 0px 2px 0px;
}

.pl25px {
	padding-left: 25px;
}

.announcement-snippet h1,.announcement-snippet h2,.announcement-snippet h3
	{
	border-bottom: none;
}

.line-divider {
	list-style: none !important;
}

.post-content {
	overflow-x: none;
}

.post-content li {
	list-style: disc;
}

.post-content h1,.post-content h2,.post-content h3 {
	border-bottom: none;
}

#searcht-result {
	margin-top: 10px;
	margin-bottom: 20px;
}

.failedlogin {
	margin-top: 20px;
	background: none repeat scroll 0 0 #FFEBE8;
	border: 1px solid #DD3C10;
	width: 50%;
	padding: 7px 3px;
	line-height: 15px;
	text-align: center;
}

.new {
	background-color: #FAFAD2;
	padding: 2px;
	border: 1px solid yellow;
}

.grey-separator {
	border-bottom: 1px solid #DADADA;
	margin: 1.75em 0px;
	width: 100%;
}

div.test-custom-ad {
	background-color: #F0F8FF;
	border: 1px solid #ccc;
	min-height: 60px;
}

td.stats-right{
	text-align: right;
}

tr.pmulti-row{
	font-size: 6px;
	font-style:italic;
	color: gray;
	background-color: #F5F5F5;
}

div.options img {
	border: 0;
	margin-left: 0.50em;
	margin-right: 0.75em;
	vertical-align: middle;
}


.upper{
	text-transform: uppercase;
}

/* bootstrap override */
.navbar .brand {
	font-family: 'Racing Sans One', cursive;
	color: white
}

