	
	/* End:Result CSS Sytles-------------------------------------------------------------------------------------- */

	body {
	background-image: url(/xc/images/bg-slants-03.jpg);
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; line-height:10px;
	color: #000000;
	}

	p { clear:both;
	line-height:17px;

	}

	a:link {
	color: #FFFFFF;
	}
	
	a:visited {
	color: #FFFFFF;
	}
	
	a:hover {
	color: #000;
	}
	
	a:active {
	color: #FFFFFF;
	}
	
	h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	}
	
	h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	}

	h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	}

	.h3Standard {
	text-align:left;
	}


	h4 {
	font-size: 12px;
	margin:0 0 15px 0;
	}

	h5 {
	color:#000;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	padding:3px 0 3px 0;
	font-size:13px;
	}

  /**---Nav Styles------------------------------------------------------------------------------------*/
	
	.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}

	.nav a {
	text-decoration:none;
	}

	.nav a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}

	.headerLink {
	font-size:10px;
	font-weight:normal;
	position:relative;
	top:15px;
	z-index:5;
	margin: -8px 8px 0 0;
	float:right;
	clear:both;
	}

	.subcontent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}
	.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}
	.maincell{
	background-image: url(/xc/images/bg-slants-04.jpg);
	background-color: #000000;
	}
	.contentcell{
	background-image: url(/xc/images/content-bg.jpg);
	background-color: #000000;
	}

/**/

  /**---Definition List Styles--------------------------------------------------*/


	 dl {
	margin:0 0 5px 0;
	padding:0;
	float:left;
	clear:both;
	display:inline;
	/*background-color:#FFFF00;*/
	}
	
	 dt {
	margin:0 3px 0 0;
	padding:9px 0 6px 0;
	float:left;
	display:inline;
   clear:left;
	text-align:right;
	/*background-color:#FF0000;*/
	}
	
	 dd { 
	display:inline;
    float:left;
	margin:0 0 0 0;
	padding:6px 0 0 10px;
	/*background-color:#0000CC;*/
	}
 
 /**-----------------------------------------------------------------------------------------------*/
	
	.dlForm, #login {
	margin-top:-2px;
	margin-bottom:0;
	padding:0;
	width:400px;
	}
	
	.dlFormLong {
	width:500px;
	padding:0;

	}
	
	
	.dlForm dt, .dlForm dd, .dlFormLong dd {
	width:50%;
	}
	
	.dlForm dt, .dlFormLong dt {
	width:35%;
	}
	
	
   .calloutForm {
   /*float:left;*/
   margin-right:10px;
   margin-bottom:0;
   }
      
   
   .dlFormShort {
   width:185px;
   }
   
   .indexForm .tableList td {
   padding:2px 10px 4px 10px;
   }

  /**/



  /**---Table List Styles------------------------------------------------------------*/	
	
   td.verticalThin
   {
      padding-top: 0px;
      padding-bottom: 0px;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-left: 2px;
      padding-right: 2px;
   }

	.masterWrap {
	background:url(/xc/images/greyBg.gif) repeat;
	}	
	
		
  table, table td {
/* JLD - 2006-07-30 - i think this font size should be declared in a more
** specific style; i'm commenting it out for now **/
  /*font-size:10px;*/
  }
  
    .tableList {
      margin:0;
      font-size:10px;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  color:#000000;
	  background-image: url(/xc/images/bg-slants-01.jpg);
	  border-bottom:1px dotted #DBDBDB;

    }
	
		
     .tableList tbody tr td {
      text-align:left;
      vertical-align:top;
      padding:2px 1px 3px 3px;
	  margin:0;
	  border-top:1px dotted #DBDBDB;
	  color:#EFEFEF;
	 

    }
	
     .tableList th  {
	 padding:4px 0 6px 6px;
	 color:#FFFFFF;
	 text-align:left;
	 background:#353535 url(/xc/images/formHeaderBg.gif) repeat-x;


		
	}
			
	.altRow {
	/*background-color:#c9c7c7;*/
	background-image: url(/xc/images/bg-slants-03.jpg);
	
	}

  /**/


  /**---Form Styles-------------------------------------------------------------*/
	
	form {
	margin:0 0 15px 0;
	}	
	
    button,
    form input, 
    form select, 
    form textarea{
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10px;
      padding:1px;
    }
	
	.textarea {
	width:225px;
	margin-right:20px;
	margin-bottom:10px;
	
	}
    
    form input.checkbox,
    form input.radioButton{
      border:0;
      padding:0;
    }
	
	
	.btn {
	margin-left:12px;
	}
	 
	form p, form fieldset, form h4  {
	clear:both;
	
	}
	
		
	form fieldset {
	margin-bottom:15px;
	}
		
	
	#login {
	width:250px;
	margin-bottom:0;
		}

	
  /**/

  /**---Fieldset & Legend Styles -------------------------------------------------------------*/

	legend {
	padding-bottom:3px;
	font-size:12px;
	font-weight:bold;
	color:#353535;
	margin:0;
	padding:0;
	}
	
	fieldset p {
	margin:0 0 10px 0;
	float:left;
	clear:both;
	}
		
	* html fieldset p {
		float:none;
	}
	fieldset {
		border:1px solid #353535;
		padding:10px 20px 10px 20px;
	}
	
	
	* html legend {
	margin:0;
	padding:0;
	}
	
	
  /**/
  
  
   /**---Wrap Styles -------------------------------------------------------------*/

	.contentWrap {
	background-image: url(/xc/images/bg-slants-02.jpg);
	border-right:1px solid  #353535;
	border-left:1px solid  #353535;
	border-bottom:1px solid  #353535;
	float:left;
	width:100%;
	}
	
	.eventCallout {
	width:180px;
	margin:0 0  15px  15px;
	float:left;
	padding:10px;
	}
	
	 ul {
	list-style-type:square;
	margin:0 0 0 15px;
	padding:0;
	line-height:15px;
	}
		
	.contentChildWrap {
	padding:15px;
	}
	
	.contentChildWrap ul, .contentChildWrap p {
	  color:#EFEFEF;

	}
	
	.eventContent {
	float:left;
	margin:0;
	width:100%;
	}
	
	.eventLogo {
	border:1px solid #353535;
	}
	
	#runnerResults {
	clear:both;
	}
  /**/
  
  
  /**---Header Styles -------------------------------------------------------------*/


  .formHeader {
 	margin: 0px;
	padding:4px 5px 0 10px;
    background:#353535 url(/xc/images/formHeaderBg.gif) repeat-x;
	clear:both;
	height:20px;
	border-left:1px solid #353535;
	border-right:1px solid #353535;
  }
  	
	.dateHeader {
	margin:20px 0 5px 0;
	border-top:1px dotted #353535;
	padding:15px 0 5px 0;
	}
	
	.required {
	font-weight:bold;
	}
	
  /**/
  

  /**---Content Section Styles -------------------------------------------------------------*/
	
	.contentSection {
	clear:both;
	float:left;
	width:600px;
	}
	
	.contentEvent {
	float:left;
	}
	
	.fieldsetParagraph {
	width:600px;
	}
	
	.divideTop {
	border-top:1px dotted #353535;
	padding-top:15px;
	margin-top:10px;

	}
	
	.divideBottom {
	border-bottom:1px dotted #353535;
	margin-bottom:15px;
	}
	
	
	#printResultsWrap {
	padding:20px;
	margin:0 auto 0 auto;
	width:600px;
	}
	
	#printResultsWrap dl dt {
	text-align:left;
	}
	
	#printResultsWrap dd {
	padding:6px 0 6px 0;
	}
	
	#printResultsWrap fieldset {
	width:600px;
	clear:both;
	float:left;
	margin-bottom:15px;
	}
	
	* html legend {
	margin-bottom:15px;
	}
	
	#registrationTotal {
	color:#FFFFFF;
	border-top:1px dotted #353535;
	margin-top:10px;
	float:left;
	}
	
	#registrationTotal dt {
	width:35%;
	}
	
	#registrationTotal dd {
	width:50%;
	}
  /**/


  /**---LitBox Styles -------------------------------------------------------------*/
  
  .LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #353535;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.LB_window {
	position: absolute;
	color:#000000;
	display:none;
	border-left: 2px solid #353535;
	border-right: 2px solid #353535;
	border-bottom: 2px solid #353535;
}

.LB_footer {
	background:url(/xc/images/formHeaderBg.gif) repeat-x;
   height: 25px;
}

.LB_closeAjaxWindow{
	cursor: move;
	background:url(/xc/images/formHeaderBg.gif) repeat-x;
   height: 25px;
}
.LB_closeAjaxWindow table,
.LB_footer table {
   width: 100%;
   margin: 0;
   padding: 0;
}
.LB_closeAjaxWindow td {
   color: #fff;
   font-size:12px;
   margin: 0;
   padding: 0;
}

.LB_closeAjaxWindow a{
	cursor: pointer;
}

.LB_content {
   background-color: #fff;
   padding: 0 3px;
   clear: both;
	overflow:auto;
   font-size: 10px;
}

.LB_resize{
   background-image: url(/xc/images/handle.gif);
   background-position: bottom right;
   background-repeat: no-repeat;
   height: 18px;
   width: 20px;
   position: absolute;
   bottom: 0;
   right: 0;
}
/**/

/*** Form and Error Handling Styles
******************************************************************************/

input.default, input.default-menu, input.checkbox,
textarea.default, input.submit, input.submit-menu
{
   border-color:  #999;
}

input.submit-menu, input.default-menu
{
   font-size:  12px;
}

input.submit
{
   margin-top:   5px;
}

select.error, input.error, textarea.error, span.errorfield
{
   border-color:  #E00;
}

input.checkbox-error, dd.error
{
   border: 1px solid #900;
}

dd.error
{
   margin: 2px;
   padding: 2px;
}

input.radio, input.radio-error, input.checkbox, input.checkbox-error
{
   vertical-align:   bottom;
}

input.checkbox
{
   border-width:  0px;
}

span.errorfield
{
   padding: 1px;
   margin: 0px;
   display: -moz-inline-block;
   display: inline-block;
   border: 1px solid #900;
}

p.instructions, span.instructions
{
   width:      100%;
   display: block;
}

ul.errors, ul.notices
{
   width: 85%;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
   list-style: none;
   margin-bottom: 7px;
}

ul.errors li, ul.notices li
{
   padding: 0px;
   margin: 0px;
   padding-left: 20px;
   font-weight: bold;
}

ul.errors li
{
   color:         #900;
   background-image: url(/xc/images/error.png);
   background-repeat: no-repeat;
}

ul.notices li
{
   background-image: url(/xc/images/notice.png);
   background-repeat: no-repeat;
}

table.roster
{
   margin-top: 14px;
}

/*****************************************************************************/
