﻿body{
	margin: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Sans Serif;
	font-size: 13px;
	background-color: #626262;
	color: #000000;
	vertical-align: middle;	
}
a{ color: #333333; text-decoration: underline; }
a:hover{ color: #999999; text-decoration: none; }
/*tr,td,th { border: solid 1px LightGrey; font-size:13px; }*/
#master_content{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	/*border: solid 1px maroon;*/
}
/**/
.full {
    width:800px;
}
.full_spaced {
    width:800px;
    padding-top:5px;
    padding-bottom:5px;
    margin-left: auto;
	margin-right: auto;
}
.full_top {
    width:800px;
    /*padding-bottom:5px;*/
}
.right {
    text-align:right;
}
.right_large {
    text-align:right;
    font-family:arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
}
.menu_container {
    background-image:url(../img/ui/shell/esc_bar.jpg);
    width:790px;
    height:26px;
    text-align:center;
    text-decoration:none;
    color:#FFF;
}
.menu_container a {
    text-decoration:none;
    color:#FFF;
}
.menu_left {
    background-image:url(../img/ui/shell/esc_bar_left.jpg);
    width:5px;
    height:26px;
}
.menu_right {
    background-image:url(../img/ui/shell/esc_bar_right.jpg);
    width:5px;
    height:26px;
}
.menu_item {
    width:123px;
    height:26px;
    font-family:arial,sans-serif;
    font-weight:bold;
}
.menu_item a:hover {
    text-decoration:none;
    color:#000;
    background-image:url(../img/ui/shell/esc_bar_hover.jpg);
    height:26px; width:123px;
}
.menu_lnk {
    vertical-align:text-bottom;
}
.f_container {
    background-image:url(../img/ui/shell/esc_bar.jpg);
    width:790px;
    height:26px;
    text-align:center;
    text-decoration:none;
    color:#FFF;
    font-size:11px;
}
.f_container a {
    text-decoration:underline;
    color:#FFF;
}
.f_container a:hover {
    text-decoration:none;
    color:#CCC;
}
.footer {
	font-size:12px;
	color:#29537B;
	padding-top: 5px;
	width:800px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.footer a {
	font-size:12px;
	color:#29537B;
}
.footer a:hover {
	font-size:12px;
	color:#29537B;
}

.c07_top_left {
	background: url(../img/ui/shell/07/top_left.jpg) no-repeat; width:9px; height:9px;
}
.c07_top {
	background: url(../img/ui/shell/07/top.jpg) repeat-x; width:812px; height:9px;
}
.c07_top_right {
	background: url(../img/ui/shell/07/top_right.jpg) no-repeat; width:9px; height:9px;
}
.c07_left {
	background: url(../img/ui/shell/07/left.jpg) repeat-y; width:9px;
}
.c07_right {
	background: url(../img/ui/shell/07/right.jpg) repeat-y; width:9px;
}
.c07_bottom_left {
	background: url(../img/ui/shell/07/bottom_left.jpg) no-repeat; width:9px; height:9px;
}
.c07_bottom {
	background: url(../img/ui/shell/07/bottom.jpg) repeat-x; width:800px; height:9px;
}
.c07_bottom_right {
	background: url(../img/ui/shell/07/bottom_right.jpg) no-repeat; width:9px; height:9px;
}
/*.bl_development_on {
	src:	
}*/
/****************************/
.highslide {
	cursor: url(../lib/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.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-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(../lib/highslide/graphics/loader.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;
}