body {
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
	color: #EEEEEE;
	background-color: #123352;
}

td {
	font-size: 8pt;
}

p {
	margin: 5px;
}

hr {
	border: 1px solid #CCCCCC;
	margin: 10px 0px;
}

input, select, textarea {
	font-family: Tahoma;
	font-size: 8pt;
}

label {
	cursor: pointer;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	border: none;
}

form {
	padding: 0px;
	margin: 0px;
}

.letter_space {
	letter-spacing: 1px;
}

/* ***** ***** ***** ***** ***** */

a {
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #CCCCCC;
}

/* ***** ***** ***** ***** ***** */

.cpanel a {
	text-decoration: none;
}

.cpanel a:link, .cpanel a:active, .cpanel a:visited {
	color: #666666;
}

.cpanel a:hover {
	color: #000000;
}

/* ***** ***** ***** ***** ***** */

.gallery, .certificate{
	position: relative;
	overflow: scroll;
	border: 1px solid #000000;
	background-color: #111111;
	width: 100%;
	height: 150px;
}

.gallery .gallery_belt, .certificate .certificate_belt {
	position: absolute;
	left: 0px;
	top: 0px;
}

.gallery .gallery_panel, .certificate .certificate_panel {
	float: left;
	overflow: hidden;
	width: 150px;
}

.gallery .gallery_panel img, .certificate .certificate_panel img {
	border: 1px solid #000000;
}

.certificate_title {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #000000;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

/* ***** ***** ***** ***** ***** */

#lightbox {
	background-color: #333333;

	padding: 10px;
	border: 1px solid #000000;
}

#lightboxDetails {
	padding-top: 10px;
}

#lightboxCaption {
	float: right;
	color: #FFFFFF;
	font-size: 8pt;
	letter-spacing: 1px;
}

#keyboardMsg {
	float: left;
}

#closeButton {
	top: 5px;
	left: 5px;
	opacity: 0.5;
}

#lightbox img {
	clear: both;
}

#overlay {
	background-image: url('../images/overlay.png');
}

* html #overlay {
	background-color: #333333;
	back\ground-color: transparent;
	background-image: url('../images/image_empty.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}


/* ***** ***** ***** ***** ***** */

* {
	margin: 0px;
	padding: 0px;
}

#acc {
	list-style: none;
}

#acc h3 {
	cursor: pointer;
	padding: 5px;
	background-color: #0D589D;
	color: #FFFFFF;
	background-image: url('../images/arrow_down.gif');
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px solid #062D4F;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
}

#acc h3:hover {
	background-color: #0E5EA5;
}

#acc .acc-selected {
	background-image: url('../images/arrow_up.gif');
	background-color: #0B4982;
}

#acc .acc-section {
	overflow: hidden;
	background-color: #0E62B0;
}

#acc .acc-content {
	display: block;
	border: 1px solid #062D4F;
	border-top: none;
	padding: 5px;
	text-align: right;
}
