@charset "UTF-8";

body {
    top : 0px;
    left : 0px;
    margin: 6px;
    padding : 0px;
    background-color: #fffdfa;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: black;
}
.dusk {
	background-color: #fffdfa;
}
h1,h2,h3,h4,h5,h6,h7 {
	color: #2999F6;
}

table { 
  border-collapse:collapse;
}
table td, table th
{
    padding: 0; /* 'cellpadding' equivalent */
}
img {
	border:none;
}

td {
	font-size: 14px;
	color: black;
	padding:0;
	margin:0;
}

.title {
	font-size: 220%;
	font-weight:bold;
	text-align:center;
	color: #2999F6;
	text-shadow: 1px 1px black;
}

td img{vertical-align: bottom;}

.para {
	margin-top: 6px;
	margin-bottom:6px;
}

div.inline {
	display:inline-block;
}

form {
	margin-bottom:0px;
}

.pointer {
	cursor: pointer;
}

.pad2 {	padding:2px; }
.pad4 {	padding:4px; }
.pad6 {	padding:6px; }
.pad8 {	padding:8px; }
.pad10 { padding:10px; }
.pad12 { padding:12px; }
.pad14 { padding:14px; }
.pad16 { padding:16px; }
.pad18 { padding:18px; }
.pad20 { padding:20px; }

table.cp0  td { padding:0px; }
table.cp1  td { padding:1px; }
table.cp2  td { padding:2px; }
table.cp3  td { padding:3px; }
table.cp4  td { padding:4px; }
table.cp6  td { padding:6px; }
table.cp8  td { padding:8px; }
table.cp10 td { padding:10px; }
table.cp12 td { padding:12px; }
table.cp14 td { padding:14px; }
table.cp16 td { padding:16px; }
table.cp18 td { padding:18px; }
table.cp20 td { padding:20px; }

table.smallcells td {
	font-size: 85%;
}

.fixed_tr
{
	position:fixed;
	top: 0px; 
	right: 0px; 
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
} 

.fixed_c
{
	position:fixed;
	top: 0px; 
	left: 0px;
	right: 0px;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
} 

div.cell {
	display: table-cell;
}

td.help_answer {
	padding-left: 30px;
	padding-right: 30px;
	color: #445566;
}

.opacity90 {
	opacity:0.9;
	filter:alpha(opacity=90);
}

.dim {
	opacity:0.35;
	filter:alpha(opacity=35);
}

.dim25 {
	opacity:0.25;
	filter:alpha(opacity=25);
}


.dim:hover {
	opacity:0.60;
	filter:alpha(opacity=60);
}

.comingsoon {
	background-image:url(/images/coming-soon.png);
	background-repeat:no-repeat;
	background-position:center;
}


.TableTitleLine {
	font-size : 12px;
	font-weight : bold;
	color : #003060;
	border-bottom : 2px solid #A8B2BB;
	padding-top : 2px;
	padding-bottom : 2px;
}

.TableTitle {
	font-size : 12px;
	font-weight : bold;
	color : #003060;
	padding-top : 2px;
	padding-bottom : 2px;
}

.TableTitleBlueCenter {
	font-size : 12px;
	font-weight : bold;
	color : #003060;
	padding-top : 2px;
	padding-bottom : 2px;
	background-image:url(/images/cell-blue-30.gif);
	text-align:center;
}

.TableTitleSmall {
	font-size : 11px;
	font-weight : bold;
	color : #003060;
	padding-top : 2px;
	padding-bottom : 2px;
}

.TableTitleTiny {
	font-size : 10px;
	font-weight : bold;
	color : #003060;
	padding-top : 2px;
	padding-bottom : 2px;
	text-align:center;
}

table.gallery {
	border-collapse:collapse;
	border-color:#999;
}

.dashing { border: 1px solid #000000 }
.dashing:hover { border: 1px solid  #FF00FF }

.blueborder { border: 1px solid #5985B5 }

.highlightField {
background-color: #ffccff; 
}
.nohighlightField {
	background-color: transparent;
}

.GridTitleColor {
	background-color: #7588B5;
}

.GridTitleDark
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #5985B5;
	text-align : center;
}

.GridTitle
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #069;
	text-align : center;
	border: 1px solid #999999;
}

.GridTitleCenter
{
	color: black;
	font-weight: bold;
	font-size: 14px;
	background-image:url(/images/cell-blue-30.gif);
	text-align : center;
}

.GridTitleLeft30
{
	color: black;
	font-weight: bold;
	font-size: 14px;
	background-image:url(/images/cell-blue-30.gif);
	text-align : left;
	line-height:30px;
	padding-left: 6px;
}

.GridTitleSmall
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #7588B5;
	text-align : center;
	font-size : 11px;
}

.GridTitleTiny
{
	color: white;
	font-weight: bold;
	background-color: #7588B5;
	text-align : center;
	font-size : 10px;
}

.GridTitleLeft
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #7588B5;
	text-align : left;
}

a, a:link, a:active, a:visited {
    text-decoration: none;
	color: #2999F6;
}

a:hover {
    text-decoration: underline;
	color: #990066;
}

.nobreak,.nowrap {
white-space:nowrap;
}

.r {
    font-weight: normal;
}

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.mb2 { margin-bottom: 2px; }
.mb4 { margin-bottom: 4px; }
.mb6 { margin-bottom: 6px; }
.mb8 { margin-bottom: 8px; }
.mb10 { margin-bottom: 10px; }

.smallcaps {
	font-variant:small-caps;
}

.xxxsmall {
    font-size: 8px;
}

.xxsmall {
    font-size: 9px;
}

.xsmall {
    font-size: 10px;
}

.small {
    font-size: 12px;
}

.medium {
    font-size: 14px;
}

.large {
    font-size: 16px;
}


.larger {
    font-size: 20px;
}

.xlarge {
    font-size: 18px;
}

.large18 {
    font-size: 18px;
}

.xxlarge {
    font-size: 24px;
}

.xxxlarge {
    font-size: 32px;
}

.xxxxlarge {
    font-size: 36px;
}

.white {
		color:#FFFFFF;
}

.black {
		color:#000000;
}

.red {
    color: #990033;
}

.pink {
	color:#F6F;
}

.blue {
    color: #2999F6;
}

.navy {
    color: #000099;
}

.teal {
color: #1D6699;
}

.ltblue {
	color: #DDEEFF
}

.green {
    color: #00cc33;
}

.dkgreen {
    color: #009933;
}

.smallred {
    color: #990033;
    font-size: 90%;
}

.bigred {
	color: #990033;
	font-size: 20px;
	font-weight: bold;
}

.bigblue {
	color: #2999F6;
	font-size: 20px;
	font-weight: bold;
}

.orange {
    color: #ff5500;
}

.danger {
	color:#C00;
}

.normalblue {
    color: #1958D7;
}

.ltgray {
    color: #cccccc;
}

.dkgray {
    color: #666666;
}

.grayEEE {
		color: #EEE;
}

.ltbrown {
	color: #8F7777;
}

.more {
    color: #0033cc;
    font-weight: bold;
}

.thumb-top {
font-size: .8rem;
text-align:center;
border-top-left-radius:10px;
border-top-right-radius:10px;
padding: 2px;
}

.thumb-bot {
font-size: .8rem;
text-align:center;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
padding: 2px;
}

.bg-gray {
	background-color:gray;
}

.bg-photo,.bg-blue  {
	background-color:#9BCCFF;
}
.bg-video,.bg-orange {
	background-color:#FFCC99;
}
.bg-pink {
	background-color:#FFF0FF;
}
.bg-ltgreen {
	background-color:#F0FFF0;
}
.bg-black {
	background-color:black;
}

a.menu:visited, a.color2:visited, a.color3:visited {
   
	color: #903;
    text-decoration: none;
	font-weight:bold;
}

a.menu, a.menu:active {
	color: #903;
    font-weight: normal;
    text-decoration: none;
	font-weight:bold;
	margin: 0 6px;
}

a.menu:hover {
    color: #39F;
	text-decoration: none;
	font-weight:bold;
}

div.menu,table.menu,table.menu td {
	padding:4px;
}


a.white, a.white:active, a.white:visited {
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
}

a.white:hover {
    text-decoration: underline;
}

.gray, a.gray, a.gray:active, a.gray:visited {
    color: #888888;
    text-decoration: none;
}

a.gray:hover {
	color:#990033;
	text-decoration: underline;
}

a.Future, a.Future:active, a.Future:visited {
	opacity:0.40;
	filter:alpha(opacity=40);
}

a.Future:hover {
    opacity:1;
	filter:alpha(opacity=100);
}


.btn_selected {
font: 10px Verdana,Arial, sans-serif; 
padding: 1px 5px; 
line-height:16px;
white-space:nowrap;
color: white;
background-color:white;
}

.btnm_selected {
font: 14px Verdana,Arial, sans-serif; 
padding: 2px 6px; 
border: 1px solid black !important; 
line-height:16px;
white-space:nowrap;
color: #000033;
background-color:white;
}

/* Buttons */
.btn {
font: 11px Verdana,Arial, sans-serif; 
padding: 1px 5px; 
background-image:url(/images/cell-blue.gif);
line-height:16px;
white-space:nowrap;
color: #000033;
}

.btnz {
font: 11px Verdana,Arial, sans-serif; 
padding: 2px 5px 3px 5px; 
background-image:url(/images/cell-blue.gif);
line-height:16px;
white-space:nowrap;
color: #000033;
}

.btna {
font: 11px Verdana,Arial, sans-serif; 
padding: 1px 5px; 
background-image:url(/images/cell-purple.gif);
line-height:16px;
white-space:nowrap;
color: #000033;
}

.btno {
font: 11px Verdana,Arial, sans-serif; 
padding: 1px 5px; 
background-image:url(/images/cell-orange.gif);
line-height:16px;
white-space:nowrap;
color: #000033;
}

.btns {
font: 10px Verdana,Arial, sans-serif; 
padding: 0px 3px; 
background-image:url(/images/cell-blue.gif);
white-space:nowrap;
color: #000033;
}

.btns2 {
font: 10px Verdana,Arial, sans-serif; 
padding: 0px 3px 0px 3px; 
background-image:url(/images/cell-blue.gif);
white-space:nowrap;
color: #000033;
}

.btnss {
font: 9px Verdana,Arial, sans-serif; 
padding: 0px 3px; 
background-image:url(/images/cell-blue.gif);
white-space:nowrap;
color: #000033;
}

.btnm {
font: 14px Verdana,Arial, sans-serif; 
padding: 2px 6px; 
background-image:url(/images/cell-blue.gif);
line-height:16px;
white-space:nowrap;
color: #000033;
	display:inline-block;
	margin: 3px;
}

.btnma {
font: 12px Verdana,Arial, sans-serif; 
padding: 2px 6px; 
background-image:url(/images/cell-purple.gif);
line-height:16px;
white-space:nowrap;
color: #000033;
}

.btnm-gray {
font: 12px Verdana,Arial, sans-serif; 
padding: 2px 6px; 
background-color:#CCCCCC;
line-height:16px;
white-space:nowrap;
}

.btnm-white {
font: 12px Verdana,Arial, sans-serif; 
padding: 2px 6px; 
line-height:16px;
white-space:nowrap;
}

.btnl {
font: 15px Verdana,Arial, sans-serif; 
padding: 2px 6px; 
background-image:url(/images/cell-blue.gif);
line-height:18px;
white-space:nowrap;
color: #000033;
}

.btnl-green {
font: 15px Verdana,Arial, sans-serif; 
padding: 2px 6px; 
background-image:url(/images/cell-green.gif);
line-height:18px;
white-space:nowrap;
color: #000033;
}

.btnl_selected {
font: 14px Verdana,Arial, sans-serif; 
padding: 2px 6px; 
line-height:18px;
white-space:nowrap;
color: #000033;
background-color:white;
}

.btnm-orange {
font: 11px Verdana,Arial, sans-serif; 
padding: 2px 6px; 
background-image:url(/images/cell-orange.gif);
line-height:16px;
}

.btnl-orange {
font: 15px Verdana,Arial, sans-serif; 
padding: 2px 6px; 
background-image:url(/images/cell-orange.gif);
line-height:18px;
}

.btnx {
font: 18px Verdana,Arial, sans-serif; 
font-weight: bold;
padding: 3px 5px 3px 5px; 
background-image:url(/images/cell-blue.gif);
line-height:22px;
white-space:nowrap;
}

.btnx_selected {
font: 18px Verdana,Arial, sans-serif; 
font-weight: bold;
padding: 3px 5px 3px 5px; 
color: #000033;
background-color:white;
line-height:22px;
white-space:nowrap;
}

.btnx-orange {
font: 18px Verdana,Arial, sans-serif; 
font-weight: bold;
padding: 3px 5px 3px 5px; 
background-image:url(/images/cell-orange.gif);
line-height:22px;
}

.btnxx {
font: 24px Verdana,Arial, sans-serif; 
font-weight: bold;
padding: 3px 5px 3px 5px; 
background-image:url(/images/cell-orange.gif);
line-height:22px;
white-space:nowrap;
}

.btn, .btnz, .btna, .btno, .btns, .btns2, .btnss, .btnm, .btnma, .btnm-gray, .btnm-white, .btnl, .btnl-green, .btn_selected, .btnm_selected, .btnl_selected, .btnx_selected, .btnx, .btnxx {
	border-radius: 3px;
	border: 1px solid #AED0EA;
	text-decoration:none !important;
	white-space:nowrap;
}

.btn-orange, .btnm-orange, .btnl-orange, .btnx-orange {
	border-radius: 3px;
	border: 1px solid #006;
	color:  #006 !important;
	text-decoration:none !important;
	margin: 2px 0px;
	display:inline-block;
	white-space:nowrap;
	background-image:url(/images/cell-orange.gif);
}

.btn_selected, .btnl_selected, {
	border-radius: 3px;
	border: 1px solid #06C;
	text-decoration:none !important;
	background-color:white;
}


.box_gray {
	border: 1px solid #999999;
	padding-left: 2px;
	padding-right: 2px;
	white-space:nowrap;
}

.box_ltgray {
	border: 1px solid #cccccc;
	padding-left: 2px;
	padding-right: 2px;
	white-space:nowrap;
}

.box_blue {
	border: 1px solid #cccccc;
	padding-left: 2px;
	padding-right: 2px;
	white-space:nowrap;
	background-color: #2999F6;
	color: white;
}

.boxb {
	background-color: #DDEEFF;
}

div.loading
{
background-image:url(/highslide/graphics/loader.gif);
background-repeat:no-repeat;
background-position:top center;
}

.doubleborder {
	border: double;
}

.hidden {
	display:none;
}


.wraptag {
  /* force the div to properly contain the floated images: */
  position:relative;
  clear:none;
  overflow:hidden;
}
.wraptag img {
  position:relative;
  z-index:1;
}
.wraptag .desc {
  display:block;
  position:absolute;
  width:100%;
  top:38%;
  left:0;
  z-index:2;
  text-align:center;
  background-color:#ECD;
opacity:0.70;
filter:alpha(opacity=70);
font-size:90%;
padding: 8px 0;
font-weight:bold;
color:#C39 ;
}

.new {
	border: 1px solid #ccc; border-radius: 3px; background-color:#FF0; color:red; margin-left:6px; padding:0 4px; font-size:90%; font-weight:bold; 
}

.roundcorners {
	border-radius: 5px;
}

.roundcorners-3 {
	border-radius: 3px;
}

.btr-10 {
border-top-left-radius:10px;
border-top-right-radius:10px;
}

.min-ht-16 {
	min-height:16px;
}

.bbr-10 {
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}

.bluebox {
	border: 1px solid #ABC;
	background-color:#F0F5FB;
	padding:9px;
}

.palebox {
	border: 1px solid #ABC;
	background-color:#F9FAFB;
	padding:9px;
}

.bluebox3 {
	border: 1px solid #ABC;
	background-color:#F0F5FB;
	padding:3px;
}

.cal-icon {
background-image: url(/images/cal.png);
background-repeat: no-repeat;
background-position: center right;
}

.rbox {
padding: 0px 3px; 
border: 1px solid #999999;
white-space:nowrap;
border-radius: 3px;
background-color:white;
}

.textshadow {
	text-shadow: 1px 1px #333;
}

.boxshadow {
	box-shadow: 2px 2px 3px #aaa;
}

div.MiniThumb {
	display: inline-block;
	width: 80px;
	margin: 2px 7px;
	
}
div.MiniThumb .xsmall {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	font-size:60% !important;
}
.MiniThumb img {
	width:78px;
}
fieldset.viewed {
	border: 1px solid gray;
	border-radius: 5px;
	margin-top: 12px;
	background-color:#F2F6F9;
}

fieldset.viewed legend {
	border: 1px solid gray;
	border-radius: 3px;
	padding: 1px 4px;
	font-size: 85%;
	background-image:url(/images/cell-blue.gif);
}

.strike {
	text-decoration:line-through;
}