/**
  moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
*/

:root {
 overflow-y: scroll !important;
}

body {
	margin: 0px;
	background-image: url(../img/background.gif);
}

body, table {
	font-family: verdana;
	font-size: 11px;
}

input, select, textarea {
	font-size: 11px;
	font-family: verdana;
}

.table-main {
	width: 808px;
	height: 100%;
	border: 0px;
}

.table-main-shadow-left {
	width: 4px;
	background-image: url(../img/side-shadow-left.gif);
	background-repeat: repeat-y;
}

.table-main-shadow-right {
	width: 4px;
	background-image: url(../img/side-shadow-right.gif);
	background-repeat: repeat-y;
}

.table-main-content {
	width: 800px;
	background-color: #eeeeee;
}

.table-sub {
	width: 100%;
	height: 100%;
	border: 0px;
}

.table-sub-header {
	width: 100%;
	height: 230px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}

.table-sub-menu {
	width: 100%;
	height: 32px;
	padding: 0px 6px 2px 6px;
	background-image: url(../img/menu-back.gif);
	background-repeat: repeat-x;
}

.table-sub-menu-box {
	width: auto;
	height: 23px;
	border: 0px;
}

.table-sub-menu-box-left {
	width: 6px;
	height: 100%;
	background: url(../img/menu-item-left.gif) 0px 23px no-repeat;
}

.table-sub-menu-box-left.hover {
	background-position: 0px 0px;
}

.table-sub-menu-box-center {
	width: 70px;
	height: 100%;
	color: #127ed2!important; /* !important required by IE */
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/menu-item-center.gif) 0px 23px repeat-x;
	white-space: nowrap;
	cursor: default;
}

.table-sub-menu-box-center.hover {
	background-position: 0px 0px;
}

.table-sub-menu-box-right {
	width: 6px;
	height: 100%;
	background: url(../img/menu-item-right.gif) 0px 23px no-repeat;
}

.table-sub-menu-box-right.hover {
	background-position: 0px 0px;
}

.table-sub-menu-item-separator {
	width: 2px;
	height: 100%;
	padding: 0px 3px 0px 3px;
	vertical-align: middle;
}

.table-sub-content {
	padding: 6px 6px 0px 6px;
	vertical-align: top;
}

.table-content {
	width: 100%;
	border: 0px;
}

.table-content-left {
	padding-right: 6px;
	vertical-align: top;
}

.table-content-right {
	width: 100%;
	vertical-align: top;
}

.table-box {
	width: 154;
	border: 0px;
	margin: 0px 0px 6px 0px;
}

.table-box-header-left {
	width: 4px;
	height: 21px;
	background: url(../img/side-box-header-left.gif) no-repeat;
}

.table-box-header-center {
	height: 21px;
	color: #505050;
	font-weight: bold;
	padding: 0px 0px 0px 3px;
	background: url(../img/side-box-header-center.gif) repeat-x;
}

.table-box-header-right {
	width: 6px;
	height: 21px;
	background: url(../img/side-box-header-right.gif) no-repeat;
}

.table-box-border-left {
	width: 4px;
	background: url(../img/box-border-left.gif) repeat-y;
}

.table-box-content {
	padding: 6px;
	white-space: nowrap;
	background: #FFFFFF;
}

.table-box-border-right {
	width: 6px;
	background: url(../img/box-border-right.gif) repeat-y;
}

.table-box-bottom-left {
	width: 4px;
	height: 3px;
	background: url(../img/box-border-bottom-left.gif) no-repeat;
}

.table-box-bottom-center {
	height: 3px;
	background: url(../img/box-border-bottom-center.gif) repeat-x;
}

.table-box-bottom-right {
	width: 6px;
	height: 3px;
	background: url(../img/box-border-bottom-right.gif) no-repeat;
}

.menu-sub-item {
	color: #127ed2;
	cursor: default;
	white-space: nowrap;
}

.menu-sub-item.selected {
	color: #999999;
	font-weight: bold;
}

.menu-sub-item img {
	width: 5px;
	height: 9px;
	border: 0px;
	margin: 0px 3px 2px 0px;
	_margin: 2px 3px 0px 0px; /* IE Fix */
	visibility: hidden;
}

.menu-sub-item.hover {
	color: #999999;
}

.menu-sub-item.hover img {
	visibility: visible;
}

.table-main-content-2 {
	width: 100%;
	border: 0px solid #000000;
}

.table-main-content-header-left {
	width: 4px;
	height: 21px;
	background: url(../img/content-box-header-left.gif) no-repeat;
}

.table-main-content-header-center {
	width: 154px;
	height: 21px;
	color: #cccccc;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	background: url(../img/content-box-header-center.gif) repeat-x;
}

.table-main-content-header-center div {
	white-space: nowrap;
}

.table-main-content-header-path {
	width: auto;
	height: 21px;
	font-size: 9px;
	font-style: italic;
	color: #606060;
	padding: 0px 0px 0px 9px;
	border-bottom: 1px solid #909090;
	background: url(../img/content-box-header-right.gif) no-repeat;
}

.table-main-content-header-right {
	width: 6px;
	height: 21px;
	background: url(../img/content-box-header-absright.gif) no-repeat;
}

.table-main-content-border-left {
	width: 4px;
	background: url(../img/box-border-left.gif) repeat-y;
}

.table-main-content-content {
	padding: 6px;
	background: #FFFFFF;
}

.table-main-content-border-right {
	width: 6px;
	background: url(../img/box-border-right.gif) repeat-y;
}

.table-main-content-bottom-left {
	width: 4px;
	height: 3px;
	background: url(../img/box-border-bottom-left.gif) no-repeat;
}

.table-main-content-bottom-center {
	height: 3px;
	background: url(../img/box-border-bottom-center.gif) repeat-x;
}

.table-main-content-bottom-right {
	width: 6px;
	height: 3px;
	background: url(../img/box-border-bottom-right.gif) no-repeat;
}

.table-sub-footer {
	width: 100%;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	color: #666666;
}

.container-title {
	width: auto;
	height: 16px;
	font-weight: bold;
	padding-left: 7px;
	background-color: #E0E0E0;
	background-image: url(../img/caption-left.gif);
	background-repeat: no-repeat;
	margin: 0px 7px 0px 0px;
	_margin: 0px;
	display: block;
}

.container-title-box {
	width: 100%;
	height: 100%;
	padding: 1px 6px 0px 0px;
	background-image: url(../img/caption-right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	y-overflow: hidden;
	display: block;
}

.container-body {
	display: block;
	margin: 8px 0px 8px 0px;
}

.icon {
	width: 16px;
	height: 16px;
	border: 0px;
	overflow: hidden;
	background-image: url(../img/icons-16.png);
	background-repeat: no-repeat;
}

.icon.link {
	cursor: pointer;
}

.icon.help {
	background-position: 0px 0px;
}

.icon.pdf {
	background-position: -48px 0px;
}

.icon.navBeginning {
	background-position: -64px 0px;
}

.icon.navLeft {
	background-position: -80px 0px;
}

.icon.navRight {
	background-position: -96px 0px;
}

.icon.navEnd {
	background-position: -112px 0px;
}

.dialog {
	background-color: #eeeeee;
	background-image: none;
	margin: 10px;
}

.dialog .main-box {
	width: 100%;
	height: 100%;
	border: 0px;
}

.dialog .main-box td {
	text-align: center;
	vertical-align: middle;
}

.dialog .content-box {
	width: 100%;
	height: 100%;
	border: 0px;
	background: #FFFFFF;
}

.dialog .content-box td {
	text-align: left;
	vertical-align: top;
}

.dialog .content-header, .dialog .content-footer {
	width: 8px;
	height: 8px;
}

.dialog .content-header .left {
	background: url(../img/dialog_corner_lt.gif) no-repeat;
}

.dialog .content-header .center {
	width: 100%;
	border-top: 1px solid #666666;
}

.dialog .content-header .right {
	background: url(../img/dialog_corner_rt.gif) no-repeat;
}

.dialog .content-footer .left {
	background: url(../img/dialog_corner_lb.gif) no-repeat;
}

.dialog .content-footer .center {
	width: 100%;
	border-bottom: 1px solid #666666;
}

.dialog .content-footer .right {
	background: url(../img/dialog_corner_rb.gif) no-repeat;
}

.dialog .content-body {
	width: 100%;
	height: 100%;
	vertical-align: top;

	padding: 8px 20px 20px 20px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

.dialog .content-caption {
	color: #7f9db9;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
}

.dialog .content-caption .icon {
	width: 24px;
	height: 24px;
	border: 0px;
	margin: -2px 3px 0px 0px;
	_margin: 0px 3px 0px 0px;
	background: url(../img/icons-24.png) 0px 0px no-repeat;
}

.dialog .page-path {
	color: #909090;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 12px;
}

.combobox {
	width: 100%;
	height: 22px;
	border: 1px solid #C0C0C0;
	cursor: default;
}

.combobox.hover {
	border-color: #6eb4eb;
}

.combobox .image {
	width: 16px;
	padding: 2px 2px 2px 2px;
}

.combobox .image img {
	width: 16px;
	height: 16px;
	border: 0px;
}

.combobox .content {
	color: #000000;
	padding: 2px 0px 2px 2px;
}

.combobox .content div {
	white-space: nowrap;
	overflow: hidden;
}

.combobox .arrow {
	width: 12px;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

.combobox .arrow img {
	width: 9px;
	height: 5px;
	border: 0px;
	background: url(../img/icons-16.png) -19px -6px no-repeat;
}

.combobox.hover .arrow img {
	background-position: -35px -6px;
}

.news-title {
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 6px 0px;
	font-style: italic;
}

.news-content {
	margin: 0px 0px 12px 0px;
}

.loading {
	color: #ffffff;
	font-weight: bold;
	background-color: #000000;
  moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	_width: expression(getPageSize()[2]);
	_height: expression(getPageSize()[1]);
	display: none;
	z-index: 1000;
}

.loading p {
	position: relative;
	text-align: center;
	display: none;
}

.loading span {
	display: block;
	margin: 6px;
}

.loading object {
	margin: 0px;
	border: 0px;
}

.image-box {
	width: 1px;
	height: 1px;
	border: 0px;
}

.image-box .photo img {
	width: 150px;
	height: 113px;
	border: 0px;
}

.image-box .shadow-right table {
	width: 9px;
	height: 100%;
}

.image-box .shadow-right .rt {
	height: 10px;
	background: url(../img/image-box-rt.gif) no-repeat;
}

.image-box .shadow-right .rm {
	background: url(../img/image-box-rm.gif) repeat-y;
}

.image-box .shadow-right .rb {
	height: 2px;
	background: url(../img/image-box-rb.gif) no-repeat;
}

.image-box .shadow-bottom table {
	width: 100%;
	height: 10px;
}

.image-box .shadow-bottom .bl {
	width: 9px;
	background: url(../img/image-box-bl.gif) no-repeat;
}

.image-box .shadow-bottom .bm {
	background: url(../img/image-box-bm.gif) repeat-x;
}

.image-box .shadow-bottom .br {
	width: 3px;
	background: url(../img/image-box-br.gif) no-repeat;
}

.image-box .shadow-bottom .cr {
	width: 9px;
	background: url(../img/image-box-cr.gif) no-repeat;
}

p.content {
	margin: 0px 0px 12px 0px;
}

p.content-6 {
	margin: 0px 0px 6px 0px;
}

.gallery-info {
	color: #A0A0A0;
	font-size: 9px;
	margin: 0px;
}

.gallery-box {
	width: 100%;
	margin-top: 16px;
}

.gallery-box td {
	width: auto;
	text-align: center;
	vertical-align: top;
}

.gallery-box td p {
	color: #606060;
	font-weight: bold;
	text-align: center;
	margin: 6px 0px 12px 0px;
}

.gallery-box td p span {
	font-size: 9px;
	font-weight: normal;
	margin: 3px 0px 0px 0px;
	display: block;
}

.gallery-nav {
	margin: 0px;
	text-align: center;
}

.gallery-nav.top {
	padding: 16px 0px 6px 0px;
	border-bottom: 1px solid #D0D0D0;
}

.gallery-nav.bottom {
	padding: 6px 0px 16px 0px;
	border-top: 1px solid #D0D0D0;
}

.gallery-nav table {
	width: 100%;
}

.gallery-nav table td.left {
	width: 32%;
	text-align: left;
}

.gallery-nav table td.center {
	width: 35%;
	text-align: center;
	white-space: nowrap;
}

.gallery-nav table td.right {
	width: 32%;
	text-align: right;
}

.gallery-comment {
	color: #000000;
	margin: 6px 0px 6px 0px;
}

.gallery-comment.author {
	font-size: 9px;
	font-style: italic;
	text-align: right;
	margin: 0px 0px 6px 0px;
	border-bottom: 1px dashed #A0A0A0;
}

.paintball .title {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin: 12px 0px 12px 0px;
}

.paintball .sub-title {
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
	margin: -6px 0px 12px 0px;
}

.paintball ul {
	margin-top: 0px;
	margin-bottom: 12px;
	list-style-type: disk;
	list-style-position: outside;
	font-weight: bold;
}

.paintball .photo {
	margin: 12px 0px 12px 0px;
	text-align: center;
}

.photo {
	margin: 12px 0px 12px 0px;
	text-align: center;
}

.photo img {
	border: 0px;
}

.documents .title {
}

.documents .description {
	color: #808080;
	margin-left: 20px;
	font-style: italic;
}

a:link {
	color: #127ed2;
	text-decoration: none;
}

a:active {
	color: #127ed2;
	text-decoration: none;
}

a:visited {
	color: #127ed2;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}