/* /ocs/public/site/sitestyle.css */

body {
	background-color: #fff;
}

#container {
	margin: 0 auto;
	width: 1060px !important;
}

#rightSidebar {
	margin: 0;
	padding: 0 0 0 5px;
	width: 195px !important;
}

#main {
	font-size: 1.2em;
	line-height: 110%;
	color: #111;
	padding: 0 0 2em;
	margin: 0;
	overflow: visible;
	width: 855px !important;

	background-image: url(/ocs/public/site/footer.png), url(/ocs/public/site/1x1-trasparente.gif), url(/ocs/public/site/1x1-008688.gif);
	background-repeat: no-repeat, repeat-y, repeat-y;
	background-position: left bottom, left bottom, right bottom;
	background-size: 855px 40px, 138px auto, 1px auto;
}

#main h2 {
	font-size: 1.2em;
	line-height: 110%;
}

#main > h2 {
	margin: 0 10px 0 0;
	padding: 15px 0 15px 0;
	/* border-bottom: 1px solid #999; */
}

#header {
	background-color: #fff;
}

#header h1 {
	margin: 0 auto;
	padding: 0;
}

#footer {
	background-color: #fff;
}

#navbar {
	background-color: #97142c;
	color: #fff;
	border: none;
	padding: 0px;
	margin-right: 15px;
	min-height: 500px;
	width: 138px;
	display: inline;
	float: left;
	overflow: hidden;
}

#navbar a {
	color: #fff;
	font-size: 0.58em;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
	padding: 0px;
}

#navbar a:hover {
	color: #fff;
	background: #008688;
}

#navbar ul.menu a {
	text-transform: none;
}

#navbar ul.menu li {
	margin: 3px 0 10px 3px;
	padding: 3px;
	display: block;
	background: url(/ocs/public/site/1x1-008688.gif) repeat-y;
	background-size: 30px auto;
}

#navbar ul.menu li:hover {
	background: #008688;
}

#breadcrumb {
	padding-top: 1em;
	font-size: 0.5em;
}

#breadcrumb a {
	color: #666;
}

#content {
	display: inline;
	width: 690px;
	float: left;
	border-top: 1px solid #999;
	margin: 0px;
	overflow: visible;
	padding-top: 0.9em;
}

a:link {
	color: #97142c;
	text-decoration: none;
}

a:active {
	color: #97142c;
	text-decoration: none;
}

a:visited {
	color: #97142c;
	text-decoration: none;
}

a:hover {
	color: #97142c;
	/*background: #fff;*/
	background: transparent;
	text-decoration: underline;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #97142c;
	color: white;
	font-weight: bold;
	font-size: 1em;
}

input.defaultButton {
	background-color: #97142c;
	font-weight: bold;
	color: white;
}

.ul_multiple_column_wrapper {
	padding: 5px 0 0 0;
	margin: 0 auto;
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #999;
}
.ul_multiple_column {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	border: 0;

}
.ul_multiple_column li {
	min-width: 15%;
	margin: 3px;
	padding: 8px;
	line-height: 1.0em;
	border: 0;
	float: left;
	display: inline;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*
	background: url(/ocs/public/site/1x1-008688.gif) repeat-y;
	background-size: 30px auto;
	*/
}

/*
.ul_multiple_column_single li {
	width: 100%;
}
.ul_multiple_column_double li {
	width: 50%;
}
.ul_multiple_column_triple li {
	width: 33.333%;
}
.ul_multiple_column_quad li {
	width: 25%;
}
.ul_multiple_column_quint li {
	width: 20%;
}
*/

.ul_multiple_column li {
	background-color: #97142c;
}
.ul_multiple_column li:hover {
	background-color: #008688;
}
.ul_multiple_column li.current {
	background-color: #008688;
}
.ul_multiple_column a {
	color: #ffffff;
}
.ul_multiple_column a:hover {
	color: #ffffff;
	background-color: #008688;
	text-decoration: none;
}

table.alternated {
    width: 95%;
}
table.alternated,
table.alternated th,
table.alternated td {
    border: 1px solid black;
    border-collapse: collapse;
}
table.alternated th,
table.alternated td {
    padding: 5px;
    text-align: left;
    vertical-align: top;
}
table.alternated tr:nth-child(even) {
    background-color: #eee;
}
table.alternated tr:nth-child(odd) {
    background-color: #fff;
}
table.alternated th {
    background-color: black;
    color: white;
}

div#container div#body div#main div#content table.listing {
	background-color: #f9f9f9;
}
