/*=============================================================
===================== Score Advertising =======================
= File: news.css                                              =
= Description: css specific of news                           =
===============================================================
= Version: 1.0 ====== Date: May 23, 2008 ======================
= Version:     ====== Date:              ======================
= Modifications:                                              =
=============================================================*/

#newslist{
	width:98%;
}

*html #newslist{
  margin-top: -15px;
}

div.albumnav{
	border:0px solid red;
	margin-top:15px;
}

#newslist td {
  padding: 10px 0;
}

#newslist td h1{
	margin: 0 0 0  0;
	font: bold 15px "trebuchet MS"  bold;
	color:#70cdfc;
	width:600px;
}

#newslist td h2{
	font: normal 11px century;
	background:url(/content/images/news_list.png) no-repeat ;
	background-position: bottom left;
	height:25px;
	width:600px;
	padding: 0 0 0 33;
	color:#828ba0;
	margin: 0;
}

#newslist td h3 {
	background: url(/content/images/readmoreicon.jpg) no-repeat ;
	background-position: right bottom;
	width:90px;
	font: normal 11px "lucida sans";
	color:#f6c728;
	margin: 0;
	cursor: pointer;
}

#newslist td p{
  margin: 0;
}

#newslist a {
	color:#8cc43f;
	text-decoration: none;
}

#newslist td img{
	border: 1px solid #585858;
	float:right;
	margin: 0 15 10 30;
}

#newslist td hr{
	color:#6C8BCB;
}

.newsDetailPhoto{
	float: left;
  	margin: 30px;
  	border: 1px solid #585858;
 	text-align: top;
}

.newsDetailStory{
	float:right;
	margin: 40 40 10 10;
}

.news_detail_top{
	background:  url(/content/images/nav_news.gif) no-repeat ;
	height:37px;
	background-position: bottom center;
	width:703px;
	font-weight:bold;
	font-family:century;
	font-weight:normal;
	line-height: auto;
	text-align: right;
	margin: 2 0 0 20;
	font-size:12px;
	color:#8cc43f;
	border:0px solid red;
	padding: 15 55 0 0;
}

.news_detail_mid{
	width:713px;
	padding: 7 13 13 13;
	background:  url(/content/images/grey.gif) no-repeat ;
	background-position: top right;
	font-family:"trebuchet MS", arial,sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#6dc7f7;
	margin: 0 0 0 14;
}

.news_detail_bot{
	border-left: 1px solid #777676;
	border-right: 1px solid #777676;
	border-bottom: 1px solid #777676;
	width:710px;
	margin: -4 0 0 0 ;
	font-size:12px;
	color: #b0b0b2;
	margin-left: 17px;
	padding:20px;
}

.news_detail_bot span {

}

#galleryContainer td:hover{

}

#galleryContainer a img{
	margin:0 20px;
}

#galleryContainer {
	border: 0px red solid;
	width:100%;
	margin:35px 0 0 10;
}

*html #galleryContainer {
  margin: -10px 0 0 10px;
}

#galleryContainer a{
	text-decoration: none;
	color:#8cc43f;
}

#galleryContainer img{
	margin:0 20px;
}

#albumsLink{
	margin: 0 10 0 0;
}

.albumnav{
	text-align:left;
	border:0px solid red;
	margin:0px;
	padding:0px;
	position:absolute;
}

#albdesc {
	border:0px solid red;
 	width: 140px;
 	height: 400px;   /*this sets the height of the whole gallery*/
 	color: #8c909b;
 	font: normal 11px century gothic;
 	text-align: left;
 	float:right;
}

#albdesc b{
	font: bold 12px century gothic;
	display:block;
	text-align:center;
}

#albdesc a{
	vertical-align: middle;
	color: #8c909b;
	text-decoration: none;
}

#albdesc a:hover{
	text-decoration: underline;
}

#currentContainer {
  	border:0px solid orange;
  	/*width:auto;*/
  	height:auto;
  	float:left;
  	margin-right: 15px;
  	text-align:center;
  	max-width: 550px;
}

#photoContainer {
	z-index:500;
  	border:0px solid blue;
}

#photoContainer a{
	cursor: pointer;
}

#photoContainer img{
	border: 1px solid #585858;
}

#photoContainer a img{
	margin: 0px;
}

#photoTitle {
	border:0px solid blue;
	padding:10px;
  	text-align:center;
}

#photoDesc {
	position:relative;
  	border:0px solid blue;
	padding:10px;
}

#photoEnlargeMessage {
  	border:0px solid blue;
	font-size:9px;
}

#thumbNavcontainer{
	float:left;
	border:0px solid blue;
	margin-top:0;
	width: 90px;
	text-align:center;
}

/* thumbnail floater */
.float {
	float: left;
	width: 230px;
	height: 210px;
	padding: 0px;
	text-align: center;
}

div.float a{
	color: #8c909b;
	font: bold 11px century gothic;
	text-decoration:none;
}

div.float a:hover{
	text-decoration:underline;
}

div.float p {
	margin: 10 0;
	padding:0px;
	text-align: center;
	color: #8c909b;
}

#tightGalleryContainer {
	height: 700px;
	width:600px;
	margin-left:70px;
	margin-top:0px;
}

div.floatTight {
  	float: left;
  	width: 120px;
  	height: 148px;
  	padding: 15px;
	color: #8c909b;
	font: bold 11px century gothic;
}

div.floatTight a{
	color: #8c909b;
	font: bold 11px century gothic;
	text-decoration:none;
}

div.floatTight a:hover{
	color: #8c909b;
	font: bold 11px century gothic;
	text-decoration:underline;
}

div.floatTight p{
	padding:0px;
	color: #8c909b;
	margin-top:2px;
	margin-bottom:2px;
}

#navigationContainer{
	width:100%;
	text-align:center;
}

#stopButton{
	display: none;
}

#startButton{

}

#albumThumbFrameBig{
	cursor: pointer;
	background: url("/content/images/albumThumbFrameBig.gif") no-repeat;
	border: black solid 0px;
	margin:0 auto;
	padding-top:37px;
	width:160px;
	height:150px;
}

#albumThumbFrameBig img{
	border: 1px #808080 solid;
}

#albumThumbFrameBig p{
	border: 0px #808080 solid;
	text-align:left;
	padding:0 10 0 15;
}

#albumThumbFrame{
	background: url("/content/images/albumThumbFrame.gif") no-repeat;
	border: black solid 0px;
	padding-top:17px;
	padding-left:22px;
	margin-left: 10px;
	width:120;
	height:120;
}

#albumThumbFrame img{
	vertical-align: middle;
	text-align: center;
}

#thumbnailsContainer {
  	color: #4E2F16;
  	height: 400px;
  	border-color: #000000;
  	overflow: hidden;
}

.thumbnailsContainerFadeBottom {
	position: relative;
	height: 40px;
	margin-top: -40px;
}

.thumbnailsContainerFadeTop {
	position: relative;
	height: 40px;
	margin-top: -434px;
}

#thumbnailsContainer img {
	border-color: #454c60;
	border-width: 1px;
	border-style: solid;
	margin: 5 0 5 0;
	cursor: pointer;
}

#thumbnailsContainer a img {
	margin: 5px 0px;
}

#thumbnailsContainerHoriz {
	float: right;
  	color: #4E2F16;
  	height: 90px;
  	width:225px;
  	border-color: #000000;
  	overflow: hidden;
}

#horizcontainer {
	width:100%;
	text-align:center;
}

#horizcontainer table{
	width:100%;
}

#horizcontainer img{
	cursor: pointer;
}

#thumbnailsContainerHoriz img {
	border-color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
	cursor: pointer;
}

.photo{
	border-color: #FFFFFF;
	border-width: 5px;
	border-style: solid;
}

.thumb{
	border-color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
}

.photo2{
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.title {
  	font-family: "Courier New", Courier, mono;
  	font-size: 18px;
  	color: #333333;
}

#albTitle {
  	font-family: "Arial";
  	font-size: 18px;
  	color: #8c909b;
}

.Container {
	position: absolute;
	left: 100px;
	width: 240px;
	height: 50px;
}

#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 240px;
	height: 50px;
}

#Scroller-1 p {
	margin: 0; 
	padding: 10px 20px;
	font-family: century gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 20px;
	color: #6F6048;
}

.Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}

.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	top: -40px; 
	left: 70px;
}

.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 260px; 
	left: 70px;
}

.Scrollbar-Left {
	cursor: pointer;
	position: absolute;
	top: 220px; 
	left: 0px;
}

.Scrollbar-Right {
	cursor: pointer;
	position: absolute;
	top: 220px; 
	left: 380px;
}
