﻿body
{
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif, 'Traditional Arabic';
	font-size: 8pt;
	width: 100%;
	margin: 0px; /*height: 100%; */
	direction: rtl;
	background-image: url(Images/background1.jpg );
	background-repeat: repeat-y;
	top: 0px;
	right: 0px;
	background-image: url(Images/bk2.jpg);
	background-position-x: right;
}
.Marq
{
	width: 200px; 
}
a:link
{
    text-decoration: none;
	color: blue;
}

ax:link
{
    color: #8A3700;
}

a:visited
{
	text-decoration: none;
	color: #000099;
}

ax:visited
{
    color: #542100;
}

a:hover
{
	text-decoration: none;
	color: #990000;
}
ax:hover
{
	text-decoration: none;
	color: #ff6600;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   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: #000000;
}
.membercard h3
{
    font-size: 1em;
}

 #loginbanner h2
{
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}

#poster h2
{
    font-size: 13px;
    font-weight: bold;
    color: #50700E;
}
.leftblock h2, .rightblock h2, .rightblock1 h2, .fullwidth h2, .rightblockX h2, .rightblockXX h2, .Prightblock h2, .Krightblock h2
{
	font-size: 1.6em;
	color: #990000;
	font-family: 'Monotype Koufi';
}
.fullwidth h3
{
	color: #990000;
	font-family: 'Monotype Koufi';
	text-align: center;
}
.rightblock h3, .rightblock1 h3, .rightblockX h3 ,.rightblockXX h3, .Prightblock h3, .Krightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

.FAQAnswer
{
	background-color: #99ccff;
	line-height: 6pt;
}


.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}

/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
#poster
{
    background: url(images/poster.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 139px;
    margin-top: 17px;
}

/* Navigation strips */
#navtop, #navbottom
{
    background: url(images/background_nav_main.gif) repeat-x;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 45px;
}
#navbottom
{
    margin-top: 15px;
}

#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #C89F3D;
}

/* 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;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    position : relative ;
	width: 100%;
	margin-right:0px;
	margin-left: 0px;
	font-family: Tahoma;
}


/* 2 column layout */
#columnleft
{
    /*float: left;*/
    position :absolute ;
    /*position: relative;*/
	top: 0px;
	left: 15px;
	/*margin-left : 5px;*/
	width: 220px;
	height: 100%;
    /*width: 200px;*/
    /*position: relative; */
}
#columnleftX
{
	/*position: absolute ;*/
	top: 0px;
	left: 0px; /*margin-left : 5px;*/
	width: 220px;
	height: 100%;
	text-align: left;
	float: left;
}


#columnright
{
	vertical-align: top;
	text-align : center ;
	padding :0px;
	margin-left : 230px;
	margin-right : 10px;
	text-align : center ;
	height : 100%;
}

.insidecolumnright
{
	padding-right :5px;
	padding-left :5px;
    margin-right :5px;
    margin-left :5px;
	width :auto ;    
    position: relative; 
}

#Pcolumnright
{
    margin-left: 40px;
    margin-right: 20px;
  /*  position:relative; */
}
#Kcolumnright
{
    margin-left: 40px;
    margin-right: 20px;
  /*  position:relative; */
}

#columnrightX
{
	float: right;
	margin-left: 5px;
	margin-right :0px;
	width: 235px;
	vertical-align: top;
}

#columnrightXX
{
	float: left;
	margin-left: 0px;
	width: 235px;
	vertical-align: top;
}

.leftblock
{
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(Images/L_detail.jpg);
	/*background-image: url(Images/SDetail1.jpg);*/
	background-repeat: repeat-y; /*background-color: #fefaab;*/
	background-color: #e5f0ff;
	width: 195px;
	text-align: justify;
	background-color: #e5f0ff;
	/*margin-left :10px;*/
	margin-right :10px;
	/*position: relative;*/
}
.leftblockSeasonal
{
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(Images/L_detailseason.jpg);
	/*background-image: url(Images/SDetail1.jpg);*/
	background-repeat: repeat-y; /*background-color: #fefaab;*/
	background-color: #e5f0ff;
	width: 195px;
	text-align: justify;
	background-color: #e5f0ff;
	/*margin-left :10px;*/
	margin-right :10px;
	/*position: relative;*/
}

.LeftBlockHead
{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(Images/L_UP.GIF);
	/*background-image: url(Images/STailUP.jpg);*/
	background-repeat: no-repeat;
	height: 34px;
	/*height: 20px;*/
	width: 195px;
	/*margin-left :10px;*/
	margin-right :10px;

}
.LeftBlockHeadVision
{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(Images/VisionHeader.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 195px;
}
.LeftBlockTail
{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(Images/L_Down.Gif);
	/*background-image: url(Images/STail.jpg);*/
	background-repeat: no-repeat;
	height: 34px;
	/*height: 20px;*/
	width :195px;
	/*margin-left :10px;*/
	margin-right :10px;

}
.LeftBlockVote
{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(Images/Vote.Jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 195px;
	margin-left :10px;
	margin-right :10px;
}

.RightBlockEmailList
{
	position: relative;
	background-image: url(Images/EmailList.Jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 195px;
	margin-left :10px;

}
.EmailRightDetail
{
	background-image: url(Images/EmailListDetail.jpg);
	background-repeat: repeat-y;
	margin-left :10px;
	width:195px;
	text-align:center;
}

	.EmailBlockTail
{
	position: relative;
	background-image: url(Images/EmailTail.Jpg);
	background-repeat: no-repeat;
	height: 8px;
	width: 195px;
	margin-left: 10px;
}
.rightblock
{
	/*border: 1px solid #DBDB79;*/
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	width: 444px;
	background-image: url(Images/detail.jpg);
	background-repeat: repeat-y;
	text-align: justify;
}

.viewtext
{
	/*border: 1px solid #DBDB79;*/
	font-family: Traditional Arabic;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	width: 444px;
	background-image: url(Images/detail.jpg);
	background-repeat: repeat-y;
	text-align: justify;
	font-weight: bold;
	font-size: 14pt;
	font-family: Traditional Arabic;
}
 .rightblock1
{
	/*border: 1px solid #DBDB79;*/
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	width: 444px;
	background-image: url(Images/detail1.jpg);
	background-repeat: repeat-y;
}

.RightBlockHeadLess
{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	width: 444px;
	background-image: url(Images/Head.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

.RightBlockHead
{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	width: 444px;
	background-image: url(Images/Header.jpg);
	background-repeat: no-repeat;
	height: 43px;
}
.RightBlockHeadProjects
{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	width: 444px;
	background-image: url(Images/HeaderProjects.jpg);
	background-repeat: no-repeat;
	height: 43px;
}

.RightSahem
{
	/*position: relative;*/
	padding-right: 15px;
	padding-left: 15px;
	width: 444px;
	background-image: url(Images/Sahem.jpg);
	background-repeat: no-repeat;
	height: 43px;
}

.RightEngazat
{
	padding-right: 15px;
	padding-left: 15px;
	width: 444px;
	background-image: url(Images/Engazat.jpg);
	background-repeat: no-repeat;
	height: 43px;
}

.RightQalu
{
	padding-right: 15px;
	padding-left: 15px;
	width: 444px;
	background-image: url(Images/qalu.jpg);
	background-repeat: no-repeat;
	height: 43px;
}
.RightOurNews
{
	padding-right: 15px;
	padding-left: 15px;
	width: 444px;
	background-image: url(Images/ournews.jpg);
	background-repeat: no-repeat;
	height: 43px;
}

.RightBlockHeadKfalat
{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	width: 444px;
	background-image: url(Images/HeaderKfalat.jpg);
	background-repeat: no-repeat;
	height: 43px;
}

.RightBlockTail
{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	width: 444px;
	background-image: url(Images/Tail.jpg);
	background-repeat: no-repeat;
	height: 20px;
}


 .Prightblock
{
	border: 1px solid #DBDB79;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
	width: 650px;
	background-attachment: scroll;
	background-image: url(Images/UpFrameBlue.jpg);
	background-repeat: repeat-x;
	/*background-color: #feffab;*/
}
 .Krightblock
{
	border: 1px solid #DBDB79;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
	width: 650px;
	background-attachment: scroll;
	background-image: url(Images/UpFrameBlue.jpg);
	background-repeat: repeat-x;
}

 .RightBlockHeadX
{
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	width: 195px;
	height: 43px;
	background-image: url(Images/SHeadeAchivemet.jpg);
	background-repeat: no-repeat; /*background-color: #feffab;*/
}
 .RightBlockTailX
{
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	width: 195px;
	height: 20px;
	background-image: url(Images/STail.jpg);
	background-repeat: no-repeat; /*background-color: #feffab;*/
}
 
 .rightblockX
{
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	width: 195px;
	background-image: url(Images/SDetail.jpg);
	background-repeat: repeat-y; /*background-color: #feffab;*/
	text-align: justify; 
}
 .rightblockXX
{ 
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	width: 195px;
	background-image: url(Images/SDetailXX.jpg);
	background-repeat: repeat-y; /*background-color: #feffab;*/
	text-align: justify; 
}
 .RightBlockHeadXX
{
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	width: 195px;
	height: 43px;
	background-image: url(Images/SHeaderwitness.jpg);
	background-repeat: no-repeat; /*background-color: #feffab;*/
}

 .RightBlockTailXX
{ 
	padding-right: 15px;
	padding-left: 15px;
	/*position: relative;*/
	width: 195px;
	height: 20px;
	background-image: url(Images/STailXX.jpg);
	background-repeat: no-repeat; /*background-color: #feffab;*/
    left: 0px;
}


.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}

/* A full width block on the page */

.GeneralBack
{
	margin-right: auto;
	margin-left: auto;
	padding-left: 26px;
	padding-right: 30px;
	background-image: url(Images/GeneralBack.gif);
	width: 470px;
	height: 572px;
	background-repeat: no-repeat;
}
.PayMethod
{
	margin-right: 0px;
	margin-left: auto;
	padding-left: 0px;
	/*padding-right: 310px;*/
	width: 100%;
	height: 277px;
}

.PayMethod1
{
	margin-right: auto;
	margin-left: auto;
	padding-left: 28px;
	padding-right: 310px;
	background-image: url(Images/PAY1.gif);
	width: 190px;
	height: 277px;
}

.PayMethod2
{
	margin-right: auto;
	margin-left: auto;
	padding-left: 28px;
	padding-right: 310px;
	background-image: url(Images/PAY2.gif);
	width: 190px;
	height: 277px;
}

.PayMethod3
{
	margin-right: auto;
	margin-left: auto;
	padding-left: 28px;
	padding-right: 310px;
	background-image: url(Images/PAY3.gif);
	width: 190px;
	height: 277px;
}

.fullwidth, #loginbanner
{
	margin-right: 15px;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 40px;
	text-align: right;
	background-image: url(images/FullwidthDetail.jpg);
	background-repeat: repeat-y; /*width: 100%;*/
	background-position-x: center;
}


/* for the login block
    picks up most of its properties from .fullwidth */
.fullwidthHead
{
	margin-right: 15px;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	background-image: url(images/FullWidthHead.jpg);
	background-repeat: no-repeat; /*width: 100%;*/
	height: 18px;
	background-position-x: center;
}

.fullwidthTail
{
	margin-right: 15px;
	margin-left:  auto ;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	background-image: url(images/FullWidthTail.jpg);
	background-repeat: no-repeat;
	/*width: 100%;*/
	height: 18px;
	background-position-x: center;
} 

#loginbanner
{
  padding-bottom: 0px;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #DBDB79;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
	border-bottom: 1px dashed #DBCE6A;
	padding-top: 2px;
	margin-bottom: 2px;
	clear: right;
}

/* Command buttons on pages */
.actionbuttons
{
	text-align: right;
	position: relative;
	padding: 1px 1px 1px 1px;
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #DBDB79;
    width: 494px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
    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: 494px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #DCD78E;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
    background-color: #FEEB95;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #C7C272;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
   position: relative;
   float :left ;
   padding-left : 30px;
}
.prevlink
{
   position: relative;
   float : right ;
   padding-right : 30px;
}



/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

legend
{
    font-weight: bold;
    color: #666666;
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}


/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;    
}

.Achev_photo
{
	background: url(Images/thumbnail.jpg) #feffc8 repeat-x center;
	border: solid 1px #E8DCA3;
	padding: 5px;
}

.picture
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;
    margin: 5px;  
}

/* add hover border to href thumbnail images */
/*todo: rectify whether these should be .photo instead 

.thumbnail a:link img, #thumbnail a:visited img
{
    border: 2px solid #883D08;
}
.thumbnail a:hover img
{
    border: 2px solid #FFFFFF;
}
.thumbnail a:active img
{
    border: 2px solid #000000;
}
*/

/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem p , .listitemSmall p
{
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	font-size: 8pt;
	font-family: 'Tahoma';
	color:  Black ;
}
.SearchListItem
{
	width: auto ;
	text-align: justify;
	background-image: url(Images/SearchDetail.jpg);
	background-repeat: repeat-y;
	/*margin-left: 10px;*/
	/*margin-right: 10px;*/
	padding-right:10px;
	padding-left :10px;
}
.SearchListItem h3
{
	font-family : Traditional Arabic;
	font-size :12pt ;
}
.SearchHead
{
	width: auto;
	text-align: justify;
	background-image: url(Images/SearchHead.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
}
.SearchTail
{
	width: auto;
	text-align: justify;
	background-image: url(Images/SearchTail.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
}

.listitem
{
	width: 400;
	text-align: justify;
	background-image: url(Images/ItemDetail.jpg);
	background-repeat: repeat-y;
	margin-left: 10px;
	margin-right: 10px;
}
.listitem h3 , .listitemSmall h3 , .leftblock h3 , .NewsDetail h3
{
	text-align: right;
	margin-right: 5px;
	font-size: 12pt;
	font-family: 'Traditional Arabic';
}

.listitem p , .listitemSmall p , .leftblock p , .NewsDetail p
{
	text-align:  right ;
	margin-right: 5px;
	font-size: 8pt;
	font-family: 'Tahoma' ;
}
 .listitemSmall
{
	width: 200;
	text-align: justify;
	background-image: url(Images/ItemDetailsmall.jpg);
	background-repeat: repeat-y;
	margin-left: 1px;
	margin-right: 1px;
	background-position-x: right;
}

.ItemHeader
{
	margin-left: 10px;
	background-image: url(Images/ItemHeader.jpg);
	background-repeat: no-repeat;
	height: 25px;
	text-align: justify;
	background-position-y: bottom;
}
.ItemTail
{
	margin-left: 10px;
	background-image: url(Images/ItemTail.jpg);
	background-repeat: no-repeat;
	height: 25px;
	text-align: justify;
}

.ItemHeadersmall
{
	margin-left: 1px;
	background-image: url(Images/ItemHeadersmall.jpg);
	background-repeat: no-repeat;
	height: 25px;
	text-align: justify;
	background-position-y: bottom;
}
.ItemTailsmall
{
	margin-left: 1px;
	background-image: url(Images/ItemTailsmall.jpg);
	background-repeat: no-repeat;
	height: 25px;
	text-align: justify;
}

.NewsDetail
{
	width: 400;
	text-align: justify;
	background-image: url(Images/NewsDetail.jpg);
	background-repeat: repeat-y;
	margin-left: 10px;
	margin-right: 10px;
}

.NewsHeader
{
	margin-left: 10px;
	background-image: url(Images/NewsHeader.jpg);
	background-repeat: no-repeat;
	height: 10px;
	text-align: justify;
	background-position-y: bottom;
}
.NewsTail
{
	margin-left: 10px;
	background-image: url(Images/NewsTail.jpg);
	background-repeat: no-repeat;
	height: 10px;
	text-align: justify;
}
/* surrounds the buttons for list items */
.editbuttons
{
    padding-top: 6px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
	float: right;
	margin: 0px 5px;
}

.thumbnailleft
{
	float: left;
	margin: 0px 5px;
}
/*used to clear the float for the thumbnail */
.clearlist
{
	clear: none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}


/* Used in the two column lists */

.membercard
{
	background-color: #96aeda;
	border: 1px solid #E8DCA3;
	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;
}

/*
.eventlist, .eventlist td, .eventlist tr
{
    border-style:none;
}
*/

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
	background: url(images/background_button_small.gif) repeat-x;
	border: none;
	color: #FFFFFF;
	height: 22px;
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 9px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
	font-family: Tahoma;
}
.buttonsmall-ovr
{
    text-decoration: underline;
    background: url(images/background_button_small-ovr.gif) repeat-x;
}

/************************************************************************
* 
* Page specific 
*
************************************************************************/

/* even dowload button */
.downloadevent img
{
    margin-right: 5px;
    vertical-align: middle;
    border: none;
}

/* Header on view details type pages */
.itemdetails
{
    font-size: 1.3em;
}



/************************************************************************
* 
* Photo selection controls
*
************************************************************************/

#popupbody
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #FED36B;
    font-size: 0.7em;
}

#popupinner
{
    border: 1px solid #DBDB79;
    margin: 5px;
    background: #FEFFAB;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#popupbody h2
{
    font-weight: bold;
    margin: 0px;
    padding: 1px 0px 5px 5px;
    display: block;
}

.selected, .unselected
{
    width: 80px;
    height: 100px;
    text-align: justify ;
    padding: 2px 2px 2px 2px;
}

.unselected
{
    background-color: transparent;
    border: solid 1px #FEFFAB;
}

.unselected a:hover
{
	background-color:  Green ;
	border: Green 1px solid;
}
.selected
{
     background: #FED36B;
     border: solid 1px #DBDB79;
}

.scrollablelist
{
    overflow: auto;
    height: 230px;
    width: 460px;
    border: solid 1px #DBDB79;
}

.scrollablelist2
{
    overflow: auto;
    height: 230px;
    width: 210px;
    border: solid 1px #DBDB79;
}


.scrolledtable
{
}

 .selectablephoto
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: 1px solid #E8DCA3;
    padding: 2px;
}

.contextbuttons
{
  margin: 5px 3px 5px 3px; 

}

/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
    width:120px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}


.MyMenuClass
{
	width: 150px;
	background-image: url(Images/Dynamic_menu.jpg);
	line-height: 23px;
	background-repeat: repeat-y;
	font-family: Tahoma;
	text-align: right;
	vertical-align: middle;
}

.RightMenuClass
{
	font-size: 8pt;
	direction: rtl;
	line-height: 28px;
	text-align: right;
	background-repeat: repeat-y;
	background-color: #e5f0ff;
	padding-right: 15px;
	background-image: url(Images/RightMenuItem2.gif);
	color: #00008b;
	font-family: Tahoma;
}

.RightMenuClass a:active, .RightMenuClass a:link, .RightMenuClass a:visited
{
	color: #00008b;
}

.RightMenuClass a:hover
{
	color: RED;
	text-decoration: underline;
}

.RightMenuClassHover
{
	color: RED;
	text-decoration: underline; /*background-image: url(Images/RightMenuItem4.gif);*/ /*background-repeat: no-repeat;*/
}



.MainMenuClass
{
	background-image: url(Images/but2r.gif);
	background-repeat: repeat-x;
	text-align: center;
	width: 439px;
}

.MainMenuClass a:hover, .MainMenuClass a:active,.MainMenuClass a:link ,.MainMenuClass a:visited
{
	color: blue;
}

.MainMenurClass 
{
	background-image: url(Images/but2.gif);
	text-align: center;
	background-repeat: no-repeat;
	color: blue;
}

.RightMenurClass
{
	text-align: right;
	background-image: url(Images/RightMenuItem1.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: white;
	list-style-image: url(Images/bullet-1.gif);
}
 #MyLogin
{
	border: 1px solid #DBDB79;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	float: right;
	background-image: url(Images/background2.jpg);
	background-repeat: repeat;
	font-size: 8pt;
}
.MyLogin
{
	border: 1px solid #DBDB79;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	float: right;
	background-image: url(Images/background2.jpg);
	background-repeat: repeat;
	font-size: 8pt;
}

 .RightBar
{
    /*margin-bottom: 10px;*/
	position: relative;
	 height :100%;
	 width :100%;
}


.RMenuHead
{
	background-image: url(Images/MainMenuHead.jpg);
	vertical-align: bottom;
	background-repeat: no-repeat;
	height: 43px;
}

.DynamicMenuClass
{
	width: 150px;
	font-size: 8pt;
	direction: rtl;
	line-height: 22px;
	font-family: Tahoma;
	text-align: center;
	background-repeat: repeat-y;
	background-color: #e5f0ff;
	border-left-color: #4367bd;
	border-right: #4367bd thin solid;
	border-top: #4367bd thin solid;
	border-left: #4367bd thin solid;
	border-bottom: #4367bd thin solid;
	background-image: url(Images/DynamicMenuItem1.gif);
	color: #00008b;
	list-style-type: circle;
}

.DynamicMenuClass a:active, .DynamicMenuClass a:link, .DynamicMenuClass a:visited
{
	color: #00008b;
}

.DynamicMenuClass a:hover
{
	color: blue;
	text-decoration: none;
}

.DynamicMenuClassHover
{
	color: blue;
	text-decoration: none;
	/*background-image: url(Images/RightMenuItem4.gif);*/
	/*background-repeat: no-repeat;*/
}
#KHeader
{
	position: absolute;
	margin: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100px;
	background-image: url(Images/Back1.jpg);
	background-repeat: repeat-x;
	left: 0px;
	background-color: #6c8ecb;
	padding: 0px;
}
#KHeader1
{
    position: relative;
	padding: 0px;
	width :100%;
	/*margin-left :100px;*/
	height: 100px;
	text-align :center ;
}

#headermenu
{
    position :absolute ;
	top: 100px;
	margin: 0px;
	right: 0px;
	left: 0px;
	height: 65px;
	width: 100%;
	background-color: #6c8ecb;
	/*padding: 2px 2px 2px 2px;*/
	text-align :center ;
}
#SiteMapHeader
{
	position: absolute;
	margin: 0px;
	top: 165px;
	right: 0px;
	width: 100%;
	height: 20px;
	left: 0px;
	background-color: #6c8ecb;
	padding: 0px;
}

#Container
{
	/*position: absolute;*/
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	width: 960px;
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 165px;
	text-align: right;
}

#LeftColumn
{
	margin-right: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
	bottom: 0px;
	height: 100%;
	text-align: right;
	width: 750px;
}


#RightColumn
{
	position: static;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 200px;
	height: auto;
	float: right;
	margin: 0px;
	padding: 0px;
}


#RightColumnHeader
{
	height: 42px;
	background-image: url(Images/MainMenuHead.jpg);
	background-repeat: no-repeat;
}

#RightColumnDetail
{
	text-align: left;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#RightColumnTail
{
	height: 20px;
	/*background-image: url(Images/RightMenuTail.jpg);
	background-repeat: no-repeat;*/
}
.LeftUp
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 10px;
	height: 43px;
	background-image: url(Images/LeftUpProjects.jpg);
	background-repeat: no-repeat;
}
.CenterUp
{
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: auto ;
	height: 43px;
	background-image: url(Images/CenterUpProjects.jpg);
	background-repeat: repeat-x;
}
.RightUp
{
	top: 0px;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 265px;
	height: 43px;
	background-image: url(Images/RightUpProjects.jpg);
	background-repeat: no-repeat;
}
.LeftDetail
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 10px ;
	height: 100%;
	background-image: url(Images/LeftDetail.jpg);
	background-repeat: repeat-y;
	text-align : right ;
}
.CenterDetail
{
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: auto ;
	height: 100%;
	background-color: #d8e8ff;
}
.RightDetail
{
	top: 0px;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 10px;
	height: 100%;
	background-image: url(Images/RightDetail.jpg);
	background-repeat: repeat-y;
}
.RightBlockTailProjects
{
	position: relative;
	width: auto;
	height: 20px;
	text-align :left ;
}
.LeftTail
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 10px;
	height: 20px;
	background-image: url(Images/LeftTail.jpg);
	background-repeat: no-repeat;
}
.CenterTail
{
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: auto ;
	height: 20px;
	background-image: url(Images/CenterTail.jpg);
	background-repeat: repeat-x;
}
.RightTail
{
	top: 0px;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 10px;
	height: 20px;
	background-image: url(Images/RightTail.jpg);
	background-repeat: no-repeat;
}

#MainContent
{
	top: 0px;
	padding :0px;
	position: relative ;
	margin-left :190px;
	margin-right : 5px;
	width :  auto ;
	text-align :left ;
	height : 100%;
}
.Content
{
	padding :0px;
	margin-left : 0px;
	margin-right : 0px;
	text-align : center ;
	height : 100%;
}
 .WhatIsNewHead
{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	width: 195px;
	height: 43px;
	background-image: url(Images/E3lamiat.jpg);
	background-repeat: no-repeat; /*background-color: #feffab;*/
	margin-left :10px;
	margin-right :10px;
}

 .KalemahHead
{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	width: 195px;
	height: 43px;
	background-image: url(Images/Kalemah.jpg);
	background-repeat: no-repeat; /*background-color: #feffab;*/
	margin-left :10px;
	margin-right :10px;
}

 .MqlaHead
{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	width: 195px;
	height: 43px;
	background-image: url(Images/MQalat.jpg);
	background-repeat: no-repeat; /*background-color: #feffab;*/
	margin-left: 10px;
	margin-right: 10px;
}

.pollbar
{
   background-color: Green ;
   font-size: 12px;   
}

.TailBar
{
 width :100%;
 background-color :#6C8ECB ;
 margin : 0px;
 padding : 0px;
 height : 50px;
}

#Footer
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 62px;
	background-image: url(images/FooterSlice.gif);
	background-repeat: repeat-x;
}





#FooterMenu
{
   text-align: center;
   padding-top: 10px;            
}




#FooterText
{
   text-align: center;
   padding-top: 3px;            
}


