/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}


body {
	background: #617691;
	text-align: center;
	padding: 20px 0;	
}
#container {
	margin: 20px auto 0;
	background: white;
	border: 1px #4e5661 solid;
	width: 857px;
	height: 100%;
}
#header {
	padding: 0;
	margin: 0;
	line-height: 0;
	background: #6699FF;
	height: 210px;
	position: relative;
}
.clear {
	clear:both;
}
img {
	border: 0;
}
h1 {
	font-size: 1.8em;
	color: blue;
}

#main {
	text-align: center;
	width: 817px;
	font-family: verdana, Arial, sans-serif;
	margin: 0 20px 20px;
}
/* *************** Left Column style ********************** */
#leftCol {
	width: 300px;
	float: left;
	font-family: verdana, Arial, sans-serif;
	text-align: left;
	overflow: hidden;
}
#leftCol p {
	font-weight: bold;
	margin: 0 0 1em;
}
/* *************** Next Meeting box ************************ */
.nextMeeting {
	border: 1px #003399 solid;
	background: #66CCFF;
	margin: 0 0 20px 0;
	width: 298px;
	text-align: left;
	font-family: verdana, Arial, sans-serif;
}
.nextMeetingInner {
	border: 1px #003399 solid;
	background: white;
	margin: 5px;
	padding: 5px;
	overflow: hidden;
}
	
.nextMeeting p {
	line-height: 1.2em;
	margin: 0 0 1em;
}
.nextMeeting h1 {
	text-align: center;
	margin-left: 0;
}
/* *************** Center Column Style *********************** */

#centerCol {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 20px;
	text-align: left;
	overflow: hidden;
}
#rss {
	font-family: Arial Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: .8em;
	text-align: left;
}
#rss h2 {
	color: #3366CC;
	clear: both;
	font-size:1.8em;
	font-weight:bold;
	text-decoration:underline;
}
#rss h3 {
	font-size: 1.2em;
	color: black;
	margin-bottom: 0;
	font-weight: bold;
	clear:  both;
}
#rss h4 {
	font-size: 1em;
	color: #808080;
	padding-top: 0;
	margin-bottom: .5em;
}
#rss p {
	margin: 0 0 .5em !important;
}
#rss .more {
	float: right;
	padding-bottom: 1.5em;
}

/* ************** right hand adds column ****************** */
#rightCol {
	float: right;
	width: 220px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	overflow: hidden;
}
.add {
	border: 1px black solid;
	margin: 0px 0 20px;
	padding: 5px;
	width: 208px;
	overflow: hidden;
	line-height: 1em;
	text-align:left;
	font-size: .8em;
}
.add img {
	padding: 0 5px 5px 0;
}
.add a {
	text-decoration: none;
	display: block;
}
.add h1 {
	color: black;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0 5px 5px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.add p {
	padding: 5px 10px;
	line-height: 1.2em;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
.add td {
	padding: 0;
	color: black;
}	
#loginBox {
	border: 1px black solid;
	background: #DDDDDD;
	margin: 0px 0 20px;
	width: 208px;
	line-height: 1em;
	text-align: center;
	color: blue;
	padding: 5px;
}
.login {
	height: 34px;
}
.welcome{
	display: block;
	float: left;
	width: 100px;
	padding: 2px 2px 10px;
	
}
/* **************** main column ************************ */
#mainCol {
	width: 577px;
	float: left;
	text-align: center; 						// we need this to sub elements to center 
	margin: 0 0px;
	overflow: hidden;
}
#mainCol p {
	margin: 0 0 1em;
	text-align: left;
}
#mainCol h1 {
	text-align: left;
}
	
/* **************** created footer ************************ */
#created {
	margin: auto;
	color: #CCCCCC;
}
#created a {
	color: #CCCCCC;
	text-decoration: none
}
/****************** atltxt rollover style ********************/
.navtext {
width:235px;
font-size:12pt;
font-family:verdana;
border-width:2px;
border-style:outset;
border-color:#006BAE;
background-color:#FFF6D9;
color:black;
}
.naxtext p {
	margin: 1em 0 0;
}	
/* ****************** contentForm layout ********/

.formInput {
	text-align:left;
}
.formRow  td {
	padding-top:  10px;
	vertical-align: top;
}
.formLabel {

	text-align: left;
	padding-right: 20px;
}
.formInputSingle {
	width: 33%;
	text-align:left;
}
.formLabelSingle {
	width: 33%;
	text-align: left;
	padding-right: 20px;
	font-size: 1em !important;
}
.required {
	font-weight: bold;
}
.star {
	font-weight: bold;
/*	width: 2%; */
}

.contentForm {
	width: 100%;
}
.contentForm form {
	border: 1px solid gray;
	padding: 10px;

}
.contentForm table {
	margin: 0 auto;
	width: auto; 
}
.errors {
	clear: both;
	color: red;
	text-align: left;
}
.group {
	text-align: center;
	padding: 10px 0;
}
.groupSingle {
	text-align: center;
	padding-top: 20px;
	width: 33%;
}
.description {
	display: none;
}
.formError ul {
	margin: 0px 0 10px 0;
	padding: 0 15px;
}
.formError li {
	padding: 0 5px;
}
.icon {
	padding: 0 10px;
}
.dojoLabel {
	text-align: left;
	padding: 25px 20px 15px 5px;
}		
/* ****************** messages ********************* */
#message {
	margin: 0 auto 20px;
	border: 1px black solid;
	padding: 20px;
	font-weight: bold;
	width: 80%;
	text-align: left; 
}
.messageIcon {
	clear: both;
	display: block;
	float: left;
	width: 32px;
	padding: 3px 20px 0;
}
/* ******************* link buttons **************** */
.links {
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;  /* ths is important if changed the vertical-align of the button must change */
	font-weight: normal; 
	margin: 0px;
	text-align: center;
	padding: 0px;
	vertical-align: baseline;
}	
.links a {
	color: black;	
	text-decoration: none;
	font-weight: normal !important;
}
.links a:hover,
.links a:visited
.links a:link
{
	text-decoration: none;
}
/* ************************ buttons ****************** */
.button16x16 {
	display: block;
	float: left;
	width: 16px;
	padding: 2px;
}

.button20x20 {
	display: block;
	float: left;
	width: 20px;
	padding: 3px;
}
.button20x20 img {
	border: 0;
}
.button32x32 {
	display: block;
	float: left;
	width: 32px;
	padding: 3px;
}
.button32x32 img {
	border: 0;
}
.leftButton {
	width: 6px;
	height: 22px;
	font-size: 22px;
	line-height: 22px;
	background: url('Button.png') no-repeat;
	background-position: 0 0;
	display: inline;
	margin-right: 0px;
	vertical-align: baseline;
/*	float: left; */
}
.rightButton {
	width: 6px;
	height: 22px;
	font-size: 22px;
	line-height: 22px;
	background: url('Button.png') no-repeat;
	background-position: -19px 0;
	display: inline;
	margin-left: 0px;
	vertical-align: baseline;
/*	float: left; */
}
.midButton {
	height: 22px;
	background: url('ButtonPipe.jpg') repeat-x;
	padding: 0px 10px;
	font-size: 22px;
	color: black !important;
	font-weight: normal;
	display: inline;
	padding: 0 10px;
	vertical-align: baseline;
/*	float: left; */
}
.buttonText {
	font-size: 12px;
	display: inline;
	vertical-align: 4px;
	margin-left: -8px;
}
.button  {
	text-decoration: none;
}	
/* ******** public page data display styles ******** */
#display {
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: left;
}
#display a {
	font-weight: bold;
}	
.heading {
	background: #6699FF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	color: #FFFF66;
	border: 1px #3300CC solid;
}
.listEvenRow {
	background: white;
	padding: 4px 10px;
}
.listOddRow {
	background: #ddd;
	padding: 4px 10px;
}
/* **************** pagination Control **************** 
						Yahoo like                      */
.pgControl {
	margin: 20px;
	text-align: center;
	font-size: 1em;
	font-family: Arial, sans-serif; 
	font-weight: bold;
}
.pgControl a {
	font-weight: normal !important;
}
.pgControl big a {
	text-decoration: none;
	border: 1px solid white;
}
.pgControl big a:hover {
	text-decoration: none;
	border: 1px solid blue;
}	
.pgControl big a span {
	text-decoration: underline;
	font-size: .85em;
}	
.pg_prev big span {
	background: transparent url('../images/icons/pg_prev.gif') no-repeat scroll right center;
	margin: 1px;
	padding: 0 14px 0 0;
}
.pg_next big span {
	background: transparent url('../images/icons/pg_next.gif') no-repeat scroll left center;
	margin: 1px;
	padding: 0 0px 0 14px;
}	
.pg_prev, .pg_next {
	display: inline;
}
.pgControl a, .pgControl span {
	border: 1px solid white;
	margin: 0;
	padding: 4px;
}
/* **************** search boxes ********************* */
#searchBox {
	background: #6699FF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	color: #FFFF66;
	border: 1px #3300CC solid;
	margin: 0 auto 20px ;
	width: 80%;
}
#searchBox table {
	margin: 0;
}	
#searchBox td {
	text-align: center;
}	
#searchBox .group {
	display: inline;
	padding: 20px;
}		
#searchBox form {
	text-align: center;
	margin-left: 0px;
}
#searchBox select {
	margin-left: 50px;
}	

/* ************************ details ****************** */
.detail {
	line-height: 1.2em
}	
.details .lab {
	font-weight: bold;
	color: blue;
}	
/* ************************ dialogue Styles *********** */
#shadow {
	/*CSS for veil that covers entire page while modal window is visible*/
	position: absolute;
	background: black url(blackdot.gif);
	width: 100px;
	height: 100px;
	left: 0;
	top: 0;
	z-index: 40;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=80);
	opacity: 0.6;
	text-align: center;
}
.dialog {
	display: none;					/* hide till called on */
	position:absolute;
	margin: auto;
	z-index: 1000;
	border: 2px solid #3333ee;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background: #ccc;
	width: 350px;
	text-align: center;
}
.dialogTitle {
	background: #3333ee;
	color: white;
	font-weight: bold;
	margin-bottom: 15px;
	height: 1.3em;
	padding: .2em 2em 0;
}
.dialog table {
	width: 100%;
}		
.dialogSpacing {
	margin: 15px 15px 5px;
}
.dialogIcon {
	width: 80px;
	line-height: 1.5em;
}
.dialog td {
	text-align: center;
}	
/* ****************** some table display stuff ************** */
#display td {
	padding: 2px 5px 4px 5px;
}
.Member {
	background-color: green;
}
.OldMember {
	background-color: red;
}
.Associate {
	background-color: yellow;
}
.showType {
	margin: 1px 10px 10px 50px;
	width: 10px;
	height: 1em;
	float: left;
}
.typeDesc {
	margin: 0px 0 10px;
	float: left;
}
/* ************ info boxes ***************************** */
.infoBox {
	position: relative;
	text-align: left;
	border: 1px solid gray;
	padding: 15px 10px 0;
	font-size: 12px;
}
.infoBox .overHd {
	background: white;
	position: absolute;
	font-size: 1.3em;
	color: blue;
	padding: 5px 10px;
	top: -18px;
	left: 15px;
}
.overHd {
	top: -14px !important;
}
.infoBox .lab {
	text-align: right;
}	
/* ************ logo upload form * ********************* */
.logoRemove {
	text-align: center;
	padding-bottom: 20px;
}
.contentFormX dd {
	margin: 15px 50px 0;
}
#contentForm {
	position: relative;
	margin-top:20px;
	text-align: left;
	line-height: 1em;
}
#contentForm .overHd {
	background: white;
	position: absolute;
	font-size: 1.5em;
	color: blue;
	padding: 5px 10px;
	top: -20px;
	left: 25px;
}	
#contentForm form {
	border: 1px solid gray;
	padding: 35px 10px 0;
}
#contentForm dt  {
	clear:both;
	float:left;
	width:125px;
	font-weight: normal;
	margin-bottom: 20px;
}
#contentForm dd {
	float:left;
	margin-bottom:20px;
}
.elementNl {
	clear: both;
}
.elementNl .label {
	margin-bottom: 5px;
	float: left;
}	
.hintIcon {
	float:left;
}
.hint {
	float:left;
}
.inputNewline {
	margin-left: 0;
	clear: both;
	margin-left: 20px;
	margin-bottom: 20px;
}	
#XcontentForm input[type="text"] {
	width:240px;
}
#contentForm select option, #contentForm input {
	padding:2px;
}
#contentForm ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 10px 0 5px;
	margin: 0;
}
ul.errors {
	color:#CC0000;
	max-width:320px;
}
.buttonGroup {
	clear:both;
	margin: 0;
	text-align:center;
	width:100%;
	padding: 20px 0 0;
}
.buttonSingle {
	clear:both;
	margin: 0;
	text-align: center;
	padding: 20px 0;
/*	padding: 0 0 20px 145px; */
}
.formMessage {
	margin: 0px 20px 50px !important;
}	
.icon32x32 {
	display: block;
	width: 32px;
	padding: 3px;
}
.normal p {
	margin: 0 0 1.5em 0 !important;
	font-weight: normal !important;
}	
.disabled {
	color: black;
}	
#multiLine td {
	padding: 0px 5px !important;
}
#multiLine .startRow td {
	padding: 5px 5px 0 !important;
}
#multiLine .endRow td {
	padding: 0px 5px 5px !important;
}		
.standardText {
	text-align: left;
}	
/* ****************** Meeting Review List ************************ */
.mtListRow {
	clear: both;
	padding: 5px 0px;
}
.mtListRow div {
	float: left;
	margin: 0 5px;
	text-align: left;
}
.mtListYN {
	width: 20px;
}
.mtListDate {
	width: 130px;
}
.mtListLocation {
	width: 160px;
}
.mtListSpeaker {
	width: 200px;
}
.mtListButtons {
	width: 70px;
}
#events th {
	text-align: center;
}	
/* ************ appReturn Button styles ***************** */
.returnCenter {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.returnCenterInner {
	margin: 0 auto;
	width: 70px;		// ouch this is the width of the whole button
}		
a.Xbutton {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.Xbutton span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
.content {
	text-align: left;
}	
/* ************ experimental button style *************** */
.but {
	background: url('ButtonPipe.jpg') repeat-x;
	margin-right: 10px;
	height: 30px;
}
.but a {
	color: #000;
	text-decoration: none;
	display: block;
	background: transparent;
	float: left;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.0em;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}
.but a:hover {
	color: #0066FF;
}
.leftBut {
	width: 10px;
	background: url('Button.png') no-repeat;
	background-position: 0 0;
	height: 30px;
}
.rightBut {
	width: 10px;
	background: url('Button.png') no-repeat;
	background-position: -19px 0;
	height: 30px;
}
/* ***************** Form Table styles ****************** */
.formTable td {
	text-align: right;
	padding-right: 0;
	vertical-align: top;
}	
.formTable .hintIcon {
	text-align: left;
	padding-left: 0px !important;
}
.formTableInput {
	text-align: left !important;
}		
.formTable .buttonSingle {
	text-align: center !important;
	padding: 20px !important;
}
.formTable .tabs {
	text-align: left !important;
}		

