/* CSS Document */

body {
	margin: 0px;
	background: #FFFFFF;
	font: 12px Verdana, Helvetica, Tahoma, Times New Roman, Arial;
	line-height: 18px;
}

h1, h2, h3 {
    font-size: 18px;
	color: #000099;
	font-weight: bold;
	height: 35px;
	margin-bottom: 0px;
	background: url(../images/icon.png) no-repeat;
	vertical-align: middle;
	padding-left: 35px;
}

h4 {
    font-size: 14px;
	color: #000099;
	font-weight: bold;
	height: 35px;
	margin-bottom: 0px;
}

hr {
	height: 2px;
	color: #336699;
	background-color: #336699;
}

#topnav {
	background: url(../images/topnavbar.jpg) repeat-x;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
}

#topnav a {
	color: #FFFFFF;
	font-weight :bold;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
}

#topnav a:hover {
	color: #FF0000;	
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}

#right {
	background: #C8E6F9;
}

#leftnav {
	background: url(../images/leftnav_bg.jpg) repeat-x;
	height: 48px;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	padding-left: 10px;
}

#leftnav a {
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

#leftnav a:hover {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
}

#footer {
	background: url(../images/topnavbar.jpg) repeat-x;
	font-size: 11px;
	color: #FFFFFF;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.news {
    color: #000080;
    background-color: #EEF3FB;
}

.unicode {
	font-size: 14px;
}

a {
	color: #336699;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

p.form {
    font-size: 11px;
	color: #336699;
	font-weight: bold;
}

.error {
	background: #FBE6F2 none repeat scroll 0 0;
	border: 1px solid #D893A1;
	color: #333333;
	margin: 5px 0 0;
	padding: 4px 20px 3px 4px;
	font-size: 10px;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
}

div.success {
	font-size: 12px;
	font-weight: bold;
	background: url(../images/accept.png) no-repeat;
	padding: 0px;
	padding-left: 20px;
	margin: 0px 0px 10px;
	color: #060;
}

div#message {
    padding: 4px;
    margin: 2px 0;
    border: 1px solid #D893A1;
    background-color: #FBE6F2;
    font: 12px Verdana, Arial, sans-serif;
}

a.update, a.delete, a.add, a.view, a.back {
	font-size: 12px;
	padding-left: 18px;
	padding-right: 12px;
}

a.update {
	background:url(../images/update.png) left center no-repeat;
}

a.delete {
	background:url(../images/delete.png) left center no-repeat;
}

a.add {
	background:url(../images/add.png) left center no-repeat;
}

a.view {
	background:url(../images/view.png) left center no-repeat;
}

a.back {
	background:url(../images/prev.gif) left center no-repeat;
}