@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg.gif);
	font-family:Arial;
	margin:0;
	padding:0;
	margin-bottom:5px;
}
img {
    border:none;
}
 a {
    text-decoration: none;

}
a:hover {
    text-decoration:underline;
    
}

.bodyarea {
	margin: 0px;
	padding-right: 50px;
	padding-left: 50px;
	text-align:center;
	color:#003366
}
.bodyarea p {
	text-align:left;
	font-weight:400;
	font-size:12px;
	font-family:Arial;
}
.sidebar {
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 220px;
	padding: 0px;
	margin: 0px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 0px;
	text-decoration: none;
}
li a:link {
	text-decoration: none;
	color: #003366;
}

li a:visited {
	color: #003366;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
	color: #003366;
}
li a:active {
	color: #003366;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin: 0px;
	padding: 0px;
	line-height: 8px;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	}
	
h2 {
	margin: 0px;
	padding: 0px;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.bodycopyitalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
}
.subheadblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.subheadwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	}
.subheadwhite a {
    text-decoration: none;
    color:#FFF;
}
.subheadwhite a:hover {
    text-decoration: underline;

}	
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	line-height: 14px;
	padding-top: 7%;
}
text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}

text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
}
text a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
.float_right {
	float: right;
	margin-right: 25px;
}
.search {
	padding: 0px !important;
	margin-top: 0px !important;
	margin-top: 5px;
	vertical-align: middle;
}
/*calendar*/

.head{
   border: 0px solid #7e868a;
   color: #364657;
   font: bold 12px Arial;
   padding: 3px;
   text-transform: uppercase;
}

.date1 {
	font-family: Tahoma;
	font-size: 9px;
	color: #3C5269;
	line-height: 12px;
	text-decoration: underline;
}
.date1Bld {
	font-family: Tahoma;
	font-size: 9px;
	color: #ffffff;
	line-height: 12px;
	font-weight: normal;
}

.box .c{
   background: url('../images/i_box.gif');   
   padding: 5px;
}

#calendar-content {
    text-align:left;
	width:550px;
	float:left;
	border:0px solid red;
	padding:5px;
}
#calendar-content li {
    margin-top:10px;
}
#event-details h4 {
    font-weight:bold;
	padding:0px;
	margin:5px 0;
}


/*login*/
#login {
    color:#FFF;
	font-size:12px;
	font-family:Arial;
	margin-top:10px;
}

#login a {
    text-decoration: underline;
    color:#fff;
	margin-left:20px;
}
#login input, #login label {
    margin-left:5px;
}

#adminlogin {
    margin:0 auto;
	text-align:center;
	width:250px;
	height:150px;
	margin-top:150px;
	color:white;
}
fieldset {
	font-size:12px;
}
fieldset input {
    width:100px;
}
legend {
	color:white;
	font-weight:bold;
	font-size:15px;
	font-family:Tahoma,Verdana;
}
#adminlogin div {
	text-align:right;
	margin-right:20px;
}
#browsing {
    float:left;
	width:600px;
	font-family:Arial;
	text-align:left;
	font-size:13px;
}

#browsing dl {
/*	float:left;
	width:50%;
*/
}
#browsing dl dt {
//	background:url(../images/arrow.gif) no-repeat left center;
	padding-left:10px;
	font-weight:bold;
}
#browsing dl dt a {
    text-decoration: none;
    color:#003366;

}
#browsing dl dt a:hover {
    text-decoration: underline;
    
}
#browsing dd {
/*	background:url(../images/file.gif) no-repeat left;*/
	padding-left:15px;
/*    background:#D9E8D2 */

}
/*#browsing dd dl {
	float:left;
	width:100%;

}*/
#browsing dl dd dl dd {
/*	background:url(../images/file.gif) no-repeat left; */
}
#browsing dl dd dl dd:hover {
    background:#EDF2F7;

}
#browsing dl dd a {
    text-decoration: none;
    color:#003366;
}
#browsing dl dd a:hover {
    text-decoration: underline;
}
#browsing dl dd .delete,#browsing dl dt .delete {
    text-decoration: none;
	background:url(../images/delete.gif) no-repeat right;
	padding-right:15px;
	font-size:10px;
	font-weight:bolder;
	color:red;

}
#calendar {
    width:200px;

}
#calendar a {
    text-decoration: none;
    color:#244F7C;
}

#calendar a:hover {
    text-decoration:underline;
    color:#003366;
}
