/*****************************
	Classes
*****************************/
/* inner border on all tables */
/*
.datatable {
	border-top: 1px none #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px none #bfbfbf;
	border-left: 1px none #bfbfbf;
}
*/

#maincolumn {
	font-family: Arial;
	font-size: 11px;
	_padding-left: 0px;
}
		

.disabled {
	background-color: #ccc;
}

.leftmarg {
	/*margin-left: -6px;*/ 
	margin-left: 0px;
/*	float: left;*/
	margin-left: auto;
	margin-right: auto;
}


.enteringmeet {
	padding: 2px;
	margin: 2px;
}


/* outer border on all tables */
table.epiDataTable {
	padding: 6px;
	border: 1px solid #bfbfbf;
	border-collapse: collapse;
	width: 100%;
}

/* handles epiDataTable <th> and ALL <td>'s */
th.epiDataTable { 
	padding:0px; 
	background-color:#CCCCCC;
	border: none;
	/*valign:middle;*/
	font-weight: bold;
}

.epiDataTable td {
	/* these 4 give the grey line between cells */
	border-top: 1px none #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px none #bfbfbf;
	border-left: 1px none #bfbfbf;
	
/*	white-space: nowrap; */
	padding: 6px; /* to simulate cellpadding=6 */
	/* the rest are from style6, now the default text for epiDataTable */
	font-family: Arial;
	font-size: 11px;
/*	font-weight: bold;*/
	vertical-align: top;
	color: #333333;
}


table.epiDataTableHeader { 
	width:100%; 
	border-collapse: collapse;
}
/* set table created inside header table (th.epiDataTable), and set the table padding */
.epiDataTableHeader td { /* this has to be below '.epiDataTable td' cause it overwrites the header row */ 
	padding: 4px; /* instead of 6px from '.epiDataTable td' */
	border: none; /* removes lines created from '.epiDataTable td' */
}


td.epiDataTableHeaderLeft { 
	width: 100%; 
	text-indent:3px; 
	/* used to be HeaderTitle... */
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
}

td.epiDataTableHeaderRight { 
	text-align: right;
	white-space: nowrap; 
	/* used to be .style16... */
	font-size: 10px;
}

td.epiDataTableHeaderCenter { 
	width: 100%; 
	text-indent:3px; 
	/* used to be HeaderTitle... */
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	/* used to be .style16... */
}

/* the next 3 are self explainitory */
td.epiDataTableTextBlue {
	color: #256BB1
}

.epiDataTableHeaderGrey { 
	background-image: url(/includes/assets/bgtitletable.gif); 
	color: #FFFFFF;
}

tr.epiDataTableRowOdd { 
	background-color: #ecf2f8;
}

tr.epiDataTableRowEven { 
	background-color: transparent; 
}

h2.pageheader {
	margin-top: 0px;
	margin-bottom: 0px;
}


.spacing {
	line-height: 18px;
}

.spacingstandardtext {
	line-height: 16px;
}

label, p, .standardtext, td.epiTextTableText, li {
	padding-left: .5em;

	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	white-space: normal;
}

/* used for text in login boxes (style2 = text, style3 = 'forgot passwd' link) */
.style2 , .style3 {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
}

/* welcome text below menus */
.top_notice {
	font-family: Arial;
	font-size: 11px;
	color: #363636;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: top;
}


.entrybox_label, .epiInsetHeader {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ca610d;
	padding: 0px 12px 0px 12px;
	white-space: nowrap;
	text-align: center;
}

.old_entrybox_label {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ca610d;
	white-space: nowrap;
}

table.entrybox {
	padding-top: 10px;
}

td.entrybox_radio {
	text-align: left;
}

.entry {
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
}

tr.entry_label {
	vertical-align: top;
	height: 15px;
}

tr.entry {
	height: 22px;
}

.loading {
/*	display:	none; */
	margin: 0 8px;
}

#latest_news {
	text-align: left;
}

/* big section text */
.style19, .epi_header {
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #ca610d;
}

/* Menu title ..play with later */
.orange_header {
	color: #ca610d
}

.name { text-transform: capitalize; }

.error { color: red; }
.notify { color: green; }
.form_error { border: 1px solid red; }

.small { font-size: 9px; }

.yui-tt {
	background-color: #398ACB;
	border:1px solid #DCDCDC;
	color: white;
	font-family: arial;
	text-align: left;
	font-size:100%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:2px;
	position:absolute;
	visibility:hidden;
	width:auto;
}
.yui-overlay {
	display:block;
	position:absolute;
}

td .meet-date {
	color: black;
}

#epiLoginTable {
	float: left;
}
#indexRight {
	width: 500px;
/*	height: 207px;*/
	margin-top: 12px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#fsUpcomingMeets {
	/*height: 175px;*/
	height: 207px;
	overflow-y: hidden;
}

#fsFeaturedMeets {
	float: right;
	height: 350px;
	_height: 383px;
}
#fsFeaturedMeets iframe{
	height: 330px;
	_height: 365px;
}

#fsSearchBox {
	width: 710px;
	_width: 670px;
	clear: all;
}
#fsInfoCenter {
	width: 485px;
	height: 350px;
	_height: 383px;
}

/*****************************
	Tags
*****************************/

a {
	font-weight: bold;
	color: #1e62aa;
	text-decoration: underline;
}

a:hover {
	color: #ca610d;
}

a:visited {
	color: #39526F;
}

body {
	
	background-image: url(/includes/assets/bg.gif); 
	/*background-repeat: repeat-x;*/
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
	overflow: -moz-scrollbars-vertical; 
	overflow-y: auto; 
	overflow-x: hidden;

	text-align: center;
}
/*
html, body {
	overflow-x: hidden;
}
*/
select, input, textarea {
	background-color: #f4f4f4; 
	border: 1px solid #d7d7d7;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

input.submit_image {
	border: 0px;
}

input.radio, input.checkbox {
	background: none;
	border:none; 
}


div#outer {
/*
	margin-left: 0;
	margin-right: 0;*/
/*	width: 50em;*/
	width: 100%;
	text-align: left;

}

p {
	margin-top: 0px;
	padding-top: 0px;
}

textarea {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #DADADA;
}

/* Dojo adjustment */
.dojoComboBoxOptions {
	text-align: left;
}
	
