@charset "utf-8";
/* CSS Document */


/***** 01 Reset ----------------------------------------------------------------------------------------*/

body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0; border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h3,h5,h6{font-size:100%;font-weight:normal;}
h2 {
	line-height: 100%;
	font-size: 120%;
	color: DarkOrange;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
textarea {line-height:1.25;} 
label {cursor:pointer;}
form {margin:0;padding:0;display:inline;}
blockquote {margin:22px 40px;padding:0;}
small {font-size:0.85em;}

ul{list-style-type:  disc;	list-style-position: inside;}



/***** 02 Default Styles -------------------------------------------------------------------------------*/

html, body {
border:0;
margin:0;
padding:0 19px 0 19px;

}
 
 
body {
	font:76%/1.5 Arial, Helvetica, sans-serif;	
	color: #000;
}


a, a:link { color: #3f68a1; }
a:hover, a:active { color: #9eb1cd; text-decoration: none; }

.float_right{float:right;}
.float_left{float:left;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#accessibilty{display:none;}


/***** 01 Layout Structure-------------------------------------------------------------------------------*/

.left {
	width:189px;
	padding:0;
	margin:0 0 0 8px;
	background-color: #FFFFFF;
	background-image: url(bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.left_drop {
	width:11px;
	padding:0;
	background-color: #DDDDDD;
	background-image: url(bg_left_shade.jpg);
	background-repeat: repeat-y;
	background-position: left top;

}
.right {
	width:176px;
	padding:0;
	margin:0 8px 0 0;
	background-color: #FFFFFF;
}
.right_drop {
	width:11px;
	padding:0;
	background-color: #DDDDDD;
	background-image: url(bg_right_shade.jpg);
	background-repeat: repeat-y;
	background-position: right top;

}

.center { padding:17px 23px 0 23px; background-color: #FFFFFF; }
.center h1{ font-size:1.4em; color:#333; font-weight:bold; margin-bottom:0.9em; } 




/***** 03 Top admin Styles -------------------------------------------------------------------------------*/


	.top_content{height:23px; width: 97%; background: url(bg_top.jpg) top left repeat-x;}
	.top_content_menu{height:23px; width: 90px; background: url(bg_top.jpg) top left repeat-x;}
	.top_content_left{height: 23px; width: 29px; background: url(bg_top_left.jpg) top left no-repeat;}
	.top_content_right{height: 23px; width: 29px; background: url(bg_top_right.jpg) top right no-repeat;}
	
	
	
	
	/***** 03b Top admin menu -------------------------------------------------------------------------------*/

	.Level1001{  padding: 0; list-style:none; }
	.Level1001 a {color: #666; font-size: 0.8em;text-decoration: none; }
	.Level1001 a:hover,a:focus, a:active {	color: #333;}

	
/***** 04 header Styles -------------------------------------------------------------------------------*/

	.header_simple{
	background-color:  #369 ;
	 display:none;}

	.header_graphical{
	background-color: #FFF;
	display:block;}
	
.headerimage_logo {
	padding-left: 12px;
	width: 96px;
	background-image: url(logoback.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.logo{	position:relative; top: 5px; left:0px; width:101px; height:96px; 
background-repeat:no-repeat; 
	background-position: top left;
		background-image:url(logo_placeholder.gif) ;
		}
		
		
	.header_titles h1{font: bold 1.2em Verdana, Arial, Helvetica, sans-serif; color:#000; margin:8px 0 5px 0;} 
	.header_titles h2{font: bold 1.6em Verdana, Arial, Helvetica, sans-serif; color:#00498f; margin:0; padding:0;}
	
	#header_content_right{float:right; padding-right:15px; width:382px; height:108px; background: url(bg_header_right.jpg) top right no-repeat;}


/***** 05 Flag Strip in Navigation Bar Styles -------------------------------------------------------------------------------*/

.flag_strip1{height:2px; background-color: #00498f;padding:0; margin:0; overflow:hidden;display:block;} 
.flag_strip1_left{ float:left; width:29px; height:2px; background: url(nav_left_crve.gif) top left no-repeat; overflow:hidden;}
.flag_strip1_right{float:right;  width:29px; height:2px; background:  url(nav_right_crve.gif) top right no-repeat; overflow:hidden;}


.flag_strip2{height:2px; background-color: #fff200; padding:0; margin:0; overflow:hidden;display:block;}  
.flag_strip2_left{ float:left; width:29px; height:2px; background: url(nav_left_crve.gif) top left no-repeat; overflow:hidden;}
.flag_strip2_right{float:right;  width:29px; height:2px; background:  url(nav_right_crve.gif) top right no-repeat; overflow:hidden;}


#top_nav_wrap{
	float: left;
	width: 100%;
	height: 31px;
}

#top_nav_right
{float:right;
  padding:5px 10px 9px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#FFF;
}
/***** 05 Main Global Navigation Styles -------------------------------------------------------------------------------*/
.topnav {
	font:0.9em Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
	margin:0;
	background: url(nav_left_crve.gif) bottom left no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
  }
  
  .endnav {
  line-height:normal;
  margin:0;
  padding: 0px 15px 0 0px;
  background: url(nav_right_crve.gif) bottom right no-repeat;
  }
  
  
.menustrip{float:left; width:auto; background-color:#00498f; }
  
  
		.topnav ul {
	  width:auto;/* prevents the nav items from wrapping \*/
	  margin:0;
	  padding:0;
	  list-style:none;
	  list-style-position: outside;
  }
			.topnav li {
		  float:left;
		  background:url("left_tab.gif") no-repeat left top;
		  margin:3px 0 0 0;
		  padding:0 3px;
		  
  }
  
  
a.Level0  {
  float:left;
  display:block; 
  padding:5px 6px 9px 6px;
  text-decoration:none;
  font-weight:bold;
  text-transform:capitalize;
  color:#FFF;
  
  
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
a.Level0 {float:none;}
/* End IE5-Mac hack */
a.Level0:hover {
  color:#eeeeee;
  text-decoration:underline;
  }
.topnav li.Level0Selected {
  background-image:url("left_tab_on.gif"); 
  padding:0 3px;   margin:4px 0 0 0;
  
  
  }
a.Level0Selected  {
  float:left;
  display:block;
  background:url("right_tab_on.gif") no-repeat right top;
  padding:4px 6px 10px 6px;
  text-transform:capitalize;
  text-decoration:none;
  font-weight:bold;
  color:#FF9900;
  margin:0;
  
  }
  







/***** 06 Content -------------------------------------------------------------------------------*/


#content_wrap{
	float: left;
	width: 100%;
	
}

#content_content{width:95%; margin:0 auto;}



/*  Secondery Navigation Styles */

#loggedin_panel
{width:101px; height:32px; background-color:#d1d0d0; color:#255685; font: bold 1em Arial, Helvetica, sans-serif ; padding:5px 0 0 8px;}

.user_identified
{
list-style: none;
margin: 0;
padding: 0;
}

li.user
{
background-image: url(icon_user.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 4px 0 10px 20px;
margin: .4em 0;
}

#content_submenu{width:189px; margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; }
#content_submenu ul{list-style: none;	  list-style-position: outside;}
.Level1 a {	color: #666; display: block;	font-size:0.9em; font-weight:bold; text-decoration: none;	padding: 5px 0 5px 20px; margin: 0;	width: 169px; border-top:1px solid #FFF; border-bottom:1px solid #FFF; background:  url(bullet_arrow.gif) 2% 50% no-repeat; }
.Level1 a:hover {  color: #000;  border-top:1px solid #FFF; border-bottom:1px solid #FFF; background: url(bullet_arrow_current.gif) 2% 50% no-repeat;}
.Level1Selected a{ color: #000; display: block; font-weight: bold; font-size:0.9em; text-decoration: none; padding: 5px 0 5px 20px; margin: 0; width: 169px; background: url(bullet_arrow_current.gif) 2% 50% no-repeat;  border-top:1px solid #FFF; border-bottom:1px solid #FFF;}


.Level2 a{ color: #666; display: block; text-decoration: none; font-weight: normal; font-size:0.9em; padding: 5px 0 5px 28px; margin: 0;	background: url(bullet_arrow_sec.gif) 10px 50% no-repeat; width: 161px; border:none;}
.Level2Selected a{ color: #666; display: block; text-decoration: none; font-weight: bold; font-size:0.9em;	padding: 5px 0 5px 28px; margin: 0;	background:url(bullet_arrow_sec.gif) 10px 50% no-repeat; width: 161px; border:none;}
.Level2 a:hover { color: #000;}


.Level3 a{ color: #666; display: block; padding: 5px 0 5px 30px; text-decoration: none;	margin: 0px; font-weight: normal; background: url(bullet_arrow_sec.gif) 12px 50% no-repeat;	width: 159px;}
.Level3Selected a{ color: #666; display: block;	padding: 5px 0 5px 30px; font-weight: bold; text-decoration: none;	margin: 0;	background: url(bullet_arrow_sec.gif) 12px 50% no-repeat;	width: 159px;}
.Level3 a:hover { color: #000;}



.Level4 a{ color: #666; display: block; padding: 5px 0 5px 35px;	text-decoration: none; margin: 0; font-weight: normal; background: url(bullet_arrow_sec.gif) 17px 50% no-repeat;	 width: 154px;}
.Level4Selected a{ color: #666; display: block; padding: 5px 0 5px 35px;	text-decoration: none;	margin: 0;	background: url(bullet_arrow_sec.gif) 17px 50% no-repeat;	width: 154px;}
.Level4 a:hover { color: #000;}


.Level5 a{	color: #666;	display: block;	padding: 5px 0 5px 40px; text-decoration: none;	margin: 0;	font-weight: normal; background: url(bullet_arrow_sec.gif) 22px 50% no-repeat; width: 149px;}
.Level5Selected a{	color: #666;	display: block;	padding: 5px 0 5px 40px; text-decoration: none;	margin: 0;	background: url(bullet_arrow_sec.gif) 22px 50% no-repeat;	width: 149px;}
.Level5 a:hover { color: #000;}


.Level6 a{ color: #666; display: block;	padding: 5px 0 5px 45px; text-decoration: none;	font-weight: normal; background: url(bullet_arrow_sec.gif) 26px 50% no-repeat;	width: 144px; margin:0;}
.Level6Selected a{	color: #666; display: block;	padding: 5px 0 5px 45px; text-decoration: none;	margin: 0;	 background: url(bullet_arrow_sec.gif) 26px 50% no-repeat; width: 144px;}
.Level6 a:hover {	color: #000;}


/*  Right Column */

#user_panel_top{float:left; width:176px; height:9px; background:url(panel_top.gif) bottom left no-repeat;}
#user_panel_content{float:left; width:166px; border-left: 5px solid #e7e7e7; border-right: 5px solid #e7e7e7; background-color:#FFF;}
#user_panel_bottom{float:left; width:176px; height:9px; background:url(panel_bottom.gif) top left no-repeat;}


.user_icons
{
list-style: none;
margin: 5px 0 15px 0;
padding: 0;
}

.user_icons li
{
background-repeat: no-repeat;
background-position: 0 50%;

}

li.user_news{background-image: url(icon_news.gif);}
li.user_mysport{background-image: url(icon_mysport.gif);}
li.user_contact{background-image: url(icon_contact.gif);}
li.user_bio{background-image: url(icon_bio.gif);}
li.user_medical{background-image: url(icon_medical.gif);}
li.user_measurements{background-image: url(icon_measurement.gif);}
li.user_travel{background-image: url(icon_travel.gif);}
li.user_housing{background-image: url(icon_housing.gif);}
li.user_reports{background-image: url(icon_reports.gif);}
li.user_chpassword{background-image: url(icon_chpassword.gif);}



/***** Footer -------------------------------------------------------------------------------*/
.footer_left {
	width:189px;
	background-color: #FFFFFF;
	background:url(dot.gif) top left repeat-x #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.footer_left_drop {
	width:11px;
	padding:0;
	background-color: #DDDDDD;
	background-image: url(bg_left_shade.jpg);
	background-repeat: repeat-y;
	background-position: left top;


}
.footer_right {
	width:176px;
	background-color: #FFFFFF;
	padding:20px 0px 0;
	margin:0 0 0 8px;
	background:url(dot.gif) top left repeat-x #FFFFFF;
}
.footer_right_drop {
	width:11px;
	padding:0 0 0 0;
	background-color: #DDDDDD;
	background-image: url(bg_right_shade.jpg);
	background-repeat: repeat-y;
	background-position: right top;


}

.footer_center{ height:75px; background:url(dot.gif) top left repeat-x #FFFFFF;}


.footer_left ul
{margin-left:5px;}

.footer_left li
{
list-style:none;
margin:0;
padding:24px 0 0 0;

}
.footer_left ul li a {
	margin:0;
	padding:0;

}
.footer_left a {
	display: block;
	width: 120px;
 	height:24px;
	color: #000;
	text-decoration: none;
	background-image: url(logo_zeus.gif) ;
background-repeat:	no-repeat ;
background-position: left top;
	text-indent: -9999px;
	
	
}
.footer_left a:hover {
	
	background-position: right bottom;
	
}

/***** 05 Bottom Styles -------------------------------------------------------------------------------*/
	.bottom_content{height:23px; width: 98%; background: url(bg_bot.jpg) top left repeat-x;}
	.bottom_content_left{height: 23px; width: 11px; background: url(bg_bot_left.jpg) top left no-repeat;}
	.bottom_content_right{height: 23px; width: 11px; background: url(bg_bot_right.jpg) top right no-repeat;}

.content_sides {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
	
.menustrip{background-color:#00498f;}
#nav_heading{font: bold 0.9em Verdana, Arial, Helvetica, sans-serif; color:#FFF; padding:0px 0px 0px 0px;}
.footerstrip1{ height:2px; background-color:#00498f; clear:both; padding:0; margin:0; overflow:hidden;display:block;}
.footerstrip2{ height:2px; background-color:#FFFF00; clear:both; padding:0; margin:0; overflow:hidden;display:block;}


.headergraphic_left {
	background-image: url(bg_header_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 108px;
	width: 29px;
	
}
.headergraphic_right {
	background-image: url(bg_header_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 108px;
	width: 29px;
	padding-right: 15px;
}

.headergraphic_logo {
	padding-left: 13px;
	background-color: #FFFFFF;
	width: 118px;
}

#header_image{float:right; width:367px; height:108px; margin:0; padding:0 ; background:url(head_pic_placeholder.jpg) top left no-repeat;}



.headerimage_left {
	background-image: url(bg_header_left_simple.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 108px;
	width: 29px;
	
}
.headerimage_right {
	background-image: url(bg_header_right_simple.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 108px;
	width: 29px;
	padding-right: 15px;
}




/* CompSched Styles */
.CompSchedSport
{
	color: #336699;
	text-decoration: none;
	font-size: 10px;
}
.CompSchedDay
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	padding-left: 2px;
	text-decoration: none;
	background-color: #666;	
}
.CompSchedDaySelected
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	padding-left: 2px;
	text-decoration: none;
	background-color: #336699;
}
.CompSchedBorder
{
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}
.CompSchedTitle
{
    COLOR: #666666;
    font-weight: bold;
    font-size: 11px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #cccccc;
    border-bottom: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5; 
}
.CompSchedFilter
{
	font-size: 10px;
	color: #999999;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
}
.CompSchedAthlete
{
	font-size: 11px;
	color: #FF9900;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.CompSchedAthleteLine
{
	font-size: 11px;
	color: #FF9900;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #e5e5e5;
}
.CompSchedAthleteTxt
{
	font-size: 11px;
	color: #FF9900;
	text-decoration: underline;
}
.CompSchedEvent
{

	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #336699;
	font-weight: bold;
}
.CompSchedEventTxt
{
	font-size: 11px;
	color: #336699;
	text-decoration: underline;
}
.CompSchedRadio
{
    COLOR: #666666;
	padding: 1px;
	font-size: 9px;
}
.CompSchedTick
{
    COLOR: #666666;
	padding: 1px;
	font-size: 9px;
	border-bottom: solid 1px #cccccc;	
}
.compeventnote
{
	color: #666666;
	font-size: 10px;
	border-bottom: solid 1px #e5e5e5;
	padding: 5px 2px 5px 2px;
}
.compschednote
{
	color: #999999;
	font-size: 10px;
	border-bottom: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	padding: 5px 2px 5px 2px;
}

/* Profile Styles */
.profileresultsport
{
	font-size: 12px;
	color: 006699;
	font-weight: normal;
}
.profileresultevent
{
	font-size: 11px;
	color: 6666666;
	font-weight: bold;
}
.profileresultgames
{
	font-size: 12px;
	color: #006699;
	font-weight: bold;
}
.profileresultplacing
{
	border-bottom: solid 1px #cccccc;
	padding: 2px 2px 2px 2px;
}
.profileplacing
{
	font-size: 10px;
	color: #000000;
}
.profileresultgtype
{
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}
.profilesmlink
{
	font-size: 10px;
}
.profilelinkgames
{
	font-size: 10px;
	padding-left: 2px;
}
.profilefilter
{
	font-size: 9px;
	color: #999999;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #e5e5e5;
}
.profilefiltertext
{
	font-size: 9px;
	color: #999999;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.profiletitle
{
    COLOR: #666666;
    font-weight: bold;
    padding: 4px 4px 4px 2px;
}
.profileitemtitle
{
    COLOR: #666666;
    font-weight: bold;
	background-image: url(table_header_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    padding: 4px 4px 4px 2px;
    border: solid 1px #e5e5e5;
}
.profilecenterbg
{
	background-image: url(item_bg.jpg);
	border: solid 1px #e5e5e5;
	background-repeat: repeat-x;
}
.profilegallerybg
{
	background-color: #f5f5f5;
	border-top: solid 1px  #e5e5e5;
	font-size: 10px;
	padding-left: 4px;
}
.profilelisttitle
{
     COLOR: #666666;
    font-weight: bold;
    font-size: 11px;
	background-image: url(table_header_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    padding: 2px 4px 2px 4px;
    border: solid 1px #ccccccc;
}

.profileitembg
{
	background-color: #e5e5e5;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: solid 1px #e5e5e5;
	font-size: 10px;
}
.profileitemline
{	
	border-bottom: solid 1px #e5e5e5;
	font-size: 10px;
	padding-left: 4px;
}

.medaltext
{
	font-family: verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 4px;
}
.formline
{
	background-color: #000000;
}
.searchtitle
{
     COLOR: #666666;
    font-weight: bold;
    font-size: 11px;
	background-image: url(table_header_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    padding: 2px 4px 2px 4px;
    border: solid 1px #ccccccc;
}
.searchfld
{
    COLOR: #666666;
    font-size: 10px;
    padding-left: 4px;
}
.searchpaging
{
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: solid 1px #e5e5e5;
	font-size: 9px;
}		
.searchpagingtxt
{
	font-size: 9px;
}
.profilelinkbg
{
	background-color: #f5f5f5;
	border: solid 1px  #e5e5e5;
	font-size: 10px;
	padding-left: 4px;
}
.bgimgthumb
{
	background-image: url(nzoc_thumb_bg.jpg);
}
.CompSched
{
	background-color: #e5e5e5;
	padding: 3px 2px 3px 2px;
	border-bottom: solid 1px #e5e5e5;
	font-size: 10px;
}
.CompSchedHeader
{
    COLOR: #333333;
    font-weight: bold;
    font-size: 11px;
    background-image: url(item_title_bg.jpg);
    background-repeat: repeat-x;
    padding-right: 2px;
    border-top: solid 1px #ccccccc;
    border-bottom: solid 1px #ccccccc;
}
.CompSchedSubHeader
{
	font-size: 9px;
	color: #999999;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #e5e5e5;
}	
/* CSS Document */

.abstractalign
{
	text-align: left;
}
.Archived
{
	COLOR: #666666;
}
.archivelink
{
	color: #000000;
}
.AwaitingAction
{
    COLOR: RED;
    FONT-SIZE: 9pt;
}
.BasketTitle
{
	COLOR: #666666;
	FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
}
.BasketItemsCnt
{
	COLOR: #000000;
	FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
}
.BasketItems
{
	COLOR: #666666;
	FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
}
.BasketAmount
{
	COLOR: #FFFFFF;
	FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #999999;
}
.BasketCurrency
{
	COLOR: #FFFFFF;
	FONT-SIZE: 12px;
	BACKGROUND-COLOR: #999999;
}
.BasketTotal
{
	COLOR: #FFFFFF;
	FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #666666;
}

.boxoutline
{
	background-color: #e5e5e5;
	border: solid 1px #999999;
	padding: 2px 2px 2px 2px;
}
.bgimage
{
		background-image: url(zd_bg.gif);
		background-repeat: no-repeat;
}
.bgsideimg
{
		background-image: url(zd_bg_side_img.gif);
		background-repeat: no-repeat;
}

.ContactSubHd
{
	font-weight: bold;	
	color: #000000;
	background-color: #e5e5e5;
	padding: 5px 5px 5px 5px;
}
.content
{
    FONT-SIZE: 11px;
    line-height: 14px;
}
.EditorBookMark 
{
	WIDTH: 15px; 
	HEIGHT: 12px; 
	background-image: url(bookmark.gif);
	background-repeat:no-repeat;
	background-position: center center
}
.Error
{
    COLOR: red;
    FONT-SIZE: 9pt
}
.EvenRow
{
    BACKGROUND-COLOR: #F5F9F9;
}
.EventDate
{
	COLOR: #666666;
}
.Female
{
	color: fuchsia;
}
.fldCaption, .fldcaption
{
    COLOR: #666666;
    font-weight: bold;
    line-height: 12px;
}
.games
{
	font-weight: bold;
	font-size: 24px;
	text-transform: capitalize;
	color: #ffffff;
}
.GridTD
{
    padding-left: 10px;
    padding-right: 10px;
}
.GridTDEvenRow
{
    BACKGROUND-COLOR: #E0EFF7;
    padding-left: 10px;
    padding-right: 10px;
}
.GroupHeader
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
.Hyperlink
{
    COLOR: #666;
    text-decoration: none;
}
.headertitle
{
	font-size: 12px;
	color: #000000;
}
.itemtitle
{
    COLOR: #666666;
    font-weight: bold;
    font-size: 12px;
    background-image: url(item_title_bg.jpg);
    padding: 2px 4px 2px 4px;
}
.item
{
	background-color: #e5e5e5;
	font-size: 10px;
	padding-left: 4px;
	padding-right: 4px;
}
.itembg
{
	background-image: url(item_bg.jpg);
	border: solid 1px #e5e5e5;
	background-repeat: repeat-x;
}
.itemnobg
{
	font-size: 10px;
	padding-left: 4px;
	padding-right: 4px;
}
.itemline
{	
	border-bottom: solid 1px #e5e5e5;
	font-size: 10px;
	padding-left: 4px;
}
.itemvertline
{	
	border-right: solid 1px #e5e5e5;
	font-size: 10px;
	padding-left: 4px;
}
.ImageHyperlink
{
    BORDER-BOTTOM: #666 1pt solid;
    BORDER-LEFT: #666 1pt solid;
    BORDER-RIGHT: #666 1pt solid;
    BORDER-TOP: #666 1pt solid
}

.Male
{
	color: blue;
}
.newslistbg
{
	background-color: #e5e5e5;
}
.NewsTitle
{
    COLOR: #666;
    FONT-SIZE: 12px;
    FONT-Weight: bold;
}
.NewsDate
{
    COLOR: #666666;
    FONT-SIZE: 9px;
}
.NewsTitleSmall
{
    COLOR: #666666;
    FONT-SIZE: 9px;
    FONT-Weight: bold;
}
.NoChildren
{
    COLOR: BLACK;
}
.nocname
{
    FONT-FAMILY:  Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	padding-right:5px;
}
.OddRow
{
    BACKGROUND-COLOR: #ffffff;
}
p
{
}
p.pagebreak 
{ 
	page-break-after:always; 
}
.ProdListTitle
{
    COLOR: #FF7920;
    FONT-SIZE: 11px;
    FONT-Weight: bold;
}

.ProdListCode
{
    COLOR: #666666;
    FONT-SIZE: 11px;
}

.ProdListAmount
{
    COLOR: #FFFFFF;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #999999;
}
.ProdRRP
{
    COLOR: #FF7920;
    FONT-SIZE: 11px;
}
.ProdTitle
{
    COLOR: #FF7920;
    FONT-SIZE: 11px;
    FONT-Weight: bold;
}
.ProdCode
{
    COLOR: #666666;
    FONT-SIZE: 11px;
	BACKGROUND-COLOR: #E5E5E5;
}
.ProdAmount
{
    COLOR: #FFFFFF;
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #999999;
}
.ProdPrevHeading
{
	COLOR: #999999;
	FONT-SIZE: 12px;
}
.ProdPrevCode
{
	font-size: 12px; 
}
.ProdPrevAmount 
{
	font-size: 12px;
	font-weight: bold;
}
.ProdPrevCheckOut 
{
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	color: #000000;
}
.ProdPrevTotalLbl 
{
	font-size: 18px;
	font-weight: bold;
}
.ProdPrevTotal 
{
	font-weight: bold; 
	font-size: 18px; 
	color: #FFFFFF; 
}
.ProdPlainLink
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;
}
.ProfileTagSmall
{
    COLOR: #666666;
    FONT-SIZE: 9px;
}

.ProfileFldSmall
{
    COLOR: #666666;
    FONT-SIZE: 9px;
    FONT-Weight: bold;
}
.QuestionHeading
{

}
.ReportGroupHeading
{
    COLOR: #000000;
    FONT-SIZE: 14px;
    FONT-Weight: bold;
}
.ReportColumnHeading
{
    COLOR: #000000;
    FONT-SIZE: 12px;
    FONT-Weight: bold;
}

.ReportField
{
    COLOR: #000000;
    FONT-SIZE: 12px;
}
.RequestPending
{
	COLOR: #cc0000;
    FONT-SIZE: 9pt
}
.RoomEmpty
{
	background-color: #d1ffcb;
}
.RoomMixed
{
	background-color: gainsboro;
}
.RoomMale
{
	background-color: lightblue;
}
.RoomFemale
{
	BACKGROUND-COLOR: #FFccFF;
}
.RoomCode 
{
	Color:#000000;
	FONT-WEIGHT: bold;
	BORDER-width:1px;
	Border-Color:#ffffff;
	BACKGROUND-IMAGE: none; 
	BORDER-TOP-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none;
	BACKGROUND-COLOR: transparent;
	text-align:center; 
	width:50px;
}
.SizeMatch
{
    COLOR: #FF9900;
    font-weight: bold;
}
.Smalltitle
{
    COLOR: #666666;
    FONT-SIZE: 10px;
    FONT-Weight: bold;
    vertical-align: top;
}
.SubHeader
{
	font-weight: bold;
}
.TableHeader, .tableheader
{
    COLOR: #ffffff;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #666;
    padding-left: 10px;
    padding-right: 10px;
}
.TableHeaderNoPadding
{
    COLOR: #ffffff;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #666;
}

.title
{
    COLOR: #666;
    FONT-SIZE: 16px;
    FONT-Weight: bold;
}
.titlebar
{
	background-color: #e5e5e5;
}
.TabText 
{
	height:16px;
    FONT-SIZE:10px;
    TEXT-DECORATION: none;
}

.TabTextSelected 
{
	height:16px;
    COLOR: #000000;
    font-weight:bold;
    FONT-SIZE:10px;
    TEXT-DECORATION: none;   
}
.TabText A, .TabTextSelected A
{
    COLOR: #000000;
    TEXT-DECORATION: none;
}
.topmenubg
{
	background-color: #000000;
}
.track
{
    COLOR: #330033;
    FONT-SIZE: 9px;
}
.travelgroup
{
	background-color: #F5F9F9;
	border: solid 1px #cccccc;
}
.travelrequest
{
	background-color: #e9e9e9;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	padding-left: 2px;
	padding-right: 2px;
	color: #666666;
	font-size: 10px;
}
.travelrequestHD
{
	border-top: solid 1px #cccccc;
	padding: 2px 2px 2px 2px;
	font-size: 10px;
}
.travelrequestnotes
{
	padding: 2px 2px 2px 2px;
	background-color: #e9e9e9;
	border-bottom: solid 1px #cccccc;
	color: #666666;
}
.Unknown
{
    COLOR: Black;
}
.Warning
{
    COLOR: red;
    FONT-SIZE: 9pt;
}
.10pt
{
	font-size: 10px;
}
.12pt
{
	font-size: 12px;
}
.14pt
{
	font-size: 14px;
}
.16pt
{
	font-size: 16px;
}
.18pt
{
	font-size: 18px;
}
.20pt
{
	font-size: 20px;
}
.pagingnobg
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
.pagingbg
{
	background-color: #f5f5f5;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}
.pagingbot
{
	background-color: #f5f5f5;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}


.bulkchangetitle
{
	font-weight: bold;
	color: #666666;
	background-color: #e5e5e5;
}	
.bulkchangetop
{
	background-color: #e5e5e5;
	border-top: solid 1px #666666;
}
.bulkchangetable
{
	background-color: #e5e5e5;
	color: #000000;
}
textarea
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
}
.myzeustop
{
    font-weight: bold;
    font-size: 11px;
    padding-left: 15px;
}

.myzeusTable
{
margin: .2em 0  0em .6em;
border-bottom: dotted  1px #999;
width:150px;
}
.myzeusslice
{
	height:24px;
}
.myzeus
{
	height:28px;
}
.myzeustext
{
width:150px;
padding-left:5px;
}
.myzeusbottom
{
	background-image: url(menu_bottom.gif);
    background-repeat: repeat-x;
    background-position: top;
}
.myzeususer
{
	background-image: url(icon_user.gif);
background-repeat: no-repeat;
background-position: 10px 50%;
padding: 4px 10px 10px 25px;

}
.audit
{
	font-weight: bold;
	color: #666666;
	line-height: 12px;
}
.menu_content{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 34px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(menu_bg.jpg);
}

.sides_left{
	background-image: url(sides_left.gif);
	background-repeat: repeat-y;
}
.sides_right{
	background-image: url(sides_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.sides_bottom{
	background-image: url(sides_bottom_sm.gif);
	background-repeat: repeat-x;
}

.news .news_date {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	color: #999999;
}

.newsline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4985C4;
}

/* Photo Styles */

.photo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.photo_title {
	font-size: 12px;
	font-weight: bold;
	color: #0266B2;
}
.photo_dated {
	font-size: 10px;
	color: #999999;
}
.photo_image {
	padding-right: 15px;
}
.photo_image img {
	border: 2px solid #CCCCCC;
}
/* Sport Styles */

#sport_wrap{
	width: 540px;
}
#sport_header{
	width: 540px;
	clear:both;
	padding-bottom: 15px;
}
#sport_random{
	width: 365px;
	padding-right: 15px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#sport_links{
	width: 148px;
	padding-left: 10px;
	float:right;
}

#sport_links a{
	background-image: url(arrow_right.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 15px;
	background-position: 0px 3px;
	margin-bottom: 3px;
}


