﻿body {
margin:0 0 0 0px; 
padding:0;
font-family:Tahoma;
font-size:11px;
list-style:none;
}

#slider {

	/* You MUST specify the width and height */
	width:436px;
	height:296px;
	
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:436px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:200px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:200px;
	background-color:#000;
	overflow:hidden;
	font-family:Tahoma;
	font-size:11px;
	direction:rtl;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}
	
#tooltip{ 
position:absolute; 
border:1px solid #eee; 
background:#f9f9f9; 
padding:2px 5px; 
color:#999; 
display:none; 
font: 11px Tahoma; 
}

img
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	
}

.text
{
	font-family:Tahoma;
	font-size:11px;
	line-height:18px;
	text-align:justify;
	direction:rtl;
}
.graytitle
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:600;
	color:#ea0f00
}
.whitetext
{
	font-family:Tahoma;
	font-size:11px;
	color:White;
}
.navigate
{
	font-family:Tahoma;
	font-size:10px;
	
}
.separator
{
	background-image: url(Images/separator3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
A
{
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
}
.faq
{
	font: 11px Tahoma;
	color:#444444;
	text-decoration:none;
	line-height:18px;
}
.faq:hover
{
	font: 11px Tahoma;
	color:Black;
	text-decoration:none;
	line-height:18px;
}
.newslittletitle
{
	font: 11px Tahoma;
	color: #ff6a4e;
}
.newsdescription
{
	font: 11px Tahoma;
	color: #444444;
	direction: rtl;
	text-align: justify;
	line-height: 18px;
}
.newstitle
{
	color: #FF0000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:600;
}
.newstitle:hover
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: black;
	font-weight:600;
}
.newsdate
{
	font-family: Tahoma;
	font-size: 10px;
	color: darkgray;
}
.newsbullet
{
	font-family:tahoma;
	color:Black;
	
}
.copyright
{
	font-family:Tahoma;
	font-size:10px;
	font-style:normal;
	color:Gray;
}
.graytitle
{
	font-family: Tahoma;
	font-size: 11px;
	color: dimgray;
	font-weight: 600;
}
.redtitle
{
	font-family:Tahoma;
	font-size:11px;
	color:#ea0f00;
	font-weight:600;
}
.redsubtitle
{
	font-family: Tahoma;
	font-size: 10px;
	font-style: italic;
	color: gray;
}
#preview
{
	font: 12px Tahoma;
	position:absolute;
	border:3px solid red;
	background:#f5f5f5;
	display:none;
	color:#444;
	padding: 5px 5px 5px 5px;
	direction: rtl;
}
.previewli
{
	font: 12px Tahoma;
	list-style:none;
	display:inline;
	margin-right:10px;
	height:67px;
}
.textbox
{
	border: 1px solid #000000;
	font: 11px Tahoma;
}
.button
{
	border:1px solid #000000;
	font: 11px Tahoma;
}
.ticketTitle
{
	height: 28px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	border-bottom-style: none;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url( 'Images/ticket_01.jpg' );
	background-repeat: no-repeat;
}
.ticketContent
{
	padding: 5px;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	line-height: 18px;
	text-align: justify;
	background-image: url( 'Images/ticket_02.jpg' );
	background-repeat: repeat-y;
	vertical-align: top;
}
.ticketSignature
{
    padding: 5px;
    background-color: #CCCCCC;
    color: #000000;
    font-family: Tahoma;
    font-size: 11px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}