/* ClassJuggler Online Listing Main Styles											*/
/* =======================================											*/
/* Designed for use on remote Web sites listing classes/schedules live from their	*/
/* ClassJuggler account.  All Styles may be edited by ClassJuggler Account holders.	*/
/*----------------------------------------------------------------------------------*/
/*=======================================*/
/* Definitions for the main CONTENT area */
/*=======================================*/
#cjcontent {
/* 	background-color: #ffffff; */
 	margin: 0px 0px 0px 0px;
 	font-size: 12px;
	font-family: Century Gothic, Arial, Verdana, "Lucida Grande" arial, helvetica, sans-serif;
}
#cjcontent table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	empty-cells: show;
}
#cjcontent h1 {
	margin:6px 0px 6px 0px;
	font-size: 16px;
	color:black;
}
#cjcontent h2 {
	margin: 0px 4px 4px 6px;
	font-size: 11px;
	color: white;
}
/*============================*/
/* Form & Field Layout Styles */
/*============================*/
.cjCellTitle {
	font-weight: bold;
	text-align: right;
	padding-bottom: 3px;
	padding-right: 10px;
}
.cjCellVal2 {
	font-weight: normal;
	text-align: left;
	padding-bottom: 3px;
}
/*-------------------*/
/* List table styles */
/*-------------------*/
#cjcontent tr.cjOddRow {
	color: #000000;
	font-size: 11px;
/* 	background: #d8e7f7; */
	background: #ff832e;
	font-weight: normal;
}
#cjcontent tr.cjEvenRow {
	color: #000000;
	font-size: 11px;
	background: #ffffff;
	font-weight: normal;
}
#cjcontent tr.cjHeaders {
	color:#ffffff;
/* 	background-color:#989da5; */
	background-color:#000000;
	font-size: 11px;
	font-weight: bold;
}
#cjcontent td.cjHead1 {
/* 	color:#ffffff; */
/* 	background-color:#989da5; */
	border: 1px solid #989da5;
/* 	font-size: 11px; */
/* 	font-weight: bold; */
	padding: 2px 4px 2px 4px;
}
#cjcontent td.cjHead {
/* 	color:#ffffff; */
/* 	background-color:#989da5; */
	border-top: 1px solid #989da5;
	border-right:1px solid #989da5;
	border-bottom:1px solid #989da5;
/* 	font-size: 11px; */
/* 	font-weight: bold; */
	padding: 2px 4px 2px 4px;
}
#cjcontent td.cjCol1 {
/* 	color:#000000; */
	border-left: 1px solid #989da5;
	border-right: 1px solid #989da5;
	border-bottom: 1px solid #989da5;
	padding: 1px 4px 1px 4px;
}
#cjcontent td.cjCol {
/* 	color:#000000; */
	padding: 1px 4px 1px 4px;
	border-right:1px solid #989da5;
	border-bottom:1px solid #989da5;
}
/*---------------------------------*/
/* Special Text Formatting         */
/*---------------------------------*/
/* Formats for boxing in table cells */
.cjBoxBlk {
	color: black;
	background-color: #fffded;
	border: 1px solid #989da5;
	padding: 4px 4px 4px 4px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.cjSchedDayOn {
	color: #000000;
	font-weight: bold;
}
.cjSchedDayOff {
	color: #444444;
	font-weight: normal;
}
.cjPlainTxt {
	font-weight: normal;
}
.cjGreenTxt {
	color: green;
}
.cjRedTxt {
	color: red;
}
.cjGrayTxt {
	color: #666666;
}
.cjPurpleTxt {
	color: #9c2c86;
}
/*-------------------------------------------*/
/* Definitions for the #content link styles  */
/*-------------------------------------------*/
#cjcontent a {
 	color: blue;
	text-decoration: underline;
}
#cjcontent a:visited {
 	color: blue;
	text-decoration: none;
}
#cjcontent a:hover {
	color: blue;
	text-decoration: none;
}