body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000;
    margin: 0px;

    /* scrollbar hack for IE WIn only */    
    scrollbar-face-color: #222;
    scrollbar-highlight-color: #333;
    scrollbar-3dlight-color: #444;
    scrollbar-darkshadow-color: #000;
    scrollbar-shadow-color: #000;
    scrollbar-arrow-color: #ddd;
    scrollbar-track-color: #111;
    
}

td {
    font-family: Arial, Helvetica, sans-serif;
}

th {
    font-family: Arial, Helvetica, sans-serif;
}

img {
    border: 0px;
}



#tvList{
	float:left;
	overflow:auto;
	width:240px;
	height:346px;
}

.tvListItem{
	width:220px;
	height:80px;
	padding-bottom:10px;
}
.tvListItemImg img{
	border:1px solid #464646;
	padding:0px  !important;
	margin:0px  !important;
}
.tvListItemImg{
	float:left;
	width:120px;
	text-align:left;
}
.tvListItemTxt{
	float:left;
	width:90px;
	text-align:left;
}
.tvListItemTxt h3{
	font-weight:normal;
	margin:0px;
	padding:10px 0px 0px 0px;
	font-size:12px;
}
.tvListItemTxt a{
	font-size:12px;
	font-weight:normal !important;
	text-decoration:underline !important;
}
.tvListItemTxt a:hover{
	font-weight:normal !important;
	text-decoration:underline !important;
}
#tvPlayer{
	height:346px;
	width:402px;
	float:right;
}
#flvFlashcontent{
	border:1px solid #464646;
}


#login_btn{
	background-image:url(../gfx/login_button.gif);	
	width:78px; 
	height:31px; 
	border:none; 
	padding:0px; 
	margin:0px;
}

#login_form{
	padding:0px; 
	margin:0px
}
#signup_form img{
	margin:0px !important;
}
#signupLabel{
	width:75px;
	height:37px;
	float:left;
	margin-top:5px;
}
#signupInput{
	padding-right:30px;
	height:37px;
	float:left;
}
#signupInput input{
	padding:0px;
	margin-top:5px;
	width:245px;
}
#signupButton{
	width:160px; 
	height:37px; 
	float:left;
}
#signupButton input{
    width:auto;
}


#mainContent{
    
}
#mainContent img{
    margin-top: 50px;
}
#innerContent{
    width: 800px;
    margin: auto;
    height: 650px;
    display: table;
}
#innerContent2{
    width: 800px;
    margin: auto;
    height: 650px;
    display: table;
}

#titleItem{
    margin: 0px;
    padding: 0px;
    width: 85px;
    height: 127px;
    display: table;
    float: left;
}

#menu{
    float: left;
    margin-top: 202px;
    margin-left: 4px;
}
#menu a{
    margin-right: 10px;
}


#pageContent{
    clear: both;
    margin-top: 20px;
    color: white;
    width: 760px;
    overflow: auto;
    height: 300px;
    font-size:0.8em;
    margin-left: 5px;
}
#pageContent h2{
    font-size: 1.3em;
}
#pageContent p{
    margin-top: 1px;
}

#pageContent a{
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.style22{
    font-size: 0.8em;
}

input{
    background-color: #000 ! important;
    color: white ! important;
    border: 1px solid white ! important;
    padding: 2px ! important;
    width: 160px;
}
select{
    background-color: #000 ! important;
    color: white ! important;
    border: 1px solid white ! important;
    padding: 2px ! important;
    width: 166px;
}

dl {
  position: relative;
  width: 350px;
}
dt {
  clear: both;
  float:left;
  width: 130px;
  padding: 4px 0 2px 0;
  text-align: left;
}
dd {
  float: left;
  width: 200px;
  margin: 0 0 8px 0;
  padding-left: 6px;
}
.hint {
  display:none;
  position: absolute;
  right: -110px;
  width: 120px;
  margin-top: -4px;
  border: 1px solid #fff;
  background:#000;
  border:1px solid #fff;
  text-align:left;
  padding:5px;
  min-height:12px;;
  -moz-border-radius:5px;
  opacity: .8;
}
.hint .hintPointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background-image: url(../gfx/pointer.gif);
    background-repeat: no-repeat;
}