@charset "utf-8";
body {
	width: auto;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* 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-color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	
	
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 1180px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	
}
.oneColElsCtrHdr #header {
	
	padding: 0 0px 0 0px;
	background-color: #FFF;	
	background-image: url(Images/IBGAfront-t-shirt2009[300X177.jpg);
	background-position: top;												   
													   
} 
 /* 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. */
	

.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFF;
}
.oneColElsCtrHdr #mainContent {
	padding: 5px;
	background-color: #FFF;
	font-size: 0.7em;


	white-space:nowrap
	font-family:Arial, Helvetica, sans-serif
; 	text-align: left;
}

.oneColElsCtrHdr #mainContent h1, h2, h3, h4, h5 {
	margin: 0 0 .5em 0;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	margin: 50px;
	margin: 50px;
	position: relative;
	
} 
.oneColElsCtrHdr #footer p {
	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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFF;
	text-align: center;
}
	
	
	
/******************************************************************
	TABLE STYLES
****************************************************************/

#maincontent table {
	padding-left:2px;
	}




#mainContent table#clubsTbl{
	width:50%;
	padding:1em;
	background-color:#FFF
	font-size:12em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}







#mainContent table#resultsTbl{
	width:98%;
	padding: 0em;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	border: thin solid #000;
}

#mainContent #resultsTbl thead {
	font-family:Arial, Helvetica, sans-serif
	font-size:1em;
	color:#000
	font-weight:bold
}

#mainContent #resultsTbl tbody{
	font-family:Arial, Helvetica, sans-serif
	font-size:.75em;
	color:#000;
	text-align:left;
	text-indent:10px;
	padding: .5em;
}

#mainContent #resultsTbl td {
	padding: .3em;
}

#mainContent #resultsTbl td.hounds {
	text-align:left;
	text-indent: 5em;
	white-space:nowrap;
}

#mainContent #resultsTbl td.people {
	text-align:center;	
}

.indent{
	padding-left: 20px;
}

td.points  {
	text-align:center;
		
}


/*table {border-collapse:collapse}*/

table.resultsTbl tr.odd	{
	
}

table.descTbl tr th {
	font-size:1.2em;
	background-color: #FFF;
}

table.descTbl tr td {
	font-size:1.5em;
}
table.clubsTbl tr {
	width:50%;
	padding:1em;

	background-color:#FFF
	font-size:12em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

table {
	border-collapse: collapse;
	font-size: 14px;
}

table a {
	text-decoration: none;
}

.placingHound {
	border: 1px solid;
	border-collapse: collapse;
	border-color: #CCCCCC;
	padding: 12px;
	
}

.placingHounds td , .placingHounds th{
	border: 1px solid;
	border-collapse: collapse;
	border-color: #CCCCCC;
	padding: 4px;
	margin: 0;
	
}

.placingHounds td a {
	
	font-weight:bold;
	text-decoration:none;
	color:#000;	
}

.placingHounds td a:hover {
	display: block;
	font-style:italic;
	font-weight:bold;			
	text-decoration:underline;	
	color: #FFF	
}
	
table.trial_listing {
	align: center;
	width: 98%; 
	background-color: #0469B3; 	
	border: 0px;	
	padding: 0px; 
	font-size: 100%; 	
}
	
table.trial_listing td{
	padding:5px;
}
	
	
.placingHounds:hover{
	background-color:#808080;
	color:#FFF;
	
}





.trialResultsClassTitles {
	font-size:14px;
}
	
.tableClassInfo {
	font-size:14px;
}




.trialInfo {
	text-align:center;
}

.clubName {
	font-size: 42px;
	text-align:center;
}

.cityST {
	font-size: 16px;
}

.trialType {
	font-size: 20px;
}
/*****************************************************************submain*/

#submain h2 {
	width: 55em;
	margin-left: auto;
	margin-right: auto;
	
}


/**************************************My Additions*************************/


.club_name {
	font-size: 35px;
	color:#00C;
	text-align: center;
}

.club_address {
	font-size: 15px;
	color: #000;
	text-align: center;	
}

.trial_type {
	font-size: 20px;
	line-height: 30px;
	color: #000;
	text-align: center;
}

.directions {
	font-size:13px;
	text-align:left;
}

#directions {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}

#trial {
	align: center;
}

#fts {
	
	text-align:center;
	font-size: 1em;
	width: 180px;	
	float: right;
	margin-left: 20px;
	padding: 50px 20px;
	height: 150px;
}

#ftc {
	text-align:center;
	font-size: 1em;
	width: 180px;
	float: left;
	padding: 50px 20px;
	height: 150px;
}


.upcoming {
	font-size: 10px;
	color: #000;
}

#leftBox {
	font-size: 14px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	
	
}
#leftBox table{
	font-size: 13px;
	margin-left:auto;
	margin-right:auto;	
}

#leftBox table td, #leftBox table th{
	
	
	padding-left: 25px;
	padding-right: 25px;
}

#leftBox a:hover {
	
	
	color: #03F;
	background-color:#ECECEC;
}

.clear {
    margin: 0;
    clear: both;
}

#general {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
}


.floatLeft {
	position: relative;
	background-color:#FFF;
	float: Left;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	
	font-size: 12px;
	
}

.floatLeft option{
	font-size: 14px;
}

.floatRight {
	position: relative;
	background-color:#FFF;
	float: Right;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	
	font-size: 12px;
	
}
	
	
.results_class_info  {
	
	margin-left: auto;
	margin-right: auto;
	
}

.results_class_info th {
	font-size: 14px;
	text-align:center;
	color: #FFF;
	background-color: #006;	
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #006;
	height: 40px;
}

.results_class_info td {
	background-color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid;
	height: 40px;
}

.results {
	
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;		
}


.results th {
	font-size: 14px;
	text-align:center;
	color:#FFF;
	background-color:  #006;	
	margin-left: auto;
	margin-right: auto;	
	border: 1px solid #006;
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
}
	
	
table.results td {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid;
	color:#000;
	height: 40px;
	white-space:nowrap;
}	

table.results td a{
	color:#000;
	font-weight: bold;
	text-decoration:underline;
}


table.results td a:hover{
	color: #C00;
	font-weight: bold;
	text-decoration:none;
	
	
	
		
}	
	


.blank {
	border-style: hidden;
	border-left: hidden;
	border-right: hidden;
	color:#000;
	background-color: #FFF;
	
}

.blank th{
	border-style: hidden;
	border-left: hidden;
	border-right: hidden;
	color:#000;
	background-color: #FFF;
	
}


.blank_top th{
	
	border-top: 1px;
	border-style: solid;
	border-left: hidden;
	border-right: hidden;
	color:#000;
	background-color: #FFF;
	
}

.high_hound{
	width:98%;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;		
}




.high_hound th {
	font-size: 14px;
	text-align:center;
	color:#FFF;
	background-color: #000080;	
	margin-left: auto;
	margin-right: auto;	
	border: 1px solid #000;
}
	
	
table.high_hound td {
	padding-left: 5px;
	border: 1px solid;
	color:#000;
	
}	

table.high_hound td a{
		
	color:#009;
	font-weight: bold;	
}

.center {
	margin-left:auto;
	margin-right:auto;
}

.bold {
	font-weight: bold;
}

# High_hound{
}

.akc {
	text-align:right;
	padding-right: 5px;
		
}

.TabbedPanelsTab {
	font-size: 1.6em;
}

