@charset "utf-8";
/* CSS Document */

body {
	color: #cccccc;
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 10pt;
	background-image: url(http://www.shellcity.net/bkground.gif);
	background-repeat:repeat-x;	
	background-color:black;
	min-height:100%;
	
	}

.topLinks:hover{
	background:#CCCCCC;
}

.alphaList a:hover {
	background:#CCCCCC;
}
a:link {
	color: #999999;
	text-decoration:none;
	}
a:visited {
	color: #999999;
	text-decoration:none;
	}
a:active  {
	color: #ff0000;
	text-decoration:none;
	}
a:hover  {
	color: #ff0000;
	text-decoration:none;
	}
	
.container {
	width:950px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}
.header {
	width:950px;
	margin-top:45px;
	margin-left: auto ;
	margin-right: auto ;
	}
.header2 {
	width:950px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left: auto ;
	margin-right: auto ;
	}
.title {
	font-size: 32px;
	}
	
.leftMain {
	width:200px;
	float:left;

}

.centerMain {
	width:500px;
	margin-right:25px;
	margin-left:25px;
	float:left;
	line-height:1.25;

}
.rightMain {
	width:200px;

	float:left;
}

.alphaList {
	margin-left:15px;
	width:10px;    
	float:left;
}

.topicList {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
	padding-top:20px;
	clear:left;
}

.barList {
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
	margin-bottom:15px;
}

.columnTitle {
	border-bottom:1px solid;
	border-bottom-right-radius:25px;
}

.programTitle {
}
.programSetBar {
	font-size:10px;
}
.programDesc {
}
.programGo {
	margin-bottom:15px;
	border-bottom:1px solid;
	border-bottom-right-radius:25px;
	padding-bottom:10px;
}
.badgeBar {
	width:725px;
	margin-left: auto ;
	margin-right: auto ;
	padding-top:5px;
	text-align:center;
	border-top:1px solid;
	border-top-right-radius:25px;
	border-top-left-radius:25px;
	}
img.trans {
	opacity:0.4;
	}
img:hover {
	opacity:1;
	}

.aAds {

	border-top:1px solid;
	border-bottom:1px solid;
	border-top-right-radius:25px;
	border-top-left-radius:25px;
	border-bottom-right-radius:25px;
	border-bottom-left-radius:25px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
