@charset "utf-8";
/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*********************************************/
Body {
	background: #f4edea url("/images/layout/background.png") repeat-x top;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.BodyPopup {
	background: #f4edea url("/images/layout/background.png") repeat-x top;
	padding: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #faf39b;
}
.BodyPopup a {
	color: #faf39b;
}
a {
	color: #006666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}

.tableMain {
	width: 959px;
	margin: 0px;
	padding: 0px;
	border: none;
}
.tableMain .SideBarTop {
	margin: 0px;
}
.tableMain .tableMainCol1 {
	background: url("/images/layout/bodyback.png");
}
.tableMain .tableMainCol2 {
	background-image: url("/images/layout/sidebarbody.png");
	margin: 0px;
	padding: 0px;
}
/*************** HEADER **************/
.HeaderTop  {
	background: url("/images/layout/headertop.jpg") no-repeat bottom;
	height: 46px;
	width: 761px;
	display: block;
	color: #fbf49b;
	margin: 0px;
	padding: 0px;
}
.HeaderBar  {
	background: url("/images/layout/header1.jpg") no-repeat bottom;
	height: 338px;
	width: 761px;
	display: block;
	color: #fbf49b;
	margin: 0px;
	padding: 0px;
}
/*.HeaderBar2  {
	background: url("/images/layout/header2.jpg") no-repeat bottom;
	height: 390px;
	width: 761px;
	display: block;
	color: #fbf49b;
	margin: 0px;
	padding: 0px;
}
.HeaderBar3  {
	background: url("/images/layout/header3.jpg") no-repeat bottom;
	height: 390px;
	width: 761px;
	display: block;
	color: #fbf49b;
	margin: 0px;
	padding: 0px;
}
.HeaderBar4  {
	background: url("/images/layout/header4.jpg") no-repeat bottom;
	height: 390px;
	width: 761px;
	display: block;
	color: #fbf49b;
	margin: 0px;
	padding: 0px;
}*/
.HeaderText {
	float: right;
	color: #fbf49b;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-top: 8px;
	padding-right: 5px;
}
.HeaderText2 {
	float: left;
	color: #fbf49b;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-top: 8px;
	padding-right: 5px;
}
.HeaderText a, .HeaderText2 a {
	color: #fbf49b;
	text-decoration: none;
}
.HeaderText a:hover, .HeaderText2 a:hover {
	color: #FFF;
	text-decoration: none;
}

/*************** MENU **************************/
.MenuBar {
	background: url("/images/layout/menuback.jpg");
	width: 761px;
	height: 45px;
	display: block;
}

.MenuBox {
	height: 45px;
	width: auto;
	float: left;
}

a#lnkHome:link, a#lnkHome:active, a#lnkHome:visited {
		display: block;	width: 151px;	height: 45px; padding: 0px; margin: 0px;
		background-image: url('/images/toolbar/1homeup.png');
		background-repeat: no-repeat;	text-indent: -9999px; font-size:0; _margin: -4px 0px;
	}	
a#lnkHome:hover {	background-image: url('/images/toolbar/1homedown.png');	}

a#lnkAccom:link, a#lnkAccom:active, a#lnkAccom:visited {
		display: block;	width: 151px;	height: 45px; padding: 0px; margin: 0;
		background-image: url('/images/toolbar/2accommodationsup.png');
		background-repeat: no-repeat;	text-indent: -9999px; font-size:0; _margin: -4px 0px;
	}	
a#lnkAccom:hover {	background-image: url('/images/toolbar/2accommodationsdown.png');	}

a#lnkActivity:link, a#lnkActivity:active, a#lnkActivity:visited {
		display: block;	width: 151px;	height: 45px; padding: 0px; margin: 0;
		background-image: url('/images/toolbar/3activitiesup.png');
		background-repeat: no-repeat;	text-indent: -9999px; font-size:0; _margin: -4px 0px;
	}	
a#lnkActivity:hover {	background-image: url('/images/toolbar/3activitiesdown.png');	}

a#lnkServices:link, a#lnkServices:active, a#lnkServices:visited {
		display: block;	width: 151px;	height: 45px; padding: 0px; margin: 0;
		background-image: url('/images/toolbar/4servicesup.png');
		background-repeat: no-repeat;	text-indent: -9999px; font-size:0; _margin: -4px 0px;
	}	
a#lnkServices:hover {	background-image: url('/images/toolbar/4servicesdown.png');	}

a#lnkEvents:link, a#lnkEvents:active, a#lnkEvents:visited {
		display: block;	width: 157px;	height: 45px; padding: 0px; margin: 0;
		background-image: url('/images/toolbar/5eventsup.png');
		background-repeat: no-repeat;	text-indent: -9999px; font-size:0; _margin: -4px 0px;
	}	
a#lnkEvents:hover {	background-image: url('/images/toolbar/5eventsdown.png');	}

/************** CONTENT BAR ***************/
.ContentBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 761px;
	height: auto;
	padding: 0px;
	margin: 5px 0px 0px;
	text-align: left;
	position: relative;
}
.ContentBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 720px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	color: #000066;
	position: relative;
}

/************** FOOTER BAR ****************/
.FooterBar {
	background: url("/images/layout/contentfooter.png") no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 10px;
	width: 761px;
	text-align: left;
}
.FooterSideBar {
	background: url("/images/layout/sidebarfooter.png") no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 10px;
	width: 198px;
	text-align: left;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	font-size: 11px;
	padding: 0px;
	text-align: center;
	vertical-align: text-top;
	white-space: nowrap;
	color: #000066;
}
.FooterText a {
	color: #003366;
}
.FooterText a:hover {
	color: #3399FF;
}
.FooterText li {
	list-style-image: url("/images/icons/arrow1.gif");
	list-style-type: none;
	line-height: 1.5em;
	font-size: 10px;
}
/*********************************************/
/* Heading and Title styles
/*********************************************/
.ContentHeader, h1{
	background: url("/images/layout/contentheader2.png") no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fbf49b;
	font-weight: bold;
	width: 717px;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
	padding-right: 0px;
	padding-bottom: 13px;
}
.ContentHeader a, h1 a {
	text-decoration: none;
	color: #fbf49b;
}
.ContentHeader a:hover, h1 a:hover {
	text-decoration: none;
	color: #FFFFDD;
}

/***************************************/
/*  ADMIN HEADER / FOOTERS
/***************************************/
.AdminBody {
	background: none;
	padding: 0px;
	margin: 0px;
	background: #E6E6E6 url("/images/layout/smallback5.jpg");
}
.AdminBody a {
	color: #00C;
}
.AdminBody a:hover {
	color: #09C;
}
.AdminHeaderBar {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 100%;
	background: #232e72 url("/images/layout/adminarea.png") bottom right no-repeat;
	border: none;
	border-bottom: 2px solid #FFC;
	position: relative;
}
.AdminTitle {
	color: #E9E9E9;
	font-size: 36px;
	padding: 15px 0px 15px 10px;
	float: left;
	font-family: "Times New Roman", Times, serif;
}
.AdminTitle2 {
	color: #FFF;
	font-size: 18px;
	font-style: italic;

	padding: 25px 10px 0px 0px;
	float: right;
}
.AdminContentBar {
	width: 100%;
	background: #FFF;
}
.AdminContentBox {
	padding: 10px;
	font-size: 12px;
}

.AdminBody .ContentHeader {
	background: none;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
	text-align: left;
	color: #006;
}
.AdminBody .SubTitle {
	background: none;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
	text-align: left;
	color: #600;
}
.AdminBody .LineTitle {
	background: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
	text-align: left;
	color: #300;
}
.AdminBody hr {
	border: none;
	background-color: #FFF;
	color: #FFF;
	border-bottom: 1px dashed #006;
	margin: 0px 0px 5px;
	padding: 5px 0px 0px;
	clear:  both;
	display: block;
}
.AdminBody .boxData {
	background: #DFDFDF;
	color: #000;
}
.boxAdminMenu {
	float: left;
	padding: 5px;
	text-align: center;
	border: 1px solid #DDD;
	background-color: #EAE3C6;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 85px;
	height: 65px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.boxAdminMenu:hover {
	background-color: #E9E9E9;
	border-bottom: 2px solid #AAA;
	border-right: 2px solid #AAA;
}

.AdminFooterBar {
	padding: 10px 0px;
	margin: 0px;
	height: auto;
	width: 100%;
	background: #232e72 url("/images/layout/adminlynx.png") center center no-repeat;
	border: none;
	border-bottom: 2px solid #999;
	position: relative;
	color: #FFF;
	text-align: center;
	font-size: 11px;
}
.AdminFooterBar a {
	color: #0CF;
}
/*------- ADmin Menu ----------------*/
.AdminMenuBar {
	width: 100%;
	background: #666;
	border: none;
	border-bottom: 2px solid #000;
	display: block;
	clear: both;
	position: relative;
	height: auto;
}
#mnuAdmin {
	padding: 0px;
	margin: 0px;
	display: block;
	clear: both;
	position: relative;
}
#mnuAdmin li {
	padding: 5px 8px 4px;
	margin: 0px;
	font-size: 12px;
	color: #DDD;
	list-style: none;
	display: inline;
	float: left;
	border: none;
	border-right: 1px solid #999;
	position: relative;
}
#mnuAdmin li.LastButton {
	float: right;
	border: none;
	border-left: 1px solid #999;
}
#mnuAdmin li a {
	font-size: 12px;
	font-weight: bold;
	color: #FFC;
	text-decoration: none;
}
#mnuAdmin li:hover {
	background-color: #FFC;
}
#mnuAdmin li:hover a {
	text-decoration: none;
	color: #006;	
}
#mnuAdmin ul {
	width: 110px;
	display: none;
	position: absolute;
	background: #CCC;
	border: 1px solid #006;
	top: 25px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
#mnuAdmin ul li {
	padding: 3px 7px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	list-style: disc;
	color: #000;
	border: none;
	width: 95px;
}
#mnuAdmin ul li a {
	font-size: 11px;
}
#mnuAdmin li:hover ul {
	display: block;
}

/*===================
  TITLES
=====================*/
.boxLinkAd {
	width: 170px;
	height: auto;
	display: block;
	font-size: 10px;
	margin: 10px 0px;
	padding: 2px;
	border: 1px solid #DDD;
	background-color: #FEFFD5;
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px; 
}
.SubTitle {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #300;
}
.LabelTitle, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	padding: 5px 0px;
	display: block;
}
.LabelSubTitle, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #660000;
	line-height: 1.5em;
	padding: 2px 0px;
	width: auto;
}
.Label1 {
	font-family: Arial, Helvetica, sans-serif;
}
li {
	list-style-image: url("/images/icons/arrow31.gif");
	list-style-type: none;
	line-height: 1.65em;
	font-size: 12px;
	color: #000066;
}
li:hover {
	list-style-image: url("/images/icons/arrow32.gif");
}

.TabbedPanels li {
	list-style-type: none;
	list-style-image: none;
}
.MapTitle {
	color: #faf39b;
	font-size: 20px;
	float: left;
}

/*********** SEARCH BOX ******************/
.SearchBox {
	float: right;
	padding-right: 25px;
	padding-top: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	color: #fbf49b;
}
.SearchBox input {
	border: none;
	background-color: #fbf49b;
	color: #000066;
}

/*******************************************
  CATEGORY LISTS
*******************************************/

.CatList li {
	color: #888;
}

.CatList li a {
	color: #003;
	font-weight: normal;
	text-decoration: none;
}

.CatList li a:hover {
	color: #00D;
	font-weight: normal;
	text-decoration: underline;
}

/********************************************
	FORMS STYLES
*********************************************/
.TextInput250 {
	background: #FFF url("/images/layout/textbox250.png") no-repeat;
	width: 250px;
	height: 27px;
	padding-top: 2px;
	border: 0px;
	color: #000;
}
.TextInput150 {
	background: #FFF url("/images/layout/textbox150.png") no-repeat;
	width: 150px;
	height: 27px;
	padding-top: 2px;
	border: 0px;
	color: #000;
}
.TextInput100 {
	background: #FFF url("/images/layout/textbox100.png") no-repeat;
	width: 100px;
	height: 27px;
	padding-top: 2px;
	border: 0px;
	color: #000;
}
.btnSaveChanges {
	width: 98px;
	height: 28px;
	background-color: none;
	background-image: url("/images/buttons/blank.png");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #faf39b;
	font-size: 11px;
	font-weight: bold;
	border: none;
	padding: -2px 0px 0px;
	margin: 0px;	
}

/*  Buttons */
.boxButtonXLg {
	width: 175px;
	height: 22px;
	background-color: none;
	background-image: url("/images/buttons/blank175.png");
	background-repeat: no-repeat;
	color: #faf39b;
	font-size: 12px;
	font-weight: bold;
	border: none;
	padding: 4px 0px 0px;
	margin: 0px;	
	text-align: center;

}
.boxButtonXLg a {
	color: #faf39b;
	font-weight: bold;
	text-decoration: none;
}
.boxButtonXLg a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}

.boxButtonLg {
	width: 125px;
	height: 23px;
	background-color: none;
	background-image: url("/images/buttons/blank125.png");
	background-repeat: no-repeat;
	color: #faf39b;
	font-size: 12px;
	font-weight: bold;
	border: none;
	padding: 4px 0px 0px;
	margin: 0px;	
	text-align: center;

}
.boxButtonLg a {
	color: #faf39b;
	font-weight: bold;
	text-decoration: none;
}
.boxButtonLg a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}

.boxButtonMed {
	width: 98px;
	height: 23px;
	background-color: none;
	background-image: url("/images/buttons/blank98.png");
	background-repeat: no-repeat;
	color: #faf39b;
	font-size: 12px;
	font-weight: bold;
	border: none;
	padding: 4px 0px 0px;
	margin: 0px;	
	text-align: center;

}
.boxButtonMed a {
	color: #faf39b;
	font-weight: bold;
	text-decoration: none;
}
.boxButtonMed a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}

.boxButtonSm {
	width: 66px;
	height: 23px;
	background-color: none;
	background-image: url("/images/buttons/blank66.png");
	background-repeat: no-repeat;
	color: #faf39b;
	font-size: 12px;
	font-weight: bold;
	border: none;
	padding: 4px 0px 0px;
	margin: 0px;	
	text-align: center;
}
.boxButtonSm a {
	color: #faf39b;
	font-weight: bold;
	text-decoration: none;
}
.boxButtonSm a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}

/*********************************************/
/*   Business Boxes                
/*********************************************/

.BusinessBox {
	width: 675px;
	background: url("/images/layout/businessboxmid.jpg");
	font-size: 12px;
	display: block;
	position: relative;
}
.BusinessInfoHide {
	margin: 0px;
	padding: 6px;
	display: none;
	visibility: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 300px;
	font-size: 11px;
	background-color: #fbf49b;
	background-image: none;
	border: 1px groove #000099;
}
.BusinessInfoHide table, .BusinessInfoHide input {
	font-size: 11px;
}
.BusinessBoxTop {
	width: 675px;
	background: url("/images/layout/businessboxtop.jpg") top left no-repeat;
	height: 5px;
	display: block;
}
.BusinessTitle, .BusinessBoxContent h1, .BusinessBoxContent .ContentHeader {
	background: #000066;
	color: #FFC;
	font-weight: bold;
	width: 642px;
	padding: 2px 5px 2px;
	margin-bottom: 3px;
	margin-top: 3px;
	display: block;
	font-size: 12px;
}
.BusinessBoxContent {
	padding: 0px 10px 0px;
	display: block;
	text-align: left;
}
.BusinessBoxContent a {
	font-weight: bold;
	color: #000066;
}
.BusinessBoxContent li {
	list-style-type: disc;
	list-style-image: none;
}
.BusinessBoxName {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.25em;
	color: #000066;
	text-decoration: underline;
}
.BusinessBoxPhone {
	float: right;
	text-align: right;
	font-weight: bold;
	color: #000066;
}

.BusinessBoxImage {
	float: left;
	padding: 0px 10px 0px 0px;
}
.BusinessBoxBot {
	width: 675px;
	background: url("/images/layout/businessboxbot.jpg") bottom left no-repeat;
	height: 10px;
	display: block;
	clear: both;
}	

.BusinessButton {
	width: 85px;
	height: 22px;
	background-color: none;
	background-image: url("/images/buttons/blank85.png");
	background-repeat: no-repeat;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	border: none;
	padding: 4px 0px 0px;
	margin: 0px;
	text-align: center;
	float: right;
}
.BusinessButton a {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
.BusinessButton a:hover {
	text-decoration: underline;
	color: #0000FF;
}

.BusinessButtonLg {
	width: 106px;
	height: 22px;
	background-color: none;
	background-image: url("/images/buttons/blank100.png");
	background-repeat: no-repeat;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	border: none;
	padding: 4px 0px 0px;
	margin: 0px;
	text-align: center;
	float: right;
}
.BusinessButtonLg a {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
.BusinessButtonLg a:hover {
	text-decoration: underline;
	color: #0000FF;
}
/*********************************************
/*   REQUEST BOOKING
/********************************************/

.BookRequestFrame {
	background: #006 url("/images/layout/smallback.jpg");
	display: none;
	position: absolute;
	top: 5px;
	left: 100px;
	width: 451px;
	height: auto;
	margin: 0px;
	padding: 6px;
	border: 2px solid #AAA;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 1000;
	text-align: left;
}

.BookRequestBox {
	background: #FFF;
	padding: 3px;
	height: auto;
	width: 443px;
	border: 1px solid #CCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: left;
}

.BookRequestFrameWide {
	background: #006 url("/images/layout/smallback.jpg");
	display: none;
	position: absolute;
	top: -10px;
	left: 0px;
	width: 660px;
	height: auto;
	margin: 0px;
	padding: 6px;
	border: 2px solid #AAA;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 1000;
	text-align: left;
}
.BookRequestBoxWide {
	background: #FFF;
	padding: 3px;
	height: auto;
	width: 652px;
	border: 1px solid #CCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: left;
}
.btnBookCancel, .btnBookSend {
	cursor: pointer;
	color: #006;
}
.BookTitle {
	background: #EEE;
	padding: 2px 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: auto;
	height: auto;
}
.inputBook {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #06C;
	background-color: #EFFFFF;
	font-size: 11px;
	padding: 1px 2px;
}
.inputBook:focus {
	background-color:#CFF;
}
.tableBook
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px 0px 2px;
	padding: 2px;
	border: 1px solid #ccc;
	text-align: left;
}

.btnUnitBookRequest {
	cursor: pointer;
	color: faf39b;
}
.btnUnitBookRequest2 {
	cursor: pointer;
	color: faf39b;
}
/*********************************************/
/* Data and error boxes 
/*********************************************/

.boxError {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #FFCCCC;
	text-align: center;
	padding: 5px;
	border: 1px solid #F9C;
	color: #990000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.boxNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}
.boxNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.boxData {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background: #FFFFFF url("/images/layout/gradient1.jpg") top left no-repeat;
	padding: 5px;
	border: 1px solid #000066;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.boxData2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #99CCFF;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.boxNews1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #d8e7ea url("/themes/theme1/newstop2.png") bottom right no-repeat;
	width: 700px;
	font-size: 10px;
	margin: 5px 0px;
}
.boxNews2 {
	color: #000000;
	background: url("/themes/theme1/newstop.png");
	background-repeat: no-repeat;
	width: 700px;
	padding: 10px 0px;
}
.boxNews3 {
	text-align: left;
	width: 670px;
}
.boxBorder {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	font-size: 10px;
	border: 1px solid #000066;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.boxClear {
	display: block;
	clear: both;
	height: 1px;
	width: auto;
}
.RightInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000099;
	float: right;
	padding: 8 0 0;
	margin: 0;
	width: auto;
}
/*********************************************/
/* Data Table styles
/*********************************************/
.tableClear
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.tableClear2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.tableSurvey {
	width: 600px; 
	height: auto; 
	background-color: #DDDDFF;
	border: solid 1px #000; 
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px; 
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.tableData {
	border: 1px solid #CCC;
	background: none;
	margin: 0 auto;
	width: 100%;
	clear: both;	
	padding: 0px;
	background-color: #CCCCCC;
	font-size: 12px;
}
.tableData thead tr {
	background: url("/images/layout/hl.png");
}
.tableData thead tr td {
	font-weight: bold;
	text-align: center;
	border: none;
	border-right: 2px groove #CCC;
	border-bottom: 1px solid #999;
	background: url("/images/layout/hl.png");
}
.tableData thead tr td.headerlast {
	border-right: none;
}
.tableData tbody td {
	font-weight: normal;
	border-width: 0px;
	border-bottom: 1px solid #F0F0F0;
	background: none;
}
.tableData tbody td.cellmid {
	border-right: 1px solid #E0E0E0;
	padding-left: 2px;
}
.tableData tbody tr.row1 {
	background-color: #FCFCFC;
}
.tableData tbody tr.row2 {
	background-color: #eff9fe;
}
.tableData tbody tr:hover {
	background-color: #FFE7CE;
}

#rowPart:hover {
	background-color: #FC9;
	border-color: #FC9;
}

#BuildPCType td {
	padding: 3px;
}

.tableMenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	border: thin solid #000000;
	background-image: url("/themes/theme1/buttonback.gif");
}

/*********************************************/
/* Search Box Styles
/*********************************************/
.boxSearch {
	position: relative;
	height: auto;
	top: 140px;
	left: 600px;
}
.textboxBack {
	background: url("/themes/theme1/back3_sm.jpg");
	border: solid 1px #000;
	height: 25px;
	width: 160px;
	float: right;
	position: relative;
	margin-right: 30px;
}
.textboxCenter {
	display: table-cell;
	height: 25px;
	width: 160px;
	font-size: 10px;
	color: #000;
	text-align: center;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	_position: relative;
	_top: 0px;
	_margin_top: auto;
	_vertical-align: top;
	border: none;
	background: none;
}
.textboxCenter a:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}



/***************************************/
/* Divider styles
/***************************************/
div.hr {
  height: 15px;
  background: url("/images/icons/paw_sm5.gif") no-repeat scroll center;
}
div.hr hr {
  display: none;
}

/***************************************/
/* Other Text Styles
/***************************************/
.NoteStar {
	font-size: 10px;
	color: #B00;
}


/***************************************/
/* Floating Div Styles */
/***************************************/
.PriceBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 200px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.NewsBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.EditBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 550px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.CalBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.PhoneBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 250px;
	background-color:#CCFFFF;
	padding:5px;
	position: absolute;
}

/******* Input Form Styles **************/

.DropSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border: solid 1px black;
}

/************ ADMIN EDIT CONTENT *********************/

.RTEditBox {
	width: 700px; 
	height: auto; 
	background: #FFF; 
	color: #000;
}

.RTEditArea {
	width: 700px; 
	height: 400px;
	background: #FFF; 
	color: #000;
}

#FloatSaveBox {
	position: fixed;
	_position: absolute; 
	top: 0; 
	right: 0; 
	padding: 5px; 
	background: #FFFFCC; 
	border: solid 1px black; 
	text-align: center; 
	width: 125px;
}
.EditContactForm {
	display: none;
	width: 345px;
	height: auto;
	float: left;
	border: 1px solid #999;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	background-color: #E9E9E9;
	padding: 5px;
	margin: 0px 10px 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
