/* News stylesheet, Luke Tarplin <luket@opensense.com> */
#title{
    background-image:url(../images/news/tab_bg.png);
    background-repeat: no-repeat;
    width:425px;
    padding-left:18px;
    font-weight: bold;
	line-height:20px;
}
#news-rss {
	width:210px;
}
#maintext{
/*  background-image: url(../images/news/contentbox-greybg.png);
    background-repeat: repeat;  */ 
    padding-left:18px; 
    padding-right:18px; 
    /*border:#99ff33;*/
    border:#999;
    border-style: solid;
    border-width: 1px;;
    min-width:400px; 
}

#doclinks{
	padding-top:5px;
	padding-bottom:5px;
}

#main{
	float:right;
	width:65%;
	top:0px;
	margin-left:200px;
}

#pagination a, a:hover, a:visited{
    text-decoration: none;
    color:#000099;
}

#maintext a, a:hover, a:visited{
    text-decoration: none;
    color:#000099;
}

#innerRelatednewspagetop1_content a, a:hover, a:visited{
    text-decoration: none;
    color:#000099;
}

#newspagetop{
/*	background-image:url(../images/news/news_holder.png);
	background-repeat: no-repeat;
	width:225px;
	height:220px;*/
	float:left;
}

#relatednewspagetop1{
	width:230px;
	float:left;
}

#innerRelatednewspagetop1{
	background-image:url(../images/news/news_Index_top.png);
	background-repeat:no-repeat;
	line-height:25px;
	padding-left:8px;
}

#innerRelatednewspagetop1_content{
	background-image:url(../images/news/news_Index_body.png);
	background-repeat:repeat-y;
	line-height:normal;
	padding-left:8px;
}

#innerRelatednewspagetop1_bottom{
	background-image:url(../images/news/news_Index_bottom.png);
	background-repeat:no-repeat;
	line-height:30px;
	padding-left:4px;
}

#bgcontainer{
    width:20px;
    height:100%;
	float:left;
}

#ie7_marginfix {
    width:100%;
    height: 20px;
}

#related_image_fix {
	background-image:url(../images/news/ie_image_border_fix.png);
	background-repeat:no-repeat;
	left:170px;
	top:124px;
	position:absolute;
	width:225px;
	height:220px;
	z-index:20;
}

#disclaim{
	font-size:10px;
	color:#999999;
}
.link{
	text-decoration:none;
}

