@charset "utf-8";
/* CSS Document */


 
/*0-0-1*/ body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #000000;
				}

/*1-0-0*/#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1000px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	top: 8px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
/*1-0-0*/#header {
					height: 108px;
					padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
					background-color: #000000;
					background-image: url(images/Header.gif);
					background-attachment: scroll;
					background-repeat: no-repeat;
					margin: 0px;
					color: #FFFFFF;
				} 
				
/*1-1-0*/.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	clear: none;
				}
								
/*1-1-0*/.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
				}
					
/*1-1-0*/.clearfloat {
					clear:both;
					height:0;
					font-size: 1px;
					line-height: 0px;
				}	
				
/*2-0-0*/#nav_bar  {
					width: 1000px;
					background: #999999 url(images/navgrade.jpg) repeat-y;
					color: #FFFFFF;
					text-align: center;
					font-family: "Copperplate Gothic Light", Arial;
					font-weight: normal;
					padding: 10px 0px;
					height: 15px;
				}
				
/*2-0-0*/#bottom-stripe {
					padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
					background:#000000 url(images/footergrade.jpg) repeat-y;
					height: 30px;
					width: 1000px;
					color: #FFFFFF;
				} 	
														
/*2-0-0*/#footer  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #CCCCCC;
	font-size: 16px;
	background: #000000;
				}	
				
/*2*1*0*/.title {
	font: 36px "Monotype Corsiva", "MS Serif";
	color: #FFFFFF;
	text-decoration: none;
	width: 230px;
	float: left;
	padding-top: 10px;
	padding-left: 80px;
				}
				
/*2*1*0*/.subheading {
	width: 230px;
	font: 14px "Copperplate Gothic Light", Arial;
	color: #CCCCCC;
	clear: none;
	margin: 56px 0px 0px;
	padding: 0px 0px 0px 80px;
				}
#toplocation/*3-0-0*/   {
	font: 14px Verdana, "MS Sans Serif";
	margin-right: 0px;
	color: #CCCCCC;
				}
				
/*3-0-0*/#tabs    {
	margin: 0px;
	float: left;
	padding: 0px 0px 0px 45px;
	color: #FFFFFF;
				}
				
/*3-0-0*/#bubble    {
	width: 170px;
	background: url(images/blackbubble.jpg) no-repeat center top;
	height: 100px;
	text-align: left;
	font: oblique 16px "Tekton Pro Ext", "MS Sans Serif";
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 10px 15px;
	margin-bottom: 5px;
	text-indent: 0px;
				}
				
/*3-0-0*/#smbubble  {
	width: 170px;
	background: url(images/blackbottombubble.gif) no-repeat center top;
	height: 30px;
	text-align: left;
	font: oblique 16px "Tekton Pro Ext", "MS Sans Serif";
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 10px 15px;
	margin-bottom: 5px;
	text-indent: 0px;
				}	
							
/*3-0-1*/a:link  {
					color: #FFFFFF;
					text-decoration: none;
				}
								
/*3-0-1*/a:visited  {
	color: #CCCC99;
	text-decoration: none;
				}
								
/*3-0-1*/a:hover  {
					color: #99CC66;
					text-decoration: none;
				}
								
/*3-0-1*/a:active  {
					color: #99FF00;
					text-decoration: none;
				}				
				
/*4-0-0*/#bubbleheading     {
	font-size: 20px;
	color: #FFFFFF;
				}
				
/*4-0-1*/#bubble a:link, #smbubble a:link {
	color: #FFFFFF;
	text-decoration: none;
				}
				
/*4-0-1*/#bubble a:visited, #smbubble a:visited {
	color: #CCCC99;
	text-decoration: none;
				}
						
/*4-0-1*/#bubble a:hover, #smbubble a:hover{
					color: #666666;
					text-decoration: none;
				}
				
/*4-0-1*/#bubble a:active, #smbubble a:active {
					color: #336633;
					text-decoration: none;
				}
   				
/*4-0-2*/li  {
	text-align: left;
	font: oblique 16px "Tekton Pro Ext", "MS Sans Serif";
	color: #CCCCCC;
	text-decoration: none;
	text-indent: 0px;
				}
.thrColAbsHdr #container #sidebar2 #feature_tux { 
	padding: 10px 10px 10px 0px;
	text-decoration: none;
	border-style: none;
	
}
.thrColAbsHdr #container #mainContent #ticker {
	float: left;
	clear: none;
	padding: 20px;
	
}
				
#bottomlocation {
	clear: none;
	padding-top: 0px;
	font: 14px Verdana, "MS Sans Serif";
	background: url(images/table_background.jpg) repeat-x bottom;
	vertical-align: top;
}
#jim_logo {
	float: right;
	border: thin solid #000000;
	margin: 0px;
	padding: 0px;
}


#admin {
	
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	top: 8px;
    color: #FFFFFF;

}
#ontab {
	margin: 0px;
	float: left;
	padding: 0px 0px 0px 30px;
	color: #CCCCCC;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
}
.thrColAbsHdr #container #mainContent #mainheading {
	padding: 30px 1px 10px 260px;
}

div#oUpcoming { 
     padding:0px 
}

/* div#oDiv styles must match div#oUpcoming.  will flip code to use div#oUpcoming later.*/
div #oDiv
{
    color: #000000;
	margin: 10px 10px 5px 10px;
	white-space: normal; /* css-3 */ 
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ 
	white-space: -pre-wrap; /* Opera 4-6 */ 
	white-space: -o-pre-wrap; /* Opera 7 */ 
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	padding: 3px;
}

#oDiv a{
    color: #FF0000;
}

div .specialsbox
{
    color: #000000;
	margin: 10px 10px 5px 10px;
	white-space: normal; /* css-3 */ 
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ 
	white-space: -pre-wrap; /* Opera 4-6 */ 
	white-space: -o-pre-wrap; /* Opera 7 */ 
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	padding: 3px;
	border:1px solid #000; 
	width:240px; 
	color: #000000;
}

.adminHeader{
	font-size: 11px;
	background: #777;
	color: #FFF;
	font-weight: bold;
}

.adminSubHeader{
	font-size: 11px;
	background: #999;
	color: #FFF;
	font-weight: bold;
}

.tickerInfo
{
	font: 12px Arial, Helvetica, sans-serif;
	text-align:left;
	padding-top: 0px;
	margin-top: 0px;
	
}

.tickerInfo p
{
	margin: 0px;
}

.adminTable td{
	     font-size: 10px;
	     text-align: center;
	     border: solid 1px #fff;
	     padding: 4px;
	     background: #CCC;	
		 width: 190px;
}
	
.adminTable tableHeader{
    	background: #000;
	    font-size: 15px;
	    color: #FFF;
	    font-weight: bold;
}

.adminTable a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.adminTable a:hover{
	text-decoration: underline;
	color: #883C5C;
}

.tablebox {
font-family: Verdana, Arial, Helvetica, sans-serif;
 width: 230px;
 }
 
 .tablebox th{
 text-align: center;
 border-bottom: 1px solid #000000;
  color: #000099;
 
 }

.editText{	
   
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-top: 0px;
	text-align: center;
}

.HourseditText{	
   
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-top: 0px;
	text-align: center;
	width: 260px;
}



#Blank{
	background-color: transparent;
	border: none;
}

#tableDarker{	
    background-color: #777;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

#adminTitle{
 font-size:11pt; 
 font-weight:bold; 
 color:#FFF;
 text-align: center;
 
 }
.thrColAbsHdr  #container  #sidebar1  #bubble  #bubblesub li {
	color: #CCCCCC;
}
.thrColAbsHdr #container #mainContent #qanda {
	text-indent: 30px;
	padding: 0px 20px 20px;
}


#homepageTicker {
      width: 508px; 
	  background-color:#C6C6C6; 
	  margin-top: 50px; 
	  margin-bottom: 10px; 
	  padding: 10px; 
	  color: #000000; 
	  font-size: 12px;
}

#homepageTicker p {
   margin:0px;
}

#innerTicker {
     /width: 200px; 
	  background-color:#C6C6C6; 
	  margin-top: 0px; 
	  margin-bottom: 10px; 
	  padding: 5px;
	  color: #000000; 
	  font-size: 12px;
	  /*height: 500px;*/
	  overflow: visible;
	/*  overflow-x: hidden;
	  overflow-y: auto;
	  border: 2px solid #FFFFFF;
	  scrollbar-arrow-color: #FF0000; */
}

#innerTicker p {
   margin:0px;
}

.errorcodes {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #FFFF00;
   text-align: center;
  }

.linkbuttons {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   border: 1px solid #000000;
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   background: #CCC;
   padding: 5px;
}
.linkbuttons a {
  color: #000000;
  text-decoration: none;
}

.linkbuttons a:hover {
  color: #FFFFFF;
  	text-decoration: underline;
	color: #883C5C;
}

.imageHeader {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   border-bottom: 1px solid #000000;
   text-align: center;
   font-size: 12px;
   font-weight: bold;
   color: #000099;
  
}

.catformleft{
   text-align: right;  
}

.catformright{
   text-align: left;  
}

.required {
    font-style: italic; 
	font-size: 14px; 
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
}

.incorrectcaptcha {
     color: #FFFF00; 
	 font-weight: bold; 
	 text-align: center; 
	 margin: 0px auto 0px; 
	 width: 400px;
}




