* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	color: #8a8a8a;
}

code {
	font-family: "Courier New", Courier, monospace;
}

html, body {
	height: 100%;
	font-size: 13px;
}

.container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -45px;
}

.center {
	text-align: center;	
}

#wrapper {
	width: 1000px;
}

#container {
	background: url(/images/back.jpg) 0 110px repeat-x;
}

#container_start {
	background: url(/images/back_start.jpg) 0 110px repeat-x;
}

img {
 border: none;
}

#top {
	padding: 10px 10px 0 0;
	font-size: 10px;
}

#push {
	height: 25px;
}

#footer {
	clear: both;
	height: 30px;
	padding: 10px;
	background: #d6f0f9;
	font-size: 10px;
}
#footer .bookmarks {
	width: 607px;
	margin-top: 5px;
	margin-left: 245px;
	text-align: center;
}

.meta {
	float: right;
}

.meta a {
	font-size: 11px;
	text-decoration: none;
}

.meta ul {
	list-style-type: none;
}

.meta li {
	display: inline;
	padding: 0 7px 0 5px !important;
	padding: 0 4px 0 9px;
	border-right: 1px solid #8a8a8a;
}
.meta li.last {
	border: none;
}

#left {
	float: left;
	width: 251px;
	height: 100%;
}
#logo {
	display: block;
	width: 204px;
	height: 36px;
	margin: 12px 23px;
}

#left div.start {
	width: 140px;
	margin: 100px 0 0 30px;
	color: white;
	font-size: 12px;
	line-height: 1.5;
}
#left div.start h4 {
	color: white;
	line-height: 1.5;
}

#left #boxes {
	margin: 200px 0 0 23px;
}

#left .box {
	width: 184px;
	height: 100px;
	margin-bottom: 20px;
	padding: 15px 12px;
	background: url(/images/back_box.jpg) no-repeat;
	color: white;
}

.box ul {
	list-style-type: none;
	margin-left: 50px;
}
.box ul li {
	color: white;
}
.box ul li a:hover {
	text-decoration: underline;
}
#left .bigbox {
	height: 130px;
	background: url(/images/back_bigbox.jpg) no-repeat;
}

#left .box h1, div.box_start h1 {
	vertical-align: middle;
	padding-left: 50px;
	margin-bottom: 15px;
	background: url(/images/back_box_h1.jpg) 0 5px no-repeat;
	color: white;
	font-size: 17px;
}
div.box_start .box .box ul {
	margin-top: 15px;
	font-size: 11px;
}
h1.oneline {
	padding: 10px 0;
	padding-bottom: 5px;
}

#left .box p, div.box_start .box p {
	color: white;
	font-size: 11px;
}
#left .box a, div.box_start .box a {
	text-decoration: none;
	color: white;
}
#left .box h1 a:hover, div.box_start .box h1 a:hover {
	text-decoration: underline;
}
#left .box .label, div.box_start .box .label {
	float: left;
	clear: both;
	margin-left: -8px;
	width: 55px;
	text-align: right;
}
#left .box .label label, div.box_start .box .label label {
	font-size: 11px;
	line-height: 18px;
	color: white;
}
#left .box input, div.box_start .box input {
	float: left;
	padding: 2px;
	padding-left: 5px;
	margin-left: 3px;
	margin-bottom: 4px;
	font-size: 11px;
}
a.submit {
	float: left;
	clear: both;
	display: block;
	cursor: default;
	border: none;
}
a.submit img {
	border: none;
}

#left .box_white {
	width: 180px;
	margin-left: 1px;
	padding: 14px 12px;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	color: white;
}
#left .box_top {
	width: 208px;
	height: 6px;
	overflow: hidden;
	background: url(/images/back_whitebox_top.jpg) no-repeat;
}
#left .box_bottom {
	width: 208px;
	height: 8px;
	overflow: hidden;
	margin-bottom: 20px;
	background: url(/images/back_whitebox_bottom.jpg) no-repeat;
}
#left .box_white h1 {
	margin-bottom: 10px;
	font-size: 17px;
}
#left .box_white ul {
	margin-left: 10px;
	list-style-type: none;
}
#left .box_white a {
	text-decoration: none;
}


#main {
	float: left;
	width: 610px;
	height: 100%;
}

.header {
	height: 104px;
	margin-top: 56px;
}
#header_start {
	background: url(/images/back_form_start.jpg) bottom no-repeat;
}
#header {
	background: url(/images/back_form.jpg) bottom no-repeat;
}
#menu ul {
	width: 500px;
}
#menu li {
	display: block;
	width: 84px;
	float: left;
	padding-top: 5px;
	text-align: center;
	color: #ccc;
}
#menu li.active {
	height: 25px;
	background: url(/images/back_active.jpg);
	color: white;
}
#menu li.active_first {
	height: 25px;
	background: url(/images/back_active_first.jpg);
	color: white;
}
#menu a {
	display: block;
	color: #00a4e5;
	text-decoration: none;
	font-size: 13px;
}
#menu a:hover {
	font-weight: bold;
}
#menu li.active a, #menu li.active_first a{
	color: white;
	font-weight: bold;
}

#form {
	clear: both;
	float: left;
	padding: 17px 0 0 81px;
}
#form input.text {
	float: left;
	width: 300px;
	height: 19px;
	padding: 5px;
	padding-top: 5px;
	background: url(/images/back_input.gif) no-repeat;
	border: none;
	font-size: 16px;
	font-weight: bold;
}
#form a {
	display: block;
	float: left;
	cursor: default;
	width: 58px;
	height: 29px;
	margin-left: 10px;
	background: url(/images/back_button.gif) no-repeat;
	border: none;
	font-size: 15px;
	font-weight: bold;
}
#form a:hover {
	background: url(/images/back_button_active.gif) no-repeat;
}

#content {
	width: 606px;
	min-height: 400px;
	margin-left: 1px;
	padding-bottom: 50px;
	background: white;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
}

#content .content {
	padding: 20px;
}

#content .content p {
	margin-bottom: 15px;
}


#content #error_top {
	width:566px;
	height: 6px;
	overflow: hidden;
	background: url(/images/back_error_top.gif) no-repeat;
}
#error_bottom {
	width:566px;
	height: 6px;
	background: url(/images/back_error_bottom.gif) no-repeat;
}

#content #messageBox {
	margin-bottom: 20px;
}

#content #error, #content #success, #content #info {
	width: 494px;
	min-height: 19px;
	padding: 11px 20px 11px 50px;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	font-weight: bold;
}

#content #error {
	background: url(/images/back_error.gif) 10px center no-repeat;
}

#content #success {
	background: url(/images/back_success.gif) 10px center no-repeat;
}

#content #info {
	background: url(/images/back_info.gif) 10px center no-repeat;
}

#content #tags {
	width:566px;
	margin-top: 30px;
	text-align: justify;
}
div.box_start #tags {
	margin-top: -10px;
	text-align: justify;
}
div.box_start .bigbox h1.oneline {
	margin-bottom: 22px;
}

#content h1 {
	font-size: 19px;
	margin-bottom: 30px;
}

#content h3 {
	font-size: 13px;
	margin: 25px 0 10px 0;
}

#content ul {
	padding-left: 20px;
}

#content p {
	margin-bottom: 5px;
}
#content p.left {
	width: 270px;
}

#content .text {
	padding-bottom: 15px;	
}

#content .left {
	width: 275px;
	float: left;	
}

#content .right {
	float: right;	
}

#content ul {
	list-style-image: url(/images/bullet.gif);
}
#content ul li {
	margin-bottom: 10px;
}

#tags a:hover {
	color: #009fda;
}

.clearer {
	clear: both;
}

#results_head {
	width: 506px;
	height: 50px;
	padding: 10px 20px 0 80px;
}
#results_head #resultcount {
	float: right;
	padding-top: 2px;
	font-size: 10px;
}

#results {
	float: left;
	width: 606px;
}

#content_end {
	width: 609px;
	height: 8px;
	background: url(/images/back_results.jpg) 1px 0 no-repeat;
}

#scroller {
	width: 608px;
	height: 60px;
	padding: 20px 0;
	text-align: center;
}

#scroller a:hover {
	color: #555;
}


.result {
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid white;
	line-height: 1.5;
}

.result a {
	color: #48494A;
	font-weight: bold;
}

.result .icon {
	float: left;
	width: 80px;
	padding-top: 10px;
	text-align: center;
}

.result .wrapper {
	float: left;
	width: 506px;
	padding: 10px 20px 10px 0;
}

.result .right {
	float: right;
	clear: both;
	width: 100px;
	text-align: right;
	font-size: 12px;
	font-style: italic;
}

.result .right a {
	float: right;
	display: block;
	cursor: default;
	width: 86px;
	height: 21px;
	background: url(/images/preview_show.gif) no-repeat;
	border: none;
}

.result .details {
	font-size: 12px;
	color: #48494A;
}
.result .details a {
	font-weight: normal;
}

.result b {
	color: #444;
}

.result .player {
	float: left;
	padding-top: 10px;
}


#URLvalidation {
	position: relative;
	height: 200px;
}	

#wait {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;	
}

#wait .overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	background-color: #FFFFFF;
	filter: alpha(opacity=50); /* IE */
	-moz-opacity: 0.5; /* Gecko-Browser */
	opacity: 0.5;*/
}

#wait .image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	background: url(/images/wait.gif) no-repeat 50% 50%;
}

#validationMessage {
	padding-bottom: 20px;	
}

#content form label {
	width: 100px;
	padding-right: 10px;
	display: block;
	float: left;	
	text-align: right;
	font-weight: bold;
}

#content form input {
	border: 1px solid #C4C4C4;
}

#content form #feedURL {
	font-weight: bold;
	padding: 5px;
	width: 430px;
}

#accountManager {
	padding-bottom: 20px;
}

#accountManager form input {
	width: 165px;
	margin-bottom: 5px;
}

#accountManager form label {
	width: 70px;	
}

#accountManager .login {
	margin-bottom: 15px;
}

#accountManager .login form {
	padding: 10px;
	border: 1px solid #C4C4C4;
	background-color: #EEEEEE;
}

#accountManager .noAccount {
	padding: 10px;
	border: 1px solid #C4C4C4;
	background-color: #D6F0F9;
}

#accountManager .noAccount {
	text-align: center;	
}

img.captcha {
	border: 1px solid #C4C4C4;
	margin-right: 3px;
}
#register label {
	margin: 2px 0 0 85px;
}
#register input {
	width: 200px;
	height: 16px;
	padding: 2px;
}
#register form {
	margin-left: 0 !important;
	margin-left: -85px;
}
#register a.submit {
 	margin: 15px 195px !important;
 	margin: 15px 140px;
}
#register #captcha {
	float: left;
	width: 50px;
	height: 22px;
	border: 1px solid #cccccc;
	font-size: 20px;
	padding: 4px 0px;
	text-align: center;
}

#content .teaser {
	clear: both;
	margin-top: 50px;
	padding-left: 50px;
	background: url(/images/back_content_teaser.jpg) no-repeat;
}
#content .teaser h2 {
	font-size: 17px;
}
#content .teaser p {
	font-size: 11px;
}
#content .teaser p.small {
	font-size: 10px;
}
#content .teaser a {
	text-decoration: none;
}

#content a.teaser {
	display: block;
	width: 200px;
	margin-top: 50px;
	margin-left: 150px;
	padding-left: 50px;
	background: url(/images/back_content_teaser.jpg) no-repeat;
	font-size: 17px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
}

div.img_right {
	float: right;
	width: 280px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.adbox {
	width: 149px;
	height: 260px;
	position: absolute;
	left: 847px;
	padding: 10px 0 0 44px;
	background: url(/images/back_ads_box.gif) no-repeat;
}

.tag {
	font-size: 9px;
	color: #48494A;
}

.tag b {
	font-size: 9px;
	font-weight: bold;
	color: #48494A;
}

div.box_start {	
	width: 570px;
	height: 129px;
	margin-top: 16px;
	padding: 20px 20px;
	background: url(/images/back_box_start.jpg) no-repeat;
}
div.box_start div {
	color: white;
}
div.box_start2nd {
	height: 210px;
	margin-top: 16px;
	background: url(/images/back_box_start2nd.jpg) no-repeat;
}
div.box_start2nd_samesize {
	height: 172px;
	margin-top: 15px;
	background: url(/images/back_box_start2nd_samesize.jpg) no-repeat;
}
div.box_start .box {
	float: left;
	width: 178px;
	padding: 0 6px;
}

div.voteBox {
	width: 125px;
	margin: 10px 0 0 0;
	text-align: center;
}
div.voteBox img {
	margin: 3px 5px;
}
div.voteBox div {
	font-size: 9px;
}
div.voteBox a {
	color: #8a8a8a;
	text-decoration: none;
}

#content div.hlbox {
	clear: both;
	width: 450px;
	margin: 30px 0;
}
#content div.hlbox img {
	float: left;
	margin: 0 20px;
}

#feedContainer {
	position: relative;
	zoom: 1;
}

#feedContainer #borderBox {
	border: 1px solid #CCCCCC;
	border-top: none;
}

#feedContainer #addBox {
	padding: 5px;
	background-color: #009FDA;
}

#feedContainer #addBox label {
	display: block;
	height: 25px;
	width: 16px;
	margin-right: 5px;
	float: left;
	background: url("/images/addFeed.gif") no-repeat 50%;
}

#feedContainer #addBox img {
	display: block;
	margin-right: 5px;
	float: left;
}

#feedContainer #addBox input {
	width: 245px;
	margin-top: 2px;
	margin-right: 5px;
	padding: 2px;
	display: block;
	float: left;
	border: 1px solid #D6F0F9;
	font-weight: bold;
}

#feedContainer #addBox a {
	display: block;
	float: left;
	color: #D6F0F9;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#feedContainer #addBox h4 {
	color: #FFFFFF;
}

#feedContainer #addBox a:hover {
	color: #FFFFFF;
}

#feedContainer #listHead {
	padding: 5px;
	background-color: #D6F0F9;
	font-weight: bold;
}

#feedContainer #listHead .left {
	color: #009FDA;
}

#feedContainer .left {
	float: left;
	text-align: center;
}

#feedContainer .left img {
	vertical-align: text-bottom;
}

#feedContainer .feedName {
	width: 250px;
	text-align: left;
}

#feedContainer .lastIndexed, #feedContainer .episodeDate {
	width: 120px;
}

#feedContainer .episodeCount {
	width: 70px;
}

#feedContainer .feedStatus {
	width: 64px;
}

#feedContainer .listItem .feedStatus {
	font-size: 10px;
	line-height: 1em;
}

#feedContainer .listItem .feedStatus .auth {
	color: #FF0000;	
}

#feedContainer .listItem .feedStatus .ready, #feedContainer .listItem .feedStatus .pending {
	line-height: 16px;	
}
	
#feedContainer .feedRemove, #feedContainer .episodeRemove {
	width: 50px;
}

#feedContainer .listItem .feedStatus a {
	color: #FF0000;	
}

#feedContainer .episodeName {
	width: 380px;
	text-align: left;
}

#feedContainer #feedList .listItem, #feedContainer #feedList .listMessage {
	padding: 5px;
	border-top: 1px solid #CCCCCC;
}

#feedContainer #feedList .listMessage {
	font-weight: bold;
	text-align: center;
}

#feedContainer #feedList .message {
	padding: 5px;
}

#feedContainer h3 {
	margin: 0;
	padding: 5px;
	background-color: #009FDA;
	color: #FFFFFF;
}

#feedContainer #howto {
	padding: 10px;
}

#feedContainer #howto input {
	width: 520px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
}

#disclaimer {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

#disclaimertext {
	position: relative;
	margin: 0 auto;
	text-align: left;
	height: 290px;
	width: 440px;
	background: url('/images/bg_disclaimer.gif') no-repeat;
}

#disclaimertext .inner {
	padding: 40px 40px 20px 40px;
} 

#disclaimertext h3 {
	margin-bottom: 20px;
}

#disclaimertext p {
	margin-bottom: 20px;
}

#disclaimertext .checkbox {
	float: left;
	width: 20px;
	height: 20px;
}

#disclaimertext #checktext {
	float: left;
	width: 300px;
	font-weight: bold;
}

#disclaimertext #acceptbutton {
	margin-left: 30px;
}

#myaccount div.account_teaser {
	float: left;
	width: 140px;
	text-align: center;
}

#myaccount div.account_teaser img {
	margin-bottom: 10px;
}

#myaccount div.account_teaser a {
	text-decoration: none;
}
#myaccount h3 {
	margin-top: 50px;
}
#myaccount table th, #myaccount table td {
	padding: 3px 0;
}
#myaccount table th {
	width: 150px;
	text-align: right;
}
#myaccount table td {
	padding-left: 20px;
}

#login_form {
	margin-left: 0 !important;
	margin-left: 8px;
}

#login_form div.submit {
	margin-left: 50px !important;
	margin-left: 42px;
}
#login_form div.submit div.links {
	margin-left: 55px;
	font-size: 10px;
	line-height: 1.2;
}
#login_form div.submit div.links a {
	color: #b5deee;
}

#ads {
	position: absolute;
	left: 880px;
	top: 270px;
}
#ads div.top {
	width: 130px;
	height: 6px;
	margin: 0;
	padding: 0;
	background: url(/images/back_ads_top.jpg) no-repeat;
	overflow: hidden;
}
#ads div.middle {
	width: 120px;
	margin-left: 1px;
	padding: 10px 3px;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
}
#ads div.bottom {
	width: 130px;
	height: 6px;
	margin: 0;
	padding: 0;
	background: url(/images/back_ads_bottom.jpg) top left no-repeat;
	overflow: hidden;
}

#faq h3 a {
	text-decoration: none;
}
#faq h3 a:hover {
	text-decoration: underline;
}
#login_form input {
	width: 109px;
	height: 15px;
	padding-left: 4px;
	background: url(/images/back_input_small.gif) no-repeat;
	border: none;
}
div.left {
	float: left;
}

#spactor_teaser div.counter {
	float: left;
	width: 300px;
	margin-top:	25px;
	text-align: center;
}
#spactor_teaser div.text {
	float: left;
	width: 230px;
	margin-left: 30px;
	font-size: 11px;
}
#spactor_teaser div.text h5 {
	margin-bottom: 5px;
	font-size: 17px;
	color: white;
}
#spactor_teaser div.text a {
	color: white;
	text-decoration: none;
}

#organizeTags table {
}
#organizeTags table th, #organizeTags table td {
	padding: 5px;
	vertical-align: top;
}
#organizeTags table td {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#organizeTags table th {
	background: #009fda;
	color: white;
	text-align: left
}