/* CSS Document */

body {
padding:0px;
margin:0px;
background-color:#f0fac7;
}

form{
margin:0px;
padding:0px;
}

.generaltable{
font-family:Tahoma;
font-weight:normal;
font-size:12px;
background-color:#a9cd17;
}

.centent_Td{
background-image:url(../images/content_bg.gif);
background-repeat:no-repeat;
background-position:right top;
}

.ContentTxt {
color:#b0482b;
text-align:justify;
}
.ContentTxt_red {
color:#dd172f;
text-align:justify;
}
.ContentTxt_purple {
color:#8d58a0;
text-align:justify;
}

.ContentTxt P {
text-indent:15px;
}

.EventName {
color:#a9cd17;
text-align:center;
font-size:10px;
}

.ImageName {
color:#1c9b5a;
text-align:center;
font-size:10px;
}

.PicStyle {
border:1px solid #afd127;
}

.gallerie_div {
background-color:#fffffe;
border:1px solid #e9f2c4;
padding:0px 4px 0px 13px;
}

.border_top {
background-image:url(../images/top_rep.gif);
background-repeat:repeat-x;
background-position:top;
}
.border_bottom {
background-image:url(../images/bottom_rep.gif);
background-repeat:repeat-x;
background-position:bottom;
}
.border_right {
background-image:url(../images/right_rep.gif);
background-repeat:repeat-y;
background-position:right;
}
.border_left {
background-image:url(../images/left_rep.gif);
background-repeat:repeat-y;
background-position:left;
}
.greenpoints { 
  width:9px; height:10px;
  background-image:url(../images/scroll_bg.gif);
  background-repeat:repeat-y;
  background-position:center;
  }

.event_div {
background-image:url(../images/heart.gif);
background-repeat:no-repeat;
padding: 0px 0px 0px 22px;
color:#dd172f;
text-align:justify;
}  
.event_title {
color:#dd172f;
font-weight:bold;
font-size:14px;
padding:0px 0px 15px 0px;
}
.event_div2 {
background-image:url(../images/star.gif);
background-repeat:no-repeat;
padding: 0px 0px 0px 22px;
color:#dd172f;
text-align:justify;
} 

.event_details {
color:#dd172f;
text-align:justify;
}  

.box {
width:115px;
padding:2px 0px 0px 4px;
font-family:Arial;
font-size:11px;
color:#b0482b;
font-weight:bold;
background-color:#f6fcdf;
}
/*styles for scroll bar begin*/

div#hold	{ 
	position:relative;
	overflow:hidden;
	width:384px;
	height:300px; 
	padding:0px;
	}
	
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:384px;
	height:300px; 
	clip:rect(0px, 384px, 300px, 0px); 
	overflow:hidden;	
	padding:0px;

	}

div.content { 
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px; 
	font-size:13px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:9px; height:280px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:3px;
  width:9px; height:280px;
  background-image:url(../images/scroll_bg.gif);
  background-repeat:repeat-y;
  background-position:center;
  z-index:1;
  }
div#dragBar {
  position:absolute;
  left:0px; top:1px;
  width:9px; 
  background-color:#a9cd17;
  z-index:1;
  }  
/*styles for scroll bar end*/

