
/* ARTICLE STYLES */

p {
	margin: 0px 0px 8px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border:0px solid green;
	font-size: 1em;
}

p strong {
	font-size: 1em;
}
p img {
	margin-top:4px;
	border:0px solid blue;
}

p.bullet {
	padding-left:24px;
	background-image: url(ui/screw.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

p.threecol {
	width:160px;
	float:left;
	background-color: #F1E4D3;
	margin-right:8px;
	padding:8px;
	min-height:200px;
}
p.threecol img {
	display: block;
	margin-bottom:8px;
}

p.inset {
	margin: 0px 0px 8px 0px;
	font-size:1em;
	background-color:#F3F5F5;
	border:1px solid #D1D8D6;
	padding: 8px;
	clear:both;
}
p.inset img {
	border:0px;
	float:left;
	padding-right:8px;
}

p.title {
	font-family: "Trebuchet MS";
	margin: 0px 0px 8px 0px;
	font-size:26px;
	line-height:24px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #7A9089;
}

p.heading {
	font-family: "Trebuchet MS";
	margin: 0px 0px 8px 0px;
	font-size:20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #97A8A3;
}

p.info {
	margin: 0px 0px 12px 0px;
	font-size:0.85em;
	font-family: verdana;
	line-height:1.4em;
}

p.articleinfo {
	margin: 0px 0px 8px 0px;
	font-size:0.85em;
	font-family: verdana;
	line-height:1.4em;
	border-bottom: 1px dotted #BBB083;
	text-align: right;
	color:#BBB083;
}

p.note {
	margin: 0px 0px 8px 0px;
	font-size:1em;
	background-color: #FAF3C4;
	border:1px solid #C4AE11;
	padding: 8px;
	color: #312B04;
}

p.entry {
	margin: 0px 0px 8px 0px;
	padding-top:8px;
	font-size:1em;
	font-family: "Trebuchet MS";
	border-top:1px dotted #97A7A3;
}
p.entry strong
{
	font-weight: normal;
	display:block;
	float:left;
	font-size:1.4em;
	color: #97A8A3;
	padding-right:12px;
	letter-spacing:-1px;
}

p.fullwidth {
	margin: 0px -12px 8px -12px;
	font-size:0.85em;
	font-family: verdana;
	background-color: #393939;
	padding: 0px 0px 4px 0px;
	color: #CBCBCB;
	text-align:center;
}
p.fullwidth img {
	margin: 0px 0px 4px 0px;
}

p.video {
	background-color: #393939;
	padding: 16px;
	color: #CBCBCB;
	text-align:left;
	clear:right;
	background-image: url(ui/tbtv_right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height:auto;
	overflow: hidden;
	vertical-align:bottom;
}

.elementleft
{
	float:left;
	padding-right:8px;
}

.elementright
{
	float:right;
	padding-left:8px;
}

p a {
	font-weight: bold;
}

span.li_flv
{
	width:320px;
	height:240px;
	background-color:#333;
	color: #aaa;
	border:1px solid black;
	padding:8px;
}

ul.video {
	width:auto;
	background-color: #393939;
	color: #CBCBCB;
	text-align:left;
	background-image: url(ui/tbtv_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height:auto;
	border:1px solid  green;
}
