/* sIFR
This goes in the stylesheet to hide the browser text before it is replaced */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 38px;
	margin: 30px 0 0 5px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 10px;
	margin: 0 0 0 15px;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

h1 {
font-size: 38px;
}

h2 {
font-size: 14px;
text-transform: uppercase;
}

	
/*STRUCTURE
-------------------------------------------*/
body {
	background-color: #FFFFFF;
	background-image: url(../../../_images/background.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0;
}

#leftColumn {
float: left;
width: 204px;
margin: 0;
}

#rightColumn {
margin: 0 0 0 204px;
width: 520px;
}

#content {
padding: 15px;
}

.donationContainer {
width: 149px;
background-color: #D5CAAE;
border: 1px solid black;
margin: 5px 0 0 8px;
padding: 8px;
}

.donationContainer2 {
width: 149px;
background-color: #D5CAAE;
border: 1px solid black;
margin: 5px 0 0 8px;
padding: 8px 8px 0 8px;
}

.donationContainer p {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0;
}

.footer {
margin: 45px 0 0 0;
}

h6 {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
font-weight: normal;
margin: 10px 8px 5px 15px;
}

h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image :   url(images/box_left_icon.gif);
	background-repeat : no-repeat;
	background-position : left;
	padding-left : 13px;
	font-size: 11px;
	margin: 0px;
  color : #78764D;
}

.contact {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 8px 0 8px 16px;
}

.contact a:link {
color: #FFCC00;
}

.contact a:hover {
color: #000000
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 2px 0px;
}

td {
	font-size: 11px;
}

hr {
	color : #000000;
	height: 1px;
}

.textinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:686868;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: 9BAAAF;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: AABBBF;

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: 9BAAAF;

	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: 9BAAAF;	
	padding-right: 3px;
	padding-left: 3px;
  background-image:   url(images/txtboxbg.gif);

}

.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:686868;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: 9BAAAF;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: AABBBF;

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: 9BAAAF;

	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: 9BAAAF;	
	padding-right: 3px;
	padding-left: 3px;

}

.listbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: groove 1px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #9BAAAF;
	background-color : #red;
  color:#010101;
}


a {
	color: #472606;
	text-decoration: none;
}

a:hover {
	color: #934F0E;
	text-decoration: none;
}

.apptitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight: bold; 
}

.appdesc { 
	font-family: Arial, Helvetica, sans-serif; font-size:10px, font-weight: normal; 
}


.buttontext a {
	font-size: 9px;
	color: #010101;
	text-decoration: none;
}

.buttontext:hover {
	color: #649502;
	text-decoration: underline;
}

.previousmonth, .previousday, .previousweek {
	font-size: 10px;
	color: #010101;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;

	background-color: #b8baa8;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.previousmonth a, .previousday a, .previousweek a {
	color: #472606;
}

.previousmonth a:hover, .previousday a:hover, .previousweek a:hover {
	color: #934F0E;
	text-decoration: none;
}

.nextmonth, .nextday, .nextweek {
	font-size: 10px;
	color: #010101;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;

	background-color: #b8baa8;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.nextmonth a, .nextday a, .nextweek a {
	color: #472606;
}

.nextmonth a:hover, .nextday a:hover, .nextweek a:hover {
	color: #934F0E;
	text-decoration: none;
}

.currentmonth, .currentday, .currentweek {
	font-size: 12px;
	color: #472606;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;

	background-color: #b8baa8;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.tablev1 {
	background-color: #78764D;
	border-top: 1px solid #95A5AD;
	border-left: 1px solid #95A5AD;
	border-right: 0px solid #62727A;
	border-bottom: 0px solid #62727A;
  margin: 0px;
	color : #E0E4E4;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 12px;
	padding-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase; 
	writing-mode: tb-rl; 
	layout-flow: vertical-ideographic;
	vertical-align: middle;
}

.tablev1 a {
	color : #E0E4E4;
	text-decoration: none;
}

.tablev1 a:hover {
	color : #E0E4E4;
	text-decoration: underline;
}

.searchlink {
	font-size: 10px;
	color: #010101;
	text-decoration: underline;
	font-weight: bold;
}

.searchlink:hover {
	color: #649502;
	text-decoration: underline;
}

.searchdesc {
	font-size: 10px;
	color: #010101;
}

.eventtitle {
	font-size: 10px;
	color: #355021;
	text-decoration: none;
	font-weight: bold;
}

.eventtitle:hover {
	color: #934F0E;
	text-decoration: underline;
}

.eventdesc {
	font-size: 10px;
	color: #010101;
}

.eventdesclarge {
	font-size: 12px;
	color: black;
	line-height: 18px;
}

.cattitle, .usertitle, .grouptitle {
	font-size: 11px;
	color: #010101;
	text-decoration: none;
	font-weight: bold;
}

.cattitle:hover, .usertitle:hover, .grouptitle:hover {
	color: #585637;
	text-decoration: underline;
}

.catdesc, .userdesc, .groupdesc {
	font-size: 10px;
	color: #010101;
}

.titlehighlight {
	color: #4488BB;
	text-decoration: underline;
}

.highlight {
	color: #80A000;
	text-decoration: underline;
}

.tableh1 {
  color:#010101;
  font-size: 11px;
  height: 26px;
  background-image:   url(images/tile_back1.gif);
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CED2D6;
}

.tableh2 {
	background-image:  url(images/tile_sub.gif);
	background-color: #472606 ;
	border-left: 1px solid #95A5AD;
	border-right: 0px solid #62727A;
  margin: 0px;
	color : white;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 10px;
	font-weight: bold;
}

.tableb {
	background-color: #E0E1D4;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	line-height: 16px;
}

.tablec {
	background-color: #b8baa8;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}


.maintable {
	border: 1px solid black;
	margin-top: 0px;
	margin-bottom: 0px;
}

.error {
	color : Red;
	font-weight : bold;
}

.today {
	font-size: 9px;
	color: #78764D;
	font-weight: bold;
}

.atomic {
	font-size: 9px;
}

.legend {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.4pt;
	font-size: 11px;
	color:#78764D;
}

/* Weekday Label Cells */

.caldaydigits {
	font-size: 9px;
}

.weekdaytopclr, .sundaytopclr {
	background-image:  url(images/tile_sub.gif);
	background-color: #607080 ;
	border-left: 1px solid #95A5AD;
	border-right: 0px solid #62727A;
  margin: 0px;
	color : #FFFFFF;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 10px;
	font-weight: bold;
}

.sundaytopclr {
	background-color: #708094;
}

/* Day Cells */

.weekdayclr {
	background-color: #F0E7DB;
	color: #472606;
	font-size: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.todayclr {
	background-color: #E0E1D4;
	color: #472606;
	font-size: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.sundayemptyclr {
	background-color: #CFC7C2;
	color: #C0C4C8;
	font-size: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.weekdayemptyclr {
	background-color: #D5CAAE;
	color: #FFFFFF;
	font-size: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

/* Text Editor classes */

.tdBtn {
  padding-left: 3px;
  padding-top:3px;
}

.btnOut {    
  border: 1px solid;
  border-color: #E4E8E8;
	background-color: #D5CAAE;
}

.btnOver {    
  border: 1px solid;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-right-color: #C0C4C4;
  border-bottom-color: #C0C4C4;
	background-color: #D5CAAE;
	cursor: hand;
}

.btnDown {    
  border: 1px solid;
  border-top-color: #C0C4C4;
  border-left-color: #C0C4C4;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
	background-color: #D5CAAE;
	cursor: hand;
}

a.flatButton img {
  border: 1px solid #E4E8E8;
  border-color: #b8baa8;
}

a.flatButton:hover img {
  border: 1px solid;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-right-color: #C0C4C4;
  border-bottom-color: #C0C4C4;
	background-color: #red;
	cursor: hand;
}

/* Monthly View classes */
.eventstyle {
	font-size: 9px;
  padding: 3px;
  border-bottom: 2px solid #555555;
	text-align: left;
}
.eventfull {
  margin-left: 3px;
  margin-right: 3px;
  border-top: 1px solid #D0D4D4;
  border-left: 1px solid #D0D4D4;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
	background-color: #A6E4FF;
	cursor: hand;
}

.eventstart {
  margin-left: 3px;
  border-top: 1px solid #D0D4D4;
  border-left: 1px solid #D0D4D4;
  border-bottom: 1px solid #FFFFFF;
	background-color: #A6E4FF;
	cursor: hand;
}

.eventmiddle {
  border-top: 1px solid #D0D4D4;
  border-bottom: 1px solid #FFFFFF;
	background-color: #A6E4FF;
	cursor: hand;
}

.eventend {
  margin-right: 3px;
  border-top: 1px solid #D0D4D4;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
	background-color: #A6E4FF;
	cursor: hand;
}

.imagecell {    
	background-color: #CFC7C2;
  padding: 8px;
}
.imagecell img {    
  border: 1px solid;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-right-color: #C0C6C6;
  border-bottom-color: #C0C6C6;
	cursor: hand;
}
/*IMAGES
-------------------------------------------*/
h1.logo { 
/* The width of the image */
width: 204px; 
/* the hieght of the image is the first padding value */
padding: 178px 0 0 0;
overflow: hidden;
background-image:url(../../../_images/sdctc-logo.gif); 
background-repeat:no-repeat; 
background-position: top left; 
voice-family: "\"}\"";
voice-family: inherit;
height /**/: 178; 
height: 0px !important; 
margin: 0;
visibility: hidden;
}

h4.support { 
/* The width of the image */
width: 168px; 
/* the hieght of the image is the first padding value */
padding: 44px 0 0 0;
margin-left: 8px;
overflow: hidden;
background-image: url(../../../_images/support-sdctc.gif); 
background-repeat:no-repeat; 
background-position: top left; 
voice-family: "\"}\"";
voice-family: inherit;
height /**/: 44; 
height: 0px !important; 
}

h4.contact { 
/* The width of the image */
width: 168px; 
/* the hieght of the image is the first padding value */
padding: 44px 0 0 0;
margin-left: 8px;
overflow: hidden;
background-image: url(../../../_images/contact.gif); 
background-repeat:no-repeat; 
background-position: top left; 
voice-family: "\"}\"";
voice-family: inherit;
height /**/: 44; 
height: 0px !important; 
}

.ruleOr {
	background-image: url(../../../_images/line-or.gif);
	display:block;
	height: 9px;
	margin: 8px 0 8px 8px;
	background-repeat: no-repeat;
}

.rule {
	background-image: url(../../../_images/line.gif);
	display:block;
	height: 6px;
	margin: 10px 0 5px 15px;
	background-repeat: no-repeat;
}

	.homeImage {
	background-image: url(../../../_images/index_mainimage.jpg);
	display:block;
	width: 520px;	
	padding: 294px 0 0 0;
	background-repeat: no-repeat;
	}
	.mainNav p {
margin: 0;
}

.note {
font-family:Arial, Helvetica, sans-serif;
color: #999999;
font-style: italic;
font-size: 12px;
margin-left: 20px;
}