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

body {
	background-color: #CCCCCC;
	
	padding: 0;
	margin: 0;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	width: 790px;
	margin: 0 auto;
	border: 1px solid #000;
}

#topnav {
	background-image: url(/img/v1/nav_bg.gif);
	height: 80px;
	color: #fff;
}

#topnav ul {
	margin: 0;
	padding: 0;
	text-align: right;
	padding-top: 6px;
	font-size: 11pt;
	font-weight: bold;
}

#topnav ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 2px solid #fff;
}

#topnav a:link, #topnav a:visited {
	color: #fff;
	text-decoration: none;
}

#topnav a:hover, #topnav a#active {
	color: #FFFF66;
	text-decoration: none;
}

#content_container {
	background-image: url(/img/v1/container_bg.gif);
	background-repeat: repeat-y;
}

#leftnav {
	width: 185px;
	padding-top: 27px;
	position: absolute;
	z-index: 2;
}

#leftnav ul {
	border: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #ccc;
}

#leftnav ul li {
	text-align: left;
	list-style: none;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#leftnav a:link, #leftnav a:visited {
	color: #fff;
	text-decoration: none;
}

#leftnav a:hover, #leftnav a#active {
	color: #FFFF66;
	text-decoration: none;
}

#content {
	float: right;
	width: 590px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {
	margin: 0;
	padding: 0;
	margin-bottom: 0.2em;
}

.content h1 { font-size: 150%; }
.content h2 { font-size: 130%; }
.content h3 { font-size: 115%; }
.content h4 { font-size: 110%; }
.content h5 { font-size: 105%; }
.content h6 { font-size: 100%; }
.content ul li, .content ol li {
	padding-bottom: 5px;
}

#footernav {
	background-color: #fff;
	text-align: center;
	padding-top: 10px;
}

#footernav ul {
	padding: 0;
	margin: 0;
}

#footernav ul li {
	padding: 0;
	margin: 0;
	display: inline;
	padding-left: 5px;
	padding-right: 8px;
	border-right: 1px solid #000;
}

#osim_footer {
	padding-top: 4px;
	width: 790px;
	margin: 0 auto;
	text-align: right;
}

#footernav a:link, #footernav a:visited, #osim_footer a:link, #osim_footer a:visited {
	color: #000;
}

#footernav a:hover, #osim_footer a:hover {
	color: #BB1F1E;
}

/* BUTTONS */
.large_red_btn {
	background-image: url(/img/v1/large_red_btn.gif);
	background-position: bottom left;
	display: block;
	height: 31px; /* 43px - padding-top */
	padding-top: 12px;
	width: 194px;
	text-align: center;
	overflow: hidden;
}

.large_red_btn:link, .large_red_btn:visited {
	color: #585858;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.large_red_btn:hover {
	color: #fff;
	background-position: top left;
}

.med_red_btn {
	background-image: url(/img/v1/med_red_btn.gif);
	background-position: bottom left;
	display: block;
	height: 22px; /* 28px - padding-top */
	padding-top: 6px;
	width: 126px;
	text-align: center;
	overflow: hidden;
}

.med_red_btn:link, .med_red_btn:visited {
	color: #585858;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.med_red_btn:hover {
	color: #fff;
	background-position: top left;
}

/* REGISTRATION */
.mytable {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.mytable tr td {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.mytable tr th {
	background-color: #A7272B;
	padding: 4px;
	color: #fff;
	font-weight: bold;
}

.mytable2 tr td.bord {
	border-left: 1px solid #cccccc;
}

.mytable2 tr td {
	border-bottom: 1px solid #cccccc;
	padding-top: 8px;
	padding-bottom: 8px;
}

.mytable2 tr.last td {
	border: none;
}

.mytable3 tr td.bord {
	border-left: 1px solid #cccccc;
}

.mytable3 tr td.last {

}

.mytable2 tr.first td {
	/*border-top: 1px solid #cccccc;
	padding-top: 8px;*/
}

.mytable pre, .mytable2 pre {
	height: 100px;
	overflow: auto;
	width: 400px;
	margin: 0;
	padding: 0;
	padding: 5px;
	border: 1px solid #cccccc;
}

.mytable .noleft {
	border-left: none;
}

.mytable .noright {
	border-right: none;
}

.mytable .nobottom {
	border-bottom: none;
}

.mytable .notop {
	border-top: none;
}

.required {
	color: #FF0000;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000;
	background-color: #FFFFCC;
}

#gallery_layout .item h2 {
    margin: 0;
}
#gallery_layout .item {
    margin-bottom: 10px;   
}
#gallery_layout .gallery img {
    float: left;
    margin: 0 5px 5px 0;
}

/* Light Box */
#jquery-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}
