@charset "utf-8";
/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*********************************************/
body {
	background: #000;
	padding: 0px;
	margin: 0px;
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
}
.LynxBanner {
	position: fixed;
	top: 0px;
	left: 0px;
}
.BodyPopup {
	background: url("/images/layout/pattback3.jpg");
	padding: 5px;	
	padding: 0px;
	margin: 0px;
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
}
.FacebookBox {
	width: 95%;
	height: 95%;
	border: 1px solid #999;
	background: #FFF;
	padding: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/**************** RED BACKGROUND *******************/

.BodyBack1 {
	width: 100%;
	height: auto;
	background: url("/images/layout/background1.jpg") top center no-repeat fixed;
	text-align: left;
	position: relative;
}	
.BodyBack2 {
	width: 100%;
	height: auto;
	background: url("/images/layout/background2.jpg") top center no-repeat fixed;
	text-align: left;
	position: relative;
}	
.BodyBack3 {
	width: 100%;
	height: auto;
	background: url("/images/layout/background3.jpg") top center no-repeat fixed;
	text-align: left;
	position: relative;
}	
.BodyBack4 {
	width: 100%;
	height: auto;
	background: url("/images/layout/background4.jpg") top center no-repeat fixed;
	text-align: left;
	position: relative;
}	

.HeaderTagLine {
	position: relative; 
	margin: 47px 0px 0px;
	font-size: 18px; 
	font-style: italic;
	font-weight: bold;
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	z-index: 100;
	text-align: right;
	display: block;
}
.HeaderRight {
	float: right;
	padding: 0px 60px 0px 0px;
	display: block;
	text-align: right;
}
.HeaderRightBox {
	text-align: right;
	font-size: 18px;
	margin: 30px 0px 0px;
}
.HeaderRightGoog {
	text-align: right;
	font-size: 18px;
	margin: 6px 10px 0px 0px;
}

.BodyBack1 .HeaderTagLine, .BodyBack1 .HeaderRightBox a, .BodyBack1 .HeaderRightBox {
	color: #000; 
}
.BodyBack2 .HeaderTagLine, .BodyBack2 .HeaderRightBox a, .BodyBack2 .HeaderRightBox {
	color: #000; 
}
.BodyBack3 .HeaderTagLine, .BodyBack3 .HeaderRightBox a, .BodyBack3 .HeaderRightBox {
	color: #000; 
}
.BodyBack4 .HeaderTagLine, .BodyBack4 .HeaderRightBox a, .BodyBack4 .HeaderRightBox {
	color: #FFF; 
}
/**************** link & image displays *******************/

a {
	color: #03C;
	text-decoration: none;
	font-weight:500;
}
a:hover {
	color: #06F;
	text-decoration: underline;
	font-weight:500;
}
hr {
	background-color: #FFF;
	color: #FFF;
	padding: 0px;
	margin: 8px 0px;
	_margin: 0px;
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #DDD;
	clear: both;	
}
.ContentHeader, h1 {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #006;
	padding: 2px 0px 1px;
	margin: 1px 0px 4px;
	display: block;
	clear: both;
	line-height: 1.35em;
}
.SubTitle, h2
{
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #039;
	line-height: 1.45em;
	padding: 0px;
	margin: 4px 0px;
}
.LineTitle, h3
{
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #005782;
	line-height: 1.35em;
	padding: 0px;
	margin: 3px 0px;
}
.ParTitle, h4
{
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003;
	line-height: 1.35em;
	padding: 0px;
	margin: 3px 0px;
}



li {
	list-style-image: url("/images/icons/arrow1.png");
	list-style-type: none;
	line-height: 1.65em;
	font-size: 12px;
}

.ComingSoon {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #555;
	padding: 5px 0px;
}
.RightNote {
	float: right;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	padding: 3px 0px 0px;
	margin: 0px 0px 0px 3px;
	color: #555;
}
.RightNote2 {
	float: right;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	padding: 3px 0px 0px;
	margin: 0px 0px 0px 3px;
	color: #555;
}
.smallNote {
	font-size: 10px;
	font-style: italic;
}
/*********************************************/
/******************* HEADER ******************/
/*********************************************/
.HeaderBar {
	/*background: url("/images/layout/logo.png") top left no-repeat;*/
	width: 1075px;
	height: 130px;
	_height: 130px;
	text-align: left;
	display: block;
	padding: 0px 0px 0px;
	margin: 0px;
	position: relative;
}

.FloatRightWhite {
	position: absolute; 
	top: 35px; 
	right: 5px; 
	color: #FFF;
	font-size: 12px;
	text-align: right;
	margin: 0px 100px 0px 0px;
}
.FloatRightWhite a {
	color: #FFF;
}
.FloatRightWhite a:hover {
	color: #FDF;
	text-decoration: none;
}
.MapBox {
	width: 650px;
	background: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
	padding: 5px;
}
/*************** MENU **************************/
.MenuBar {
	background: url("/images/layout/buttonback.png") top left no-repeat;
	width: 955px;
	height: 80px;
	display: block;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	position: relative;
	overflow: hidden;
}

.mnuMain {
	background: none;
	width: 955px;
	height: 70px;
	padding: 0px;
	margin: 0px;
	position: relative;
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.mnuMain li {
	display: inline; 
	float: left; 
	list-style: none;
	padding: 5px 12px 5px;
	margin: 0px 0px 0px;
	position: relative;
	font-size: 16px;
	color: #FFF;
	text-transform: capitalize;
	font-weight: bold;
}
.mnuMain li:hover {
	background: url("/images/layout/upperrowhighlight.png") repeat-x;
}
.mnuMain li.mnuActive {
	background: url("/images/layout/upperrowhighlight.png") repeat-x;
}
.mnuMain li.mnuRight {
	float: right;
}
.mnuMain li a {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
.mnuMain li a:hover {
	color: #FFFFCC;
}


.mnuMain li div {
	display: none;
	position: absolute;
	top: 2.25em;
	left: 0em;
}
.mnuMain li.mnuActive div {
	display: block;
	position: absolute;
	top: 2.25em;
	left: 0em;
	width: 100%;
	height: 30px;
	background: url("/images/layout/lowerbuttonrow.png") repeat-x;
	padding: 0px;
	margin: 0px;
}

/*-----------------------------------*/
.mnuSubMenu {
	padding: 0px;
	margin: 0px;
	position: relative;
	display: block;
	z-index: 100;
}
.mnuSubMenu li {
	display: inline; 
	float: left; 
	list-style: none;
	padding: 5px 10px 4px;
	margin: 0px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.mnuSubMenu li.mnuActive {
	background: url("/images/layout/lowerbuttonrow.png") repeat-x;

}
.mnuSubMenu li a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}


.mnuSubMenu li ul {
	display: none;
	position: absolute;
	left: 2px;
	top: 29px;
	width: auto; 
	height: auto;
	margin: 0px;
	padding: 0px 0px 2px;
	background: #666;
	border: 1px solid #333;
	z-index: 100;
	_z-index: -1;
	_width: 125px;
}

.mnuSubMenu li:hover ul {
	display: block;
	position: absolute;
	left: 2px;
	top: 29px;
	width: auto; 
	height: auto;
	min-width: 105px;
	z-index: 100;
	_z-index: -1;
	_width: 120px;
}

.mnuSubMenu li li {
	background-image: none;
	font-size: 10px;
	float: none;
	list-style-image: none;
	list-style: inside disc; 
	display: list-item;
	margin: 0px;
	text-align: left;
	padding: 4px 0px 0px 5px;
}

.mnuSubMenu li li a {
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}
.mnuSubMenu li li a:hover {
	color: #FFFF99;
}



/***************/

.mnuMain li ul.mnuMainDrop {
	display: none;
	position: absolute;
	top: 2.175em;
	left: 0em;
	width: 100%;
	height: 38px;
	border: none;
	background: url("/images/layout/lowerbuttonrow.png");
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.mnuMain li:hover ul.mnuMainDrop {
	display: block;

}
.mnuMain li.mnuActive ul.mnuMainDrop {
	display: block;
}
.mnuMain li ul.mnuMainDrop li {
	font-size: 14px;
	display: inline; 
	float: left; 
	list-style: none;
	text-align: left;
	padding: 6px 12px 5px;
	margin: 0px;
	border-right: 1px solid #333;
}

.mnuMain li ul.mnuMainDrop li a {
	font-size: 14px;
	text-decoration: none;
	color: #E0E0E0;
}
.mnuMain li ul.mnuMainDrop li a:hover {
	color: #FFF;
}


/**************************************/


.mnuMain li ul.mnuMainDropSm {
	display: none;
}

.mnuMain li:hover ul.mnuMainDropSm {
	display: block;
	position: absolute;
	top: 2.15em;
	left: 0em;
	width: 100%;
	height: 30px;
	border: none;
	background: url("/images/layout/lowerbuttonrow.png");
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.mnuMain li ul.mnuMainDropSm li {
	font-size: 11px;
	display: inline; 
	float: left; 
	list-style: none;
	text-align: left;
	padding: 5px 12px 0px;
	margin: 0px;
	border-right: 1px solid #333;
}

.mnuMain li ul.mnuMainDropSm li:hover {
	background-image: none;
}
.mnuMain li ul.mnuMainDropSm li a {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #E0E0E0;
}
.mnuMain li ul.mnuMainDropSm li a:hover {
	color: #FFF;
}
/**************************************/

#mnuTopMenu {
	background: none;
	width: auto;
	height: 16px;
	padding: 0px;
	margin: 0px 0px 10px;
	position: relative;
	float: right;
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	display: block;
}

#mnuTopMenu li {
	display: inline; 
	background: url("/images/layout/topmenurow.png") top left repeat-x;
	float: right; 
	list-style: none;
	padding: 1px 10px 1px;
	margin: 0px 0px 0px;
	position: relative;
	font-size: 12px;
	color: #FFF;
	text-transform: capitalize;
	font-weight: normal;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
#mnuTopMenu li.mnuFirst {
	border-left: 1px solid #333;
}
#mnuTopMenu li.mnuActive {
	background: url("/images/layout/upperrowhighlight.png") repeat-x;
}
#mnuTopMenu li.mnuRight {
	float: right;
}
#mnuTopMenu li a {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}
#mnuTopMenu li.nopadding {
	padding: 0px;
	_float: right;
}
#mnuTopMenu li a:hover {
	color: #FFFFCC;
}
#mnuTopMenu li:hover {
	background: url("/images/layout/lowerbuttonrow.png") top left repeat-x;
}

/***************************************/
/*  ADMIN HEADER / FOOTERS
/***************************************/
.AdminBody {
	background: none;
	padding: 85px 0px 0px;
	margin: 0px;
	background: #E6E6E6 url("/images/layout/back3.jpg");
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
.AdminBody .AdminHeaderTop {
	width: 100%;
	height: auto;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
}
.AdminBody a {
	color: #00C;
}
.AdminBody a:hover {
	color: #09C;
}
.AdminHeaderBar {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 100%;
	background: url("/images/layout/pattback3.jpg");
	border: none;
	border-bottom: 2px solid #878ee9;
	position: relative;
}
.AdminHeaderBar2 {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 100%;
	background: url("/images/layout/adminarea.png") bottom right no-repeat;
	border: none;
	position: relative;
}
.AdminTitle {
	color: #EFEFEF;
	font-size: 40px;
	font-family: "Times New Roman", Times, serif;
	padding: 5px 0px 5px 10px;
	float: left;
}
.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;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.45em;
}

.AdminBody .ContentHeader, .AdminBody h1 {
	background: none;
	font-size: 20px;
	font-weight: bold;
	height: auto;
	width: auto;
	color: #006;
	border: none;
	clear: none;
}
.AdminBody .SubTitle, .AdminBody h2 {
	background: none;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	width: auto;
	color: #039;
	border: none;
}
.AdminBody .LineTitle, .AdminBody h3 {
	background: none;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	width: auto;
	color: #039;
}
.AdminBody .ParTitle, .AdminBody h4 {
	background: none;
	font-size: 13px;
	font-weight: bold;
	color: #003;
	line-height: 1.35em;
	padding: 0px;
	margin: 3px 0px;
}
.AdminBody hr {
	border: none;
	background-color: #FFF;
	color: #FFF;
	border-bottom: 1px dashed #CCF;
	margin: 5px 0px 5px;
	padding: 0px;
	display: block;
	clear: both;
}
.AdminBody .boxData {
	background-color: #ECF1FF;
	color: #000;
}
.AdminBody .tableData, .AdminBody .boxButton {
	font-family: Verdana, Geneva, sans-serif;
}
.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: url("/images/layout/pattback3.jpg") 0px -15px;
	border: none;
	border-top: 1px solid #999;
	border-bottom: 2px solid #555;
	position: relative;
	color: #FFF;
	text-align: center;
	font-size: 11px;
}
.AdminFooterBar a {
	color: #0CF;
}
/*------- ADmin Menu ----------------*/
.AdminMenuBar {
	width: 100%;
	background: #666 url("/images/layout/smallback7.jpg");
	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;
	z-index: 1000;
}
#mnuAdmin li {
	padding: 3px 8px 3px;
	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: #878ee9;
}
#mnuAdmin li:hover a {
	text-decoration: none;
	color: #091e95;	
}
#mnuAdmin ul {
	width: 150px;
	display: none;
	position: absolute;
	background: #CCC;
	border: 1px solid #091e95;
	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: 135px;
}
#mnuAdmin ul li a {
	font-size: 11px;
}
#mnuAdmin li:hover ul {
	display: block;
}

/************** MAIN CONTENT TABLE ***************/

.MainTable {
	border: none;
	width: 955px;
	height: auto;
	background: none;
	position: relative;
	z-index: 10;
}
.MainTable td {
	border: none;
	position: relative;
	z-index: 10;
}

.MainTable td.MainTable_Spacer {
	background: none;
	width: 10px;
}

.MainTable td.MainTable_Col1 {
	background: #FFF;
	margin: 0px;
	padding: 5px 4px;
	width: 174px;
	text-align: left;
	font-size: 11px;
	position: relative;
	border: 1px solid #CCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.MainTable td.MainTable_Col2 {
	margin: 0px;
	padding: 0px 10px;
	width: auto;
	text-align: left;
	font-size: 13px;
	line-height: 1.35em;
	position: relative;
	background: #FFF url("/images/layout/backpaw2.jpg") center center;
	border: 1px solid #CCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.MainTable td.MainTable_Col3 {
	background: #FFF;
	margin: 0px;
	padding: 4px 2px;
	width: 165px;
	text-align: left;
	font-size: 11px;
	position: relative;
	border: 1px solid #CCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.MainTable td.MainTable_ColAd {
	margin: 0px;
	padding: 7px 0px;
	width: auto;
	text-align: left;
	font-size: 13px;
	line-height: 1.35em;
	position: relative;
	background:  url("/images/shade3.png");
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #CCC;
}

.MainTable td.MainTable_FCol1 {
	background:  url("/images/shade3.png");
	margin: 0px;
	padding: 6px;
	width: 275px;
	text-align: left;
	font-size: 10px;
	line-height: 1.3em;
	position: relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #CCC;
}
.MainTable td.MainTable_FCol1 table {
	font-size: 10px;
	line-height: 1.3em;
}
.MainTable td.MainTable_FCol2 {
	background: url("/images/shade3.png");
	margin: 0px;
	padding: 6px;
	width: 375px;
	text-align: left;
	font-size: 11px;
	line-height: 1.55em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #CCC;
}
.MainTable td.MainTable_FCol3 {
	background: url("/images/shade3.png");
	margin: 0px;
	padding: 6px;
	width: auto;
	text-align: left;
	font-size: 11px;
	line-height: 1.35em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #CCC;
}
.MainTable td.RoundTop_Left {
	background: url("/images/layout/roundedtop.png") top left no-repeat;
	width: auto;
	height: 7px;
	padding: 0px;
	margin: 0px;
	font-size: 6px;
}
.MainTable td.RoundTop_Right {
	background: url("/images/layout/roundedtop.png") top right no-repeat;
	width: auto;
	height: 7px;
	padding: 0px;
	margin: 0px;
	font-size: 6px;
}
.MainTable td.RoundTop_Mid{
	background: url("/images/layout/roundedtop.png") top center no-repeat;
	width: auto;
	height: 7px;
	padding: 0px;
	margin: 0px;
	font-size: 6px;
}
.MainTable td.RoundBottom_Left {
	background: url("/images/layout/roundedbottom.png") top left no-repeat;
	width: auto;
	height: 7px;
	padding: 0px;
	margin: 0px;
	font-size: 6px;
}
.MainTable td.RoundBottom_Right {
	background: url("/images/layout/roundedbottom.png") top right no-repeat;
	width: auto;
	height: 7px;
	padding: 0px;
	margin: 0px;
	font-size: 6px;
}
.MainTable td.RoundBottom_Mid{
	background: url("/images/layout/roundedbottom.png") top center no-repeat;
	width: auto;
	height: 7px;
	padding: 0px;
	margin: 0px;
	font-size: 6px;

}
.MainTable td.RoundBottom2_Left {
	background: url("/images/layout/roundedbottom2.png") top left no-repeat;
	width: auto;
	height: 7px;
	padding: 0px;
	margin: 0px;
	font-size: 6px;
}
.MainTable td.RoundBottom2_Right {
	background: url("/images/layout/roundedbottom2.png") top right no-repeat;
	width: auto;
	height: 7px;
	padding: 0px;
	margin: 0px;
	font-size: 6px;
}
.MainTable td.RoundBottom2_Mid{
	background: url("/images/layout/roundedbottom2.png") top center no-repeat;
	width: auto;
	height: 7px;
	padding: 0px;
	margin: 0px;
	font-size: 6px;
}
.SearchBox {
	font-size: 11px;
	width: 125px;
	border: 1px solid #009;
}
.btnLnxSearch {
	cursor: pointer;
	padding: 5px 3px 0px;
	margin: 0px 0px -5px;
}

.lnkGetApiKey, .lnkClearApiKey {
	cursor: pointer;
}
.lnkRedirectAdV {
	cursor: pointer;
	border: 1px solid #E6E6E6; 
	padding: 2px;
}
.lnkRedirectAdV:hover {
	border: 1px solid #AAA;
}
.lnkRedirectAdH {
	cursor: pointer;
}
/******************************************/
/************** FOOTER BAR ****************/
.FooterBar {
	background: none;
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
	width: 955px;
	text-align: left;
}
.FooterInfo1 {
	float: right; 
	text-align: right; 
	margin-right: 15px; 
	margin-top: 4px;
}
.FooterInfo2 {
	float: left; 
	text-align: left; 
	margin-left: 15px; 
	margin-top: 4px;
}
.FooterText {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	width: 955px;
	background: none;
	font-size: 10px;
	padding: 0px;
	text-align: center;
	vertical-align: text-top;
	white-space: nowrap;
	color: #3e0c0b;
}

/*********************************************/
/* Client / Partners Boxes
/*********************************************/

.boxClientAlt {
	width: 100%;
	display: block;
	height: auto;
 background: #E9F2FC;
 position: relative;
}
.boxClient {
 width: 100%; 
 display: block; 
 height: auto;
 position: relative;
}

.boxClientListAlt {
 background: #E9F2FC;
}

.boxClientImage {
  float: left; 
	width: 190px; 
	height: auto; 
	text-align: center;
	padding: 8px 0px;
}
.boxClientText {
  float: left; 
	width: 360px; 
	height: auto; 
	text-align: left;
	padding: 8px 0px;
	line-height: 1.25em;
	font-size: 11px;
	position: relative;
}
.imgClientNew {
	position: absolute;
	top: 25px;
	left: 50%;
	margin: 0px 0px 0px -15px;
}
.boxClientTitle {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}
.boxClientLink { 
	font-size: 11px; 
	font-style: italic; 
	text-align: right;
	float: right;
	line-height: 1.45em;
	margin: 0px 0px 0px 7px;
}
.boxClientCat {
	font-size: 11px; 
	font-style: italic; 
	text-align: left;
	line-height: 1.45em;
}
.boxClientText p {
	line-height: 1.25em;
}

.boxQuote {
	background: url("/images/icons/quotelg1.png") top left no-repeat;
	width: auto;
	height: auto;
	margin: 2px 5px;
}
.boxQuote2 {
	background: url("/images/icons/quotelg2.png") bottom right no-repeat;
	padding: 5px 35px 5px;
	width: auto;
	height: auto;
}
.boxQuoteClient {
	float: right;
	font-size: 10px;
}
.clientexpand {
	cursor: pointer;
}
.clientcategory {
	padding: 3px 0px 3px;
	border-bottom: 1px solid #AEACD0;
	width: auto;
	cursor: pointer;
	font-weight: normal;
	color: #000;
}
.clientcategory a {
	color: #000;
	text-decoration: none;
}
.clientcategoryactive {
	font-weight: bold;
	color: #0000CC;
}
.clientcategoryactive a {
	font-weight: bold;
	color: #0000CC;
}
.clientcategory:hover {
	border-bottom: 1px solid #0000CC;
	background-color: #E9F2FC;
	color: #0000CC;
}

.boxBillBoard {
 width: 265px; 
 padding: 5px; 
 border: 1px solid #DDD;
 margin: 5px;
 float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/*********************************************/
/*  NEWS RELEASES */
/*********************************************/
.NewsSmall {
	border: 1px solid #CCC;
	margin: 5px 0px;
	padding: 0px;
	width: 99%;
	height: auto;
	font-size: 11px;
}
.NewsSmall .NewsTitle {
	font-weight: bold;
	/*border-bottom: 1px solid #CCC;*/
	background: #EEE; /* url("/images/layout/hl.png") top left repeat-x;*/
	color: #003;
	text-align: center;
	padding: 2px 0px;
}
.NewsSmall .NewsDesc {
	padding: 3px;
	font-size: 11px;
}
/*----------------------------------*/
.NewsMedium {
	border-bottom: 1px dotted #E3E3E3;
	margin: 10px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	font-size: 12px;
}
.NewsMedium:hover {
	border-bottom: 1px dotted #DDD;
	background-color: #F9F9F9;
}
.NewsMedium .NewsTitle {
	font-weight: bold;
	text-align: left;
	padding: 2px 0px;
	font-size: 18px;
	color: #03C;
}
.NewsMedium .NewsDate {
	float: left;
	font-style: italic;
	color: #444;
}
.NewsMedium .NewsMore {
	float: right;
}
.NewsMedium .NewsDesc {
	margin: 0px 0px 4px 0px;
	padding: 8px 0px 4px;
	line-height: 1.5em;
	font-size: 12px;
}
/*----------------------------------*/
.NewsLarge {
	margin: 5px 0px 10px;
	padding: 0px;
	width: 100%;
	height: auto;
	font-size: 12px;
}

.NewsLarge .NewsTitle {
	text-align: center;
	margin: 0px;
	padding: 3px 0px 5px;
	font-size: 24px;
	color: #006;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	line-height: 1.4em;
}
.NewsLarge .NewsDesc {
	padding: 5px 0px;
	font-size: 12px;
	line-height: 1.5em;
}
.NewsLarge .NewsDate {
	float: right;
	font-style: italic;
	font-size: 14px;
	padding: 2px 0px;
	color: #333;
}
.NewsLarge .NewsMore {
	float: left;
}

.NewsSocial {
	float: right;
}
/*********************************************/
/*  BUTTONS */
/*********************************************/

.boxButton {
	background: #00C url("/images/layout/buttonback.jpg") center center;
	padding: 3px 5px 4px;
	margin: 1px 3px;
	color: #999;
	border: 1px solid #009;
	float: right;
	line-height: 1.35em;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.boxButton a {
	color: #FF6;
	text-decoration: none;
}
.boxButton a:hover {
	color: #FFC;
	text-decoration: underline;
}

.boxButtonEmpty {
	width: 130px;
	height: auto;
	padding: 1px 3px;
	background: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
}
.boxAdminMenu {
	float: left;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #DDD;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 85px;
	height: 65px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #F3FCFC;
}
.boxAdminMenu:hover {
	background-color: #FFFFCC;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
}



.boxClear {
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
}
.PageNumberLinks
{
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}


/**********************************************
/*  POLLS
/*********************************************/
.PollBox {
	width: 164px;
	_width: 170px;
	border: 1px solid #CCC;
	padding: 3px;
	font-size: 9px;
}
.PollTitle {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
.Pollbox input {
 border: none;
}
.PollBox ul {
	margin: 2px 0px;
	padding: 2px;
}
.PollBox li {
	font-size: 10px;
	list-style: none;
	margin: 1px 0px;
}
.PollBox .PollDate {
	font-size: 9px;
	color: #666;
}
.PollBox .boxPollSave {
	float: left; 
	width: 40px;
	padding: 1px 2px;
	text-align: center;
}
.PollBox .PollResults {
	float: right;
	font-size: 11px;
}
.PollBox hr {
	border-bottom: 1px solid #CCC;
}
.PollBox td {
	font-size: 10px;
}

/*---------------------------*/
.PollBoxLg {
	width: 98%;
	border: 1px solid #CCC;
	padding: 3px;
}
.PollBoxLg:hover {
	background-color: #F6F6F6;
	border: 1px solid #BBB;
}

.PollTitleLg {
	font-weight: bold;
	font-size: 20px;
	margin: 5px 0px;
}
.PollBoxLg ul {
	margin: 2px 0px;
	padding: 2px;
}
.PollBoxLg li {
	font-size: 12px;
	list-style: none;
	margin: 1px 0px;
}
.PollBoxLg .PollDate {
	font-size: 11px;
	color: #666;
	float: right;
}
.PollBoxLg .PollSelect {
	float: left;
	font-size: 11px;
	color: #666;
}
.PollBoxLg .boxPollSave {
	float: left; 
	width: 50px;
	text-align: center;
}
.PollBoxLg .PollResults {
	float: right;
}
.PollBoxLg hr {
	border-bottom: 1px solid #CCC;
}

.btnSavePoll, .btnPollResults, .btnShowPoll {
	cursor: pointer;
}

/*********************************************/
/* Client slideshow boxes
/*********************************************/
#scrollcontainer {
	position: relative;
	height: 600px;
	width: 100%;
	display: block;
	margin: 5px 0px 0px;
	padding: 0px;
	text-align: center;
}
#scrollcontainer span {
	position:absolute;
	top:0;
	left:0;
	z-index: 8;
	width: 100%;
  opacity: 0.0;
	_filter: alpha(opacity=0);
	display: none;
}

#scrollcontainer span.active {
	z-index:10;		
	opacity:1.0;
	_filter: alpha(opacity=100);
	display: block;
}

#scrollcontainer span.lastactive {
   z-index:9;
	display: none;
}
.prevclientslide {
	float: left; 
	text-decoration: none;
	cursor: pointer;
}
.nextclientslide {
	float: right; 
	text-decoration: none;
	cursor: pointer;
}
.scrollpagesbox {
	float: right;
	width: auto;
}
.scrollpage {
	float: left;
	border: 1px solid #999;
	background-color: #DDD;
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 2px 0px;
	margin: 0px 2px 0px;
	width: 11px;
	height: 16px;
	text-align: center;
	vertical-align: middle;
}
.scrollpagejump {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.scrollpage span.pageactive {
	color: #0099FF;
}
.scrollpagejump:hover {
	color: #CC0000;
}


/*********************************************
**  GALLERY Tags
**********************************************/

.GalleryListBox {
	background: #F6F6F6; /* url("/images/layout/smalleventback.png") top left no-repeat; */
	padding: 3px 1px 2px 3px;
	font-size: 10px;
	margin: 5px 0px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}
.GalleryListBox:hover {
	background: #EBEBEB;
	border: 1px solid #600;
}
.GalleryActive {
	background: #EBEBEB;
	border: 1px solid #006;
}

.GalleryListTitle {
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin: 2px 0px 0px;
	color: #003333;
}
.GalleryImage {
	float: left;
	width: auto;
	height: 90px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}
.GallerySearchBox {
	background: #F6F6F6; /* url("/images/layout/smalleventback.png") top left no-repeat; */
	padding: 3px 1px 2px 3px;
	font-size: 11px;
	margin: 5px 0px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#gallery ul { 
	list-style: none; 
	margin: 0px;
	padding: 0px;
}
#gallery ul li { 
	display: inline; 
	padding: 5px;
	float: left;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 6px;
	text-align: center;
}
#gallery ul li.imgactive {
	border: 2px solid #4A4A95;
	padding: 4px;
}
#gallery ul li:hover {
	border: 1px solid #4A4A95;
}
#gallery ul img {
	border: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
}
#gallery ul a:hover img {
	border: 1px solid #c00;
	margin: 0px;
	padding: 0px;
}



#tableSubmitPhoto input, #tableSubmitPhoto textarea {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
}
#gallerypreview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}


/*********************************************/
/* Data and error boxes 
/*********************************************/

.LocalLinkList {
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 3px;
	border: 1px solid #DFDFDF;
	font-size: 11px;
}
.LocalLinkList img {
	margin: 1px 6px 1px 0px;
}
.LocalLinkList a {
	font-size: 15px;
	padding: 1px 0px 4px;
}
.LocalLinkList:hover {
	border: 1px solid #AAA;
	background-color: #F3F3F3;
}


.btnRefreshStats {
	cursor: pointer;
	float: right;
}
.btnSubmitContact img {
	cursor: pointer;
}
.StatsBox {
	background: url("/images/layout/smallback2.jpg");
	float: left;
	width: 200px;
	height: 200px;
	padding: 5px 10px 10px;
	margin: 5px;
	border: 1px solid #E9E9E9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.TabButtonContainer {
	width: auto;
	height: 25px;
	display: block;
	padding: 0px;
	margin: 0px;
}
.TabButton {
	width: 140px;
	height: 20px;
	_width: 150px;
	_height: 25px;
	background: url("/images/layout/tabup.png") top left no-repeat;
	padding: 5px 5px 0px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	float: left;
}
.TabButton#active {
	background: url("/images/layout/tabdown.png") top left no-repeat;
}
.TabBoxContent {
	width: 565px;
	padding: 5px;
	height: auto;
	color: #000;
	display: block;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/****************** ADVERTISING ******************/

.AdNameList {
	display: inline;
}
.AdNameList li {
	font-size: 12px;
	line-height: 1.25em;
	padding: 2px 0px;
	margin: 0px;
	list-style-position: inside;
}
/*************************************************
/***************** CALENDAR **********************
/*************************************************/

#eventscalendarframe {
	position: relative;
	display: block;
	margin-bottom: 5px;
}
.calTable {
	background: #EEE url("/images/layout/smallback5.jpg");
	border: 1px solid #330066;
	width: 100%;
	position: relative;
}

.monthRow {
	background: #CCC url("/images/calendar/monthBg.png") top left repeat-x;
	text-align: center;
	vertical-align: middle;
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: Bold;
	color: #252216;
	height: 30px;
	padding: 0px;
	position: relative;
}

.monthRow a:link, .monthRow a:visited {
	text-decoration: none;
	color: #FFFF33;
}

.monthRow a:hover {
	color: #FFFAEA;
}

.dayNamesRow {
	background: #CCC url("/images/layout/hl.png");
  font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: Bold; 
	color: #333333;
	height: 18px;
	width: 25px;
}

.dayNamesRow td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.daysRows {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #433D27;
	height: 50px;
	min-height: 50px;
  line-height: 38pt;
	text-align: left;
	vertical-align: top;
	position: relative;
}
.daysRows td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;	
	font-size: 14px;
	padding-left: 2px;
}

.dayWeekend {
	background-color: #FFFFDD;
	color: #333;
	position: relative;
	vertical-align: top;
}
.dayWeekday {
	background-color: #DDFFFF;
	color: #333;
	position: relative;
	vertical-align: top;
}
.dayToday {
	background-color: #FFCCCC;
	color: #990000;
	position: relative;
	vertical-align: top;
}
.dayToday:hover {
	background: #FFCCCC url("/images/calendar/dayhover.png") center center no-repeat;
	color: #FF0000;
}
.dayWeekend:hover {
	background: #FFFFDD url("/images/calendar/dayhover.png") center center no-repeat;
	color: #0066CC;
}
.dayWeekday:hover {
	background: #DDFFFF url("/images/calendar/dayhover.png") center center no-repeat;
	color: #0066CC;
}
.dayNum {
	float: left;
	margin: 0px;
	padding: 0px;
}
.dayNumToday {
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bold;
}
.sOther {
	background-color: #EFEEC9;
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
}

.btnCalEventCount {
	float: right;
	padding: 0px 15px 0px 5px;
	line-height: 1.35em;
	font-size: 36px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	color: #006;
}
.btnCalEventCount a {
	text-decoration: none;
	color: #006;
}
.btnCalEventCount a:hover {
	color: #03F;
	text-decoration: none;
}

#CalendarEventsList {
	width: 100%;
	height: 90%;
	overflow-x: hidden;
	overflow-y: auto ;
	height: 800px;
	max-height: 800px;
}
#ShowEventsFrame {
	display: none;
	border-bottom: 1px dashed #E1B9B9;	
}
.hideShowEvents {
	cursor: pointer;
}
.EventsList {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 11px;
	list-style: none;
}
.EventsList li {
	font-size: 10px;
	list-style: none;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #E6E6E6;
	padding-top: 2px;
	padding-bottom: 2px;
}
.EventsList li a {
	font-size: 11px;
}
/************ MEMBER MESSAGES **************/
.btnMsgRead {
	cursor: pointer;
}
.btnMsgDelete {
	cursor: pointer;
}
.btnMsgEmpty {
	cursor: pointer;
}
.btnMsgRespond {
	cursor: pointer;
}
.btnMsgEmail {
	cursor: pointer;
}
.MessageStatus {
	display: none;
}
.MessageReply {
	display: none;
	background: #FFF url("/images/layout/shade2.jpg") top left repeat-x;
}
.MessageBox {
	min-height: 500px;
	position: relative;
}


/*-------------------------------------------*/
.SendMemberMsgFrame {
	position: relative;
	background: #CCCCCC url("/images/layout/smallpatt2.jpg");
	width: 500px;
	height: auto;
	padding: 5px;
	display: none;
	margin: 5px 0px 0px 35px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.SendMemberMsgBox {
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.btnLoadMemberMsg, .btnHideMemberMsg, .btnSaveMemberMsg {
	cursor: pointer;
	color: #900;
}

.btnLoadAdminMsg, .btnHideAdminMsg, .btnSaveAdminMsg {
	cursor: pointer;
}
.btnLoadMemberMsg:hover {
	cursor: pointer;
	color: #993300;
	text-decoration: underline;
}

.lnkShowRepeat, .lnkHideRepeat, .lnkDelGroupRow, .lnkGroupAddNew, .lnkShowGroupAdd, .lnkActivateGroupRow, .lnkWaitingGroupRow {
	cursor: pointer;
	color: #006633;
	text-decoration: none;
}
.lnkShowRepeat:hover, .lnkHideRepeat:hover, .lnkDelGroupRow:hover, .lnkGroupAddNew:hover, .lnkShowGroupAdd:hover {
	color: #009966;
	text-decoration: underline;
}

.boxHideRepeat {
	display: none;
}
.LoadingBox {
	display: none;
	position: absolute;
	width: 150px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin: -75px 0px 0px -50px;
}

/*---------------SOCIAL FRAME------------------*/

.SocialFrame {
	position: fixed;
	background: url("/images/layout/popbacksm.png") center center no-repeat;
	width: 550px;
	height: 383px;
	padding: 7px;
	top: 50%;
	left: 50%;
	margin: -190px 0px 0px -275px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 1050;
	display: none;
}
.SocialBox {
	font-size: 12px;
	padding: 60px 0px 0px 56px;
	height: 250px;
	width: 435px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
/* BACKUP
.SocialFrame {
	position: fixed;
	background: url("/images/layout/socialbox.png") center center no-repeat;
	width: 500px;
	height: 200px;
	_width: 515px;
	_height: 215px;
	padding: 7px;
	top: -250px;
	left: 50%;
	margin: 0px 0px 0px -250px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 1050;
}
.SocialBox {
	font-size: 12px;
	padding: 0px 0px 0px 8px;
	height: 190px;
	width: 480px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
*/
/*-------------------------------------------------*/
.ShareAdvertFrame {
	background: #CCCCCC url("/images/layout/socialbox.png");
	width: 500px;
	height: 250px;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 0px;
	margin: -200px 0px 0px -250px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 900;
}
.ShareAdvertBox {
	font-size: 12px;
	padding: 5px;
	line-height: 1.25em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.lnkCheckTwitter, .btnHideTwitter, .btnPostTwitter, .btnCheckTwitter {
	cursor: pointer;
	z-index: 900;	
}
.btnHideClientMsg, .lnkClientTwitterPost, .lnkClientTwitterCheck {
	cursor: pointer;
	z-index: 900;
}
.btnHideAdvertMsg, .lnkAdvertTwitterPost, .lnkAdvertTwitterCheck {
	cursor: pointer;
	z-index: 900;
}
.btnHideNewsMsg, .lnkNewsTwitterPost, .lnkNewsTwitterCheck {
	cursor: pointer;
	z-index: 900;
}
.btnHidePollMsg, .lnkPollTwitterPost, .lnkPollTwitterCheck {
	cursor: pointer;
	z-index: 900;
}

/*-------------------------------------------------*/
.SendFriendEmailFrame {
	display: none;
	position: relative;
	background: #CCCCCC url("/images/layout/smallpatt3.jpg");
	width: 500px;
	height: auto;
	padding: 5px;
	margin: 5px 0px 0px 35px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.SendFriendEmailBox {
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
	position: relative;
	display: block;
	width: auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.btnEmailFriend, .btnHideFriendEmail, .btnHideFriendEmail2, .btnSendEmailFriend {
	display: block;
	cursor: pointer;
	color: #900;
}
/*******************************************
/************* BUGS ************************
/*******************************************/
.SubmitBugFrame {
	display: none;
	background: #CCC url("/images/layout/smallpatt.jpg");
	padding: 7px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 400px;
	height: auto;
	z-index: 100;
}
#SubmitBugBox {
	width: auto;
	height: auto;
	background: #FFF;
	padding: 5px;
}
.BugNotesFrame {
	display: none;
	background: #CCC url("/images/layout/smallpatt.jpg");
	padding: 7px;
	position: absolute;
	top: 0px;
	left: 250px;
	width: 400px;
	height: auto;
	z-index: 100;
}
#BugNotesBox {
	width: auto;
	height: auto;
	background: #FFF;
	padding: 5px;
}
.btnBugSave, .btnBugCancel, .btnBugLoad, .btnBugFixed, .btnBugRead, .btnBugDelete, .btnBugUnDelete, .btnBugEmpty, .btnBugNotes {
	cursor: pointer;
}

/*****************************************/
/**** MEMBER PROFILE ****/
.tableProfile
{
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}


/*****************************************/
.boxFaqCat {
	float: left;
	margin: 1px 4px;
	padding: 1px 3px;
	border: 1px solid #E3E3E3;
	background-color: #F3F3F3;
	font-size: 11px;
}
.boxFaqCat:hover {
	background-color: #E6E6FF;
	border-color: #CCF
}
.boxFaqQuestion {
	margin: 2px 0px;
	padding: 0px;
	border: none;
	background: none;
	font-weight: bold;
	font-size: 16px;
	color: #003;
}
.boxFaqAnswer {
	margin: 3px;
	padding: 3px;
	border: 1px dotted #DDD;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
}
.boxFaqQuestionSm {
	margin: 3px 0px 0px;
	padding: 0px;
	border: none;
	background: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.35em;
}
.boxFaqAnswerSm {
	margin: 2px 2px 3px;
	padding: 2px;
	border: 1px dotted #DDD;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	line-height: 1.35em;
}

/***************************************************/
.boxError {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	background: #edb8b8 url("/images/layout/smallback3.jpg");
	text-align: center;
	padding: 3px 5px;
	border: 1px solid #edb8b8;
	color: #660000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.boxSuccess {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	background: #006600 url("/images/layout/smallback4.jpg");
	text-align: center;
	padding: 3px 5px;
	border: 1px solid #006600;
	color: #006600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.boxDividor {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background: #FFF url("/images/layout/dividerbar1.jpg") center center;
	width: 100%;
	height: 30px;
	color: #006600;
	margin: 5px 0px;
}
.boxDividor2 {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background: #FFF url("/images/layout/dividor2.jpg") center center;
	width: auto;
	height: 25px;
	color: #006600;
}
.boxDividorToday {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background: #FFF url("/images/layout/dividortoday.jpg") center center;
	width: auto;
	height: 13px;
	color: #006600;
}
.boxDividorToday2 {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background: #FFF url("/images/layout/dividortoday2.jpg") center center;
	width: auto;
	height: 13px;
	color: #006600;
}
.boxNote2 {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000FF;
	line-height: 1.25em;
}
.boxNote {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	margin: 0px;
	padding: 0px;
	line-height: 1.25em;
}
.boxMore {
	text-align: right;
	font-size: 10px;
	float: right;
	font-style: italic;
	color: #303;
}
.boxShade1 {
	background: url("/images/layout/shade1.jpg") top left repeat-x;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}
.boxShade2 {
	background: url("/images/layout/shade2.jpg") top left repeat-x;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}
.boxData {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding: 5px;
	background-color: #F9FFFF;
	border: 2px solid #CCC;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
}
.boxData2 {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
	background-color: #BDBDEF;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.boxNews1 {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
	background: #d8e7ea url("/themes/theme1/newstop2.png") bottom right no-repeat;
	width: 700px;
	font-size: 9px;
	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: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


.ReqStar {
	color: #990000;
	font-weight: bold;
	font-size:14px;
}

/********************************************/
/* Member Login / Sign Up
/********************************************/
#VerifyResend {
	border: 1px dashed #CCC;
	width: auto;
}
.MemberLoginFrame {
	background: url("/images/layout/smallpatt2.jpg");
	width: 250px;
	height: auto;
	padding: 5px;
	-moz-border-radius: 6px;	
	-webkit-border-radius: 6px; 
	margin-left: -125px;
	position: absolute;
	left: 50%;
	top: 2px;
	display: none;
}
.MemberLoginBox {
	background: #FFF;
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px; 
	padding: 5px;
}

.HelpFrame {
	background: url("/images/layout/smallpatt2.jpg");
	width: 500px;
	height: auto;
	padding: 6px;
	-moz-border-radius: 6px;	
	-webkit-border-radius: 6px; 
	margin-left: -250px;
	position: absolute;
	left: 50%;
	top: 200px;
	display: none;
	z-index: 1000;
}
.HelpBox {
	background: #FFF;
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px; 
	padding: 5px;
}

.btnBulletinHelp, .btnHelpClose {
	cursor: pointer;
}

.lnkSetCouponDate, .lnkRemCouponDate {
	font-size: 11px;
	color: #090;
	cursor: pointer;
}
/**********************************************
/* MEMBER PROFILE FRAMES
/**********************************************/
.MemberSmall {
	border: 1px solid #CCC;
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px; 
	margin: 5px 0px;
	padding: 2px;
	display: block;
	clear: both;
	font-size: 10px;
}
.MemberSmall:hover {
	border: 1px solid #BC7878;
}
.MemberSmallUser {
	font-weight: bold;
	font-size: 11px;
}

/*********************************************/
/* Data Table styles
/*********************************************/
.tableClear
{
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tableClear2
{
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
	line-height: 1.25em;
}
.tablePages
{
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #F9F9F9;
	margin: 0px;
	padding: 0px;	
	border: 1px solid #DFDFDF;
	width: 100%;
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px; 
}
.tablePages td {
	border: 0px;
	padding: 1px;
}

.tablePages div.boxpagenum {
	background: url("/images/layout/pagenum.jpg") no-repeat;
	height: 19px;
	width: 19px;
	text-align: center;
	float: left;
	margin-right: 2px;
}
/*=================================*/
.tableData {
	border: 1px solid #CCC;
	background: none;
	margin: 0 auto;
	width: 100%;
	clear: both;	
	padding: 0px;
	background-color: #CCCCCC;
	font-size: 12px;
	text-align: left;
	line-height: 1.35em;
}
.tableData thead tr {
	background: #CCC url("/images/layout/hl.png") top left repeat-x;
}
.tableData thead.smallfont td {
	font-size: 11px;
}
.tableData thead tr td {
	font-weight: bold;
	text-align: center;
	border: none;
	border-right: 2px groove #CCC;
	border-bottom: 1px solid #999;
	padding: 3px 0px;
	font-size: 13px;
}
.tableData thead tr td.headerlast {
	border-right: none;
}
.tableData tbody td {
	font-weight: normal;
	border-width: 0px;
	border-bottom: 1px solid #F0F0F0;
}
.tableData tbody.smallfont td {
	font-size: 11px;
}
.tableData tbody.largefont td {
	font-size: 14px;
}

.tableData tbody td.cellmid {
	border-right: 1px solid #E0E0E0;
	padding-left: 2px;
}
.tableData tbody td.cellnote{
	color: #333;
	font-size: 11px;
}
.tableData tbody tr.row1 {
	background-color: #FCFCFC;
}
.tableData tbody tr.row2 {
	background-color: #eff9fe;
}
.tableData tbody tr.row3 {
	background-color: #E8D7D7;
	color: #603;
	font-style: italic;
}
.tableData tbody tr.row4 {
	background-color: #FFE7CE;
	color: #006;
}
.tableData tbody.allowhover tr:hover {
	background-color: #FFE7CE;
}


/*************************************/

#tableSubscribe {
	border: 1px solid #CCC;
	text-align: left;
	width: 100%;
	font-size: 11px;
}
#tableSubscribe td {
	padding: 3px 4px;
}
/*=================================*/
.tableSurvey {
	width: 600px; 
	height: auto; 
	background-color: #DDDDFF;
	border: solid 1px #000; 
	-moz-border-radius: 6px;	
	-webkit-border-radius: 6px; 
	padding: 5px;
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 9px;
}

#rowPart:hover {
	background-color: #FC9;
	border-color: #FC9;
}

#BuildPCType td {
	padding: 3px;
}

.tableMenu
{
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	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.png");
	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: 9px;
	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, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}



/**************************************/
/** Input Boxes
/**************************************/

input, select, textarea {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: inherit;
	border: 1px solid #0066CC;
	background-color: #F9F9F9;
	padding: 2px 1px;
	line-height: 1.45em;
} 
input:focus, textarea:focus, select:focus {
	border-color: #0099FF;
	background-color: #F2F9FF;
}
.watermark {
	color: #999 !important;
}
.watermark2 {
	color: #999 !important;
	font-style: italic !important;
}
.watermark3 {
	color: #c77 !important;
}

/***************************************/
/* 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: 9px;
	color: #B00;
}


/***************************************/
/* Floating Div Styles */
/***************************************/
.EditContactForm {
	display: none;
	width: 405px;
	height: auto;
	float: right;
	border: none;
}
.EditContactBox {
	border: 1px solid #999;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	background-color: #F3F3F3;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.PriceBoxHide {
	display: none;
	font-size: 9px;
	border: solid 1px #000;
	width: 200px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.NewsBoxHide {
	display: none;
	font-size: 9px;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.EditBoxHide {
	display: none;
	font-size: 9px;
	border: solid 1px #000;
	width: 550px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.CalBoxHide {
	display: none;
	font-size: 9px;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.PhoneBoxHide {
	display: none;
	font-size: 9px;
	border: solid 1px #000;
	width: 250px;
	background-color:#FFCCCC;
	padding:5px;
	position: absolute;
}

/******* Input Form Styles **************/

.DropSmall {
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 9px;
	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;
}

.ImageClick, .btnGallImgDefault, .btnGallFindMember {
	cursor: pointer;
	color: #036;
}
.btnGallFindMember:hover {
	color: #03C;
	text-decoration: underline;
}
.StatusMessage {
	display: none;
}

.FindMemberBox {
	display: none;
	width: 100%;
	height: auto;
}
.FindMember {
	width: 100%;
	height: 300px;
	overflow: scroll;
}

#DisableContentBox {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	width: 100%;
	height: 100%;
  opacity: 0.4;
	_filter: alpha(opacity=0.4);
}
.lnkUnAppMemInfo, .lnkAppMemInfo{
	cursor: pointer;
	color: #006633;
	text-decoration: none;
}
.lnkUnAppMemInfo:hover, .lnkAppMemInfo:hover {
	color: #009966;
	text-decoration: underline;
}
.InfoMsgFrame {
	position: fixed;
	background: #FFF url("/images/layout/smallpatt4.jpg");
	width: 400px;
	height: 200px;
	padding: 7px;
	display: none;
	top: 50%;
	left: 50%;
	margin: -100px 0px 0px -200px;
	border: 1px solid #FF6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 100;
}
.InfoMsgBox {
	position: relative;
	background-color: #FFFFFF;
	font-size: 11px;
	width: 395px;
	height: 195px;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.InfoMsgBox .Title
{
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	line-height: 1.35em;
	padding: 0px;
	margin: 0px;
}

/*------------------------------------
  MAIL CHIMP
--------------------------------------*/
	#mc_embed_signup{background:#fff; clear:left; font:12px Helvetica,Arial,sans-serif; }
	.mc-field-group input { padding: 1px 2px; }

