@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;
}
