@charset "utf-8";
/* CSS Document */

.editor{
	background:#FFFFFF;
	}
.tbl_Frame{
	border:1px solid #CCCCCC;
	padding: 5px;
}	

.tbl_Header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.tbl_Header a:link {
	color:#000000;
	text-decoration: none;
}	
.tbl_Header a:visited {
	color:#000000;
	text-decoration: none;
}	
.tbl_Header a:hover {
	color:#cccccc;
	text-decoration: none;
}	
.tbl_Header a:active {
	color:#000000;	
	text-decoration: none;
}	

.tbl_Content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
	padding-right: 5px;
}

.tbl_Content a:link {
	color:#000000;
	text-decoration: none;
}	
.tbl_Content a:visited {
	color:#000000;
	text-decoration: none;
}	
.tbl_Content a:hover {
	color:#cccccc;
	text-decoration: none;
}	
.tbl_Content a:active {
	color:#000000;	
	text-decoration: none;
}	

.subcat_Normal {
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	cursor:hand;
}

.subcat_Selected {
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	text-decoration:underline;
	cursor:default;
}

body {
	background:url('/template/images/bg2.jpg');
}

.frame {
	border-right:solid 10px #ed1c24;
	text-align:center;
}

.toplogo {
	border-bottom:solid 1px black;
}
.navMenu {
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.navMenu a:link {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.navMenu a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.navMenu a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}
.navMenu a:active {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.navMenuNoLink {
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.navMenuNoLink a:link {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.navMenuNoLink a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.navMenuNoLink a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.navMenuNoLink a:active {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.navSubMenu {
	font-size: 12px;
	font-style:normal;
	text-decoration:none;
	color:#000;
}
.navSubMenu a:link {
	font-style:normal;
	text-decoration:none;
	color:#000;
}
.navSubMenu a:visited {
	font-style:normal;
	text-decoration:none;
	color:#000;
}
.navSubMenu a:hover {
	font-style:normal;
	text-decoration:underline;
	color:#000;
}
.navSubMenu a:active {
	font-style:normal;
	text-decoration:none;
	color:#000;
}
.menubar {
	background:url('/template/images/bg2.jpg');
	text-align:left;
}

.menuButton_normal{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left: 10px;
	padding-right: 10px;	
	border-right:solid 1px #000000;
	cursor:hand;	
}

.menuButton_hover{
	color: #ed1c24;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left: 10px;
	padding-right: 10px;	
	border-right:solid 1px #000000;
	cursor:hand;
	
}

.contentBox{
	background-color:#FFFFFF;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

.leftBar{
	background:url('/template/images/bg2.jpg');
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:150px;
	
}
.bottomBar{
	background:url('/template/images/bg2.jpg');
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:150px;
	text-align: center;
}
.contentFrame{
	background-color:#FFFFFF;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 20px;
}

.bottom_txt {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	border-top:solid 1px #000000;
}

.bottom_txt a:link {
	color:#000000;
	text-decoration: none;
}	
.bottom_txt a:visited {
	color:#000000;
	text-decoration: none;
}	
.bottom_txt a:hover {
	color:#000000;
	text-decoration: underline;
}	
.bottom_txt a:active {
	color:#000000;	
	text-decoration: none;
}	

.contentbig {
	color: #57ab1c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
}
.cHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	cursor:default;
}

.cContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:default;

}





.highslide {
	cursor: url(/template/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/template/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/template/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(/template/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(/template/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(/template/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


