/*
to replace colors, do a global search for the following hex values:
NOTE: the number in the parentheses are the number of results you should get for a global search
site background color - #F3F3E3 (2)
rule underneath TOP MENU tabs / footer background color - #D6BE7A (3)
all borders and hot text links - #75501B (65)

if you don't like the image in the block tabs, search for ".featuredblockheader", 
and change the following attribute:		background-image: url"({layout_url}/images/welcome_bg2.jpg)";
to whatever color value you like:		background-color: transparent;  OR  background-color: #xxxxxx;			
PLEASE REPLACE THE HEX VALUE ABOVE WITH THE NEW HEX so we can keep track.
additionally, you must remove the background image from the table cell in "featuredoffer.thtml"
*/

/* BOLD STYLES */
.bluebold {
	font-size:12px;
	font-weight:bold;
	color:#346eb6;
}
.greenbold {
	font-size:12px;
	font-weight:bold;
	color:#006666;
}
.redbold {
	font-size:12px;
	font-weight:bold;
	color:#660000;
}
.brownbold {
	font-size:12px;
	font-weight:bold;
	color:#794C12;
}
.orangebold {
	font-size:12px;
	font-weight:bold;
	color:#cc9900;
}
/* CONFERENCE ANNOUNCMENT STYLES */

.conferencedatesText {
	color: #666666;
	font-size: 12px;
	border: 1px solid #2D6C84;
	padding: 1px 5px;
}
/* AGENCY SEARCH STYLES */
.searchAgencyTitle {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.searchAgencyField {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #006666;
}
.searchAgencyButton {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #166ed0;
	background: url(/layout/ensembletravel/images/welcome_bg2.png);
	text-transform: capitalize;
}
.searchAgencyText {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
/* QUICK TOOLS JUMP MENU STYLE */
.quickToolsJump {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 150px;
}
/* ENSEMBLE VACATIONS QUICK SEARCH BOX TRANSPARENCY */
.quickSearchBlockText {
	font: 1px Arial, Helvetica, sans-serif;
	color: transparent;
}
/* CONTACTS PAGES STYLES */
.contactsBorder {
	border: 1px solid #000000;
	padding-left: 10px;
}
.contactsEmail {
	font: 12px Arial, Helvetica, sans-serif;
}
.contactsBorder a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #1e73d3;
}
.contactsBorder a:link {
	font: 12px Arial, Helvetica, sans-serif;
	color: #1e73d3;
	text-decoration: underline;
}
.contactsBorder a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	color: #006362;
	text-decoration: none;
}
.contactsBorder a:active {
	font: 12px Arial, Helvetica, sans-serif;
	color: #006362;
	text-decoration: none;
}
.contactsBorder a:visited {
	font: 12px Arial, Helvetica, sans-serif;
	color: #1e73d3;
	text-decoration: underline;
}
.contactsInfo {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.contactsName {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #006362;
}
.contactsTitle {
	font: italic 12px/normal Arial, Helvetica, sans-serif;
	color: #000000;
}
.contactsTab {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.contactsTab a:link {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.contactsTab a:hover {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.contactsTab a:active {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.contactsTab a:visited {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
/* CALENDER STYLES */

.calyearviewtitle {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	letter-spacing: .5px;
}
.calyearview {
	font-size: 12px;
	color: #008C98;
	text-indent: 5px;
}
.calyearview a {
	text-decoration: underline;
}
.calyearview a:hover {
	color: #333333;
}
.smlink a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
	color: #3A8CDD;
}
.smlink a:active {
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}
.smlink a:visited {
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}
.smlink a:hover {
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}
/* SITE-WIDE HYPERLINK STYLES */

a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration : underline;
	color: #1e73d3;
	background-color: transparent;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e73d3;
	text-decoration : underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fc9c00;
	text-decoration : underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fc9c00;
	text-decoration : underline;
}
Body {
	color: #585858;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
/* TEXT STYLES */

TD {
	color: #666666;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
.title2 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .8px;
}
/* SEARCH INPUT STYLES */

/* This makes the search box in the top right BIG */
input.searchGadget {
	font-size: 13px ! important;
	border: 1px solid #1e73d3;/* margin-bottom: 1px ! important; */
}
/* SEARCH SUBMIT BUTTON */

input.context {
	background: #40A9B3;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0em;
	padding: 1px;
	border: 1px solid #166ED0;
}
/* MAIN BLOCK HEADERS */

.featuredblockheader {
	color: #cc9900;
	padding: 3px;
	border-bottom: 1px dashed #CCCCCC;
	font: bold small-caps 16px Georgia, "Times New Roman", Times, serif;
}
.featuredblockheaderprint {
	color: #fc9c00;
	padding: 3px;
	border-bottom: 1px dashed #CCCCCC;
	font: bold small-caps 16px Georgia, "Times New Roman", Times, serif;
}
/* MAIN BLOCK BODY */

.storyboxfeat {
	color: #666666;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}
/* SIDE BLOCK HEADERS */

.blocktitle {
	color: #FFFFFF;
	background: #FFFFFF url(/layout/ensembletravel/images/block_header_back2.png);
	padding: 2px 2px 2px 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 1px solid #166ed0;
}
/* SIDE BLOCK BODY */

.blockinfo {
	color: #666666;
	font: 12px/normal Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.blockinfo2 {
	color: #585858;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-left: 1px solid #166ED0;
	border-right: 1px solid #166ED0;
	border-top: 1px solid #166ED0;
	border-bottom: 1px solid #166ED0;
}
.blockinfo3 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF;
	padding: 20px 10px 10px;
	border-top: 1px dashed #CCCCCC;
}
/* FOOTER STYLES */

.footer {
	background: url(/layout/ensembletravel/images/block_footer_back.png) bottom;
	color: #FFFFFF;
	clear: both;
	float: none;
	margin: 2em 0em;
	padding: 0.5em 0em 1em 0em;
	border-top: 1px solid #166ed0;
}
.footer a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.footer a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
/* FAQs */

.faqTop {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000066;
	border-bottom:dashed 1px #666666;
}
/* LOG IN LINK */

div.personalBar {
	border: none;
	border-bottom-color: #3AA6B0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #666666;
	padding-right: 3em;
	text-align: right;
	text-transform: lowercase;
}
div.personalBar a {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 1em;
}
div.personalBar a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
	margin-left: 1em;
}
div.personalBar a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 1em;
}
div.personalBar img {
	vertical-align: middle;
}
/* ENSEMBLE CONTACT STYLES */

.contactEmailbox {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:normal;
}
.contactEmailbox a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.contactEmailbox a:active {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.contactEmailbox a:visited {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.contactEmailbox a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.contactInfo {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.contactName {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.contactTitle {
	font: italic 12px/normal Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
p img {
	border: 0;
	margin: 0;
}
hr {
	clear: both;
	height: 1px;
	color: #666666;
	background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding-top: 1em;
	font-weight: bold;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 80%;
}
th {
	font-size: 13px;
}
ul {
	line-height: 1.5em;
	list-style-image: url("{layout_url}/images/bullet.gif");
	margin-left: 2em;
	padding:0;
}
ol {
	line-height: 1.5em;
	margin-left: 2em;
	padding:0;
}
dl {
}
dt {
	font-weight: bold;
}
dd {
	line-height: 1.5em;
	margin-bottom: 1em;
}
fieldset {
	border: 1px solid #003333;
	margin: 2em 0em 1em 0em;
	padding: 1em 0em;
}
legend {
	background: White;
	padding: 0.5em;
}
form {
	border: none;
}
textarea {
	border: 1px solid #003333;
	color: Black;
	background-color: white;
	width: 100%;
	padding: 0.1em;
}
input {
	background: #40A9B3;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0em;
	padding: 1px;
	border: 1px solid #166ED0;
}
/*input {
    font: 100% Arial, Helvetica, Verdana, sans-serif;
    border: 1px solid #003333;  
    color: Black;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px; 
    padding: 0.0em;
}*/

.netscape4 {
	display: none;
}
/* this actually does something -- logo spacing */
.logo {
	margin: 0em 0em 0em 0em;
	padding: 0;
	border: none;
}
div.searchBox {
	/*searchbox style and positioning */
    background-color: #FFFFFF;
	color: #000000;
	float: right;
	margin: 3em 0em 0em 0em;
	padding: 0em 2em 0em 0em;
	text-align: right;
	text-transform: lowercase;
	width: 30%;
}
div.tabs {
	background: #47802E;
	border-collapse: collapse;
	border-bottom-color: #003333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 0.5em 0em 0em 2em;
	white-space: nowrap;
}
div.tabs a {
	background: #0066FF;
	border-color: #003333;
	border-width: 1px;
	border-style: solid solid none solid;
	color: #CCFFFF;
	font-weight: bold;
	margin-right: 0.5em;
	padding: 0em 2em;
	text-transform: lowercase;
}
div.tabs a.selected {
	background: #0066FF;
	border: 1px solid #003333;
	border-bottom: #003333 1px solid;
	color: #CCFFFF;
	font-weight: bold;
}
div.tabs a:visited {
	background: #0066FF;
	border: 1px solid #003333;
	border-bottom: #003333 1px solid;
	color: #CCFFFF;
	font-weight: bold;
}
div.tabs a:hover {
	background: #003494;
	border-color: #003333;
	border-bottom-color: #003333;
	color: #FFFFFF;
}
div.top {
	/* Top section */
    background: transparent;
	margin: 0;
	padding: 0;
}
div.personalBar {
	border: none;
	background: transparent;
	border-bottom-color: #003333;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	color: Black;
	padding-right: 3em;
	text-align: right;
	text-transform: lowercase;
}
div.personalBar a {
	background-color: transparent;
	color: #003333;
	font-weight: normal;
	margin-left: 1em;
}
div.personalBar img {
	vertical-align: top;
}
div.box {
	background: transparent;
	border-collapse: collapse;
	border: 1px solid #003333;
	margin: 0em 0em 2em 0em;
	padding: 0;
}
div.pathBar {
	border-bottom-color: #003333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 2em;
	padding-right: 2em;
	text-transform: lowercase;
}
div.field {
	width: 68%;
	float: left;
}
div.row {
	clear: both;
	min-height: 0em;
	margin-top: 0em;
}
.addFavorite {
	vertical-align: bottom;
}
table.columns {
	width: 100%;
}
table.columns td.left {
	vertical-align: top;
	width: 15%;
	padding: 2em 1em 1em 2em;
}
table.columns td.main {
	vertical-align: top;
	padding: 0em 1em 1em 1em;
	margin: 0;
	width: 70%;
}
table.columns td.right {
	vertical-align: top;
	width: 15%;
	padding: 2em 2em 1em 1em;
}
div.contentTabs {
	background: transparent;
	border-collapse: collapse;
	border-bottom: 1px solid #74AE0B;
	padding-left: 1em;
	margin-top: 2em;
	white-space: nowrap;
}
div.contentTabs a {
	background: transparent;
	border: 1px solid #74AE0B;
	color: #578308;
	font-weight: normal;
	margin-right: 0.5em;
	padding: 0em 2em;
	text-transform: lowercase;
}
div.contentTabs a.selected {
	background: #C3DDD6;
	border-bottom: #C3DDD6 1px solid;
	color: #578308;
	font-weight: normal;
}
div.contentTabs a:hover {
	background-color: #C3DDD6;
	color: #578308;
}
div.contentBar {
	background: #C3DDD6;
	border-left: 1px solid #74AE0B;
	border-right: 1px solid #74AE0B;
	color: #578308;
	text-align: right;
	text-transform: lowercase;
}
div.document {
	background: White;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 0;
	margin: 0em 0em 2em 0em;
}
div.editableDocument {
	background: White;
	border: 1px solid #74AE0B;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0em 0em 2em 0em;
	padding: 0em 2em 2em 2em;
}
div.documentActions {
	float: right;
	margin-top: 2em;
}
div.message {
	background: #FFCE7B;
	border: 1px solid #FFA500;
	color: Black;
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
	margin: 2em 0em 1em 0em;
	padding: 0.5em 1em;
	vertical-align: middle;
}
div.message a {
	color: Black;
	text-decoration: underline;
}
div.title {
	margin-top: 0.5em;
	font-size: 20px;
	border-bottom: 1px solid #003333;
	text-transform: bold;
}
.description {
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
	display: block;
	margin: 1em 0em;
	line-height: 1.5em;
}
/*
** Widgets
*/


input.standalone {
	background: #AAD3EA url({layout_url}/images/linkOpaque.gif) 9px 1px no-repeat;
	color: Black;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0em;
	padding: 1px 1px 1px 30px;
	text-transform: lowercase;
}
input.destructive {
	background: #FFCE7B url({layout_url}/images/linkTransparent.gif) 9px 1px no-repeat;
	border: 1px solid #FFA500;
	color: Black;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0em;
	padding: 1px 1px 1px 30px;
	text-transform: lowercase;
}
input.noborder {
	border: none;
	margin: 0;
	background-color: transparent;
}
div.row {
	clear: both;
	min-height: 4em;
	margin-top: 1em;
	position: relative;
}
.group {
	border: 1px solid #003333;
	margin: 2em 0em 1em 0em;
	padding: 0em 1em;
}
span.legend {
	background: White;
	padding: 0.5em;
	position : relative;
	top: -0.8em;
	left: 0em;
}
div.label {
	font-weight: bold;
	display: inline;
	padding-right: 0.5em;
}
div.field {
	margin-top: 0.2em;
}
div.help {
	background-color: #FFFFE1;
	border: 1px solid black;
	font-size: 80%;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	position: absolute;
	left: -18em;
	width: 16em;
	padding: 0.5em;
}
.error {
	/* Class for error indication in forms */
    background: #FFCE7B;
	border: 1px solid #FFA500;
	padding: 1em;
	margin: 0;
	width: 68% !important;
}
.required {
	background: url({layout_url}/images/required.gif) right no-repeat;
}
span.card {
	background: #AAD3EA;
	border-color: #003333;
	border-width: 1px;
	border-style: solid;
	float: left;
	margin: 1em;
	padding: 1em;
	text-align: center;
	width: 15%;
}
span.theme {
	background: #AAD3EA;
	border-color: #003333;
	border-width: 1px;
	border-style: solid;
	float: left;
	margin: 1em;
	padding: 1em;
	text-align: center;
	width: 220px;
}
.commentbar4 {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
}
.headertext {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.MainBodyBG {
	background-color: transparent;
}
.titlebox {
	border-top:0px solid #CCCCCC;
	background-color: transparent;
}
.titletext {
	font-size: 12px;
	color: #003333;
}
.sides {
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.navtable {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #cccccc;
}
.navtext {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.navcell {
	background-color: #FFFFFF;
	padding-bottom:4px;
	padding-top:4px;
}
.footerblock {
	color: #4D4D4D;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	border-top:1px solid #003333;
	border-bottom:1px solid #003333;
}
.headerblock {
	color: #585858;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	border-bottom-width: 1px;
}
.welcomeblock {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	border-top-width: 1px;
}
.featureblock {
	color: #585858;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.storytitle {
	color: #fc9c00;
	padding: 3px;
	border-bottom: 1px dashed #CCCCCC;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}
.storybox {
	color: #585858;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.storybyline {
	color: #000000;
	font-size: 9px;
	font-family: arial, helvetica, sans-serif;
	background-color: yellow;
}
.storyunderline {
	background-color: #000000;
}
.warning {
	color: red;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.warningsmall {
	color: red;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.commentbar1 {
	color: #000000;
	background-color: #EEEEEE;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.commentbar2 {
	background-color: #C0C0C0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.commentbar3 {
	color: #000000;
	background-color: #C0C0C0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.commenttitle {
	font-size: 12px;
	font-weight: bold;
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
}
.cal_day {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.cal_body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003333;
	border-style: solid solid solid solid;
	border-color: #003333;
}
.cal-nullday {
	background-color: #BFC5C9;
	color: #003333;
}
.cal-oldday {
	background-color: #C4D2D9;
	color: #003333;
}
.cal_month {
	background-color: #FFFFFF;
	color: #003333;
}
.cal-today {
	background-color: #98BAC9;
}
.weekview_caltitle {
	background-color: #AAD3EA;
	font-weight: bold;
	font-size: 13px;
	color: #003333;
}
.weekview-curday {
	background-color: #66A6CE;
	color: #003333;
}
.weekview-offday {
	background-color: #003333;
	color: #003333;
}
.weekview_dayformat {
	font-size: 12px;
	background-color: #C0C0C0;
	color: #cccccc;
}
.weekview_addevent {
	font-size: 12px;
	background-color: #C0C0C0;
	color: #cccccc;
}
.weekview_daterange {
	font-size: 13px;
	font-weight: bold;
	background-color: #ebebeb;
	color: #cccccc;
}
.dayview_times {
	font-size: 12px;
	background-color: #FFFFFF;
	color: #cccccc;
}
.dayview_datecol {
	font-weight: bold;
	background-color: #ebebeb;
	font-size: 13px;
	color: #cccccc;
}
.dayview_quickaddtitle {
	font-weight: bold;
	background-color: #ebebeb;
	font-size: 13px;
	color: #cccccc;
}
input {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #888888;
	color: #888888;
	vertical-align: middle;
	margin-bottom: 1px;
	padding: 0.0em;
	background: #FFFFFF;
}
/* PortalParts Plugin */
#plg_table {
	background-color: #FFF;
	font-family: Arial, Verdana;
	font-size: 12px;
	vertical-align:middle;
	line-height: 12pt;
}
#plg_text1 {
	background-color: #DFDFDF;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #336699;
	font-weight: bold;
	padding:10 5 5 5px;
}
#plg_text2 {
	background-color: #EFEFEF;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #333333;
	padding: 3 0 3 5px;
}
#plgAlt1 {
	background-color: #F5F5F5;
	padding-left:5px;
}
#plgAlt2 {
	background-color: #FFFFFF;
	padding-left:5px;
}
#plgHeading {
	background-color: #CCCCCC;
	font-family: Arial, verdana, tahoma;
	font-size: 14px;
	color: #EFEFEF;
	padding: 5px;
}
.treeMenuDefault {
	font-style: normal;
}
.treeMenuBold {
	font-style: normal;
	font-weight: bold;
}
/******************   NEW CSS ADDED FOR FORUM Ver 2.3 ************************/

TD.navbar {
	color: #FFFFFF;
	background-color: #666666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
TD.navbar a:link, TD.navbar a:visited {
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	padding: 2px
}
TD.navbar a:hover {
	color: #FFCC00;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	padding: 2px;
}
.forumheading {
	text-align:left;
	color:#FEFEFE;
	background-color: #166ED0;
}
.forumtext {
	color: #000;
}
.forumclass1 {
	text-align:left;
	color:#166ED0;
	background-color: #8CCBD2;
}
.forumclass2 {
	text-align:left;
	color: #FEFEFE;
	background-color: #166ED0;
}
.forumclass3 {
	text-align:left;
	background-color: #EFEFEF;
}
.forumclass4 {
	text-align:left;
	background-color: #8CCBD2;
}
.forumoutline {
	background-color: #8CCBD2;
}
/* These CSS declarations for links are used in a few places but are here for theme designers to use if needed - can be added to templates  */
.forumlinks A:link {
	color: #3A8CDD;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline
}
.forumlinks A:visited {
	color: #3A8CDD;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline
}
.forumlinks A:hover {
	color: #FFFFFF;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline
}
/* alternate table row colours */
.forumAlt1 {
	background-color: #F5F5F5;
}
.forumAlt2 {
	background-color: #FFFFFF;
}
.quotebox {
	border-style: ridge;
	background-color: #ECE9D8;
	padding:12px;
	margin: 0px;
}
.quotetext {
	color:#000;
	font-weight: normal;
	background-color: #ECE9D8;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
}
.forumCode {
	background-color: #ECE9D8;
	color: #000;
	width: 470px;
	height: 160px;
	overflow: auto;
	font-size: 12px;
	min-height: 50px;
	max-height: 120px;
	margin: 5px 0px 5px 5px;
	padding:5px;
	border: 1px dashed black;
}
.forumTitle {
	color: #000000;
	background-color: #EFEFEF;
	font-weight: bold;
	font-size: 12px;
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}
TD.forumRollOver {
	text-align:left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033
}
TD.forumRollOut {
	text-align:left;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033
}
.cblockTitle {
	color: #FFFFFF;
	background-color: #506790;
	font-weight: bold;
	font-size: 12px;
	line-height: 16pt;
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a {
	text-decoration: none;
}
#navcontainer ul {
	margin: 0px;
	list-style-type: none;
	position: relative;
	background-color: #FFFFFF;
	margin:3px;
}
#navcontainer li {
	float: left;
	display: inline;
	margin:0px;
	padding-top:6px;
	padding-bottom:5px;
}
#navcontainer ul a, #navcontainer ul a:link, #navcontainer ul a:visited {
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	color: #999999;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	margin:3px;
}
#navcontainer ul a:hover, #navcontainer ul a:focus {
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	color: #166ED0;
}
/* current Link */
#navcontainer ul a#current {
	color: #FFFFFF;
	background: url(http://www.ensembletravel.com/images/misc/subNavBackBlue.png);
	border: 1px solid #666666;
}
#navcontainer ul a#current:link, #navcontainer ul a#current:visited {
	font-weight: bold;
}
.projectName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}
