@charset "utf-8";
/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*********************************************/
body {
	background: #f2f2f2 url("/images/layout/backgroundfoot.jpg") bottom left repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
}

.BodyBar {
	width: 100%;
	height: auto;
	min-height: 800px;
	background: url("/images/layout/backgroundbottom.png") repeat-x 0px 285px;
	text-align: left;
	position: relative;
	margin: 0px;
}
.BodyPopup {
	width: 100%;
	height: auto;
	min-height: 600px;
	background: url("/images/layout/backgroundbottom.png") repeat-x 0px 285px;
	text-align: left;
	position: relative;
	margin: 0px;
}


/**************** PRINTING BACKGROUND **************/
.PrintBody {
	background: url("/images/layout/smallback8.jpg");
	font-family: Verdana, Arial, Geneva, sans-serif;
	line-height: 1.35em;
	position: relative;
	padding: 5px 0px;

}
.PrintBody .PrintPostBox {
	width: 700px;
	background: #FFF;
	height: auto;
	border: 1px solid #CCC;
	padding: 5px;
	text-align: left;
	position: absolute;
	left: 50%;
	margin-left: -275px;
}

.PrintBody .ContentHeader, .PrintBody h1 {
	font-size: 22px;
	margin: 4px 0px;
	border: none;
	font-weight: bold;
	line-height: 1.4em;
}
.PrintBody .SubTitle, .PrintBody h2 {
	font-size: 18px;
	margin: 4px 0px;
	line-height: 1.3em;
}
.PrintBody .LineTitle, .PrintBody h3 {
	font-size: 16px;
	margin: 4px 0px;
	font-weight: bold;
}
.PrintBody .ParTitle, .PrintBody h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0px;
}

.PrintBody .PrintOptBox {
	background: url("/images/layout/printback.png") top right repeat-y;
	position: fixed;
	height: 100%;
	width: 185px;
	_width: 200px;
	top: 0px;
	left: -175px;
	z-index: 1000;
	font-size: 11px;
	padding: 3px 12px 3px 3px;
}
/*------- event print -------*/
.PrintBody .EventLoc {
	font-size: 16px;
	line-height: 1.35em;
}
.PrintBody .EventCat, .PrintBody .ClassCat  {
	text-align: center;
	font-size: 12px;
}
.PrintBody .EventMember  {
	float: right;
	margin: 0px 5px 0px;
	padding: 1px 4px;
	font-size: 12px;
	text-align: left;
	line-height: 1.45em;
}
.PrintBody .ClassMember  {
	float: right;
	margin: 0px 5px 25px 35px;
	padding: 1px 4px;
	font-size: 12px;
	text-align: left;
	line-height: 1.45em;
}
.PrintBody .boxNote {
	float: right;
	font-size: 11px;
	color: #666;
}
.PrintBody .MapFrame {
	width: 530px; 
	height: 320px; 
	text-align:center; 
	padding: 0px; 
	margin: 0px;
	border: 2px solid #CCC;
	border-bottom-color: #999;
	border-right-color: #999;
}
.PrintBody .tableEventGroup td {
	font-size: 11px;
}
.PrintBody .ClassDesc {
	font-size: 13px;
	line-height: 1.45em;
}
/**************** RED BACKGROUND *******************/
.BodyRed {
	width: 100%;
	height: auto;
	background: url("/images/layout/backred.jpg") top center repeat-x;
	text-align: left;
	position: relative;

}	
.BodyRed a {
	color: #990000;
	text-decoration: none;
}
.BodyRed a:hover {
	color: #993300;
	text-decoration: underline;
}
.BodyRed hr {
	/*background: url("/images/layout/sepbar2.jpg") top left repeat-x;*/
	background-color: #FFF;
	color: #FFF;
	padding: 1px 0px;
	margin: 3px 0px 1px;
	height: 1px;
	border: 0px;
	border-bottom: 3px double #CCC; /*#E1B9B9;*/
	clear: both;
	_margin: 0px;
	_padding: 0px;
	_height: 0px;
}
.BodyRed .ContentHeader, .BodyRed h1
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px double #CCC; /*#E1B9B9;*/
	/* background: url("/images/layout/sepbar2.jpg") bottom left repeat-x; */

	color: #4B250E;
	padding: 1px 0px;
	margin: 1px 0px;
	display: block;
	line-height: 1.4em;
}
.BodyRed .ContentHeader a, .BodyRed h1 a
{
	color: #4B250E;
}
.BodyRed .SubTitle, .BodyRed h2
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	line-height: 1.4em;
	padding: 1px 0px;
	margin: 1px 0px;
}
.BodyRed .LineTitle, .BodyRed h3
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000066;
	line-height: 1.3em;
	padding: 0px;
	margin: 0px;
}
.BodyRed .ParTitle, .BodyRed h4
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #004;
	line-height: 1.15em;
	padding: 2px 0px;
	margin: 0px;
}
.BodyRed .boxButton {
	background: #C00 url("/images/calendar/monthBg.png") top left repeat-x;
	padding: 1px 4px;
	color: #CCC;
	border: 1px solid #C00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
	margin-left: 5px;
	font-size: 11px;
	font-weight: bold;
}
.BodyRed .boxButton a {
	color: #FF6;
	text-decoration: none;
}
.BodyRed .boxButton a:hover {
	color: #FFC;
	text-decoration: underline;
}
.BodyRed img {
	border-color: #AAA;
}

/**************** BLUE BACKGROUND *******************/
.BodyBlue {
	width: 100%;
	height: auto;
	background: url("/images/layout/backblue.jpg") top center repeat-x;
	text-align: left;
	position: relative;
}	
.BodyBlue a {
	color: #000099;
	text-decoration: none;
}
.BodyBlue a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.BodyBlue hr {
	background-color: #FFF;
	color: #FFF;
	padding: 0px;
	margin: 3px 0px;
	_margin: 0px;
	height: 1px;
	border: 0px;
	border-bottom: 1px dashed #CCF;
	clear: both;	
}
.BodyBlue .ContentHeader, .BodyBlue h1
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #CCF;
	width: 100%;
	color: #14283F;
	padding: 1px 0px;
	margin: 1px 0px;
	display: block;
	line-height: 1.4em;
}
.BodyBlue .SubTitle, .BodyBlue h2
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	line-height: 1.4em;
	padding: 1px 0px;
	margin: 1px 0px;
}
.BodyBlue .LineTitle, .BodyBlue h3
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660099;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}
.BodyBlue .ParTitle, .BodyBlue h4
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #063;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}
.BodyBlue .boxButton {
	background: #900 url("/images/calendar/monthBg2.png") top left repeat-x;
	padding: 1px 4px;
	color: #999;
	border: 1px solid #009;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
	margin-left: 5px;
	font-size: 11px;
	font-weight: bold;
}
.BodyBlue .boxButton a {
	color: #FF6;
	text-decoration: none;
}
.BodyBlue .boxButton a:hover {
	color: #FFC;
	text-decoration: underline;
}
/**************** GREEN BACKGROUND *******************/
.BodyGreen {
	width: 100%;
	height: auto;
	background: url("/images/layout/backgreen.jpg") top center repeat-x;
	text-align: left;
	position: relative;
}
.BodyGreen a {
	color: #006633;
	text-decoration: none;
}
.BodyGreen a:hover {
	color: #009966;
	text-decoration: underline;
}
.BodyGreen hr {
	background-color: #FFF;
	color: #FFF;
	padding: 0px;
	margin: 3px 0px;
	_margin: 0px;
	_padding: 0px;
	height: 1px;
	border: 0px;
	border-bottom: 1px dashed #CDC;
	display: block;
	clear: both;	
}
.BodyGreen .ContentHeader, .BodyGreen h1
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #CDC;
	width: 100%;
	color: #003300;
	padding: 1px 0px;
	margin: 1px 0px;
	display: block;
	line-height: 1.4em;
}
.BodyGreen .SubTitle, .BodyGreen h2
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006666;
	line-height: 1.4em;
	padding: 1px 0px;
	margin: 1px 0px;
}
.BodyGreen .LineTitle, .BodyGreen h3
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336633;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}
.BodyGreen .boxButton {
	background: #900 url("/images/calendar/monthBg3.png") top left repeat-x;
	padding: 1px 4px;
	color: #999;
	border: 1px solid #090;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
	margin-left: 5px;
	font-size: 11px;
	font-weight: bold;
}
.BodyGreen .boxButton a {
	color: #FF6;
	text-decoration: none;
}
.BodyGreen .boxButton a:hover {
	color: #FFC;
	text-decoration: underline;
}
.BodyGreen form {
	margin: 0px;
	padding: 0px;
}


.BodyPopup {
	padding: 0px;
}
/*--------------------------------------------*/


	
ul li {
	list-style-image: url("/images/icons/arrow1.gif");
	list-style-type: none;
	line-height: 1.65em;
}
ul li.MonthHeader {
	padding: 1px;
	list-style: none;
	margin: 3px 0px 3px -25px;
	border: 1px solid #CCC;
	text-align: center;
	background-color: #F3F3F3;
}

.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: none;
	width: 955px;
	height: auto;
	text-align: left;
	display: block;
	padding: 10px 0px;
	margin: 0px;
	position: relative;
}
.HeaderRight {
	float: right;
	padding: 0px 0px 0px 0px;
	text-align: right;
	_width: 550px;
	width: 550px;
}
.HeaderRightBox {
	text-align: right;
	font-size: 12px;
	margin: 30px 0px 0px;
}
.HeaderRightBox a {
	color: #FFF;
}
.HeaderRightBox a:hover {
	color: #FDF;
	text-decoration: none;
}
.HeaderBar #printLogo {
	display: none;
}
.HeaderTagLin2 {
	position: absolute; 
	bottom: 10px; 
	right: 5px; 
	color: #FFF; 
	font-size: 20px; 
	font-style: italic;
	font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
}
.HeaderTagLine {
	position: relative; 
	margin: 20px 0px 0px;
	color: #FFF; 
	font-size: 20px; 
	font-style: italic;
	font-family: "DejaVu Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	z-index: 100;
	text-align: right;
	display: block;
}
.FloatRightWhite {
	position: absolute; 
	top: 35px; 
	right: 5px; 
	color: #FFF;
	font-size: 12px;
	text-align: right;
}
.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;
}
.HelpTopicBox {
	width: 675px;
	background: #F5F8F8;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
	padding: 5px;
}
#BusinessPano {
	background: url("/images/layout/smallback8.jpg");
}
/*************** 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;
}

#mnuMain {
	background: none;
	width: 955px;
	height: 70px;
	padding: 0px;
	margin: 0px;
	position: relative;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#mnuMain li {
	display: inline; 
	float: left; 
	list-style: none;
	padding: 5px 12px 5px;
	margin: 0px 0px 0px;
	position: relative;
	font-size: 18px;
	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: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#mnuMain li a:hover {
	color: #FFFFCC;
}


#mnuMain li div {
	display: none;
	position: absolute;
	top: 2.15em;
	left: 0em;
}
#mnuMain li.mnuActive div {
	display: block;
	position: absolute;
	top: 2.15em;
	left: 0em;
	width: 100%;
	height: 30px;
	background: url("/images/layout/lowerbuttonrow.png") repeat-x;
	padding: 0px;
	margin: 0px;
}

/*-----------------------------------*/
#mnuMain .mnuSubMenu {
	padding: 0px;
	margin: 0px;
	position: relative;
	display: block;
	z-index: 100;
}
#mnuMain .mnuSubMenu li {
	display: inline; 
	float: left; 
	list-style: none;
	padding: 5px 6px 4px 5px;
	margin: 0px;
	position: relative;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
#mnuMain .mnuSubMenu li a {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}


#mnuMain .mnuSubMenu li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 28px;
	width: auto; 
	height: auto;
	margin: 0px;
	padding: 0px 0px 2px;
	background: #666;
	border: 1px solid #333;
	z-index: 100;
	_z-index: -1;
	_width: 145px;
}

#mnuMain .mnuSubMenu li:hover ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 28px;
	width: auto; 
	height: auto;
	min-width: 115px;
	z-index: 100;
	_z-index: -1;
	_width: 145px;
}

#mnuMain .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;
}

#mnuMain .mnuSubMenu li li a {
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}
#mnuMain .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;
	position: relative;
	float: right;
	font-family: "Trebuchet MS", Tahoma, Arial, 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: 0px 5px 0px;
	margin: 0px 0px 0px;
	position: relative;
	font-size: 12px;
	color: #FFF;
	text-transform: capitalize;
	font-weight: normal;
	border-right: 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;
}

/*---------------------------------------*/
#mnuMembers {
	padding: 0px;
	margin: 0px;
	display: block;
	position: relative;
	height: 225px;
}
#mnuMembers ul {
	position: absolute;
	top: 0px;
	left: -30px;
	width: 145px;
}
#mnuMembers li {
	/*display: inline;*/
	padding: 1px 0px;
	list-style: none;
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	width: 145px;
	line-height: 1.45em;
	border-top: 1px dotted #CCC;
}
#mnuMembers li a {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	/*display: block;*/
}
#mnuMembers li.active {
	background: url("/images/layout/smallback7.jpg");
}
#mnuMembers li#LastMenu {
	border-bottom: 1px dotted #CCC;
}
#mnuMembers li:hover {
	background: url("/images/layout/smallback2.jpg");
	text-decoration: none;
}
#mnuMembers li.active:hover {
	background: url("/images/layout/smallback7.jpg");
}

/*---------------------------------------*/
#mnuClassCat {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	display: block;
	clear: both;
}
#mnuClassCat ul {
	padding: 0px;
	margin: 0px;
}
#mnuClassCat ul li {
	padding: 2px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	list-style: circle;
	font-size: 12px;
}
#mnuClassCat ul li a {
	font-size: 12px;
}
#mnuClassCat ul ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#mnuClassCat ul ul li {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	list-style: disc;
	color: #000;
}
#mnuClassCat ul ul li a {
	font-size: 11px;
}
#mnuClassCat ul ul ul li {
	list-style-type: square;
}

.mnuClassCatParent {
	border: 1px solid #ccc;
	border-top: 1px solid #DDD;
	background: url("/images/layout/hl.png") bottom left repeat-x;
	font-size: 13px;
	padding: 1px 0px;
}
.mnuClassCatSub {
	border: 1px solid #ccc;
	border-top: 1px solid #DDD;
	background: url("/images/layout/hl.png") bottom left repeat-x;
	font-size: 12px;
	padding: 1px 0px;
	margin: 0px 0px 0px 10px;
}
/************** 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: 3px 3px 3px 4px;
	width: 175px;
	text-align: left;
	font-size: 11px;
	position: relative;
}
.MainTable td.MainTable_Col2 {
	background: #FFF;
	margin: 0px;
	padding: 3px 5px;
	width: auto;
	text-align: left;
	font-size: 13px;
	line-height: 1.35em;
	position: relative;
}
.MainTable td.MainTable_Col3 {
	background: #FFF;
	margin: 0px;
	padding: 3px 2px;
	width: 150px;
	text-align: left;
	font-size: 11px;
	position: relative;
}

.MainTable td.MainTable_FCol1 {
	background: #FFF;
	margin: 0px;
	padding: 0px 5px;
	width: 350px;
	text-align: left;
	font-size: 11px;
	line-height: 1.3em;
	position: relative;
}
.MainTable td.MainTable_FCol1 table {
	font-size: 11px;
	line-height: 1.3em;
}
.MainTable td.MainTable_FCol2 {
	background: #FFF;
	margin: 0px;
	padding: 0px 5px;
	width: 310px;
	text-align: left;
	font-size: 11px;
	line-height: 1.45em;
}
.MainTable td.MainTable_FCol3 {
	background: #FFF;
	margin: 0px;
	padding: 0px 5px;
	width: auto;
	text-align: left;
	font-size: 11px;
	line-height: 1.3em;
}
.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;
}
.SearchBox {
	font-size: 10px;
	width: 125px;
	border: 1px solid #900;
}
.btnBBSearch {
	cursor: pointer;
	padding: 5px 3px 0px;
	margin: 0px 0px -5px;
}
.AreaMapFrame {
	width: 580px; 
	height: 420px; 
	text-align:center; 
	padding: 0px; 
	margin: 0px;
	border: 2px solid #CCC;
	border-bottom-color: #999;
	border-right-color: #999;
}
/******************************************/
/************** FOOTER BAR ****************/
.FooterBar {
	background: none;
	font-family: "Trebuchet MS", Tahoma, Arial, 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: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	width: 955px;
	background: none;
	font-size: 10px;
	padding: 0px;
	text-align: center;
	vertical-align: text-top;
	white-space: nowrap;
	color: #3e0c0b;
}

/***************************************/
/*  ADMIN HEADER / FOOTERS
/***************************************/
.AdminBody {
	background: #DDD url("/images/layout/smallback9.jpg");
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}
.AdminBody a {
	color: #00C;
}
.AdminBody a:hover {
	color: #09C;
}
.AdminHeaderBar {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 100%;
	background-color: #9A1414;
	border: none;
	border-bottom: 2px solid #039;
	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: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	padding: 12px 0px 12px 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: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.AdminBody .ContentHeader, .AdminBody h1 {
	background: none;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
	text-align: left;
	color: #091e95;
}
.AdminBody .SubTitle, .AdminBody h2 {
	background: none;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
	text-align: left;
	color: #600;
}
.AdminBody .LineTitle, .AdminBody h3 {
	background: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
	text-align: left;
	color: #300;
}
.AdminBody .ParTitle, .AdminBody h4
{
	font-size: 13px;
	font-weight: bold;
	color: #004;
	line-height: 1.15em;
	padding: 2px 0px;
	margin: 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 .boxButton {
	background: #900 url("/images/calendar/monthBg2.png") top left repeat-x;
	padding: 1px 4px;
	color: #999;
	border: 1px solid #009;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
	margin-left: 5px;
	font-size: 11px;
	font-weight: bold;
}
.AdminBody .boxButton a {
	color: #FF6;
	text-decoration: none;
}
.AdminBody .boxButton a:hover {
	color: #FFC;
	text-decoration: underline;
}
.AdminBody .tableData, .AdminBody .boxButton {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, 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: #600;
	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/smallback10.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;
}
#mnuAdmin li {
	padding: 4px 6px 0px;
	margin: 0px;
	font-size: 12px;
	color: #EEE;
	list-style: none;
	display: inline;
	float: left;
	border: none;
	border-right: 1px solid #ccc;
	position: relative;
}
#mnuAdmin li.LastButton {
	float: right;
	border: none;
	border-left: 1px solid #ccc;
}
#mnuAdmin li a {
	font-size: 12px;
	font-weight: bold;
	color: #FFE;
	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: 23px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 1000;
}
#mnuAdmin ul li {
	padding: 2px 7px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	list-style: disc;
	border: none;
	border-bottom: 1px dotted #FFF;
	color: #000;
	width: 135px;
}
#mnuAdmin ul li a {
	font-size: 11px;
}
#mnuAdmin li:hover ul {
	display: block;
}
/*********************************************/
/*  NEWS RELEASES */
/*********************************************/
.NewsListingContainer {
	width: auto;
	height: auto;
	display: block;
	border: 1px dashed #69C;
	padding: 0px;
	text-align: left;
}
.NewsListingTitle {
	background: url("/images/layout/gradient.jpg") top left repeat-y;
	font-size: 15px;
	font-weight: bold;
	color: #003399;
	padding: 3px 2px;
	margin: 0px;
	border: none;
	border-bottom: 1px dotted #CCC;
}
.NewsListingDate {
	float: right; 
	font-size: 8pt;
	font-weight: normal;
	color: #000;
}
.NewsListingContent {
	font-size: 12px;
	padding: 4px;
	line-height: 1.35em;
}

/**************************************/
/*  CITY LIST - HOME PAGE 
/**************************************/
.IndexCityList {
	padding: 0px 45px 0px 0px;
	margin: 0px;
}
.IndexCityList ul li {
	display: inline;
	padding: 0px 5px;
	margin: 0px 5px;
	list-style: circle;
	line-height: 1.65em;
}

/*********************************************/
/* EVENT STYLES
/*********************************************/

.EventSwitch {
	float: right; 
	width: auto;
}
.EventSmall {
	background: #ebdbdb url("/images/layout/shade3.jpg") top left repeat-x; /**/
	padding: 3px 2px 2px 3px;
	font-size: 10px;
	margin: 2px 0px;
	border: 1px solid #ccc;
}
.EventSmallFeatured {
	background: #FF9 url("/images/layout/featureback3.jpg") top left repeat-x; /**/
	padding: 3px 2px 2px 3px;
	font-size: 10px;
	margin: 2px 0px;
	border: 1px solid #09F;
}
.EventSmallCancel {
	background: url("/images/layout/cancelled3_wm.png") top left;
	padding: 2px 1px;
	font-size: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.EventSmallTitle {
	font-size: 11px;
	padding: 0px 0px 2px;
	margin: 0px;
	border-bottom: 1px solid #CCC;
	line-height: 1.25em;
}
.EventSmallTitle a {
	color: #006699;
}
.EventSmallFeatured .EventSmallTitle a {
	color: #C00;
}
.EventSmallLocation {
	font-size: 10px;
}
.EventSmallCat a, .EventSmallFunc a {
	font-size: 10px;
	color: #3366CC;
}
.EventSmallDate {
	font-size: 10px;
	font-style: italic;
}
.EventSmallDesc {
	padding: 2px;
	border: 1px dotted #AAA;
}
/*-----------------------------------*/

.EventMedium {
	background: #FFF url("/images/layout/shade3.jpg") bottom left repeat-x;
	padding: 4px;
	margin: 4px 0px;
	font-size: 12px;
	line-height: 1.45em;
	border: 1px solid #DDD;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	position: relative;
}
.EventMediumCancel {
	background: url("/images/layout/cancelled2_wm.png") top left;
	padding: 4px;
	margin: 4px 0px;
	font-size: 12px;
	line-height: 1.45em;
	border: 1px solid #CDB5B4;
}
.EventMediumFeatured {
	background: url("/images/layout/featureback2.jpg") top left repeat-x;
	padding: 4px;
	margin: 4px 0px;
	font-size: 12px;
	line-height: 1.45em;
	border: 2px solid #09F;
}
.EventMediumTitle {
	font-size: 15px;
	font-weight: bold;
	padding: 2px 0px;
}
.EventMediumFeatured  .EventMediumTitle {
	font-size: 16px;
}
.EventMediumDate {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}
.EventMediumPast {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	display: block;
}
.EventMediumCat, .EventMediumFunc {
	float: right;
	background-color: #F7F0F0;
	border: 1px solid #DEBEBE;
	padding: 1px 4px;
	margin: 0px 1px;
	font-size: 10px;
	line-height: 1.15em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.EventMediumCat a, .EventMediumFunc a {
	font-size: 10px;
	color: #3366CC;
}

.EventMediumLocation {
	display: block;
}
.EventMediumMember {
	float: right;
	text-align: right;
	width: 210px;
}
.EventMediumDesc {
	padding: 4px 8px;
	border: 1px dotted #AAA;
	font-size: 11px;
	line-height: 1.35em;
}
.EventMediumDesc2 {
	padding: 4px 8px;
	border: 1px dotted #AAA;
	float: left;
	width: auto;
}
/*---------------------------------------*/

.EventLarge {
	padding: 0px 4px;
	font-size: 12px;
	line-height: 1.45em;
	margin: 0px;
	position: relative;
}
.EventLargeCancel {
	background: url("/images/layout/cancelled_wm.png") top left;
	padding: 0px 4px;
	font-size: 12px;
	line-height: 1.45em;
	position: relative;
}
.EventLargeFeatured {
	background: url("/images/layout/featureback2.jpg") 0px 35px repeat-x;
	padding: 0px 4px;
	font-size: 12px;
	line-height: 1.45em;
}
.EventLargeTitle {
	font-size: 28px;
	padding: 5px 0px 3px;
	margin: 0px 0px 2px;
	color: #230040;
	line-height: 1.1em;
	text-align: center;
	width: 100%;
	border-bottom: 3px double #CCC;
}
.EventLarge .PrintEventTitle {
	margin-top: 0px;
}
.EventLargeLocation {
	font-size: 14px;
	padding: 3px 2px 10px;
	position: relative;
	line-height: 1.25em;
}
.EventLargeDate {
	/* font-style: italic; 	font-weight: bold; */
	border-bottom: 3px double #CCC;
	font-size: 18px;
	width: 99%;
	margin: 0px 0px 2px;
	text-align: center;
	padding: 4px 2px;

}
.EventLargePast {
	font-size: 15px;
	font-weight: bold;
	width: 99%;
	text-align: center;
	padding: 2px;
	color: #777;
	font-style: italic;
}
.EventLargeCat {
	float: right;
	background-color: #F7F0F0;
	border: 1px solid #DEBEBE;
	padding: 1px 4px;
	margin: 0px 2px 0px;
	line-height: 1.15em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.EventLargeCat a {
	font-size: 11px;
	color: #3366CC;
}
.EventLargeFunc {
	float: right;
	background-color: #EFF1F8;
	border: 1px solid #C6B7EE;
	padding: 1px 4px;
	margin: 0px 2px 0px;
	line-height: 1.15em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.EventLargeFunc a {
	font-size: 11px;
	color: #309;
}

.EventLargeBack {
	float: right;
	background-color: #EEF9F2;
	border: 1px solid #C5EDCB;
	padding: 1px 4px;
	margin: 0px 2px 0px;
	line-height: 1.15em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.EventLargeBack a {
	font-size: 11px;
	color: #033;
}
.EventLargeMember {
	background: url("/images/layout/smallback1.jpg");
	float: right;
	text-align: left;
	width: 250px;
	height: auto;
	padding: 2px;
	border: 1px solid #d5e5e6;
	vertical-align: top;
	font-size: 11px;
	line-height: 1.3em;
	margin: 0px 0px 5px;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 100;
}

.EventLargeDesc {
	padding: 0px 6px;
	border: 1px dotted #AAA;
	border-top: 1px dotted #CCC;
	border-left: 1px dotted #CCC;
	position: relative;
}
.EventLargeDesc2 {
	padding: 0px 6px;
	border: 1px dotted #AAA;
	float: left;
	width: 300px;
	position: relative;
}
.EventLargeCancelDesc {
	padding: 0px 6px;
	border: 2px dashed #CC0000;
	margin: 0px 0px 3px;
	color: #660000;
	position: relative;
}

.EventLargeFriend {
	position: absolute;
	left: 2px;
	bottom: 1px;
}
.EventUnderBox {
	position: relative;
	padding: 0px;
	margin: 0px;
}

.cboCategories {
	max-height: 300px;
}
.optEventCat {
	padding: 1px 0px 0px;
	border: none;
}
.optEventParent {
	border-top: 1px solid #CCC;
	padding: 1px 0px;
	font-weight: bold;
}
.imgPopularMedium {
	position: absolute;
	top: 25px;
	left: 50%;
	margin: 0px 0px 0px -25px;
}
.imgPopularLarge {
	position: absolute;
	top: 40px;
	left: 50%;
	margin: 0px 0px 0px -35px;
}
.imgFeatureMedium {
	position: absolute;
	top: 25px;
	left: 50%;
	margin: 0px 0px 0px -15px;
}
.imgFeatureLarge {
	position: absolute;
	top: 40px;
	left: 50%;
	margin: 0px 0px 0px -30px;
}
.imgNewMedium {
	position: absolute;
	top: 25px;
	left: 50%;
	margin: 0px 0px 0px -15px;
}
.imgNewLarge {
	position: absolute;
	top: 40px;
	left: 50%;
	margin: 0px 0px 0px -35px;
}
/*----------------------------------------*/
.EventListCat {
	float: right;
	background-color: #eee;
	border: 1px solid #ddd;
	color: #333;
	padding: 1px 4px;
	margin: 0px 1px;
	font-size: 10px;
	line-height: 1.15em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.EventListCat a {
	font-size: 10px;
	color: #3366CC;
}

/*------------ Messages -------------------*/

.SendEventMsgFrame {
	position: relative;
	background: #CCCCCC  url("/images/layout/smallpatt2.jpg");
	width: 500px;
	height: auto;
	padding: 5px;
	margin: 5px 0px 5px 35px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: none;
}
.SendEventMsgBox {
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.btnLoadEventMsg, .btnHideEventMsg, .btnSaveEventMsg, .btnCloseInfoMsg, .lnkEventFBLink {
	cursor: pointer;
	color: #900;
}
.btnMemberTrack, .btnMemberUnTrack, .btnMemberEvents, .btnMemberClass, .lnkTrackMemberList {
	cursor: pointer;
}
.SetEvent_Active, .SetEvent_Cancel, .SetEvent_Delete, .SetEvent_Waiting {
	cursor: pointer;
}
.SetClass_Active, .SetClass_Cancel, .SetClass_Delete, .SetClass_Waiting {
	cursor: pointer;
}
.boxStatusNotes {
	float: right;
	font-size: 12px;
	font-style: italic;
	color: #900;
	display: none;
}

.JumpDateFrame {
	position: absolute;
	top: 0px;
	left: 50%;
	background: #CCCCCC  url("/images/layout/smallpatt2.jpg");
	width: 160px;
	height: auto;
	padding: 5px;
	margin: 0px 0px 0px -80px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: none;
	z-index: 100;
}
.JumpDateBox {
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.btnJumpDate, .btnCloseDate, .btnEventDate {
	cursor: pointer;
}
.btnSectionUp, .btnSectionDown, .btnSectionUpAll, .btnSectionDownAll {
	cursor: pointer;
}

.boxStatus {
	float: left;
	margin: 2px 5px;
	color: #000000;
	font-size: 12px;
	padding: 5px;
	background-color: #F9F9F9;
	border: 1px solid #CCC;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}
/*********************************************/
/*  CLASSIFIEDS   */
/*********************************************/
.ClassLarge, .ClassLargeAlt {
	background: #FFF url("/images/layout/classbox2.jpg") no-repeat; 
	background-position: 0px 25px;
	padding: 0px 5px 4px;
	margin: 4px 0px;
	font-size: 12px;
	line-height: 1.45em;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #CCC;
	position: relative;
	display: block;
	z-index: 1000;
	_width: 588px;
	width: 578px;
}
.ClassLargeCancel {
	background: url("/images/layout/cancelled_wm.png") top left;
	display: block;
}
.ClassLargeSold {
	background: url("/images/layout/sold_wm.png") top left;
	border: 1px solid #DFDFDF;
	display: block;
}
.ClassLarge .ClassImg {
	padding: 2px 5px;
	margin: 4px 0px;
	font-size: 12px;
	line-height: 1.45em;
	border: 1px solid #DFDFDF;
	position: relative;
}
.ClassLarge .ClassImg img {
	padding: 3px;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.ClassLarge .ClassTitle {
	font-size: 22px;
	padding: 5px 0px 2px;
	margin: 3px 0px 0px;
	color: #230040;
	font-weight: bold;
	line-height: 1.15em;
}
.ClassLarge .ClassTitle a {
	color: #230040;	
}
.ClassLarge .ClassLocation {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 2px 10px;
}

.ClassLarge .ClassCat {
	float: right;
	background-color: #F7F0F0;
	border: 1px solid #DEBEBE;
	padding: 2px 4px;
	margin: 3px 2px 0px;
	line-height: 1.15em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.ClassLarge .ClassCat a {
	font-size: 11px;
	color: #3366CC;
}

.ClassLarge .ClassFunc {
	float: right;
	background-color: #EFF1F8;
	border: 1px solid #C6B7EE;
	padding: 2px 4px;
	margin: 3px 2px 0px;
	line-height: 1.15em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.ClassLarge .ClassFunc a {
	font-size: 11px;
	color: #309;
}

.ClassLarge .ClassBack {
	float: right;
	background-color: #EEF9F2;
	border: 1px solid #C5EDCB;
	padding: 2px 4px;
	margin: 3px 2px 0px;
	line-height: 1.15em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.ClassLarge .ClassBack a {
	font-size: 11px;
	color: #033;
}


.ClassLarge .ClassDesc {
	padding: 8px 0px 5px 0px;
	/*border: 1px dotted #AAA;*/
	position: relative;
	float: left;
	width: 310px;
	font-size: 12px;
	line-height: 1.25em;
}
.ClassLarge .ClassDesc2 {
	padding: 4px 8px;
	/*border: 1px dotted #AAA;*/
	float: left;
	width: 400px;
	position: relative;
}

.ClassLarge .ClassMember {
	/* background: url("/images/layout/smallback1.jpg"); */
	float: right;
	text-align: left;
	width: 230px;
	height: auto;
	padding: 2px;
	border-top: 2px dashed #FFF;
	border: 2px dashed #F3F3F3;
	vertical-align: top;
	font-size: 11px;
	line-height: 1.25em;
	margin: 6px 8px 0px 0px;
	position: relative;
}
.ClassLarge .ClassFriend {
	position: absolute;
	left: 2px;
	bottom: 1px;
}

.ClassImg .imgClass {
	padding: 5px;
	border: 1px solid #DDD;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.ClassLarge .imgCNew {
	float: right;
	margin: 10px 5px 0px;
}
.ClassLarge .imgCPopular {
	margin: 5px 90px 0px 0px;
}

/*-----------------------------------------*/
.ClassMedium {
	background: #F6F6F6; /* url("/images/layout/classbox2.jpg") top left no-repeat;  */
	border: 1px dashed #BBB;
	padding: 2px 3px;
	margin: 4px 0px;
	font-size: 12px;
	line-height: 1.45em;
	position: relative;
}
.ClassMediumAlt {
	background-color: #F9F2F2; /* url("/images/layout/classbox2.jpg") top left no-repeat; */
	border: 1px dashed #CCC;
}
.ClassMediumCancel {
	background: url("/images/layout/cancelled3_wm.png") top left;
	border: 1px solid #fcc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.ClassMediumSold {
	background: url("/images/layout/sold3_wm.png") top left;
	border: 1px solid #A5CAA4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.ClassMedium .ClassTitle {
	font-size: 14px;
	padding: 0px;
	font-weight: bold;
	line-height: 1.35em;
}
.ClassMedium .ClassTitle a {
	color: #230040;
}
.ClassMedium .ClassLocation {
	font-size: 11px;
}
.ClassMedium .ClassCat {
	float: right;
	background-color: #F7F0F0;
	border: 1px solid #DEBEBE;
	padding: 1px 4px;
	margin: 0px 1px;
	font-size: 10px;
	line-height: 1.15em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.ClassMedium .ClassCat a {
	font-size: 10px;
	color: #3366CC;
}

.ClassMediumAlt .ClassCat {
	float: right;
	background-color: #F6F6F6;
	border: 1px solid #DDD;
	padding: 1px 4px;
	margin: 0px 1px;
	font-size: 10px;
	line-height: 1.15em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.ClassMediumAlt .ClassCat a {
	font-size: 10px;
	color: #3366CC;
}
.ClassMedium .ClassDate {
	font-size: 12px;
	font-style: italic;
}
.ClassMedium .ClassMember {
	/* background: url("/images/layout/smallback1.jpg"); */
	float: right;
	text-align: left;
	width: 165px;
	height: auto;
	padding: 2px;
	border: 1px dashed #D9D9D9;
	vertical-align: top;
	font-size: 11px;
	line-height: 1.3em;
	margin: 6px 2px 0px 0px;
	position: relative;
}
.ClassMedium .ClassDesc {
	font-size: 11px;
	padding: 1px 2px;
	line-height: 1.25em;
	width: 380px;
}

.ClassMedium .imgCNew {
	float: right;
	margin: 10px 5px 0px;
}
.ClassMedium .imgCPopular {
	float: right;
	margin: 10px 5px 0px;
}
/*-----------------------------------------*/
.ClassSmall {
	background: #F6F6F6 url("/images/layout/smallback8.jpg"); /**/
	padding: 2px 3px;
	font-size: 10px;
	margin: 5px 0px;
	border: 1px solid #E0E0E0;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.ClassSmallCancel {
	background: url("/images/layout/cancelled3_wm.png") top left;
	border: 1px solid #fcc;
	margin: 5px 0px;
}
.ClassSmallSold {
	background: url("/images/layout/sold3_wm.png") top left;
	border: 1px solid #008b0d;
	margin: 5px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.ClassSmall .ClassTitle {
	font-size: 11px;
	padding: 0px;
	line-height: 1.25em;
}
.ClassSmall .ClassTitle a {
	color: #006699;
}
.ClassSmall .ClassLocation {
	font-size: 10px;
}
.ClassSmall .ClassCat a {
	font-size: 10px;
	color: #3366CC;
}
.ClassSmall .ClassDate {
	font-size: 10px;
	font-style: italic;
}
.ClassSmall .ClassDesc {
	padding: 1px 2px;
	line-height: 1.25em;
}

.ClassUnderBox {
	position: relative;
	padding: 0px;
	margin: 0px;
}
/*-------------------------------------------*/
.SendClassMsgFrame {
	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;
}
.SendClassMsgBox {
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.btnLoadClassMsg, .btnHideClassMsg, .btnSaveClassMsg {
	cursor: pointer;
	color: #900;
}
.btnLoadClassMsg:hover {
	cursor: pointer;
	color: #993300;
	text-decoration: underline;
}


/**********************************************
/* 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: 11px;
}
.MemberSmall:hover {
	border: 1px solid #BC7878;
}
.MemberSmallUser {
	font-weight: bold;
	font-size: 11px;
}
.MemberMedium {
	border: 1px solid #CCC;
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px; 
	margin: 5px 0px;
	padding: 2px;
	display: block;
	clear: both;
	font-size: 12px;
}
.MemberMedium:hover {
	border: 1px solid #BC7878;
}	
.boxAvatarList {
	float: left;
	margin: 2px;
	padding: 5px;
	border: 1px solid #CCC;
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px;
	background-color: #FFF;
}
.boxAvatarList:hover {
	background-color: #DDD;
	border-color: #666;
}
.lnkLoadMember {
	cursor: pointer;
}

/*********************************************/
/*  FLAGGED ITEMS */
/*********************************************/

.FlagBox {
	float: right;
	font-size: 10px;
	padding: 2px 0px;
	color: #600;
	cursor: pointer;
}
.FlagBox2 {
	float: left;
	font-size: 10px;
	padding: 2px 0px;
	color: #600;
	cursor: pointer;
}
.btnFlagItem {
	cursor: pointer;
}
.FlagNotesFrame {
	display: none;
	background: #CCC url("/images/layout/smallpatt.jpg");
	padding: 7px;
	position: absolute;
	top: 0px;
	left: 250px;
	width: 400px;
	height: auto;
}
#FlagNotesBox {
	width: auto;
	height: auto;
	background: #FFF;
	padding: 5px;
}

/*********************************************/
/*   REMINDERS */
/*********************************************/
.ReminderFrame {
	position: absolute;
	top: 10px;
	left: 50%;
	background: #CCCCCC  url("/images/layout/smallpatt3.jpg");
	width: 420px;
	height: auto;
	padding: 5px;
	margin: 0px 0px 0px -210px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: none;
	z-index: 1000;
}
.ReminderForm {
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#MemberBox {
	font-size: 13px;
}
.btnHideReminder, .btnSaveReminder, .lnkRemindMember, .lnkRemindForm, .lnkCloseRemind {
	cursor: pointer;
}
/*********************************************/
/*  REFERRALS */
/*********************************************/
.ReferralFrame {
	position: absolute;
	top: 250px;
	left: 50%;
	background: #CCCCCC  url("/images/layout/smallpatt2.jpg");
	width: 500px;
	height: auto;
	padding: 6px;
	margin: 0px 0px 0px -250px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: none;
	z-index: 1000;
}
.ReferralForm {
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 3px;
	margin: 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.boxReferral1 {
	background: url("/images/layout/smallback2.jpg");
	border: 1px dashed #ccc;
	margin: 3px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.boxReferral2 {
	background: url("/images/layout/smallback6.jpg");
	border: 1px dashed #ccc;
	margin: 3px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.boxReferral3 {
	background: url("/images/layout/smallback3.jpg");
	border: 1px dashed #ccc;
	margin: 3px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.boxReferralComments {
	padding: 2px 8px;
	font-size: 12px;
	line-height: 1.35em;
}
.boxReferralClient {
	width: 100%;
	text-align: right;
	color: #555;
	font-size: 10px;
}

/**********************************************
/*  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 ul {
	margin: 2px 0px;
	padding: 2px;
}
.PollBox li {
	font-size: 11px;
	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;
}
.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;
}
/*********************************************/
/*  BUTTONS */
/*********************************************/
.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;
}

.boxButtonLg {
	width: 125px;
	height: 23px;
	_height: 26px;
	background: url("/images/buttons/button125.png") no-repeat;
	text-align: center;
	color: #FFE0C1;
	font-size: 12px;
	padding: 3px 0px 0px;
	margin: 2px 5px 0px;
	float: right;
}
.boxButtonLg a {
	text-decoration: none;
	color: #FFE866;
}
.boxButtonLg a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}

.boxButtonMed {
	width: 98px;
	height: 23px;
	_height: 26px;
	background: url("/images/buttons/button98.png") no-repeat;
	text-align: center;
	color: #FFE0C1;
	font-size: 12px;
	padding: 3px 0px 0px;
	margin: 2px 5px 0px;
	float: right;
}
.boxButtonMed a {
	text-decoration: none;
	color: #FFE866;
}
.boxButtonMed a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}


.boxButtonSm {
	width: 66px;
	height: 23px;
	_height: 26px;
	background: url("/images/buttons/button66.png") no-repeat;
	text-align: center;
	color: #FFE0C1;
	font-size: 12px;
	padding: 3px 0px 0px;
	margin: 2px 5px 0px;
	float: right;
}
.boxButtonSm a {
	text-decoration: none;
	color: #FFE866;
}
.boxButtonSm a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}

.boxClear {
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
}
.PageNumberLinks
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}

/*********************************************/
/*  NEWS RELEASES */
/*********************************************/
.NewsSmall {
	border: 1px solid #CCC;
	margin: 4px 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	font-size: 11px;
}
.NewsSmall .NewsTitle {
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	/*background: #CCC url("/images/layout/hl.png") top left repeat-x;*/
	text-align: center;
	padding: 1px 0px;
}
.NewsSmall .NewsDesc {
	padding: 3px;
	font-size: 11px;
}
.NewsMedium {
	border-top: 3px double #CCC;
	border-bottom: 1px dashed #CCC;
	margin: 10px 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	font-size: 12px;
}
.NewsMedium .NewsTitle {
	font-weight: bold;
	border-bottom: 3px double #CCC;
	text-align: center;
	padding: 2px 0px;
	font-size: 14px;
}
.NewsMedium .NewsDesc {
	padding: 5px;
	font-size: 12px;
	background-color: #F7F7F7;
}
.NewsLarge {
	/*border: 1px solid #CCC;*/
	border-top: 3px double #CCC;
	border-bottom: 3px double #CCC;
	margin: 10px 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 1.45em;
}
.NewsLarge .NewsTitle {
	font-weight: normal;
	border-bottom: 3px double #CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: none; /*#CCC url("/images/layout/hl.png") top left repeat-x;*/
	text-align: center;
	padding: 8px 0px;
	font-size: 24px;
}
.NewsLarge .NewsDesc {
	padding: 5px;
	font-size: 12px;
}

.frmSubscribe input {
	width: 98%;
}

/*********************************************/
/* Client slideshow boxes
/*********************************************/
#ScrollContainer {
	position: relative;
	height: 175px;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#ScrollContainer span {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 8;
	width: 100%;
  opacity: 0.0;
	_filter: alpha(opacity=0);
	display: none;
}

#ScrollContainer span.ScrollBoxActive {
	z-index:10;		
	opacity:1.0;
	_filter: alpha(opacity=100);
	display: block;
}

#ScrollContainer span.LastActive {
   z-index:9;
	display: none;
}
.ScrollPagePrev {
	float: left; 
	text-decoration: none;
	cursor: pointer;
}
.ScrollPageNext {
	float: right; 
	text-decoration: none;
	cursor: pointer;
}
.ScrollPagesBox {
	float: right;
	width: auto;

}
.ScrollPage {
	background: url("/images/layout/hl.png");
	float: left;
	border: 1px solid #ccc;
	padding: 0px 2px 0px;
	margin: 0px 2px;
	font-weight: bold;
	width: 13px;
	height: 15px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.25em;
}
.ScrollPage:hover {
	background: #ebdbdb;	
}
.ScrollPage span.PageActive {
	color: #C00;
}
.ScrollPageJump {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.ScrollPage:hover .ScrollPageJump {
	color: #39F;
}
.ScrollPageJump:hover {
	color: #39F;
}

/*********************************************
**  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 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: "Trebuchet MS", Tahoma, Arial, 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-bottom: 1px solid #ccc;
	font-size: 11px;
	line-height: 1.35em;
}
.LocalLinkList img {
	margin: 1px 6px 1px 0px;
}
.LocalLinkList a {
	font-size: 15px;
	padding: 1px 0px 4px;
	line-height: 1.45em;
}



.btnRefreshStats {
	cursor: pointer;
	float: right;
}
.StatsBox {
	background: url("/images/layout/smallback2.jpg");
	float: left;
	width: 200px;
	height: 210px;
	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: 590px;
	padding: 0px;
	height: auto;
	color: #000;
	display: block;
	margin: 0px 0px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.MemberEventList {
	width: 535px;
}
.MemberEventList li {
	list-style-image: url("/images/icons/arrow1.gif");
	list-style-type: none;
	line-height: 1.65em;
	font-size: 12px;
}
.MemberEventList li.MonthHeader {
	padding: 1px;
	list-style: none;
	margin: 3px 0px 3px -25px;
	border: 1px solid #CCC;
	text-align: center;
	background-color: #F3F3F3;
}
/****************** 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;
}

/*--- Small calendar --- */
.calTableSm {
	background: #EEE url("/images/layout/smallback5.jpg");
	border: 1px solid #330066;
	width: 150px;
	position: relative;
}
.calTableSm .monthRow {
	background: #C00;
	text-align: center;
	vertical-align: middle;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252216;
	height: 14px;
	padding: 0px;
	position: relative;
}

.calTableSm .daysRows {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433D27;
	height: 12px;
	text-align: left;
	vertical-align: top;
	position: relative;
}
.calTableSm .daysRows td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;	
	font-size: 10px;
	padding-left: 2px;
}

.calTableSm .dayWeekend {
	background-color: #FFFFDD;
	color: #333;
	position: relative;
	vertical-align: top;
}
.calTableSm .dayWeekday {
	background-color: #DDFFFF;
	color: #333;
	position: relative;
	vertical-align: top;
}
.calTableSm .dayToday {
	background-color: #FFCCCC;
	color: #990000;
	position: relative;
	vertical-align: top;
}
/*---large calendar ---*/
.calTable {
	background: #EEE url("/images/layout/smallback5.jpg");
	border: 1px solid #330066;
	width: 100%;
	position: relative;
}

.calTable .monthRow {
	background: #CCC url("/images/calendar/monthBg.png") top left repeat-x;
	text-align: center;
	vertical-align: middle;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: Bold;
	color: #252216;
	height: 30px;
	padding: 0px;
	position: relative;
}

.calTable .monthRow a:link, .calTable .monthRow a:visited {
	text-decoration: none;
	color: #FFFF33;
}

.calTable .monthRow a:hover {
	color: #FFFAEA;
}

.calTable .dayNamesRow {
	background: #CCC url("/images/layout/hl.png");
  font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: Bold; 
	color: #333333;
	height: 18px;
	width: 25px;
}

.calTable .dayNamesRow td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.calTable .daysRows {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433D27;
	height: 50px;
	min-height: 50px;
  line-height: 38pt;
	text-align: left;
	vertical-align: top;
	position: relative;
}
.calTable .daysRows td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;	
	font-size: 14px;
	padding-left: 2px;
}

.calTable .dayWeekend {
	background-color: #FFFFDD;
	color: #333;
	position: relative;
	vertical-align: top;
}
.calTable .dayWeekday {
	background-color: #DDFFFF;
	color: #333;
	position: relative;
	vertical-align: top;
}
.calTable .dayToday {
	background-color: #FFCCCC;
	color: #990000;
	position: relative;
	vertical-align: top;
}
.calTable .dayToday:hover {
	background: #FFCCCC url("/images/calendar/dayhover.png") center center no-repeat;
	color: #FF0000;
}
.calTable .dayWeekend:hover {
	background: #FFFFDD url("/images/calendar/dayhover.png") center center no-repeat;
	color: #0066CC;
}
.calTable .dayWeekday:hover {
	background: #DDFFFF url("/images/calendar/dayhover.png") center center no-repeat;
	color: #0066CC;
}
.calTable .dayNum {
	float: left;
	margin: 0px;
	padding: 0px;
}
.calTable .dayNumToday {
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bold;
}
.sOther {
	background-color: #EFEEC9;
	font-family: "Trebuchet MS", Tahoma, Arial, 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;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
#ShowEventsFrame {
	display: none;
	border-bottom: 1px dashed #E1B9B9;	
}
.hideShowEvents {
	cursor: pointer;
}

.boxWeekend {
	background-color: #FFFFDD;
	color: #333;
	position: relative;
	vertical-align: top;
}
.boxWeekday {
	background-color: #DDFFFF;
	color: #333;
	position: relative;
	vertical-align: top;
}
.boxToday {
	background-color: #FFCCCC;
	color: #990000;
	position: relative;
	vertical-align: top;
}
/************ 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;
}
/*-------------------------------------------------*/
.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;
}

.SendFlagFrame {
	display: none;
	position: absolute;
	background: #CCCCCC url("/images/layout/smallpatt3.jpg");
	width: 270px;
	height: auto;
	padding: 5px;
	top: 5px;
	left: 50%;
	margin-left: -135px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 1000;
}
.SendFlagBox {
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
	position: relative;
	display: block;
	width: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.btnEmailFriend, .btnHideFriendEmail, .btnHideFriendEmail2, .btnSendEmailFriend, .btnSaveFlag, .btnHideFlag {
	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: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}


/*****************************************/
.boxError {
	font-family: "Trebuchet MS", Tahoma, Arial, 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: "Trebuchet MS", Tahoma, Arial, 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: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background: #FFF url("/images/layout/dividor1.jpg") center center;
	width: auto;
	height: 25px;
	color: #006600;
}
.boxDividor2 {
	font-family: "Trebuchet MS", Tahoma, Arial, 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: "Trebuchet MS", Tahoma, Arial, 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: "Trebuchet MS", Tahoma, Arial, 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: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000FF;
	line-height: 1.25em;
}
.boxNote {
	font-family: "Trebuchet MS", Tahoma, Arial, 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: "Trebuchet MS", Tahoma, Arial, 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: "Trebuchet MS", Tahoma, Arial, 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: "Trebuchet MS", Tahoma, Arial, 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: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.boxTerm {
	background-color: #FC6;
	color: #000;
}
.boxClient {
 width: 100%; 
 display: block; 
 height: auto;
 border-top: 2px groove #663300;
}
.boxClientImage {
  float: left; 
	width: 200px; 
	height: auto; 
	text-align: center;
	padding: 8px 0px;
}
.boxClientText {
  float: left; 
	width: 510px; 
	height: auto; 
	text-align: left;
	padding: 8px 0px;
}


.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;
}
#lblWeeklyType0 {
	font-weight: bold;
}
.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: 0px;
	display: none;
	z-index: 1000;
}
.HelpTopicFrameBox {
	background-color: #F5F8F8;
	border: 1px solid #CFCFCF;
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	padding: 1px 5px 3px;
}
.HelpTopicFrameBox .ContentHeader {
	color: #14283F;
}
.HelpTopicCat {
	float: right;
	display: block;
	font-size: 11px;
	color: #36C;
}
.HelpTopicSeeAlso {
	width: 100%;
	border: 1px dotted #B0B0B0;
	background-color: #F0F0F0;
	padding: 0px 1px;
	margin: 0px 0px 0px -2px;
}
.HelpBox {
	background: #EEE;
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px; 
	padding: 5px;
}

.lnkHelpContractAll {
	float: right;
	cursor: pointer;
	color: #06C;
	font-size: 11px;
}

.lnkHelpExpandAll {
	float: left;
	cursor: pointer;
	color: #06C;
	font-size: 11px;
}
.btnBulletinHelp, .btnHelpClose {
	cursor: pointer;
}

#mnuClassHelp {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	display: block;
	clear: both;
}
#mnuClassHelp ul {
	padding: 0px;
	margin: 0px;
	display: block;
}
#mnuClassHelp ul li {
	padding: 2px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	list-style: circle;
	font-size: 12px;
}
#mnuClassHelp ul li a {
	font-size: 12px;
}
#mnuClassHelp ul ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	display: none;
}
#mnuClassHelp ul ul li {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	list-style: disc;
	color: #000;
}
#mnuClassHelp ul ul li a {
	font-size: 11px;
}
#mnuClassHelp ul ul ul li {
	list-style-type: square;
}
.lnkShowHelpSub {
	float: right;
}
/*********************************************/
/* Data Table styles
/*********************************************/
.tableClear
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tableClear2
{
	font-family: "Trebuchet MS", Tahoma, Arial, 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: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url("/images/layout/smallback8.jpg");
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}
.tablePages td {
	border: 0px;
}

.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;
}
.tableData thead tr {
	background: #CCC url("/images/layout/hl.png") top left repeat-x;
}
.tableData thead.smallfont td {
	font-size: 11px;
}
.tableData thead.largefont td {
	font-size: 16px;
	padding: 2px 0px;
	line-height: 1.35em;
}
.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 tr.row1 {
	background-color: #FCFCFC;
}
.tableData tbody tr.row2 {
	background-color: #eff9fe;
}
.tableData tbody tr.row3 {
	background-color: #FFF;
	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: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

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

#BuildPCType td {
	padding: 3px;
}

.tableMenu
{
	font-family: "Trebuchet MS", Tahoma, Arial, 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: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: inherit;
	border: 1px solid #0066CC;
	background-color: #F9F9F9;
	padding: 0px 1px;
} 
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: "Trebuchet MS", Tahoma, Arial, 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: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	line-height: 1.35em;
	padding: 0px;
	margin: 0px;
}