/* CSS Document */

a:link {
	color: #0378CF;
	text-decoration: none;
}

a:visited {
	color: #0378CF;
	text-decoration: none;
}

a:hover {
	color: #F89800;
	text-decoration: underline;
}

a.navigation:link {
	color: white;
	text-decoration: none;
	padding-right: 15px;
}

a.navigation:visited {
	color: white;
	text-decoration: none;
	padding-right: 15px;
}

a.navigation:hover {
	color: #C9EBFF;
	text-decoration: underline;
	padding-right: 15px;
}

a.footer:link {
	color: #C9EBFF;
	text-decoration: none;
}

a.footer:visited {
	color: #C9EBFF;
	text-decoration: none;
}

a.footer:hover {
	color: #C9EBFF;
	text-decoration: underline;
}

body {
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

#footer {
	font-size: 10px;
	color: white;
	padding: 8px;
	background-image: url(../images/footer_bg.jpg);
}

p {
	font-size: 12px;
}

#events_table {
	color: #585858;
}

#navigation {
	background-image: url(../images/navigation_bg.jpg);
	backgrond-repeat: repeat-x;
	font-size: 11px;
	color: white;
	padding-right: 11px;
}

#content_heading {
	color: white;
	font-size: 11px;
	background-image: url(../images/content_heading_bg.jpg);
	backgrond-repeat: repeat-x;
}

#left_content {
	background-image: url(../images/content_left.jpg);
	backgrond-repeat: repeat-y;
}

#right_content {
	background-image: url(../images/content_right.jpg);
	backgrond-repeat: repeat-y;
}

#content {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #585858;
}

input {
	font-size: 11px;
}

td {
	color: #585858;
}

select {
	font-size: 11px;
}

#login_left {
	background-image: url(../images/admin_loginbg_left.jpg);
	backgrond-repeat: repeat-y;
}

#login_right {
	background-image: url(../images/admin_loginbg_right.jpg);
	backgrond-repeat: repeat-y;
}

.table-text{
		font-size: 12px;
}

.table-title{
		font-size: 12px; font-weight: bold;
}

/*-----------------JQUERY s3SLIDER-----------------*/
ul#sliderContent, li#sliderContent, #sliderContent img {
list-style: none;
padding: 0;
}

#slider {
   width: 650px; /* important to be same as image width */
   height: 365px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin-left: 15px;
}

#sliderContent {
   width: 620px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 15px; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   width: 612px;/*Needed for IE */
}

.sliderImage span {
   position: absolute; /* important */
   padding: 10px 13px;
   width: 612px; /* width of image minus left and right padding. Needed for IE */
   background-color: #ccc;
   filter:alpha(opacity=70); /* IE 4-7 */
   -moz-opacity:0.7;/*Netscape*/
   -khtml-opacity:0.7;/*Old versions of Safari*/
   opacity:0.7; /* here you can set the opacity of box with text -- Firefox, Safari(WebKit), Opera */
  color: #3d3d3d;
   font-weight:bold; font-family:Arial, Helvetica, sans-serif;
   font-style:italic;
   font-size:1em;
   display: none; /* important */
   left: 0;
   bottom: 0;
}
/*----------------JQUERY s3SLIDER-----------------*/