@charset "utf-8";
/* CSS Document */

/* ##################### CORE ##################### */

html {
	/* I hate the page flop from scrollbar to no scrollbar, so I force one always on y axis*/
	overflow-y: scroll;
}

body {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#000;
	background:#333;
	margin:10px 10px 10px 10px;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#000;
}

td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

#wrapper {
    text-align: left;
    width: 940px;
    position: relative;
    border: 1px solid #333;
	padding: 0px;
	margin:auto;
}

/* ##################### FONTS ##################### */

#small{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:10px;
    color: #000;
}

.yui-tt {
	border: 5px solid #E2E2E2;
	background-color:#EAF3FF;
	padding: 2px;
}

#no_bing{
	list-style:none;	
}

#legalese{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:10px;
    color: #808080;
}

#title {
    font-size: 18px;
    color: #000;
	font-weight:bold;
}

#error {
    font-size: 13px;
    color:#990000;
	font-weight:bold;
}

#header {
    font-size: 14px;
	color: #000;
	font-weight:bold;
}

#dash {
	background-image:url(images/dash.gif);
	background-repeat:repeat-x;
}


#sub_menu_header {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:16px;
	color:#000;
	padding-left:5px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
}

#footer_address {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;	
	color: #808080;
}

#footer_phone {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
	font-weight:bold;
	color: #808080;
}

/* ##################### BUTTONS ##################### */

.button {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#000;
}

/* ##################### LINKS ##################### */

a,a:link,a:visited {
	color:#000;
	/*line-height:20px;*/
	text-decoration:none;
}
a:hover,a:active {
	text-decoration:underline overline;
}

a.no_line,a.no_line:link,a.no_line:visited {
	color:#000;
	text-decoration:none;
}

a.no_line:hover,a.no_line:active {
	text-decoration:none;
}


a.order, a.order:link, a.order:visited {
	display:block; 
	width:120px; 
	height:25px; 
	background-image:url(images/button_lb3.gif);
	border:0px solid #000; 
	margin-top:1px;
	margin-left:0px;
	text-align:center;
	padding-left: 0px;
	text-decoration:none;  
	color:#fff; 
	line-height:24px;
	overflow:hidden;
	font-weight:bold;
}

a.available, a.available:link, a.available:visited {
	display:block; 
	width:120px; 
	height:25px; 
	background-image:url(images/button_lb3.gif);
	border:0px solid #000; 
	margin-top:1px;
	margin-left:0px;
	text-align:center;
	padding-left: 0px;
	text-decoration:none;  
	color:#fff; 
	line-height:24px;
	overflow:hidden;
	font-weight:bold;
}

a.nav, a.nav:link, a.nav:visited {
	display:block; 
	width:170px; 
	height:25px; 
	background-image:url(images/button_r2.gif);
	border:0px solid #000; 
	margin-top:1px;
	margin-left:5px;
	text-align:left;
	padding-left: 10px;
	text-decoration:none;  
	color:#fff; 
	line-height:24px;
	overflow:hidden;
	font-weight:bold;
}

a.nav:hover, a.nav:active {
	color:#fff;
	background-image:url(images/button_b2.gif);
}

a.nav_h, a.nav_h:link, a.nav_h:visited {
	display:block; 
	width:170px; 
	height:25px; 
	background-image:url(images/button_y2.gif);
	border:0px solid #000; 
	margin-top:1px;
	margin-left:5px;
	text-align:left;
	padding-left: 10px;
	text-decoration:none;
	color:#000; 
	line-height:24px;
	overflow:hidden;
	font-weight:bold;
}

a.nav_l, a.nav_l:link, a.nav_l:visited {
	display:block; 
	width:170px; 
	height:25px; 
	background-image:url(images/button_lb2.gif);
	border:0px solid #000; 
	margin-top:1px;
	margin-left:5px;
	text-align:left;
	padding-left: 10px;
	text-decoration:none;
	color:#FFF; 
	line-height:24px;
	overflow:hidden;
	font-weight:bold;
}

a.nav_s, a.nav_s:link, a.nav_s:visited {
	display:block; 
	width:170px; 
	height:25px; 
	background-image:url(images/button_b2.gif);
	border:0px solid #000; 
	margin-top:1px;
	margin-left:5px;
	text-align:left;
	padding-left: 10px;
	text-decoration:none; 
	color:#fff; 
	line-height:24px;
	overflow:hidden;
	font-weight:bold;
}

a.nav_s:hover, a.nav_s:active {
	color:#fff;
	background-image:url(images/button_b2.gif);
}

a.nav_sub, a.nav_sub:link, a.nav_sub:visited {
	display:block; 
	height:20px;
	margin-top:0px;
	text-align:left;
	margin-left:15px;
	text-decoration:none; 
	color:#000; 
	line-height:20px;
	font-weight:normal;
}

font.nav_sub {
	margin-top:0px;
	text-align:left;
	margin-left:15px;
	text-decoration:none; 
	color:#000; 
	line-height:20px;
	font-weight:bold;
}

a.nav_sub:hover, a.nav_sub:active {
	color:#000;
	text-decoration:underline overline;
}

#hf_menu a {
    color: #000;
	padding:5px;
	font-weight:bold;
	text-decoration:none;
}

#hf_menu a:hover {
	text-decoration:underline overline;
}

a.register_link,a.register_link:visited {
    color:#666;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
}
a.register_link:hover {
	text-decoration:none;
}

a.features_link,a.features_link:visited {
	display:block;
	line-height:18px;
	color:#000;
	padding:0px;
	text-decoration:none;
}

a.features_link:hover {
	text-decoration:underline overline;
}

a.channel_link,a.channel_link:visited {
	display:block;
	line-height:18px;
	color:#fff;
	text-decoration:none;
	text-align:left;
}

a.channel_link:hover {
	text-decoration:underline overline;
}

a.log, a.log:link, a.log:visited {
	display:block; 
	width:170px; 
	height:25px; 
	background-image:url(images/button_r2.gif);
	border:0px solid #000; 
	margin-top:1px;
	margin-left:5px;
	text-align:left;
	padding-left: 10px;
	text-decoration:none;  
	color:#fff; 
	line-height:24px;
	overflow:hidden;
	font-weight:bold;
}

a.log:hover, a.log:active {
	color:#fff;
	background-image:url(images/button_b2.gif);
}

/* ##################### POP UPS ##################### */

#account_info{
	position:absolute;
	background-color:#6666cc;
	border:thin #003366 solid;
	width:180px; 
	height:65px;
	top:385px;
	left:620px;
	text-align:left;
	padding-top: 5px;
	padding-left: 5px;
	text-decoration:none; 
	color:#fff;
	font-size:10px;
	overflow:hidden;
	font-weight:bold;
	z-index:1000;
}

#channel_lineup{
	position:absolute;
	background-color:#6666cc;
	border:thin #000 solid;
	width:130px; 
	height:40px;
	top:223px;
	left:198px;
	text-align:left;
	padding-top: 5px;
	padding-left: 5px;
	text-decoration:none; 
	color:#fff; 
	overflow:hidden;
	font-weight:bold;
	z-index:1000;
}

/* ##################### ADS ##################### */

#ad_full {
	/*background-image:url(images/baas.gif);
	z-index:2;
	float:right;
	top:100px;
	left:210px;
	position:absolute;
	width:720px;
	height:280px;*/
}

#ad_small_left {
	z-index:2;
	float:right;
	top:100px;
	left:210px;
	position:absolute;
	width:510px;
	height:280px;

}

#ad_small_left2 {
	z-index:2;
	float:right;
	top:100px;
	left:210px;
	position:absolute;
	width:510px;
	height:280px;

}

#ad_top_right {
	z-index:2;
	float:right;
	top:100px;
	left:730px;
	position:absolute;
	width:200px;
	height:138px;

}

#ad_bottom_right {
	background-image:url(images/baas_tiny.png);
	z-index:2;
	float:right;
	top:242px;
	left:730px;
	position:absolute;
	width:200px;
	height:138px;

}

/* ##################### BACKS ##################### */

#auth_back {
	background-image:url(images/signin.gif);
	background-repeat:no-repeat;
}

#product_back {
	background-image:url(images/product.png);
	background-repeat:no-repeat;
}

/* ##################### TABLES ##################### */

#main_table {
	background-color:#FFF;
	background-image:url(images/opc_back.jpg);
}

#inside_table {
	background-color:#FFF;
	background-image:url(images/opc_back.jpg);
}

#service_table {
	margin-left:10px;
	margin-top:10px;
}

#auth_table {
	margin-left:10px;
	margin-top:10px;
}

#sub_menu_table {
	margin-left: 0px;
	width:180px;
}

#light_gray{
	background-color:#E2E2E2;
}

#light_blue{
	background-color:#EAF3FF;
}

/* ##################### PICTURES ##################### */

#login_picture{
	z-index:4;
	float:right;
	top:400px;
	left:800px;
	position:absolute;
	background-image:url(images/service_boxes.gif);
	background-repeat:no-repeat;
	width:134px;
	height:200px;
}

#product_picture{
	z-index:4;
	float:right;
	top:255px;
	left:10px;
	position:absolute;
	/*background-image:url(images/fall.png);*/
	background-repeat:no-repeat;
	width:220px;
	height:170px;
}

#logo {
	background-image:url(images/TSC_Logo.gif);
	background-repeat:no-repeat; 
	background-position:0px 0px; /* left top */
	background-position:left;
	width:200px;
	height:80px;
	margin-left:5px;
}

#slogan {
	background-image:url();
	background-repeat:no-repeat; 
	background-position:0px 0px; /* left top */
	background-position:left;
	width:300px;
	height:80px;
}

.notprintable {
	display : none;
}

