@charset "utf-8";
/* CSS Document */

BODY{
	background-color:#DADADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #424242;
	text-decoration: none;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}.logo_bg {
	background-image: url(images/logo_bg.jpg);
	background-repeat: repeat-x;
	height: 94px;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 100px;
}
.green_txt {
	color: #087438;
	font-size: 16px;
	font-weight: bold;
}

.green_title {
	color: #087438;
	font-size: 13px;
	font-weight: bold;
}

.allbg
{
padding-left:10px;
padding-right:2px;
padding-top:2px;
padding-bottom:2px;
background-color:#F8F8F8;
color:#CD0140;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.tdbg
{
padding-left:20px;
background-color:#F8F8F8;
color:#CD0140;
font-size:13px;
font-weight:bold;
text-decoration:none;
}
.thbg
{
padding-left:20px;
background-color:#F8F8F8;
}
.gallery_bordr {
	border: 3px solid #666666;
}

.white_link {
	color: #FFFFFF;
	text-decoration: none;
}

.white_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;
}

.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.message_princi {
	background-image: url(images/princi_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 64px;
	padding-left: 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 10px;
	vertical-align: bottom;
}
.calender_bg {
	background-image: url(images/schoolcalender_bg.jpg);
	background-repeat: repeat-y;
}
.calender_top {
	background-image: url(images/schoolcalender_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 51px;
}
.calender_bttm {
	background-image: url(images/schoolcalender_bottm.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 14px;
}

.white_txt {
	color: #FFFFFF;
	text-decoration: none;
}
.logo_footer {
	background-image: url(images/eps_logo_btm.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 49px;
	color: #FFFFFF;
}
.calender_head_bg {
	background-image: url(images/calnder_head_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 45px;
	vertical-align: bottom;
}
.news_bg {
	background-image: url(images/news_bg.jpg);
	background-repeat: no-repeat;
	height: 39px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 50px;
}
.more {
	color: #015a8c;
	text-decoration: none;
}

.more:hover{
	color: #015a8c;
	text-decoration:underline;
}
	
img{
	border-style:none;
}

input{
	height:18px;
	width:250px;
	background-color:#E0E0E0;
	border: 1px solid #666666;
	color: #333333;
	font-size: 12px;
	
}
.radio
{  
    height:15px;
	width:15px;
	background-color:#E0E0E0;
	border: 1px solid #666666;
}
textarea{
	background-color:#E0E0E0;
	border: 1px solid #666666;
	color: #333333;
	font-size: 12px;
	
}
select{
	height:20px;
	width:250px;
	background-color:#E0E0E0;
	border: 1px solid #666666;
	color: #333333;
	font-size: 12px;
}
.fileField
{
    height: 25px;
	width: 250px;
	background-color: #E0E0E0;
	border: 1px solid #666666;
}
.btn
{
	color: #FFFFFF;
	background-color: #0066CC;
	height: 30px;
	width: 80px;
	font-size: 14px;
	cursor:pointer;
}
