

body {
	margin-top: 10px;
	padding: 0;
	background: #000;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #FFFFFF;
	
}

h1, h3,h2 {
	margin: 0;
	padding: 0;
	text-decoration:none;
	font-weight:normal;
	color:#FFCC00;
}

a:link h2,a:visited h2{
	font-size:18px;
	text-decoration:none;
	
}

a:hover h2{
	font-size:18px;
	text-decoration:underline;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
	text-decoration:none;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color:#90C2FF;
	text-decoration: none;
}

a:hover, a:active {
	
	color:#90C2FF;
}

a:visited {
	color: #90C2FF;
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#bannerr {
	width: 800px;
	margin: 0 auto;
	/*background: url(images/banner.jpg) no-repeat left CENTER;*/
	height:100px;
	background-color:#CCCCCC;
	
}

/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	height: 50px;
	background: url(images/img01.gif) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 800px;
	
	height: 50px;
	background: url(images/img01.gif) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 20px 15px 15px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.last {
	float: right;
	margin-left: 700px;
	margin-top:-50px;
	*margin:0px;
	*margin-left: 300px;	
}

#menu .last a, #menu.last a:visited {
	color:#000000;
	font-size: 14px;
	font-weight: bold;
}

#menu a:hover { 
	background: url(images/img04.gif) repeat-x;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #AA330F url(images/img04.gif) repeat-x;
	color: #000000;
}

/** LOGO */

#logo {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0 0 30px;
	
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#logo h1 {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #897B7B; 
}

#logo p a {
	text-decoration: none;
	color: #8BD80E;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 900px;
	margin: 0 auto;

	padding: 20px 30px 0px 30px;
	background: #060e1b;
	border-left: solid 1px #021a5e;
		border-right: solid 1px #021a5e;
		min-height:400px;
		*height:340px;
		.height:450px;
		
}

/*--------------------------------------css for View schedule page----------------------------*/
#pageschedule {
	width: 788px;
	margin: 0 auto;
	padding: 20px 5px 0px 5px;
	background: #060e1b;
	border-left: solid 1px #021a5e;
		border-right: solid 1px #021a5e;
		min-height:250px;
		*height:225px;
		.height:auto;
		
}

#pageschedule table{
border:0;width:775px; margin-left:5px;
}


/*---------------------------------End css for View schedule page----------------------------*/

/* Content */

#content {
	float: left;
	width: 470px;
	
}

/* Post */

.post {
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 8px solid #3a69ae;
}

.post h1 {
	padding: 0px 0 0 0px;
	font-size: 24px;
	color: #FFFFFF;
}

.post h2 {
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #FFFFFF;
}

.post .entry {
}

.post .meta {
	padding: 0px 15px 30px 0px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #FFFFFF;
}

.post .meta .links {
	float: left;

}
.post .byline {
	border-left: 8px solid #3a69ae;
	margin-top: -20px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #897B7B;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}


/* Sidebar */

#sidebar {
	width: 210px;
	float: right;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
}

#sidebar h2 {
	width: 250px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 8px solid #3a69ae;
	font-size: 20px;
	color: #FFFFFF;
}

/* Search */

#search {

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 100px;
	margin-right: 5px;
	margin-left: 20px;
	padding: 2px;
}

#x {
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: url(images/img03.gif) no-repeat;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 11px;
}

#legal {
	clear: both;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: normal;
	color: #FFFFFF;
}

.redcolor a{
color:#FF0000;

}



/******************************Css for Table************************************************/


.datatable {
border: solid 1px #021a5e;
width: 740px;
background-color:#1f1f1f;
color:#fff;

}

.tablewraper{
border: solid 1px #021a5e;
width: auto;
height:auto;
margin:10px auto;
padding:25px;
.padding:5px;
background-color:#1f1f1f;
color:#fff;


}

 .error{
color:#FF0000;
text-align:center;
}
.datatable caption {
background-image:url(images/top_texture.gif);
font:font:14px Verdana, Arial, Helvetica, sans-serif;
height: 45px; text-align:left; padding: 0.5em 0  0 1.4em;
}	

.datatable th{
background-image:url(images/bg_header.jpg);
 height: 30px;font:13px Verdana, Arial, Helvetica, sans-serif;color:#000066; 
 padding: 1px; font-weight:bold; text-align:center;}


/*.datatable tr { background-color:#E4E4E4;} */
 
.odd{ background:#D6DBE4;}

 .datatable td { 
font:12px Verdana, Arial, Helvetica, sans-serif; color:#fff; 
padding-left:0px; padding-right: 0px; height:30px;
} 
	
.datatable a {text-align:center;}

	
	
.datatable td a:link { 
font: 12px Verdana, Arial, Helvetica, sans-serif; color:#70AFFF; text-decoration:none;
padding: 5px 0 5px 40px; 
}	

.datatable td a:visited { 
font: 12px Verdana, Arial, Helvetica, sans-serif; color:#70AFFF; text-decoration:none; 
padding: 5px 0px 5px 40px; 
}	

.datatable td a:hover { 
padding: 4px 0 5px 40px; 
font: 12px Verdana, Arial, Helvetica, sans-serif; color:#003399; text-decoration:underline;

}	
	
	
.datatable tfoot { 
background-image:url(images/top_texture.gif);
}	

.datatable tfoot>tr th { 

background-image:url(images/top_texture.gif);
}	
.datatable tfoot>tr td { 

background-image:url(images/top_texture.gif);
}	


.datatable tfoot tr th {
	font: 15px Tahoma, Verdana, Arial, sans-serif;
	color:#ffffff;
}

.datatable tfoot tr td {
	font: 15px Tahoma, Verdana, Arial, sans-serif; 
	color:#ffffff;
}


/******************************************Css of Pagination*******************************/


DIV.pagination {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 5px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
DIV.pagination A {
	BORDER-RIGHT: #2c2c2c 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #2c2c2c 1px solid; PADDING-LEFT: 5px; BACKGROUND: url(images/image1.gif) #2c2c2c; PADDING-BOTTOM: 2px; BORDER-LEFT: #2c2c2c 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #2c2c2c 1px solid; TEXT-DECORATION: none
}
DIV.pagination A:hover {
	BORDER-RIGHT: #aad83e 1px solid; BORDER-TOP: #aad83e 1px solid; BACKGROUND: url(images/image2.gif) #aad83e; BORDER-LEFT: #aad83e 1px solid; COLOR: #fff; BORDER-BOTTOM: #aad83e 1px solid
}
DIV.pagination .selected {
	BORDER-RIGHT: #aad83e 1px solid; BORDER-TOP: #aad83e 1px solid; BACKGROUND: url(images/image2.gif) #aad83e; BORDER-LEFT: #aad83e 1px solid; COLOR: #fff; BORDER-BOTTOM: #aad83e 1px solid;
}
DIV.pagination SPAN.selected {
	BORDER-RIGHT: #aad83e 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #aad83e 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; BACKGROUND: url(images/image2.gif) #aad83e; PADDING-BOTTOM: 2px; BORDER-LEFT: #aad83e 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #aad83e 1px solid
}
DIV.pagination SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #f3f3f3 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #f3f3f3 1px solid; COLOR: #ccc; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #f3f3f3 1px solid
}

/************************************************End Pagination**********************************/

/******************************************Table CSS Ends***********************************/

.buttonbg{
	background-image: url(images/buttonbg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 100px;
	color:#FFFFFF;
	border:none;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	background-color:transparent;
}
