/* standard elements */

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #e8eadd url(../img/bg.jpg) repeat-x left top;
	color: #444;
	font: normal 65% Verdana, Arial, Helvetica, sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h2 {
	font: normal 1.6em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h3 {
	font: normal 1.4em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1.4em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {
	float: right;
	font-weight: bold;
	color: #FFFFFF;
}

.right li {
	color: #FFFFFF;
	background-image: url(../img/right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin: 5px;
}
.right a {
	color: #666666;
	font-size: 0.9em;
}

.small {
	font-size: 0.8em;
}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	background: url(../img/logo_transparent.png) no-repeat;
	margin: 20px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 150px;
}
.header .left {
	background: #B3C2C7 url(../img/header.jpg) no-repeat;
	font: normal 2.6em Verdana, Arial, Helvetica, sans-serif;
	line-height: 50px;
	text-align: center;
	width: 564px;
}
.header .left a {
	text-decoration: none;
	color: #FFFFFF;
}

.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 10px;}
.header .right h2 {padding-top: 16px; font: normal 1.8em Verdana, Arial, Helvetica, sans-serif;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(../img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(../img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

#cse-search-box {
/*	background: #D9E1E5 url(../img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456; */
	float: left;
	line-height: 41px;
	padding-left: 12px;
}

#selected {
	background-color: #DFEEF7;	
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(../img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1.1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	font-weight: bold;
}
.sidenav h3 {
	color: #5A5A43;
	font-size: 1em;
	margin: 0;
	padding-left: 12px;
	font-weight: bold;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {
	border-bottom: 1px solid #EAEADA;
	padding-left: 17px;
	background-image: url(../img/right.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.sidenav ul li ul li {
	border-bottom: 1px solid #EAEADA;
	list-style-type: disc;
	margin-left: 10px;
	vertical-align: middle;
	font-size: 0.9em;
}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	padding: 8px 0 8px 2%;
	text-decoration: none;
	width: 98%;
	display: block;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}
.sidenav .random {
	border: 1px solid #CCCCCC;
	padding: 7px;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.sidenav p {
	margin-left: 20px;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contentfix {
	float: left;
	width: 531px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	overflow: auto;
	clear: right;
}
.content .descr {
	color: #AEAEAE;
	font-size: 0.9em;
	margin-bottom: 7px;
}
.content li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}
.content p {font-family: Verdana, Arial, Helvetica, sans-serif;}

.content p img {
	padding: 3px;
	background-color: #F2F2F2;
	border: 1px solid #333333;
	margin: 1px 5px;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

#flashcontent {
	height: 512px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #AFBEC7;
	height: 29px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	text-align: center;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
th.three,td.three {
	width: 10px;
	background-color: #fafafa;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
tr {
	height: 40px;
}
td {
	padding: 5px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
	width: 108px;
}
td.play {
	background-position: center;
	text-align: center;
	text-decoration: none;
}
td.second,th.second {
	width: 65px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
td a img {
	text-decoration: none;
	text-align: center;
	border: 0px;
}
/* end - table */

.thumbnails a
{
	display: block;
	float: left;
	margin: 2px 5px;
}
.thumbnails a img{
	border: solid 1px Black;
	padding: 2px;
}
.thumbnails a:hover img{ border: solid 1px #aaa }


/* footer */
.footer {
	background: url(../img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer a,.footer a:hover {
	color: #FFF;
	vertical-align: middle;
	margin-right: 20px;
	margin-left: 20px;
}

