/* begin overall style */
body {
	margin: 0;
	padding: 0;
	background-color: #363636;
	color: #cccccc;
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	background-image: url("../images/body_bg.gif");
	background-position: 50% 0;
}

body * {
	font-size: 1em;
}

a {
	color: #eeeeee;
}

a:hover {
	color: #ffffff;
}

img {
	border: 0;
}

h1,h2,h3 {
	color: #F8981D;
	font-weight: normal;
	text-transform: capitalize;
}

h1 {
	font-size: 1.6em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

form {
	margin: 0;
	padding: 0;
}

#shell {
	background-image: url("../images/shell_bg.png");
	background-position: 50% 0;
	text-align: center;
	background-repeat: repeat-y;
}

#page {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #000000;
}

#header {
	margin: 3px 0;
	padding: 0;
	height: 140px;
	border-width: 2px 0;
	border-style: solid;
	border-color: #616161;
	position: relative;
	/*
	background-image: url("../images/header_bg.jpg");
	background-position: 100% 0;
	background-repeat: no-repeat; */
}

#logo {
	padding:7px 6px 0 101px;
}

#headerslide {
	height: 201px;
	overflow: hidden;
}

#body {
	padding: 15px 5px;
}

#content {
	margin: 0;
	padding: 0 0 0 15px;
	text-align: justify;
	overflow: hidden;
}

#footer {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	text-align: center;
	color: #CCCCCC;
	line-height: 56px;
	background-image: url("../images/footer_bg.gif");
}

#footer p,#footer a {
	margin: 0;
	padding: 0;
	color: #CCCCCC;
}

/* end of overall style */ /* begin data grid style */
table.dataGrid {
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th,table.dataGrid td {
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th {
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label {
	width: 150px;
}

table.dataGrid tr.odd {
	background: #E6F2FF;
}

/* end of data grid style */
.actionBar {
	margin: 10px;
}

div.item {
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

.home_links  a {
	color: #627cff;
}

.inform_message {
	color: #888;
	font-size: 0.9em;
}

#lightbox-image-details-caption {
	display: none;
	visibility: hidden;
	color: white;
}

.lightbox_photobox img {
	border: 2px solid white;
}

#toplinks {
	border: 1px solid #9B9B9B;
	font-size: 0.8em;
	height: 25px;
	position: absolute;
	right: 32px;
	top: 53px;
	width: 242px;
}

#toplinks a {
	background-image: url(../images/link_bg.png);
	background-repeat: no-repeat;
	color: #9B9B9B;
	display: block;
	float: left;
	padding: 5px 9px 4px 28px;
}

#toplinks   a.home {
	background-position: 6px 2px
}

#toplinks a.email {
	background-position: 7px -29px;
}

#toplinks a.sitemap {
	background-position: /* 7px -60px*/ 6px 2px;
}

.clear {
	clear: both;
	height: 1px;
}

.float_img {
	float: right;
	border: 1px solid white;
	margin-left: 15px;
}

.float_img_margin {
	margin-left: 15px;
}

.border_img{
border: 1px solid white;
}
.accredit{
	border:0px;
	margin-left:10px;
	width:100px;
}