/* ================================
    CSS STYLES FOR Module [!output PROJECT_NAME]
   ================================
*/
.MultiPage
{
	border:1px solid #333333;
	padding: 4px 4px 4px 4px;	
}

.MultipageMain
{
	height:250px;
}

.ImageGallery
{
	margin:10px 0px 10px 0px;
}

.OverallRating
{
	padding:10px 10px 10px 10px;
	font-size:20px;	
	color:White;
	width:70px;
	height:50px;
}

.JumbBarBg
{
	background-image:url(images/Header_Tile.gif);	
}


.TabContainerRightTile
{
	background-image: url(images/Content_Left_Tile.gif);
	background-position: right;
	background-repeat: repeat-y;
}

hr {
	margin:0px;
	padding:0px;
	border-bottom:1px dashed #aeaeae;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}
.ListSeperator
{
	border-bottom:1px dashed #aeaeae;
	height:1px;
}
/* Button Style */
.Button
{
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url(Images/buttonBg.gif);
	background-position:top;
	background-color:white;
	height:20px;	
	vertical-align: middle;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
}
.ImageTitle , .ImageDesc
{
	color: #000000;
	font-family: "Trebuchet MS";
	font-size:14px;
	font-weight:bold;
}

.ImageDesc
{	
	font-weight:normal;
}

.ImageNav , a.ImageNav:Link , a.ImageNav:visited, a.ImageNav:active
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #4C4C4C;
	text-decoration: none;
}

a.ImageNav:hover
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #4C4C4C;
	text-decoration: underline;
}