body {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #514d4d;
	background-color: #e9e7e8;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #514d4d;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #514d4d;
}

a {
	outline: none;
}

/*------------------- Framework ---------------------*/

.main-table {
	background-color: #FFFFFF;
}

.top-shadow {
	background: #e9e7e8 url(../images/shadow-top.gif) bottom left repeat-x;
}

.bottom-shadow {
	background: #e9e7e8 url(../images/shadow-bottom.gif) top left repeat-x;
}

.right-shadow {
	width: 6px;
	background: #e9e7e8 url(../images/shadow-right.gif) top left repeat-y;
}

.left-shadow {
	width: 6px;
	background: #e9e7e8 url(../images/shadow-left.gif) top right repeat-y;
}

/*--------------------- Top right links & Search box ------------------------*/

.top-right-links {
	font-size: 11px;
	text-align: right;
	color: #55818e;
	padding: 15px 0 5px 0;
}

.top-right-links a {
	color: #1b124b;
	text-decoration: none;
}

.search {
	text-align: right;
	padding: 5px 5px 0px 0;
}

.search-box {
	width: 155px;
	height: 16px;
	border: 1px solid #929292;
	color: #999999;
	font-size: 11px;
}

.go-box {
	padding-bottom: 10px;
}

/*-------------------- Header ---------------------------*/

.header-image {
	border: 1px solid #d3d3d5;
}

/*---------------------- Breadcrumb Navigation --------------------*/

div.breadcrumbs {
	overflow:hidden;
	margin:0;
	padding:0;
	height:auto;
	line-height:30px;
	font-size: 11px;
	color:#888888;
	border:1px solid #eee;
}
div.breadcrumbs a, div.breadcrumbs em, div.breadcrumbs span {
	float:left;
	overflow:hidden;
	height:30px;
	padding:0 8px;
	font-style:normal;
}
div.breadcrumbs a {
	color: #55818e;
}


div.breadcrumbs span {
	background:url(../images/bg-breadcrumb.gif) no-repeat left center;
	overflow:hidden;
	padding:0 0 0 10px;
	width:0px;
	filter:alpha(opacity=40);
	opacity:0.4;
}

div#lastmenu {
	margin:0;
	padding:0 0 0 10px;;
	height:auto;
	font-size: 11px;
 	color:#888888;
 
}
 
div#lastmenu a {
	color: #888888;
	text-decoration:underline;
}


/*---------------------- Content area ---------------------------*/

.content {
	padding: 15px 20px;
	text-align: justify;
	color: #514d4d;
}

.content#breadcrumb {
	padding-bottom: 0;
	color: #55818e;
	font-size: 11px;
}

.content h1 {
	font-size: 15px;
	color: #000066;
}

.content h2 {
	font-size: 13px;
	color: #000066;
}

.content h3 {
	font-size: 12px;
	color: #000066;
}

.content a {
	color: #000066;
	text-decoration: underline;
}

.content table.internal {
	border: 1px solid #efefef;
	border-collapse: collapse;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.content table.internal td {
	padding: 3px 2px;
	border: 1px solid #efefef;
	border-collapse: collapse;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.content table.internal td p {
	padding: 0;
	margin:0;
}

.float-left {
	float: left;
	padding: 0 15px 15px 0;
}

.float-right {
	float: right;
	padding: 0 0 15px 15px;
}

/*------------------------- Home page highlight boxes ------------------*/

.box-title {
	background-color: #ececec;
	padding: 5px;
	font-weight: bold;
	color: #666666;
}

.box-text {
	padding: 5px;
	line-height: 20px;
}

.box-text a {
	color: #55818e;
	text-decoration: underline;
}

/*---------------------- Footer -------------------------*/

.footer {
	background-color: #e8e8e8;
	padding: 5px;
	font-size: 10px;
	color: #999999;
}

.footer a {
	color: #999999;
}

#right {
	text-align: right;
}


/*------------ Advanced search --------------*/
.pastdate_adv{
	cursor:pointer;
}

.today_adv{
	cursor:pointer;
	background-color:#dfdfdf;
}
.today{
	cursor:pointer;
	background-color:#dfdfdf;
}

.date_adv{
	cursor:pointer;
/*	background-color:#dfdfdf;
*/ }

/*-------------- Application Form ---------------------*/

span.mandatory {
	color: #FF0000;
	padding-right: 2px;
}
.apply_form td {
	/*border-bottom: 1px solid #ccc;*/
	padding: 2px;
}
.textbox_big {
	text-transform: capitalize;
	width: 250px;
	font-size: 10px;
}
.textbox_medium {
	text-transform: capitalize;
	width: 175px;
	font-size: 10px;
}
.textbox_mediume {
	width: 175px;
	font-size: 10px;
}


.textbox_small {
	text-transform: capitalize;
	width: 112px;
	font-size: 10px;
}
.textbox_num {
	width: 50px;
	font-size: 10px;
}
.textarea {
	width: 175px;
	font-size: 10px;
}
.textarea_big {
	width: 250px;
	font-size: 10px;
}
.button {
	color: #000066;
	border: 1px solid #666;
	font-weight: bold;
	font-size: 11px;
	padding: 1px 10px;
}
.button a {
	border-bottom: 0;
}

.active_page {
	background-color: #FF9900;
	color:#FFFFFF;
	padding: 5px;
	margin: 1px;
	border: 1px solid #0f5288;
	height: 13px;
	display: block;
}
.visited_page {
	background-color: #ccc;
	color:#999;
	padding: 5px;
	margin: 1px;
	border: 1px solid #0f5288;
	height: 13px;
	display: block;
}
.next_page {
	/*background-color: #ccc;*/
	color:#666;
	padding: 5px;
	margin: 1px;
	border: 1px solid #0f5288;
	height: 13px;
	display: block;
}

/*-------------- Login Form ---------------------*/

.textbox_mediume {
	width: 175px;
	font-size: 10px;
}
.table_subheading {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.important {
	color: #CC3300;
}
.important a {
	color: #CC3300;
}
.important a:hover {
	color: #0F5288;
}


/* ----------- admintmi------------------------*/
.content table.internaladmin {
	border: 1px solid #efefef;
	border-collapse: collapse;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.content table.internaladmin td {
	padding: 3px 2px;
	border: 1px solid #efefef;
	border-collapse: collapse;
	 
}

.content table.internaladmin td p {
	padding: 0;
	margin:0;
}
