/***************************************************************************************/
/* Defualt classes */
/***************************************************************************************/
body
{
	font: 15px/normal Tahoma;
	color: #000000;
	background: #c22d27 url(../images/ElGounaBG.jpg) no-repeat center center fixed;
	margin: 50px 0 0px 0;
	height:100%;
}


     /* Initial properties for common links */

A:link{
	color:#ba2626;
	text-decoration:none;

}

A:visited{
	color:#ba2626;
	text-decoration:none;
}

A:hover{
	color:#EF5221;
}

     /* Initial properties for all Lists */

UL{
	padding:0px 0px 0px 25px;     /* the left padding was set to make the bullets appear inside the container */
	margin:0px 0px 0px 0px;
}

LI{
	padding:0px 0px 10px 0px;        /* the left padding was set to give the text left padding from the bullet position */
	margin:0px 0px 0px 0px;
	color:#000000;
}

LI A:link{
	color:#EF5221;
	text-decoration:underline;
}

LI A:visited{
	color:#EF5221;
    text-decoration:underline;
}

LI A:hover{
	color:#EF5221;
	text-decoration:none;
}




    /* Initial properties for any FORM */

FORM{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

    /* Initial properties for textbox or textarea */

INPUT,TEXTAREA{
	font-family:tahoma;
	font-size:12px;
	color:#666666;
	padding:1px 3px 1px 3px;
	margin:0px 0px 0px 0px;
	border: 1px double #666666;
	background-color:#ffffff;
	width:99%;
}

#chk input{
	width:auto;
	background-color:transparent;
	border:0;
}


#PollControl1_chk1 input{
	width:auto;
	background-color:transparent;
	border:0;
}
#PollControl1_chk2 input{
	width:auto;
	background-color:transparent;
	border:0;
}
#PollControl1_chk3 input{
	width:auto;
	background-color:transparent;
	border:0;
}
#PollControl1_chk4 input{
	width:auto;
	background-color:transparent;
	border:0;
}
#PollControl1_chk5 input{
	width:auto;
	background-color:transparent;
	border:0;
}
#PollControl1_chk6 input{
	width:auto;
	background-color:transparent;
	border:0;
}

SELECT{
	font-family:tahoma;
	font-size:12px;
	color:#666666;
	padding:0px 0px 0px 3px;
	margin:0px 0px 0px 0px;
	border: 1px solid #666666;
	background-color:#ffffff;
	width:97%;
}

/* Initial properties for any img */

HR{
	color:#666666;
	height:2px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

    /* Initial properties headings */

H6{
	font-family:verdana;
	font-size:17px;
	color:#ffffff;
	font-weight:bold;
	text-transform:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:none;
	background-image:url(../images/bgMenu.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
}

H5{
	font-family:tahoma;
	font-size:12px;
	color:#054963;
	font-weight:bold;
	text-transform:none;
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	float:none;
	border-bottom:1px #066083 solid;
	
	background-color:#none;
}

H4{
	font-family:verdana;
	font-size:16px;
	color:#054963;
	font-weight:normal;
	text-transform:none;
	padding:10px 0px 8px 0px;
	margin:0px 0px 0px 0px;
	float:none;
	background-position:left;
	background-color:transparent;
}

H3{
	font-family:verdana;
	font-size:18px;
	color:#e1511c;
	font-weight:normal;
	text-transform:none;
	padding:0px 0px 3px 0px;
	margin:0px 0px 0px 0px;
	float:none;
	background-image:none;
	background-repeat:no-repeat;
	background-color:transparent;
}

/* All Page Sub Titles  */
H2{
	font-family:tahoma;
	font-size:17px;
	color:#FFFFFF;
	font-weight:normal;
	text-transform:none;
	padding:0px 0px 3px 0px;
	margin:0px 0px 0px 0px;
}

/* All Page Titles  */
H1{
background:url(../images/titlesTLBg.png) repeat-x scroll 0 0;
color:#FFFFFF;
font-family:arial;
font-size:21px;
font-weight:bold;
height:32px;
margin:0;
padding:10px 0 0;
text-transform:none;
vertical-align:middle;

}


/* Defualt classes End*/
/******************************************************************************************************************/

/*Class for the TD that holds the Title*/

.titleBg {
	background: #FFF url(../images/h2BGsd.png) no-repeat top center;
	
}

/* General classes */
/******************************************************************************************************************/

/* you must check this classes */
/******************************************************************************************************************/

     /* make the image border */
	 
.imageBorder{
	border:1px #988968 solid;
}

	/* make the image float left */

.imageLeft{
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 7px 5px 0px;
	border:0px #988968 solid;
}

     /* make the image float right */

.imageRight{
	float:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 7px;
	border:0px #988968 solid;
}

     /* Mark any word with bold */

.Bold{
	font-weight:bold;
}

	 /* Justify any text */

.justify{
	text-align:justify;
}

	/* More Link */
a.more:link{
	font-family:tahoma;
	font-size:11px;
	color:#666666;
	text-decoration:underline;
}

a.more:visited{
	font-family:tahoma;
	font-size:11px;
	text-decoration:underline;
}

a.more:hover{
	color:#666666;
	text-decoration:none;
}

a.more:active{
	color:#666666;
	text-decoration:none;
}

    /* Classes for footer */

.footer{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	background: url(../images/footerBG.png) repeat-x;
	text-align:center;
	height:25px;
	padding-top:20px;
	position:relative; bottom:0px; display:block;
}
   
.footer A:link{
	font-family:tahoma;
	font-size:11px;
	color:#666666;
	text-decoration:underline;
}

.footer A:visited{
	font-family:tahoma;
	font-size:11px;
	text-decoration:underline;
}

.footer A:hover{
	color:#666666;
	text-decoration:underline;
}

.footer A:active{
	color:#666666;
	text-decoration:underline;
}
/******************************************************************************************************************/

       /* a div to hold all all fixed design */
     
.divContainer{
	width:778px;
	margin:auto;
	border:#666666 0px solid;
	background-image:none;
	background-repeat:no-repeat;
}

     /* top links styles : home-aboutus.... */

.topLinks{
	font-family:tahoma;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
	 
.topLinks a:link{
	font-family:tahoma;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

.topLinks a:visited{
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
}

.topLinks a:hover{
	color:#888888;
	text-decoration:underline;
}

.topLinks A:active{
	color:#888888;
	text-decoration:none;
}

	 /* Create a horizontal dots separetor */

.horSeparetor{
	background-image:url(../images/horSep.png);
	background-repeat:repeat-x;
	height:1px;
}

     /* Create a vertical dots separetor */

.verSeparetor{
	background-image:url(../images/verSep.png);
	background-repeat:repeat-y;
	width:1px;
}

	 /* Create a scrolled div */

.scrolledDiv{
	height:400px;
	width:720px;
	overflow:scroll;
	margin:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
	overflow:hidden;
}

      /* Additional text : change  to your requierd color */  

.txtColorName{
	font-family:tahoma;
	font-size:11px;
	color:#666666;
}

.txtColorName A:link{
	font-family:tahoma;
	font-size:11px;
	color:#666666;
	text-decoration:underline;
}

.txtColorName A:visited{
	font-family:tahoma;
	font-size:11px;
	text-decoration:underline;
}

.txtColorName A:hover{
	color:#5c554c;
	text-decoration:none;
}

.txtColorName A:active{
	color:#5c554c;
	text-decoration:underline;
}

.wbmBgLeftMenu{
	background-image:url(../images/wbmBgLeftMenu.gif);
	background-repeat:repeat-y;
}

.wbmBgLeftMenuTitle{
	background-image:url(../images/wbmBgLeftMenuTitle.gif);
	background-repeat:no-repeat;
	height:28px;
	padding-left:40px;
}

/* General classes End*/

/******************************************************************************************************************/

/* padding Classes */

    /* Top Padding*/
.tm0{padding-top:0px;}
.tm1{padding-top:1px;}
.tm2{padding-top:2px;}
.tm3{padding-top:3px;}
.tm4{padding-top:4px;}
.tm5{padding-top:5px;}
.tm6{padding-top:6px;}
.tm7{padding-top:7px;}
.tm8{padding-top:8px;}
.tm9{padding-top:9px;}
.tm10{padding-top:10px;}
.tm11{padding-top:11px;}
.tm12{padding-top:12px;}
.tm13{padding-top:13px;}
.tm14{padding-top:14px;}
.tm15{padding-top:15px;}
.tm16{padding-top:16px;}
.tm17{padding-top:17px;}
.tm18{padding-top:18px;}
.tm19{padding-top:19px;}
.tm20{padding-top:20px;}
.tm21{padding-top:21px;}
.tm22{padding-top:22px;}
.tm23{padding-top:23px;}
.tm24{padding-top:24px;}
.tm25{padding-top:25px;}
.tm26{padding-top:26px;}
.tm27{padding-top:27px;}
.tm28{padding-top:28px;}
.tm29{padding-top:29px;}
.tm30{padding-top:30px;}
.tm35{padding-top:35px;}
.tm40{padding-top:40px;}
.tm45{padding-top:45px;}
.tm50{padding-top:50px;}
.tm55{padding-top:55px;}
.tm60{padding-top:60px;}

    /* Right Padding*/

.rm0{padding-right:0px;}
.rm1{padding-right:1px;}
.rm2{padding-right:2px;}
.rm3{padding-right:3px;}
.rm4{padding-right:4px;}
.rm5{padding-right:5px;}
.rm6{padding-right:6px;}
.rm7{padding-right:7px;}
.rm8{padding-right:8px;}
.rm9{padding-right:9px;}
.rm10{padding-right:10px;}
.rm11{padding-right:11px;}
.rm12{padding-right:12px;}
.rm13{padding-right:13px;}
.rm14{padding-right:14px;}
.rm15{padding-right:15px;}
.rm16{padding-right:16px;}
.rm17{padding-right:17px;}
.rm18{padding-right:18px;}
.rm19{padding-right:19px;}
.rm20{padding-right:20px;}
.rm21{padding-right:21px;}
.rm22{padding-right:22px;}
.rm23{padding-right:23px;}
.rm24{padding-right:24px;}
.rm25{padding-right:25px;}
.rm26{padding-right:26px;}
.rm27{padding-right:27px;}
.rm28{padding-right:28px;}
.rm29{padding-right:29px;}
.rm30{padding-right:30px;}
.rm35{padding-right:35px;}
.rm40{padding-right:40px;}
.rm45{padding-right:45px;}
.rm50{padding-right:50px;}
.rm55{padding-right:55px;}
.rm60{padding-right:60px;}

    /* buttom Padding*/

.bm0{padding-bottom:0px;}
.bm1{padding-bottom:1px;}
.bm2{padding-bottom:2px;}
.bm3{padding-bottom:3px;}
.bm4{padding-bottom:4px;}
.bm5{padding-bottom:5px;}
.bm6{padding-bottom:6px;}
.bm7{padding-bottom:7px;}
.bm8{padding-bottom:8px;}
.bm9{padding-bottom:9px;}
.bm10{padding-bottom:10px;}
.bm11{padding-bottom:11px;}
.bm12{padding-bottom:12px;}
.bm13{padding-bottom:13px;}
.bm14{padding-bottom:14px;}
.bm15{padding-bottom:15px;}
.bm16{padding-bottom:16px;}
.bm17{padding-bottom:17px;}
.bm18{padding-bottom:18px;}
.bm19{padding-bottom:19px;}
.bm20{padding-bottom:20px;}
.bm21{padding-bottom:21px;}
.bm22{padding-bottom:22px;}
.bm23{padding-bottom:23px;}
.bm24{padding-bottom:24px;}
.bm25{padding-bottom:25px;}
.bm26{padding-bottom:26px;}
.bm27{padding-bottom:27px;}
.bm28{padding-bottom:28px;}
.bm29{padding-bottom:29px;}
.bm30{padding-bottom:30px;}
.bm35{padding-bottom:35px;}
.bm40{padding-bottom:40px;}
.bm45{padding-bottom:45px;}
.bm50{padding-bottom:50px;}
.bm55{padding-bottom:55px;}
.bm60{padding-bottom:60px;}

    /* Left Padding*/

.lm0{padding-left:0px;}
.lm1{padding-left:1px;}
.lm2{padding-left:2px;}
.lm3{padding-left:3px;}
.lm4{padding-left:4px;}
.lm5{padding-left:5px;}
.lm6{padding-left:6px;}
.lm7{padding-left:7px;}
.lm8{padding-left:8px;}
.lm9{padding-left:9px;}
.lm10{padding-left:10px;}
.lm11{padding-left:11px;}
.lm12{padding-left:12px;}
.lm13{padding-left:13px;}
.lm14{padding-left:14px;}
.lm15{padding-left:15px;}
.lm16{padding-left:16px;}
.lm17{padding-left:17px;}
.lm18{padding-left:18px;}
.lm19{padding-left:19px;}
.lm20{padding-left:20px;}
.lm21{padding-left:21px;}
.lm22{padding-left:22px;}
.lm23{padding-left:23px;}
.lm24{padding-left:24px;}
.lm25{padding-left:25px;}
.lm26{padding-left:26px;}
.lm27{padding-left:27px;}
.lm28{padding-left:28px;}
.lm29{padding-left:29px;}
.lm30{padding-left:30px;}
.lm35{padding-left:35px;}
.lm40{padding-left:40px;}
.lm45{padding-left:45px;}
.lm50{padding-left:50px;}
.lm55{padding-left:55px;}
.lm60{padding-left:60px;}

	 /* General Padding */

.m0{padding:0px;}
.m1{padding:1px;}
.m2{padding:2px;}
.m3{padding:3px;}
.m4{padding:4px;}
.m5{padding:5px;}
.m6{padding:6px;}
.m7{padding:7px;}
.m8{padding:8px;}
.m9{padding:9px;}
.m10{padding:10px;}
.m11{padding:11px;}
.m12{padding:12px;}
.m13{padding:13px;}
.m14{padding:14px;}
.m15{padding:15px;}
.m16{padding:16px;}
.m17{padding:17px;}
.m18{padding:18px;}
.m19{padding:19px;}
.m20{padding:20px;}
.m21{padding:21px;}
.m22{padding:22px;}
.m23{padding:23px;}
.m24{padding:24px;}
.m25{padding:25px;}
.m26{padding:26px;}
.m27{padding:27px;}
.m28{padding:28px;}
.m29{padding:29px;}
.m30{padding:30px;}
.m35{padding:35px;}
.m40{padding:40px;}
.m45{padding:45px;}
.m50{padding:50px;}
.m55{padding:55px;}
.m60{padding:60px;}

/* ------------------------------Accordion Faq Styles-------------------------------------- */
.accordionHeader
{
    
    font-family:tahoma;
	font-size: 13px;
 background-color:#f7f7f7;
	background-image:url(../images/Bullet1.gif);
	 background-position:left;
	 background-repeat:no-repeat;
	font-weight: bold;
    border-top: 1px solid #ffffff;  
    border-left: 0px solid #f1f1f1;  
    border-bottom: 1px solid #cccccc;  
	border-right: 0px solid #f1f1f1;  
    padding: 5px 5px 5px 30px;
    cursor: pointer;
}
.accordionHeaderSelected
{
	font-family:tahoma;
	font-size: 12px;
	
    font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #2F4F4F;
    padding: 5px;
    cursor: pointer;
}
.accordionContent
{
    background-color: #f9f9f9;
    border: 1px dashed #cccccc;
    border-top: none;
    padding: 15px;
	border-top:none;
	text-align:justify;
}


/* ########################		Site Map Styles #####################*/

td.site_map_level1
{
	font-family: tahoma;
	font-size: 12px;
	height: 25px;
	padding-left: 10px;
	font-weight: bold;
	color:#00658d;
    background-repeat:no-repeat;
}

a.site_map_level1
{
	font-family:tahoma;
	font-size:16px;
	color:#00658d;
	padding-left: 3px;
	text-decoration:none;
}
a.site_map_level1:hover
{
	font-family:tahoma;
	font-size:16px;
	color:#00658d;
	padding-left: 3px;
	text-decoration:underline;
}
a.site_map_level1:visited
{
	font-family: tahoma;
	font-size: 16px;
	color: #00658d;
	padding-left: 3px;
	text-decoration:none;
}
td.site_map_level2
{
	font-family: tahoma;
	font-size: 14px;
	padding-left: 40px;
	text-decoration:none;
    padding-top:0px;
    height:25px;
	color:#666666;
	background-repeat:no-repeat;
}
a.site_map_level2
{
	font-family: tahoma;
	font-size: 14px;
	color: #666666;
	padding-left: 5px;
	text-decoration:none;
}

a.site_map_level2:hover
{
	font-family: tahoma;
	font-size: 14px;
	color: #666666;
	padding-left: 5px;
	text-decoration:underline;
}
a.site_map_level2:visited
{
	font-family: tahoma;
	font-size: 14px;
	color: #666666;
	padding-left: 5px;
	
}

td.site_map_level3
{
	font-family: tahoma;
	font-size: 11px;
	height: 25px;
	padding-left: 70px;
    padding-top:3px;
	background-repeat:no-repeat;
	color:#fe8700;
}
a.site_map_level3
{
	font-family: tahoma;
	font-size: 11px;
	color: #fe8700;
	padding-left: 5px;
	
	text-decoration:none;
}
a.site_map_level3:hover
{
	font-family: tahoma;
	font-size: 11px;
	color: #fe8700;
	padding-left: 5px;

	text-decoration:underline;
}
a.site_map_level3:visited
{
	font-family: tahoma;
	font-size: 11px;
	color: #fe8700;
	padding-left: 5px;
	

}

/* ########################		Web Page Manager End Menu Styles #####################*/


.txtDarkBlue {
	color:#054963;
}



/*--------------------------------------- new classes ------------------------------------------------------------*/
/* class for any validation control */ 
.ValidationControls
{
    font-size: 11px;
    color: Red;
}

/* class for any warning or error message */
.WarningError
{
    font-size: 11px;
    color: Red;
}

/* class for any label concatented with textbox */ 
.txtFields{
	font-family:Verdana;
	font-size:12px;
	color:#066488;
}

.txtFields A:link{
	font-family:Verdana;
	font-size:12px;
	color:#066488;
	text-decoration:underline;
}

.txtFields A:visited{
	font-family:Verdana;
	font-size:12px;
	color:#066488;
	text-decoration:underline;
}

.txtFields A:hover{
	color:#066488;
	text-decoration:none;
}

/* class for date */
.txtDate{
	font-family:Verdana;
	font-size:12px;
	color:#066488;
}


/* Use this Class when you want to style any Button */
.buttonAllSite{
	font-family:tahoma;
	font-size:12px;
	color:#ffffff;
	height:18px;
	width:auto;
	padding:0px 2px 1px 2px;
	border:1px solid #000;
	background-color:#f8713e;
}

.buttonLeft{
	font-family:tahoma;
	font-size:12px;
	color:#ffffff;
		width:27px;
	padding:0px 2px 1px 2px;
	vertical-align:middle;
	
	border:0px solid #07759f;
	background-image:url(../images/arrowL.gif);
}
.buttonRight{
	font-family:tahoma;
	font-size:12px;
	color:#ffffff;
	width:27px;
	padding:0px 2px 1px 2px;
	vertical-align:middle;
	border:0px solid #07759f;
	background-image:url(../images/arrowR.gif);
}

/* class for more link */
a.more:link{
	font-family:tahoma;
	font-size:12px;
	color:#fe7f00;
	text-decoration:none;
}

a.more:visited{
	font-family:tahoma;
	font-size:12px;
	color:#fe7f00;
	text-decoration:none;
}

a.more:hover{
	font-family:tahoma;
	font-size:12px;
	color:#fe7f00;	
	text-decoration:underline;
}

/* class for back link */
a.Back:link{
	font-family:tahoma;
	font-size:12px;
	color:#fe7f00;
	text-decoration:none;
}

a.Back:visited{
	font-family:tahoma;
	font-size:12px;
	color:#fe7f00;
	text-decoration:none;
}

a.Back:hover{
	font-family:tahoma;
	font-size:12px;
	color:#fe7f00;	
	text-decoration:underline;
}

/* ------------------------------Vertical News Styles-------------------------------------- */
#news   
{
	background:#eee;
	padding-left: 5px;
	padding-right: 5px;
}
#news a 
{
	color:#000;
}
#news tr
{
	margin:0 0 0 0em;
	padding:0;
}
#news td
{
	line-height:2em;
}
#news.hasJS
{
	height:120px;
	overflow:hidden;
	position:relative;
}
#news2
{
	position:absolute;
	top:150px;
	padding-left: 10px;
	padding-right: 5px;
}
#newsMaster 
{
	background:#eee;
	padding-left: 5px;
	padding-right: 5px;
}
#newsMaster a 
{
	color:#000;
}
#newsMaster tr
{
	margin:0 0 0 0em;
	padding:0;
}
#newsMaster td
{
	line-height:2em;
}
#newsMaster.hasJSMaster
{
	height:120px;
	overflow:hidden;
	position:relative;
}
#news2Master
{
	position:absolute;
	top:150px;
	padding-left: 10px;
	padding-right: 5px;
}

LI.Ticker{
	padding:0px 0px 0px 0px;        /* the left padding was set to give the text left padding from the bullet position */
	margin:0px 0px 0px 0px;
	color:#ffffff;
}

LI.Ticker A:link{
	color:#ffffff;
	text-decoration:none;
}

LI.Ticker A:visited{
	color:#ffffff;
    text-decoration:none;
}

LI.Ticker A:hover{
	color:#ffffff;
	text-decoration:underline;
}


/*background for horizontal ticker*/
.BackgroundTicker
{
    background-color:#f8f8f8;
}

.NewsSearchBox
{	border: 1px solid #cccccc;
     background-color:#f8f8f8;
}
/* ------------------------------Vertical News Styles END-------------------------------------- */

/* ----------------------------- Datagrid Styles -----------------------------------------------*/
.GridItem
{
	font-size: 11px;
	color: #000000;
	background-color: #f1f1f1;
	vertical-align: middle;
	height: 20px;
	*height: 15px;
	text-align:center;
	border : 0px;
}


.GridAlternatingItem
{
	font-size: 11px;
	color: #000000;
	background-color: White;
	vertical-align: middle;
	height: 20px;
	height: 17px\9;
	text-align:center;
	border : 0px;
}

.GridHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: black;
	text-align: center;
	height: 22px;
	vertical-align: middle;
	text-align:center;
}


.GridFooter
{
	font-size: 11px;
	color: #000000;
	background-color: White;
	text-align: center;
	height: 25px;
	vertical-align: middle;
}

.GridPager
{
	font-size: 11px;
	color: #000000;
	background-color: #BCD3EC;
	text-align: center;
	height: 25px;
	vertical-align: middle;
}

/* ----------------------------- Datagrid Styles END-----------------------------------------------*/

/* ----------------------------- Datalist Style ---------------------------------------------------*/
.DataListSelectedItemStyle
{
    font-size: 11px;
	color: #ffffff;
	background-color: #2D8111;
	vertical-align: middle;
}



.DataListAlternatingItemStyle
{
    font-size: 11px;
	color: #ffffff;
	background-color: #2D8111;
	vertical-align: middle;
}

.DataListAlternatingItemStyle A:link
{
    font-size: 11px;
	color: #ffffff;
	background-color: #2D8111;
	vertical-align: middle;
}
.DataListAlternatingItemStyle A:visited
{
    font-size: 11px;
	color: #ffffff;
	background-color: #000000;
	vertical-align: middle;
}
.DataListAlternatingItemStyle A:hover   
{
    font-size: 11px;
	color: #ffffff;
	background-color: #000000;
	vertical-align: middle;
}




.DataListItemStyle
{
    font-size: 11px;
	color: #ffffff;
	background-color: #2D8111;
	vertical-align: middle;
}

.DataListItemStyle A:link
{
    font-size: 11px;
	color: #ffffff;
	background-color: #2D8111;
	vertical-align: middle;
}
.DataListItemStyle  A:visited
{
    font-size: 11px;
	color: #ffffff;
	background-color: #2D8111;
	vertical-align: middle;
}
.DataListItemStyle A:hover   
{
    font-size: 11px;
	color: #ffffff;
	background-color: #2D8111;
	vertical-align: middle;
}



.DataListHeaderStyle
{
    font-size: 11px;
   	font-weight:bold;
	color: #FFFFFF;
	background-color: #000084;
	vertical-align: middle;
}
.DataListFooterStyle
{
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	background-color: #F4F7FF;
	vertical-align: middle;
}
/* ----------------------------- Datalist Style End ---------------------------------------------------*/


/* ---------------------------- Registeration and login -------------------------------------*/
/* -- checkbox no border--- */ 
#chkRemeberMe input
{
    width: auto;
    border:0;
    background-color: transparent;
}

#chkRemeberMe2 input
{
    width: auto;
    border:0;
    background-color: transparent;
}


/* welcome message */
.WelcomeMessage
{
    font-size: 13px; 
    text-transform: uppercase
}

/* ---------------------------- Registeration and login END -------------------------------------*/


/* ---------------------------- GuestBook -------------------------------------*/
.bgTestmonial{
	background-image:url(../images/bgWhy.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fe8000;
	height:173px;
}
/* ---------------------------- GuestBook END -------------------------------------*/


/*-----------------------------------Poll------------------------------------------*/
.GrayBox
{	border: 1px solid #cccccc;
     background-color:#f8f8f8;
}

#ctl00_ContentPlaceHolder1_PollControl1_tblAnswers input{
	width:auto;
	background-color:transparent;
	border:0;
}

#ctl00_PollControl1_tblAnswers input{
	width:auto;
	background-color:transparent;
	border:0;
}

/*----------------------------------------Poll END------------------------------------------*/



/*-------------Event Calendar Styles------------------- */

TD.EventsManager_Day{
	Padding: 2px;
	text-align: center;
	border: 1px solid #f8f8f8;
	background-color:#none;
	color:#054963;
}

.EventsManager_Events{
	color:#054963;
	background-color:#none;
}

.EventsManager_Events a:link{
	color:#054963;
	text-decoration:underline;
}


.EventsManager_Events a:visited{
	color:#054963;
	text-decoration:underline;
}


.EventsManager_Events a:hover{
	color:#ffa900;
	text-decoration:none;
}


.EventsManager_Events a:active{
	color:#ffa900;
	text-decoration:none;
}


.EventsManager_DayHeader{
	background-color: #ffa900;
	font-size: 11px;
	color: #fff;
	padding: 3px;
	text-align: center;
}

.EventsManager_borderRightCalendar{
	border-right: solid 1px #235e9f ;
	padding: 5px;
}

.EventsManager_calendarBorder{
	border: solid 1px #ffa900;
	padding: 0px;
}

.EventManager_Txt{
	color:#054963;
}

.Header_icons
{
    font-family:tahoma;
	font-size:12px;
	color:#00658d;
	text-decoration:none;
}

.Header_icons a:link
{
    font-family:tahoma;
	font-size:12px;
	color:#00658d;
	text-decoration:none;
}

.Header_icons a:visited
{
    font-family:tahoma;
	font-size:12px;
	color:#00658d;
	text-decoration:none;
}

.Header_icons a:hover
{
    font-family:tahoma;
	font-size:12px;
	color:#00658d;
	text-decoration:none;
}

.Header_icons a:active
{
    font-family:tahoma;
	font-size:12px;
	color:#00658d;
	text-decoration:none;
}

/*-------------Event Calendar Styles END------------------- */


/*---------------------Product Catalogue -------------------------*/

div.CompareDiv
{
	display:none;
	top: 1px;
	right: 0px;
	width: 100%;
	position: absolute;
	padding-top:5px;
}
td.CompareDiv                                                    /*First Level TD*/
{
	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-repeat:repeat-x;
	height: 33px;
	
    color:#000000;
	width:auto;
}
td.CompareDiv                                             /*First Level TD over*/
{
    padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
   background-repeat:repeat-x;
	height: 33px;
	
	width:auto;
	
}
a.CompareDiv                                                 /*First Level Text Link*/
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	
}
a.CompareDiv:visited                                         /*First Level Text Link visited*/
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.CompareDiv:hover                                           /*First Level Text Link hover*/
{
	color: #000;
	text-decoration: none;
}

.compare_CT
{
    border-top:1px solid #505050 ;
}

.compare_CB
{
    border-bottom:1px solid #505050 ;
}

.compare_CL
{
    border-left:1px solid #505050 ;
}

.compare_CR
{
    border-right:1px solid #505050 ;
}

/*---------------------Product Catalogue END-------------------------*/


.breadCrumbs A:link{
	font-family:tahoma;
	font-size:12px;
	color:#00658d;
	text-decoration:underline;
}

.breadCrumbs A:visited{
	font-family:tahoma;
	font-size:12px;
	color:#00658d;
	text-decoration:underline;
}

.breadCrumbs A:hover{
	color:#00658d;
	text-decoration:none;
}

.modules_bgSubTitle{
	background-color:#f0f8ff;
	border:1px solid ;
}

.error
{   color:Red;
	font-size: 10px;
}

/* ------------------------------------------------------------- */

.menuBG {width:100%; height:54px; }
.newsBar {background: url(../images/newsBarBG.png); height:28px; color:#FFFFFF; padding:0 20px 0 20px; text-align:right;}
.titleTL {width:10px; height:38px; background: url(../images/titlesTLCorner.png) no-repeat left;}
.titleTR {width:10px; height:38px; background: url(../images/titlesTRCorner.png) no-repeat right;}
.firstBoxContent { background:#FFFFFF; text-align:justify; padding:10px 15px 15px}
.footerDIV {position:relative; bottom:0px; width:99%; height:30px; background:#000000; color:#FFFFFF; text-align:center; display:block;}
.mainImage { height:247px; width:489px; background: url(../images/mainImage.jpg) no-repeat; vertical-align:bottom; border:solid 2px #FFFFFF; border-left: 1px; font-size:9px;}
.mainImageDescrip {background: url(../images/newsBarBG.png); height:46px; color:#FFFFFF; padding:10px;}
.topBorder
{
	border: solid 1px #A6B4C1;
}
.topBorder2
{
	border: solid 2px #FFFFFF;
	border-right: 1px;
	height: 247px;
}
.mainticker
{
	background: url(../images/imgTop01.jpg) no-repeat;
	vertical-align: bottom;
	font-size: 9px;
	height: 74px;
}
.mainticker2
{
	background: url(../images/imgTop02.jpg) no-repeat;
	vertical-align: bottom;
	font-size: 9px;
	height: 74px;
}
.mainticker3
{	
	background: url(../images/imgTop03.jpg) no-repeat;
	vertical-align: bottom;
	font-size: 9px;
	height: 66px;
}
.maintickerDescrip
{
	background: url(../images/newsBarBG.png) no-repeat;
	height: 25px;
	color: #FFFFFF;
	padding: 1px;
	text-align: center;
	font-size: 11px;
}

.panel01top
{
	background: url(../images/panel01top.png) no-repeat;
	height: 47px;
	 behavior: url(../iepngfix.htc);
}
.panel01top a:link, .panel01top a:visited, .panel01top a:hover {color:#FFFFFF; text-decoration:none;}
.panel01bottom {
background: url(../images/panel01bottom.png) no-repeat; 
 behavior: url(../iepngfix.htc); height:47px; padding-top:0px;color:#FFFFFF; font-family:arial;
font-size:21px;font-weight:bold;}
.panel01bottom a:link, .panel01bottom a:visited, .panel01bottom a:hover {color:#FFFFFF; text-decoration:none;}
.panel03top {background: url(../images/panel03top.png) no-repeat; behavior: url(../iepngfix.htc); height:37px; padding-top:3px;}
.panel02top {background: url(../images/panel02top.png) no-repeat;  behavior: url(../iepngfix.htc); height:37px; padding-top:3px;}


.panel02top a:link, .panel01top a:visited, .panel01top a:hover {color:#FFFFFF; text-decoration:none;}
.panel02bottom {background: url(../images/panel02bottom.png) no-repeat; behavior: url(../iepngfix.htc); height:40px; padding-top:0px;color:#FFFFFF;}
.panel02bottom a:link, .panel02bottom a:visited, .panel02bottom a:hover {color:#FFFFFF; text-decoration:none;}

.tableBg {background:url(../images/tableHead_Bg.gif) repeat-x;}
.txtWhite {color:#ffffff;}
a.txtWhite {color:#ffffff;}
a.txtWhite:hover {color:#ffffff;}
a.txtWhite:visited {color:#ffffff;}

.logo_bg{

}

.ajax__tab_xp-theme .ajax__tab_header 
{
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(../img/xp/tab-line.gif) repeat-x bottom;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer 
{
    padding-right:4px;
    background:url(../img/xp/tab-right.gif) no-repeat right;
    height:21px;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_inner 
{
    padding-left:3px;
    background:url(../img/xp/tab-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab
{
    height:13px;
    padding:4px;
    margin:0;
    background:url(../img/xp/tab.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer 
{
    background:url(../img/xp/tab-hover-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_inner 
{
    background:url(../img/xp/tab-hover-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab 
{
    background:url(../img/xp/tab-hover.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(../img/xp/tab-active-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(../img/xp/tab-active-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab 
{
    background:url(../img/xp/tab-active.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:8px;
    background-color:#ffffff;
}

/* ajax__tab_yuitabview-theme theme (../img/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header 
{
    font-family:arial,helvetica,clean,sans-serif;
    font-size:small;
    border-bottom:solid 5px #2647a0;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(../img/yui/sprite.png) #d8d8d8 repeat-x;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #a3a3a3;
    border-bottom-width:0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#000;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
    background: url(../img/yui/sprite.png) #bfdaff repeat-x left -1300px;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#fff;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background:url(../img/yui/sprite.png) #2647a0 repeat-x left -1400px;
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0.25em 0.5em;
    background-color:#edf5ff;    
    border:solid 1px #808080;
    border-top-width:0px;
}

/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(../img/technorati/tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(../img/technorati/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(../img/technorati/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(../img/technorati/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(../img/technorati/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}

/* ajax__tab_msngallery-theme theme */
.ajax__tab_msngallery-theme .ajax__tab_header 
{
    background:url(../img/msngallery/tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_outer 
{
    border:solid 1px #D7DCE1;
    padding:1px 1px 0px 1px;
    border-bottom:solid 2px #A8D4D9;
    background-color:#edf2fb;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab 
{
    padding:6px 10px 6px 10px;
    color:#444444;
    width:117px;
    display:block;
    text-align:center;    
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab img
{
    height:24px;
    width:24px;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab div
{
    font-family:Verdana, Arial, Sans-Serif;
    font-weight:bold;
    white-space:nowrap;
    line-height:145%;
    font-size:92%;
}
.ajax__tab_msngallery-theme .ajax__tab_active .ajax__tab_outer 
{
    padding:0px 0px 0px 0px;
    border:solid 2px #A8D4D9;
    border-bottom-color:#ffffff;
    background-color:#ffffff;
}
.ajax__tab_msngallery-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    background-color:#ffffff;
    border:solid 2px #A8D4D9;
    border-top-width:0;
}

/* ajax__tab_ie-theme theme */
.ajax__tab_ie-theme .ajax__tab_header 
{
    padding-left:5px;
}
.ajax__tab_ie-theme .ajax__tab_header .ajax__tab_tab
{
    margin-right:0px;
    background:url(../img/ie/tab_unselected.gif);
    width:116px;
    padding:9px 0px 3px 0px;
    text-align:center;    
    color:#006699;
    font-family:verdana;
    font-size:13px;
    display:block;
}
.ajax__tab_ie-theme .ajax__tab_active .ajax__tab_tab 
{
    padding:6px 0px 3px 0px;
    background:url(../img/ie/tab_selected.gif);
}
.ajax__tab_ie-theme .ajax__tab_body 
{
    background:url(../img/ie/ie_tabbacker_720x296.jpg) no-repeat;
    font-size:13px;
    font-family:verdana;
    height:296px;
    width:716px;
}
.ajax__tab_ie-theme .ajax__tab_body div
{
     padding:8px;
}
.ay7aga
{
 	color:#ffffff;
    font-size:13px;
}
.pollTop {
background:url(../images/polltop.png) no-repeat scroll 0 0;
font-family:arial;
font-size:21px;
font-weight:bold;
height:47px;
height:41px\9;
padding-right:18px;
padding-top:6px;
text-align:right;

}


.team-pollTop {background: url(../images/Team-polltop.png) no-repeat center;
	height: 47px;
	height:43px\9;
	verticle-align:middle;
	padding-right:20px;
	font-family:arial;
	font-size:21px;
	padding-top:4px;

}



.team-panel01bottom 
{background: url(../images/Team-panel01bottom.png) no-repeat;font-family:arial;font-size:21px;font-weight:bold;
behavior: url(../iepngfix.htc); height:47px; padding-top:0px;color:#FFFFFF;}
.team-panel01bottom a:link, .team-panel01bottom a:visited, .team-panel01bottom a:hover {color:#FFFFFF; text-decoration:none;}



.welcome-bg{background: url(../images/welcome-bg.png) no-repeat;  behavior: url(../iepngfix.htc); height:47px; padding-top:0px;color:#FFFFFF; padding-right:20px }


.welcome-bg h1{background:none;height:30px;}


.Main-Footer{background:url(../images/Main-Footer.png) no-repeat bottom;
color:#FFFFFF;
font-family:arial;
font-size:21px;
font-weight:bold;
height:210px;
text-align:left;
vertical-align:middle;
margin-bottom:10px
margin-top:3px
}



.Main-Footer span{display:block;
padding-bottom:22px; *padding-bottom:24px;padding-left:40px;}



.vedio-header {background:url(../images/vedio-Top.png) no-repeat top; font-family:arial;font-size:21px;
 color:#fff ;font-weight:bold}

.vedio-header a:link , .vedio-header a:visited{color:#fff; display:block; padding-top:10px;}

.images-tab {background:url(../images/Images-tab.png) no-repeat left top ; height:50px; text-align:center;width:150px}

.vedio-tab {background:url(../images/vedio-tab.png) no-repeat right top ; height:50px;text-align:center; width:154px}

.vedio-footer{
background:url(../images/vedio-Footer.png) no-repeat scroll center bottom;
font-family:arial;
font-size:21px;
font-weight:bold;
height:50px;
padding-left:40px;
text-align:left;


}

.vedio-footer a {

background:url(../images/more-vedio-bg.gif) no-repeat scroll left 6px;
color:#FFFFFF;
display:block;
padding-bottom:12px;
padding-left:22px;

}


.vedio-con{background:url(../images/vedio-bg.png) repeat-y ; padding-top:5px; padding-bottom:5px;}




