/* default text styling */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #fff url(../images/common/bg.gif);
}

a {
	text-decoration: none;
	color: #c00;
}

a:hover {
	text-decoration: none;
	color: #336;
}

p {
	font-size: .7em;
	margin: 0px;
	line-height: 1.3em;
}

blockquote {
	font-size: .7em;
}

#Content ul, #Navigation ul, .thumb ul {
	font-size: .7em;
}

#PageTitle h1 {
	font-size: 1.8em; 
	font-family: sans-serif;
	font-weight: bold;
	color: #c00;
	margin: 65px 22px 4px 22px;
}

h2 {
	font-size: .8em;
	margin-top: 1em;
	margin-bottom: .5em;
}

h3 {
	font-size: .8em;
	margin: 0;
}

div.clear {
	clear:both;
	line-height: 0;
	height: 0;
	font-size:5px;
}

.access, .print {
	display: none;
}

.OuterWhite {
	background: #fff;
}


.inner {
	padding: 6px;
}

.inner p {
	margin-bottom: 1.5em;
}

.caption {
	font-size: .8em;
}

.date {
	font-size: .9em;
	color: #336;
}

.SignOff {
	border-top: 3px solid #c00;
	background: #fff;
}

.toplink {
	text-align: right;
}

#homeLink {
	position: absolute;
	left: 15px;
	top: 11px
}

/* misc styles */

h3 a {
	font-size: .85em;
	margin: 0;
}

#h3append1 {
 font-size: .70em;
 font-weight:bold;
}

.inner ul, .thumb ul, .profile ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}

.inner li, .thumb li {
	background: url("../images/common/bullet.gif") no-repeat 0 .5em; 
	padding-left: 15px;
	margin-bottom: 1em;
}

.thumb li, li.compact {
	margin-bottom: .2em;
}

table td {
	vertical-align:top;
}
			
table #indent {
	padding-left: 8px;
}

/* control panel */

#tv {
	margin-top: 9px;
}

.controller {
	background-color:#ccc;
	height: 20px;
	margin: 0 31px 0 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	width: 434px;
}

.controller .left {
	display:inline;
	float: left;
	width: 200px;
}

.controller .left a {
	font-weight: normal;
}

.controller .left p {
	line-height: 1.6em
}

.controller .right {
	text-align:right;
	float: right;
	width: 234px;
}

.controller ul {
	float:right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.controller li {
	display: inline;
	margin:0;
	padding:0;
}
.controller li a, .controller li img {
	float:left;
	display: inline;
	font-weight: bold;
}

.controller li.page a, .controller li.lastpage a {
	display: inline;
	margin-right:1px;
	width: 20px;
	text-align: center;
	padding: 3px 0 4px 0; 
	color: #fff;
	background-color: #999;
}

.controller li a:hover {
	color: #c00;
	background-color: #999;
}

.controller li.lastpage a {
	margin-right:0px;
}

.controller li a.selected {
	color: #c00;
} 


/* Navigation */

#Navigation img {
	margin-bottom: 12px;
}

#Navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#Navigation li {
	line-height: 2.1em;
}

#Navigation li a {
	display: block;
	color: #000;
	font-weight: bold;
	padding-left: 16px;
	width: 286px;
	background: url(../images/common/nav_bullet.gif) no-repeat  0 .5em;
}

#Navigation li a:hover {
	color: #fff;
	background: #c00 url(../images/common/nav_bullet.gif) no-repeat  0 .5em;
	width: 286px;
}

#Navigation h2 {
	font-size: .7em;
	padding: 0px 16px;
	font-weight: bold;
	margin-bottom: 0px;
	background: #ccc;
	line-height: 2.1em;
}

#Navigation h2.navTitle {
	padding: 0;
	margin: 10px 0 0 0;
}

#Navigation h2.navTitle a {
	display: block;
	color: #fff;
	padding-left: 16px;
	width: 286px;
	background-color: #c00;
}

#Navigation p {
	padding: 0px 16px;
	margin-top: 5px;
}

/* thumbnails */

.thumbs {
	background-color: #fff;
}

.thumb {
	display: inline;
	float:left;
	margin: 8px 14px 8px 24px;
	width: 190px; 
}

.thumb img {
	float: right;
	width: 82px;
	margin-left: 5px; 
}

.thumb p a {
	font-weight:bold;
}

/* tv director profile */

.profile {
	margin: 26px 6px 26px 6px;
}

.profile img {
	float: left;
	margin-right: 5px; 
}

.profile .text {
	margin-top: 57px;
	width: 320px;
	float: right;
}

.profile .text a {
	font-weight: bold;
}

.profile ul {
	margin: 1.5em 0;
}

.profile li {
	background: url("../images/common/nav_bullet.gif") no-repeat 0 .2em; 
	padding-left: 15px;
	margin-bottom: 1em;
}

/* added by GG */
.italic {
	font-style: italic;
	font-size: 0.8em;
	color: Gray;
	margin-bottom: 0;
	}

.w100px {
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	}
	
.w300px {
	width: 300px;
	font-size: 11px;
	}







