﻿body 
{
	font-family:Arial;
	font-size: 10pt;
	
}
h2
{
	font-family:Arial;
	font-size: 14pt;
	color: #0077C0;
}
.HomeText
{
	font-family:Arial;
	font-size: 10pt;
	color: White;
}


.blueUnderline
{
	color: #0077C0;
	font-family:Arial;
	font-weight: normal;
	text-decoration:underline;
	font-size: 10pt;
}

.blueText
{
	color: #0077C0;
	font-family:Arial;
	font-weight: bold;
	font-size: 10pt;
}

a:link     { color: white; text-decoration: none;}
a:visited  { color: White; text-decoration: none;}
a:active   { color: white; text-decoration: none;}
a:hover    { color: #0077C0; text-decoration:underline;}

a.blueLink:link     { color: #0077C0; text-decoration: none;}
a.blueLink:visited  { color: #0077C0; text-decoration: none;}
a.blueLink:active   { color: #0077C0; text-decoration: none;}
a.blueLink:hover    { color: #0077C0; text-decoration:underline;}

a:eventLink
{
	text-decoration			: none;
	color					: black;
	font-weight				: normal;
}

a.eventLink:link
{
  text-decoration           : none;
  color                     : black;
  font-weight               : normal;
}


a.eventLink:visited
{
  text-decoration           : none;
  color                     : black;
  font-weight               : normal;
}

a.eventLink:active
{
	text-decoration: underline;
	color: White;
	font-weight: bold;
}

a.eventLink:hover
{
  text-decoration           : underline;
  color                     : black;
  font-weight               : bold;
}

ul
{
	list-style-image: url("Images/Global/bullet.png");
	margin-left:15px;
}

td.TopBanner
{
  background-image: url("images/Global/top_banner.png");
  width: 948px;
  height: 117px;
  background-repeat:no-repeat;
}

td.OrangeBg
{
	background-color: #FEC357;
}

td.rightShadow
{
	background-image: url("images/Global/bar_shadow_right.png");
	background-repeat: repeat-y;
	width: 7px;
}

td.bottomShadow
{
	background-image: url("images/Global/bar_shadow_bottom.png");
	background-repeat: repeat-x;
	height: 7px;
}
li
{
	color: #0077C0;
	font-family:Arial;
	font-weight:normal;
	font-size: 10pt;
}
td.blueBar
{
	background-image: url("images/Global/blue_bar_top.png");
	background-repeat: repeat;
	height : 16px
}

td.topOrangeSpace
{
	height: 15px;
}

td.HomeMain
{
	background-image: url("images/Global/home_BG.png");
	width: 949px;
	height: 514px;
	vertical-align: top;
}

td.Home
{
	width: 949px;
	height: 514px;
	vertical-align: top;
	background-color: #FEC357
}

td.blueBarBottom
{
	background-image: url("images/Global/blue_bar_bottom.png");
	background-repeat: repeat;
	height: 13px;
}

td.Home_CopyTD
{
	
	padding-top: 100px;
}

td.Home_Copy
{
	padding-left: 22px;
}

.HomePanel
{
	background-image: url("images/Global/whiteBar_home.png");
	background-repeat: no-repeat;
	height:15px;
}

.HomePanelBody
{
	  background-color: White;
	  scrollbar-face-color        : rgb(217,235,246);
	  scrollbar-arrow-color       : rgb(127,189,225);
	  scrollbar-highlight-color   : rgb(127,189,225);
	  scrollbar-3dlight-color     : rgb(127,189,225);
	  scrollbar-shadow-color      : rgb(127,189,225);
	  scrollbar-darkshadow-Color  : rgb(127,189,225);
	  scrollbar-track-color       : rgb(127,189,225);
	width: 534px;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.search_input
{
	border: 2px solid #328FB4;
}

.specsPnlPopUp
{
	width: 995px;
	height: 278px;
	background-image: url("Images/Global/specsPopUpBG.png");
}

.galleryPopUpHeader
{
	width: 534px;
	height: 27px;
	background-image: url('Images/Gallery/curv_top.png');
	background-repeat: no-repeat;
	background-color: Black;
}

.galleryPopUpFooter
{
	width: 534px;
	height: 27px;
	background-image: url('Images/Gallery/curv_bottom.png');
	background-repeat: no-repeat;
	background-color: Black;
}

.galleryPopUp
{
	background-color: Black;
	width: 534px;
}

/* Admin Picture STYLES ****************************************************************************/
.pictureHeader
{
	font-weight: bolder;
	border-bottom: 1px solid #FEC357;
}


.validatorCalloutHighlight
{
	background-color: lemonchiffon;
}

.contactPopUpHeader
{
	width: 366px;
	height: 27px;
	background-image: url('Images/Global/curv_top.png');
	background-repeat: no-repeat;
}

.contactPopUpFooter
{
	width: 366px;
	height: 27px;
	background-image: url('Images/Global/curv_bottom.png');
	background-repeat: no-repeat;
}

.contactPopUp
{
	background-color: Black;
	width: 366px;
}
