﻿body
{
	font-family: Trebuchet MS;
	font-size: 11px;
	vertical-align: top;
	padding-top: 0px;
	margin-top: 0px;
}
#divContainer
{
	width: 1250px;
	background-color: #FEF9FA;
}
#divTopNav
{
	width: 100%;
	height: 42px;
	background-image: url(../../Images/Theme2/TopNavBG.gif);
	background-repeat: repeat-x;
}
img
{
	border: 0;
}
a
{
	text-decoration: none;
}
.TopLink
{
	color: Black;
	font-size: 17px;
	font-weight: bold;
}
#TopNavLeft a img
{
	padding-left: 10px;
	padding-right: 30px;
}
#TopNavRight a img
{
	padding-left: 20px;
	padding-right: 20px;
}
#divBanner img
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.Box
{
	background-color: #F8EDEB;
}

.BoxTL
{
	width: 20px;
	height: 20px;
	background-image: url( '../../images/Theme2/TL.gif' );
	background-repeat: no-repeat;
}
.BoxTR
{
	width: 20px;
	height: 20px;
	background-image: url( '../../images/Theme2/TR.gif' );
	background-repeat: no-repeat;
}
.BoxBL
{
	width: 20px;
	height: 20px;
	background-image: url( '../../images/Theme2/BL.gif' );
	background-repeat: no-repeat;
}
.BoxBR
{
	width: 20px;
	height: 20px;
	background-image: url( '../../images/Theme2/BR.gif' );
	background-repeat: no-repeat;
}
.clear
{
	width: 100%;
	height: 1px;
}
#leftFlash
{
	width: 70%;
}
#RightFav
{
	width: 30%;
}
.Time
{
	color: #C7A88C;
	font-size: 40px;
	font-weight: bold;
}
.LoadingText
{
	color: #C7A88C;
	border: solid 1px #C7A88C;
	width: 150px;
	height: 20px;
	background-color: #F8EDEB;
}
.pager
{
	color: #C7A88C;
	font-size: 14px;
	font-weight: bold;
}
.Title
{
	color: Black;
	font-size: 15px;
	font-weight: bold;
}
.Desc
{
	color: #C41F26;
	font-size: 15px;
	font-weight: bold;
}
.imgThumb
{
	background-color: White;
	padding: 3px 3px 3px 3px;
	border: solid 1px #C7A88C;
}

.imgThumb:hover
{
	background-color: White;
	padding: 1px 1px 1px 1px;
	border: solid 3px #C7A88C;
}

.posted
{
	color: #C7A88C;
	font-size: 14px;
	font-weight: bold;
}
.FavAdd
{
	color: Black;
	font-size: 13px;
	font-weight: bold;
}
.RedTitle
{
	color: #C41F26;
	font-size: 15px;
	font-weight: bold;
}

.Red13
{
	color: #C41F26;
	font-size: 13px;
	font-weight: bold;
}
.Footer
{
	background-color: #300004;
	color: White;
	height: 100px;
	width: 100%;
	padding: 20px 20px 20px 50px;
}

.Footer a
{
	color: White;
	font-size: 15px;
}






.filledRatingStar
{
	background-image: url(../../images/Theme2/StarFilled.gif);
}




.emptyRatingStar
{
	background-image: url(../../images/Theme2/StarNotFilled.gif);
}

.savedRatingStar
{
	background-image: url(../../images/Theme2/StarFilled.gif);
}
.ratingStar
{
	font-size: 0pt;
	width: 20px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

/*Toggle Button*/

/*Setup*/
.walkthrough li
{
	padding-bottom: 5px;
}

/*Using a sample extender*/

/*Creating a new extender*/
.walkthroughNote
{
	padding-left: 25px;
	font-style: italic;
}

/* Modal popup */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#f9fafd;		

}

.modalPopupHeader{
	font: Bold 12px arial; 
	background-color:Black;
	color: #ffffff; 
	height:25px; 
	padding-left:5px ;
	vertical-align:top;
}
/* Modal popup */
