/* DEFAULTS */

div.gr
{
	
	
	width:206px;
	border:0px solid #808080;
	height:87px;
	float:left;
	margin-left:32px;	
}

div.video
{
	width:146px;
	border:1px solid #808080;
	height:138px;
	float:left;
	margin-right:17px;
	margin-left:10px;	
	cursor:pointer;
}


.btn
{
	border: 3px outset #742974;
	padding: 1px;
	cursor: pointer;
	font:bold  12px arial,sans-serif;
	background: #742974;
	color:white;
         
}
 
hr.hr1
{
	border-bottom:1px solid white;
	border-top:1px solid #742974;
}

hr.hr2
{
	border-bottom:1px dotted #2D65C7;
	height:1px;
	
 }

div.txt
{
	width:190px;
	height:180px;
 	overflow: auto;
	border:0px solid red;
	scrollbar-3dlight-color:#CFCFCF; 
	scrollbar-arrow-color:#B00817; 
	scrollbar-base-color:#CFCFCF; 
	scrollbar-darkshadow-color:#CFCFCF; 
	scrollbar-face-color:#CFCFCF; 
	scrollbar-highlight-color:#CFCFCF; 
	scrollbar-track-color:#CFCFCF; 
	scrollbar-shadow-color: #CFCFCF;
	direction:ltr;
	padding:5px;
	padding-top:0px;
   }
   
   

div.rtl
{
	direction:rtl;
	width:100%;
	height:100%;
} 

div.movie
{
	width:252px;
	float:right;
	height:15px;
	border:0px solid red;
}

div.line_bottom
{
	padding-top:10px;
}

.header1
{
	font-size:14px;
	font-weight:bold;
	color:#006599;
}

.header2
{
	font-size:20px;
	font-weight:bold;
	color:#B20816;
	
}
 
.txt1
{
	color:#2D65C7;
}
 
.border1
{
	border:1px solid #742974;
}

.inputs
{
	font-family: arial,sans-serif; 
	font-size: 12px;
	width:130px;
	color:#19191B;

}
 
.Nosize
{
	font-family: Tahoma,sans-serif; 
	font-size: 11px;

}

.error
{
	font-size: 11px;
	color:red;
}


/* links */
a {
	font-family:arial;
	font-size:12px;
    text-decoration : none;
    color:#777676;
    font-weight:normal;
}
a:hover {
	color:#777676;
	text-decoration:underline;
}
 

a.mnu {
	font-family:arial;
	font-size:14px;
    text-decoration : none;
    color:#777676;
    font-weight:bold;
}



a.kahuna{
	color:#742974;
	font-size:10px;
}
a.kahuna:hover {
	color:#A227A2;
}


a.link1{
	color:#742974;
}
a.link1:hover {
	color:#A227A2;
}
 

img     {border:0;}


/* flat input buttons/checlboxes */
.nav
{
 	cursor: pointer;
}
 
/* optional fields */
td  
{
	font: normal 12px Arial,sans-serif;
	border : 0px solid red;
	color:#777676;
}  
 
form
{
	margin:0px;
}

 
body  {
    font: normal 12px Arial,sans-serif;
    background : #FFFFFF;
	background-image:url('images/bg.jpg');
 	background-position:center top;
 	background-repeat:no-repeat;
	margin:0px;
	direction:ltr;
	text-align: right;
	color:#777676;
}

.bg2
{
	background-image:url('images/bg2.jpg');
}


.bg3
{
	background-image:url('images/bg3.jpg');
}