            html {
                background: url(img/generic/background.jpg);
                margin: 0;
                padding: 0;
            }
            
            body {
                margin: 0;
                padding: 0;
                text-align: center;
                color: white;
                direction: rtl;
                background: url(img/generic/body-left.gif) no-repeat 0 0;
            }
            
            table {
                margin: 0 0 3px 0;
                padding: 0;
                width: 100%;
            }
            
            td {
                vertical-align: text-top;
            }
            
            th#date {
                width: 80px;
            }
            
            th#day {
                width: 70px;
            }
            
            th#hour {
                width: 50px;
            }
            
            div, dl, p {
                margin: 0;
                padding: 0;
            }
            
            h6 {
                margin: 0;
                padding: 0;
            }
            
            a:link, a:visited {
                text-decoration: none;
                color: #FCD600; /* Deep yellow */
                font: bold 14px Ariel; /* was David */
            }

            a:hover {
                text-decoration: underline;
                font: bold 16px Ariel; /* was David */
            }
            
            .yellow {
                color: #FCD600;  /* Deep yellow */
            }
            
            div#tinyImgHolder {
                margin: 0;
                padding: 0;
                background: url(img/generic/imgHolder-bkg.gif) no-repeat 100% 100%;
            }
            
            div#warp {
                text-align: center;
                width: 815px;
                margin: 0 auto;
            }
            
            div#header {
                /*background: url(img/generic/logo.gif) no-repeat 0 0;*/
                text-align: right;
                /* border: 1px black dotted; */
                margin: 0;
                padding: 0;
            }
            
            div#content {
                width: 772px;
                margin: 0 auto;
                text-align: right;
                font-family: Arial;
                font-size: 12px;
            }
			
            
            div#content h1 {
                margin-top: 10px;
                margin-bottom: 2px;
            }
            
			div#content  h1.page
			{
				margin-bottom: 4px;
			}
			
            div#content h1#newsTitle {
                margin-top: 0px;
            }
            
            div.black {
                background: black;
                font: White 14px Ariel; /* was David */	
                padding-right: 20px;
                padding-bottom: 25px;
                padding-left: 25px;
            }
            
			div#pageBox
			{
			height:300px;
			}
			
            div#programs {
                margin-bottom: 10px;
            }
			
			div.withlink 
			{
				padding-bottom:15px;
			}
            
            div.Header1 
			{
				background: black;
				font-size:14px;
				width: 772px;
                margin: 0 auto;
                text-align: right;
                font-family: Arial;
			}
			
            div#wide {
                width: 452px;
                float: right;
            }
            
            dt {
                float: right;
				margin-left:15px;
            }
            
            div#norrow {
                width: 312px;
                float: left;
            }
            
			div#norrow div#video{
				height:144px;
			}
            div#footer {
				margin-top:25px;
            }
            
/** By Hai **/


.CSSbutton{
background-color: #ff6600;
border: 1px #ff6600 outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}

.CSSbutton:visited, .CSSbutton:hover, .CSSbutton:active{
color: white;
}

.CSSbutton{
background-color: #3657FF;
border: 2px #3657FF outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.CSSbutton:visited{
color: black;
}

.CSSbutton:hover{
border-style: inset;
background-color: #3699FF;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.CSSbutton:active{
color: black;
}











            
 /** from orig **/
 
/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #DBDB79;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: Black;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}


.dayNumber
{
	float: right;
	border-bottom: #c7c272 1px;
	border-left: #c7c272 1px;
	clear: none;
	padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
   /*  background-color: #666666;	Gray */
}
.calcurrentday
{
    background-color: #0000cc;	/* Blue */
}
.calweekend
{
   /*  background-color: #000000;	Black */
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: right;
    border: 2px solid #C7C272;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

/* Linx */
 a:link
{
    color: #FFFF33;		/*8A3700 Brownish */
    font: bold 14px Ariel; /* was David */
}
a:visited
{
    color: #FFCC33;		/*542100 Deep brown */
    font: bold 14px Ariel; /* was David */
}
a:hover
{
    text-decoration: none;
    color: #FFFFCC;		/*A45521 Light brown */
    font: bold 14px Ariel; /* was David */
}
a:active
{
    text-decoration: none;
    color: #ffffff;		/*000000 Black */
    font: bold 14px Ariel; /* was David */
}


/* add hover border to href thumbnail images */
.thumbnail a:link img, #thumbnail a:visited img
{
    border: 2px solid #FFFF99; 	/*883D08 Brownish 2 */
    font: bold 14px Ariel; /* was David */
}
.thumbnail a:hover img
{
    border: 2px solid #FFFFFF;
    font: bold 16px Ariel; /* was David */
}
.thumbnail a:active img
{
    border: 2px solid #000000;
}








/* Use headers in the markup for accessibility reasons but control look with styles below*/
h1, h2, h3, h4, h5, h6, h22
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #060927;
    font: bold 14px Ariel; /* was David */
}
.membercard h3
{
    font-size: 1em;
}

 #loginbanner h2 h22
{
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}

#poster h2 h22
{
    font-size: 13px;
    font-weight: bold;
    color: #50700E;		/** greenish **/

}

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall	/*, .buttonsmall-ovr*/
{
    background: url(img/Misc/btn_general_D.gif);	/* images/background_button_small.gif */
    border: none;
    color:#AAAAAA;	/* #ffff33;*/
    height: 20px;
    width: 100px;
    font-weight: normal;
    font-family: David, Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    /*padding-bottom: 9px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;*/
    
}
.buttonsmall-ovr
{
    text-decoration: underline;
    color:#AAAAAA;
    background: url(img/Misc/btn_Hover_D.gif);		/* images/background_button_small-ovr.gif */
    border: none;
    height: 20px;
    width: 100px;
    font-weight: normal;
    font-family: David, Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */ 

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    font: bold 14px Ariel; /* was David */
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
    font: bold 14px Ariel; /* was David */
}
#navtop a:active, #navbottom a:active
{
    color: #0043FF;			/*#FEFFBD; light yellow */
    text-decoration: none;
}
/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

.blackline
{
    /*background-color:Black;*/
    padding-top: 10px;
    font: White 14px Ariel; /* was David */	
    /*margin-bottom: 0px;
    clear:right;*/
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:right;
  position: relative;
  padding: 1px 1px 1px 1px;
}


/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}


/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    margin:0px 0px 0px 0px;
    width:444px;
}

/* surrounds the buttons for list items */
.editbuttons
{
    padding-top: 6px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

/* Used by the page number control */
.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

/* Used in the two column lists */

.membercard
{
    background-color:Black;	/*   replaced blue - #000033;         666666;		/*#FEFEB1;  light yellow */
    border: 1px solid #0097FF;		/* #E8DCA3; was gray yellow */
    padding: 10px;
    margin-bottom: 10px;
    width: 198px;
}

.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

#membercardcolumnleft
{
    float: left;
    position: relative;
}
#membercardcolumnright
{
    margin-left: 226px;
}
.membercard p
{
    margin: 5px;
}

/************************************************************************
* 
* Compact Event list
*
************************************************************************/


/* define event grid view columns */
/* todo: use or remove */

.eventlistdate
{
    padding-right: 4px;
}
.eventlisticon
{
    text-align: center;
}
.eventlisttime
{
    text-align: center;
    width: 95px;
}
.eventlistevent
{
    font-weight: bold;
}
.eventlistlocation
{
    /* no styles needed at this time */
}
.eventlist td
{
    padding-bottom: 4px;
}



.Hai_subtitle
{	
	height: 30px;
	font: Yellow 24px Ariel;
	background-color:Black;
	text-align:right;
	vertical-align:middle;
}
.Hai_textsubtitle	
{
	font: Yellow 18px Ariel; /* was David */
	text-decoration: underline;
}
.Hai_text
{
	font: White 14px Ariel; /* was David */	
}
.Hai_linx	
{
	font: Yellow 16px Ariel; /* was David */
	text-decoration: underline;
}

.button
{
    background: url(./img/Misc/button_general.gif);
    border: solid 0px white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #001563;
    width: 70px;
    height: 25px;
}

.button:hover
{
    background: url(./img/Misc/button_hover.jpg);
    border: solid 0px white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: White;
    width: 70px;
    height: 25px;
}

