/* @import url("_style_tables.css") screen; */

/* reset all browser whitespace styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,* {
	margin:0;
	padding:0;
}

img, a img, frameset {
	border:none;
}

abbr,acronym {
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}

/* RESET END ******************** */

/* LAYOUT - BEGIN *************** */
body {
	background-color: #d9d9d9;
	background-image: url("../_data/bg_maincontent.png");
	background-repeat:repeat-x;
	font:100%/1.2 "Trebuchet MS", Geneva, Arial, sans-serif;
	font-weight:100;
	color:#666666;
}

a:link {
	color: #666666;
}

a:visited {
	color: #FF1636;
	color: #666666;
}

a:hover, 
a:active {
	color: #FF1636;
}

a.arrow {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	/*background: transparent url(http://www.epages.de/_data/ic_arrow.png) no-repeat;
	background-position:right 60%;
	background-repeat: no-repeat;*/
	padding-right: 10px;
	text-decoration: underline;
}

p {
	margin-bottom: 1.5em;
}

/* ABSTÄNDE - ANFANG ***** */
.topSmall {
	margin-top:5px;
}
.topNorm,
.linebreak {
	margin-top:15px;
}

.bottomSmall {
	margin-bottom:5px;
}
.bottomNorm {
	margin-bottom:15px;
}

/* ABSTÄNDE - ENDE ******* */

hr{
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #dbdbdb;
	border-bottom: transparent;
}

/* Divs Layout Definitionen */
#SearchButton {
	position: relative;
	top: 0px;
	float: right;
}

#Container {
	width: 1022px;
	margin: auto;
	background-color: transparent;
	background-image: url("../_data/bg_content.png");
	background-position:center center;
	background-repeat: repeat-y;
}

#Header {
	height: 130px;
	width: 1008px;
	margin-left: 7px;
	background-image: url("../_data/img_headerlogo.png");
	background-repeat: no-repeat;
	background-position:center center;
	text-align: right;
	position: relative;
}

#Flags {
	float:right;
	text-align: right;
	padding-right: 14px;
	position: relative;
	top: 65px;
}

#MenuBar {
	height: 32px;
	width: 1008px;
	margin-left: 7px;
	padding: 0px;
	background-image: url(../_data/bg_topnav-inaktivelong.png);
	background-position:center center;
	background-color:#c31129;
	/*border: 1px solid #00FF00;*/
}

.epagesmenu {
	float:left;
	width:654px;
	height: 22px;
}
#quicksearch {
	float:right;
	width:330px;
	height: 22px;
	padding-left: 5px;
}
#quickbar {
	float:left;
}
#search {
	float:right;
	width:128px;
	height: 22px;
	background-image: url(../_data/bg_search-field-alt2.png);
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:15px;
}
#MainContent {
	padding: 0px 18px 26px 21px;
}
#statusarea {
	clear:both;
	height: 22px;
	width: 978px;
	margin-bottom: 6px;
	/*background-color:#00FF00;*/
}
#awardtxt {
	float:right;
	height: 18px;
	font-size: 12px;
	padding: 4px 57px 0px 0px;
}
#awardimg {
	float:right;
	height: 22px;
}
#awardimg img {
	margin-left: 8px;
}

#BottomBorder {
 	width: 1022px;
 	margin-left: auto;
 	margin-right: auto;
 	background-color: transparent;
 	background-image:  url("../_data/bg_footershadow.png");
 	background-position: top;
 	height: 12px;
	/*border: 1px solid #0000FF;*/
}

.SubNav {
	font-weight: 100;
	background-image: url("bg_navlayer-mid.png");
	background-repeat: repeat-y;
	width:269px;
	padding-left: 30px;
}

.SupNav {
	font-weight: bold;
	background-image: url("bg_navlayer-mid.png");
	background-repeat: repeat-y;
	width:269px;
	padding-left: 21px;
}

#FooterSpacer {
	width: 1008px;
	margin-left: 6px;
	clear: both;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
}

#Footer, 
#Note {
	clear: both;
	height: 25px;
	background-color: #999;
	line-height: 22px;
}

#Footer {
	height: 25px;
	border-top: 3px solid #C31129;
	background-image:  url("../_data/bg_content-footer2.png");
	width: 1008px;
	margin-left: 7px;
	color: #545F6C;
}
#FooterNav {
	text-align: left;
	width: 100%;
	float: left;
	font-size: 11px;
	padding-left: 23px;
}

.LeftButton,
.RightButton {
	margin-bottom: 1.25em;
	width: 50%;
}
.LeftButton {
	float:left;
}

.RightButton {
	float:right;
	text-align:right;
}

#specialform .LeftButton,
#specialform .RightButton {
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}
/* Divs Layout END ************ */

/* MENU - BEGIN *************** */
#MenuBar ul {
 margin: 0;
 padding: 0;
}

#MenuBar ul li {
 display: inline;
 list-style: none;
 line-height: 22px;
}

#MenuBar ul li a {
 color: #666666;
 text-decoration: none;
 font-family:"Trebuchet MS", Geneva, Arial, sans-serif;
}
#MenuBar ul li a:hover {
 color: #000;
}

#quicksearch select {
	width: 169px;
 	height: 19px;
 	font-size: 11px;
	padding: 0px;
	margin: 1px 0 1px 0px;
}

#search input {
	width: 100px;
	border:0px;
	background:none;
	padding-left: 8px;
	margin: 5px 0px 2px 0px;
	color: #a3a3a3;
}
#search input:focus {
	color: #191919;
}

#LeftColumn {
 float: left;
 width: 217px;
 margin-top: 10px;
 margin-left: 8px;
 font-size: 12px;
}

#LeftColumn ul {
	list-style-type: none;
	line-height: 22px;
}

#LeftColumn a {
	display: block;
	width: inherit;
	color: #666666;
	text-decoration: none;
}

#LeftColumn a:hover {
	display: block;
	width: inherit;
	color: #000000;
	text-decoration: none;
}

#LeftColumn ul li{
	border-top: 1px solid #d5d5d5;
}

#LeftColumn ul li ul {
	background-color: #ffffff;
}

#LeftColumn ul li a{
	font-size: 12px;
	padding-left: 18px;
}

#ActiveNode ul a {
	display: block;
	width: inherit;
	background-color: #ffffff;
}

#ActiveNode ul li a {
	display: block;
	width: inherit;
	background-color: #ffffff;
	padding-left: 10px;
	margin-left: 25px;
}

#ActiveNode a {
	display: block;
	width: inherit;
	background-color: #eeeeee;
	text-decoration: none;
	color: #666666;
}

.ActiveLink {
	background-image: url("ic/navicon_1.png");
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: underline
}

.navnew 		{ color:#C31129; font-style:oblique; font-weight:bold; margin:0 0 0 75px; }

#BottomNode 	{ border-bottom: 1px solid #d5d5d5; }

#ContentCenter {
	width: 500px;
	margin-left: 17px;
	padding: 0;
	float: left;
	background-color:#FFFFFF;
}

#ContentCenterAndRight {
	width: 700px;
	margin-left: 17px;
	padding: 0;
	float: left;
	background-color:#FFFFFF;
}

#ContentRight {
	width: 200px;
	float: right;
	margin-left: 17px;
}

#ContentRight em {
	font-size: 0.76em;
}

#Legend {
	border:1px solid #D5D5D5;
  margin: 25px 0 0 0px;	
	padding: 10px 0 10px 20px;
}

#Legend p {
	margin: 0 0 3px 0;
}

#Legend ul {
	list-style-type:none;
	padding: 7px 0 7px 7px;
}

#Legend ul li {
		border:0px solid #FFFFFF;
		line-height: 15px;
}

#LinkBox {
	border:1px solid #D5D5D5;
	display:block;
	padding-top: 1px;
}

#LinkBox ul {
	list-style-type:none;
}

#LinkBox ul li {
	background-image: url(bg_pdf.png);
	border:0px solid #FFFFFF;
	width: 100%;
}

#LinkBox ul li:hover {
	background-image: url(bg_pdf2.png);
}

#LinkBox .pdfinfo {	
	font-size:11px;
	line-height:12px;
	margin-left: 18px;
	margin-right:10px;
	padding-bottom:5px;
	margin-bottom: 1px;
}

#statusarea #BreadCrumb {
	font-size: 12px;
	line-height: 1.2;
	color: #666666;
}
#statusarea #BreadCrumb a {
	font-size: 11px;
	color: #666666;
	background: transparent url(ic_arrow.png) no-repeat;
	background-position: 2px 5px;
}

#statusarea #BreadCrumb a:hover {
	color: #000000;
}
#statusarea #BreadCrumb ul li {
	display: inline;
}

#statusarea #BreadCrumb ul li a {
	padding-left: 15px;
}

#statusarea #BreadCrumb ul {
padding-left: 10px;
float: left;
}

/* MENU - END ***************** */

/* HD - BEGIN ***************** */
h1 {
	font-size: 1.5em;
	font-weight: 400;
	font-style:normal;
	line-height:1;
	margin-bottom: 1.5em;
}
h2 {
	font-size:0.9em;
	font-weight: 900;
	font-style: italic;
	line-height:1.2;
	color: #c31129;
	margin-bottom: 0.3em;
}
h3,
h4,
h5 {
	font-size:0.8em;
	color: #666666;
	line-height:1.0;
	margin-bottom: 0.3em;
}

h1 span.small,
h2 span.small,
h3 span.small,
h4 span.small,
h5 span.small {
	font-size: 65%;
}

#ContentBoxOne h1 {
	font-size: 13px !important;
}
#ContentBoxOne h1 span {
	width: 100%;
	height: 18px;
	position: absolute;
}

h4 {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding-bottom: 5px;
}
/* HD - END ******************* */

#ContentBoxOne p, ul, li, a {
	font-size: 12px;
}

#ContentBoxOne ul {
	margin: 0px;
	padding:0px;
}


#ContentBoxOne p, h2 {
	clear:both;
}

/* FORMULAR - BEGIN *********** */

.input200px {
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 200px;
	height: 20px;
	background-image:url(form_input-200px.png);
}
.input580px {
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 581px;
	background-image:url(form_input-580px.png);
}
.input580px textarea {
	border:0px;
	width: 575px;
	height: 73px;
	background:none;
	margin: 3px 5px 3px 5px;
	color: #424242;
	font-family: Trebuchet MS,Tahoma,Helvetica,sans-serif;
	font-size: 12px;
}
.input200px input {
	border:0px;
	width: 188px;
	background:none;
	margin: 3px 5px 3px 5px;
	color: #424242;
}

.LeftColumnForm select {
	width: 200px;
	background-color:#FFFFFF;
}

.formleft,
.formright {
	width: 50%;
	font-size:0.7em;
	font-weight:bold;
}

.formleft {
	float: left;
}

.formright {
	width: 45%;
	float: right;
}

#contactform,
#specialform {
	font:100%/1.2 "Trebuchet MS", Geneva, Arial, sans-serif;
	width:inherit;
	margin-top:5px;
	padding: 15px;
	background-color: #f3f3f3;
	border: 1px solid #d9d9d9;
}
#contactform .input200px {
	background-repeat:no-repeat;
	width:220px !important;
	color:#FF0000;
	font-size:12px;
}

.contactlabel {
	float:left;
	height:20px;
	padding-top:8px;
}

/* ************************** */

.mandatoryField { /* Hierbei handelt es sich um ein Anti-Spamfeld */ 
	display:none;
}

#specialform .formlong {
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 550px;
	height: 30px;
	background-color:#999999;
}

#specialform fieldset {
  font:80%/1 "Trebuchet MS", Geneva, Arial, sans-serif;
  border: 0px;
  padding: 1em;
  border-bottom: 1px dashed #d9d9d9;
}

#specialform legend {
  padding-top: 1em;
  font-size:   1em;
  font-weight:bold;
  height: 30px;
  color: #555555;
}

#specialform label {
	display: block;
	width: 200px;
	height: 28px;
	float: left;
}
#specialform input {
	color: #424242;
	width:220px;
	border: 1px solid #d9d9d9;
	padding: 3px 5px 3px 3px;
}
#specialform select {
	margin: 0px 5px 3px 0px;
	color: #424242;
	width:230px;
}
#specialform textarea {
	color: #424242;
	width:462px;
	height: 75px;
	border: 1px solid #d9d9d9;
}
#specialform br {
	clear: left;
}

.uebrig {
	margin: 0px !important;
	padding: 0px !important;
	width: 23px !important;
	border: none !important;
	background:transparent none repeat scroll 0 0 !important;
}

/* FORMULAR - END *********** */


#FooterNav a {
	margin: 0px 17px 0px 17px;
	color: #292929;
	text-decoration:none;
}

/* REFERENZEN - ANFANG */
.reference_teaser {
	padding-top: 10px;
}
.reference_image {
	width: 115px;
	float: left;
}
.reference_describtion {
	float: right;
	width: 605px;
}
.reference_describtion h4 {
	font-size:0.75em;
	line-height:1.5;
	font-style:normal;
	margin: 0px;
	padding:0px;
}
#ContentRight h4 {
	width: 238px;
	font-style:normal;
	border-bottom:dashed #666666 1px;
}
#ContentRight p {
	font-size:0.7em;
}
.reference_region {
	color: #c7c7c7;
	font-weight:100;
}
.reference_list {
	margin:0;
	padding:0;
	list-style-type: none;
}
.reference_list li {
	line-height:1.4;
}

/* REFERENZEN - ENDE ***/


/* Suche - ANFANG */

.hl2 {
	color:#990000;
}

.fd_results {
	padding: 5px 7px;
	margin: 0 0 15px 0;
	border: 1px solid #CCC;
	font-size: 0.75em;
}

#SearchProperties {
	padding: 5px 7px;
	margin: 0 0 15px 0;
	border: 1px solid #CCC;
	font-size: 0.75em;
}

#SearchProperties table {
	padding: 0;
	margin: 0;
	border: 0;
}

#SearchProperties table td {
}

.SearchElement {
	width: 300px;
}

.ElementColumn {
	padding: 3px;
}
/* ***** */
#ContentBoxOne ul {
	margin:10px 15px 15px 30px;
	list-style-image:url(ic/listicon_2.png);
}
#ContentBoxOne ul li {
	line-height: 1.25em;
	margin-bottom:3px;
}

/* ***** COLUMS DEFINITIONS ***** */
.twocolumns {
	width: 100%;
}

.twocolumns .colLeft {
	width: 49%;
	float:left;
}

.twocolumns .colRight {
	width: 49%;
	float:right;
}

.twocolumns .colBigLeft {
	width: 74%;
	float:left;
}

.twocolumns .colSmallRight {
	width: 24%;
	float:right;
}

.ThreeColumns {
	clear: both;
	font-size: 0.8em;	
}

.ThreeColumns .Column1 {
 	float: left;
	width: 240px;
}

.ThreeColumns .Column2 {
 	float: left;
	width: 200px;
	padding-bottom: 30px;
}

.ThreeColumns .Column3 {
 	float: right;
	width: 184px;
 	padding: 0 0 30px 29px;
}

/* ***** COLUMS DEFINITIONS ***** */


.FloatRightImg {
	float: right;
	padding: 0;
	margin: 3px 0 0 0;
	border-left: 25px solid #FFF;
	border-bottom: 15px solid #FFF;
}

/* spanspan <span> */
a.spamspan {
	text-decoration:underline;
}
a.spamspan:hover {
	text-decoration:underline;
}

#logolink {
	position:relative;
	top: 50px;
	left: 20px;
	width:500px;
	height:45px;
	z-index:101;
}

*+html #logolink {
	left:-500px;
}


.formerror {
	width:487px;
	font-size:0.75em;
	padding: 5px;
	margin: auto;
	border: 1px #666666 dashed;
	text-align: center;
}

/* *********** ********* */

.morelinks {
	margin-top: 35px;
	border: 1px solid #DDDDDD;
}

.morelinks h3,
.morelinks ul {
	font-size: 1.05em;
	margin-left: 8px;
	margin-right: 8px;
}

.morelinks h3 {
	border-bottom: 1px dashed #CCCCCC;
}

.morelinks ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#LeftColumn div.morelinks ul li {
	border-top:0px;
	border-bottom: 1px dashed #CCCCCC;
}

#LeftColumn div.morelinks ul li a {
	margin: 0px;
	padding:0px;
	display:inline;
}

/* RELEASENOTE ********* */

pre,
dt,
dl,
dd {
  margin: 0;
  padding: 0;
	font-size:0.85em;
}

dd {
  padding: 3px;
  margin: 0 0 15px 0;
}

dt {
  padding: 3px;
  margin-bottom: 1px;
  background-color: #F6F6F6;
}

.releaseInfo, 
.addonInfo {
  float: right;
		margin: 0 0 0 10px;
  font-size: 11px;
}

.addon {
 margin: 0 !important;
 padding: 3 !important;
	font-size: 11px;
	text-align: right;
	border-top: 1px solid #CCC;
}

.status1, 
.status0, 
.status-1 
.webservices {
  	background-repeat: no-repeat;
	background-position: right;
}

.status1 {
  background-color: #E3FCD3;
}

.status0 {
  background-color: #FCF8D3;
}

.status-1 {
  background-color: #F9D6DB;
}

.status-1 {
  background-color: #F9D6DB;
}

.webservice {
  background-color: #efefef;
}

.featurearea {
  padding: 3px !important;
		margin: 0 0 1px 0 !important;
  background-color: #E0E0E0;
}

pre, .webservice div {
  background: #efefef;
  padding: 3px;
  white-space: normal;
}

.webservice div {
  background: #fff;
  padding: 3px;
  white-space: normal;
}

pre span,
dd span {
  display: block;
  padding: 10px 0 0 0;
}

dd pre {
  white-space: pre !important;
  overflow: auto;
		border: 1px dotted;
}

.Slim {
  width: 20%;
}


.bugid {
  font-size: 11px;
  color: #a0a0a0;
}
.Date {
 display: block;
  font-size: 14px;
  color: #a0a0a0;
}

.Seperator {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	height: 2px;
	background-position: bottom;
	background-repeat: repeat-x;
}
/* von Kay */
.access, .accessbody {
   margin:  6px;
}

.access {
   color: #C31129;
   font-family: monospace;
}

.accessbody {
   outline-width: 1px;
   outline-color: grey;
   outline-style: solid;
   padding: 4px;
}

.issuetitle {
   float:         left;
   margin-right:  4px;
   margin-bottom: 1px;
}

.issueid {
   font-family: monospace;
   font-size:   10px;
   color:       #969696;
   padding-left:10px;
}

.issueaffectsendusericon {
   vertical-align: middle;
   float:          left;
   padding:        0.8em;
   padding-bottom: 0;
}

.issueaffectsenduser {
   font-family: monospace;
   font-size:   11px;
   padding:     1px;
   padding-left:32px;
   display:     block;
}

/* ******************* */
/* RN Styles T.Laleike */


#rnarea .rnentrys {
	width: 100%;
	border: 1px solid #dfdfdf;
	margin-bottom: 10px;
}

#rnarea .release {
	margin: 0px;
	padding:5px;
	background-color: #dfdfdf;
	height: 18px;
}

#rnarea .releasefeature {
	margin: 0px;
	padding:2px;
	padding-left: 8px;
	background-color: #f4f4f4;
	height: 15px;
	font-size: 0.95em;
}

#rnarea .release .releaselink,
#rnarea .releasefeature .releaselink {
	float: left;
	width: 70%;	
}

#rnarea .release .releaselink a {
	font-weight:100;
	font-style: normal;
	text-decoration:none;
	font-size: 1.0em;	
}

#rnarea .release .releaselink span.releasedate {
	font-weight:100;
	font-size: 0.75em;
}
#rnarea .release .openclose,
#rnarea .releasefeature .openclose {
	float: right;
	width: 20%;
	text-align: right;
	font-size: 0.75em;
}
#rnarea .releasefeature .openclose {
	font-size: 0.75em;
	padding-right: 3px;	
}

#rnarea .featurearea {
	background-color: #FFFFFF;
}

#rnarea .featurearea a {
	padding-left: 8px;
}

#rnarea .releases dl {

}

#rnarea .releases dt {
		padding-left: 16px;
}

#rnarea .releases dd {
	/*border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;*/
	
	margin:0 0 15px;
	padding:3px 3px 3px 16px;
}
	
table.knowbuginfo {
	font-size: 0.8em;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
table.knowbuginfo td {
	padding: 5px;
}
table.knowbuginfo td.borderbottom {
	border-bottom: 1px solid #dddddd;
}
table.knowbuginfo td.paddingleft {
	padding-left: 15px;
}
table.knowbuginfo td.borderright {
	border-right: 1px solid #dddddd;
}

/* **************** */

.errorbox {
	margin-top : 5px;
}

.errorbox p {
	margin : 5px;
	color : #A00;
}
.errorbox .tl{
	background: url('http://www.epages.com/Scripts/formcheck/img/tl.png') no-repeat;
	height: 16px;
	width: 16px;
}
.errorbox .t{
	background: url('http://www.epages.com/Scripts/formcheck/img/t.png') repeat-x;
	height: 16px;
}
.errorbox .tr{
	background: url('http://www.epages.com/Scripts/formcheck/img/tr.png') no-repeat;
	height: 16px;
	width: 16px;
}
.errorbox .l{
	background: url('http://www.epages.com/Scripts/formcheck/img/l.png') repeat-y;
	width : 16px;
}
.errorbox .r{
	background: url('http://www.epages.com/Scripts/formcheck/img/r.png') repeat-y;
	width: 16px;
}
.errorbox .bl{
	background: url('http://www.epages.com/Scripts/formcheck/img/bl.png') no-repeat;
}
.errorbox .b{
	background: url('http://www.epages.com/Scripts/formcheck/img/b.png') no-repeat;
	height: 25px;
}
.errorbox .br{
	background: url('http://www.epages.com/Scripts/formcheck/img/br.png') no-repeat;
}
.errorbox .c{
	background: url('http://www.epages.com/Scripts/formcheck/img/c.png') repeat;
}
.errorbox a.close {
	float: right;
	background: url('http://www.epages.com/Scripts/formcheck/img/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.errorbox .err {
	float: left;
}
.errorbox p {
	width : auto;
	display: block;
	font-size: 10px;
	margin : 0;
	padding : 0;
	border : 0;
	color : #333;
}

.ajax_loader {
	background : url('http://www.epages.com/Scripts/formcheck/img/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}

/* Tutorial Section **************** */

.themeboxs {
	background-repeat:no-repeat;
	width:158px;
	height:93px;
	float:left;
	margin-bottom:10px;
	padding-left: 87px;
	padding-top: 10px;
}

.themeboxs a {
	font-size: 0.75em;
	font-weight:bold;
	line-height: 14px;
	height:31px;
	width: 150px;
	text-decoration:none;
	display:block;
}

.themeboxs div {
	width:155px;
	padding-top:2px;
	font-size: 0.68em;
}

.themeboxs a:hover {
	color: #666666;
}

.videolinks {
	width:33%;
	height:200px;
	float: left; 
}

.videolinks h3 {
	margin-left: 15px;
	margin-right: 15px;
}

#ContentBoxOne ul.videoul {
	margin-left: 25px;
	margin-right: 15px;
	list-style-type: none;
	list-style-image:url(ic/ic_ul-alternativ.png);
}

/* player style */
/* container has a background image */
a.player {	
	display:block;
	background:url(/img/player/splash.png) no-repeat;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	margin-bottom: 45px;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}


#player {
	float:left;		
}	

/* playlist style */
#playlist {
	width:130px;
	height:325px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #ccc;
	padding:4px 8px 12px 8px;
	background-color:#efefef;
	float:left;
}

/* playlist entry */
#playlist a {
	display:block;
	width:116px;
	height:45px;
	padding:6px;
	background-color:#fff;
	border:1px solid #ccc;
	font:10px "trebuchet ms";
	text-decoration:none;
	margin-top:6px;
	color:#666;
	line-height: 1.1;
}

/* different states of a playlist entry */
#playlist a:hover {
	background-color:#eee;		
}

#playlist a.progress {
	background-color:#efefef;	
}

#playlist a.playing {
	border:1px solid #666;
	background-color:#ccc;	
}

#playlist a.paused {
	border:1px solid #666;
	background-color:#ccc;	
}

/* elements inside playlist entry */

#playlist a strong {
	color:#C31129;		
	padding-bottom:7px;
}

/*********** Polls, Survey, Ratings *************/
#ratingsarea {
	width: 695px;
	text-align:right;
}

#pd_rating_holder_1185, #pd_rating_holder_1151, #pd_rating_holder_1145, #pd_rating_holder_1144 {
	padding: 8px 0px 5px 10px;
	width: 115px;
}


#poll, #pollwrap, #yesno {
	display:none;
}

#poll {
    /* standard decorations */ 
    width:300px;
    height:400px;
    top: 172px;
    background-color:#fff; 
    border:10px solid #666;
 
    /* for modern browsers use semi-transparent color on the border. nice! */ 
    border:10px solid rgba(82, 82, 82, 0.698); 
 
    /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */ 
    -moz-border-radius:8px; 
    -webkit-border-radius:8px;
    
    z-index:1000;
}
 
#poll div { 
    padding:10px;
	font-size:13px;
}
#poll div, #poll p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#poll div h2 { 
    margin-bottom:20px;
	font-size:16px;
} 
div.close {
	background:url(http://www.epages.com/_data/overlay/close.png) no-repeat;
	position:absolute;
	top:-24px;
	right:-41px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
div button.close {
	padding-left: 15px;
	padding-right:15px;
}
div .cancellink {
	position: absolute;
	top: 360px;
	left:155px;
	text-decoration:underline;
	cursor: pointer;
}

*+html .cancellink {
	top: 385px;
}

/*********** Polls, Survey, Ratings *************/