
a {
	color: #FFF;
	text-decoration: underline;
	font-style: italic;
}

.linkonwhite {
	color: #00F;
	font-style: normal;
}

#header {
	width: 981px;
}

#logo {
	float: left;
	width: 323px;
	height: 151px;
}

#banner_container {
	float: left;
	width: 658px;
	height: 151px;
	background: url('/gtv/images/library_top.gif');
	text-align: center;
	vertical-align: bottom;
}

#banners {
	padding-top: 40px;
}

#banners img {
	margin-left: 5px;
}

#library {
	clear: both;
	margin-left: 18px;
	width: 963px;
	background: url('/gtv/images/footer_background.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}

#categorylist, #player, #listing {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#categorylist {
	width: 200px;
	height: 460px;
	overflow: auto;
}

.category, .category_auto {
	width: 200px;
	height: 25px;
	color: #FFF;
	font-weight: bold;
	line-height: 23px;
	cursor: pointer;
	cursor: hand;
}

.category {
	background: url('/gtv/images/category.jpg');
}

.category_auto {
	background: url('/gtv/images/category_auto.jpg');
}

.category_on {
	color: #6699CC;
}

.subcategories {
	background-color: #292929;
	border: 1px #000 solid;
	border-width: 1px 1px 0px 1px;
}

.subcategories table {
	border-collapse: collapse;
}

.scunder {
	border: 1px #222222 solid;
	border-width: 1px 0px 1px 0px;
}

.sc_th, .sc_td {
	padding: 3px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.sc_th {
	color: #FFF;
	text-align: left;
}

.sc_td {
	color: #666;
	text-align: right;
}

#player {
	width: 475px;
}

#listing {
	width: 246px;
	height: 460px;
	overflow: auto;
	text-align: left;
}

.details {
	width: 228px;
	height: 86px;
	background: url('/gtv/images/detail_back.jpg') no-repeat;
	vertical-align: top;
	padding: 6px 6px 10px 6px;
	cursor: pointer;
	cursor: hand;
}

.detail_text {
	color: #FFF;
	padding-top: 5px;
	height: 64px;
	overflow: hidden;
}

.detail_text span {
	color: #E21F26;
}

.thumb_block {
	margin-right: 10px;
	width: 64px;
	height: 66px;
	text-align: right;
}

#kicker {
	clear: both;
}

#libfooter {
	margin-left: 18px;
	width: 963px;
	height: 17px;
	background: url('/gtv/images/library_footer.gif');
}

#load_container {
   position: absolute;
}

.translucentbkg {
   background-color: #000000;       /* the background              */
   filter:alpha(opacity=60);
   -moz-opacity:0.6;
   opacity: 0.6;
}

.opaquetext {
   background-color: transparent;   /* transparent background      */
   position: absolute;              /* absolute positioning        */
   z-index: 2;                      /* place it over the other DIV */
}


.black_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
 
.white_content {
    display: none;
    position: absolute;
    /*top: 20%;
    left: 25%;*/
    top: 50px;
    left: 200px;
    width: 575px;
    /*height: 50%;*/
    padding: 16px;
    border: 16px solid #BBB;
    background-color: #DDD;
    color: #333;
    text-align: center;
    z-index:1002;
}

.close_button {
	z-index:1005;
	position:absolute;
	display:block;
	left:603px;
	top:-28px;
	width:28px;
	height:28px;
	background:url('/gtv/images/close_popup.png') no-repeat;
	cursor:pointer;
}

.white_content div {
	margin: 0px 0px 10px 0px;
}

#light {
	display: block;
}

#sendfriend {
	display: block;
}

#fade {
	display: block;
}

.login_table {
	border-collapse: collapse;
	border: 1px #CCC solid;
}

.sel_tab, .unsel_tab {
	height: 30px;
	border: 1px #CCC solid;
	cursor: pointer;
	cursor: hand;
}

.sel_tab {
	border-bottom: 1px #FFF solid;
	background: url('/gtv/images/tab_grad.jpg');
	background-color: #FFF;
	color: #EB2D34;
	font-weight: bold;
}

.Red {
	color: #EB2D34;
}

.unsel_tab {
	color: #000;
	font-weight: bold;
	background: url('/gtv/images/unsel_grad.jpg');
}

.form_area {
	padding: 20px 10px 10px 10px;
	background-color: #FFF;
	border: 1px #CCC solid;
	border-top: 1px #FFF solid;
}

.form_area a {
	font-weight: bold;
	color: #00F;
	font-style: normal;
}

.overlay_block {
	font-weight: bold;
	color: #000;
}

.bannerad {
	border: 1px #333 solid;
}

.close_library {
	position: absolute;
	top: 20px;
	left: 730px;
	color: #FFF;
	text-transform: lowercase;
}

.close_library a {
	color: #FFF;
	text-decoration: none;
}

.layerlink {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	font-style: normal;
}