/*
	Document	: style
	Created on	: Mar 7, 2013, 4:18:15 PM
	Author		: coca
	Description	:
		Purpose of the stylesheet follows.
*/

body {
	font-family: "Roboto", "Helvetica", "sans-serif", "Arial";
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #000;
	text-shadow: 0 1px 0 #f9f9f9;
	background-color: #fefefe;
}
#wrapper {
	margin: 20px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000080;
	line-height: 30px;
	margin: 20px 0 10px;
}
h2 {
	font-size: 17px;
	line-height: 26px;
	margin: 15px 0 7px;
	font-weight: bold;
	color: #800000;
}
h3 {
	margin: 15px 0 7px;
	line-height: 22px;
}
img {
	max-width: 100%;
}

.listview {
	list-style: none outside none;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 3px #ccc;
}
.listview li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{c-bup-background-start}*/), to( #f1f1f1 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/);
}
.listview li:hover,
.listview li:focus {
	background: #dfdfdf;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{c-bhover-background-start}*/), to( #e0e0e0 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/);
}
.listview li:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.listview li:last-child {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 0;
}
.listview a {
	padding: 10px 40px 10px 15px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2F3E46 !important;
	font-size: 16px;
	text-shadow: 0 1px 0 #FFFFFF;
	background: url("../img/arrow_next_right.png") no-repeat scroll 100% 50% transparent;
	background-size: auto 25px;
	
}
.listview .thumbnail {
	padding-left: 85px;
	position: relative;
}
.listview .thumbnail img {
	width: 75px;
	height: 72px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	vertical-align: middle;
}
.listview .thumbnail h4 {
	display: block;
	font-size: 16px;
	margin: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.listview .thumbnail p {
	display: block;
    font-size: 12px;
    font-weight: normal;
    margin: -5px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listfull {
	margin: 0 -20px;
	border-radius: 0 !important;
}
.listfull li {
	border-radius: 0 !important;
}
.listfull .thumbnail img {
	border-radius: 0 !important;
}

p, ul, ol {
	line-height: 21px;
	font-size: 14px;
	margin: 7px 0;
}

a,
a:link,
a:visited {
	color: #0000ff;
}
a:hover, a:focus {
	color: #ff0000;
}

#content .table td,
#content .table th {
	border: 1px solid #333333;
	border-collapse: collapse;
	margin: 0;
	padding: 3px 5px;
}
.red {
	color: #ff0000;
}
.darkred {
	color: #800000;
}
.blue {
	color: #0000ff;
}
.black {
	color: #333333;
}
