@charset "utf-8";
/* CSS Document */
body {
	font: .9em Arial,Helvetica,sans-serif,Geneva,Verdana;
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	/* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background:url('../images/background.jpg');
	margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:0px
}
#company {
	height: 200px;
	font: 18px Times New Roman, Times Roman, sans-serif;
	text-align: center;
	font-weight: bold;
	padding: 50px 0px 0px 0px;

}
/* header area */

.carcontainer {
	padding:5px;
	width: 500px;
	background-color:#000000;
	background-image:url('../images/bg_autolist.jpg');
	background-repeat:repeat-x;
	border: 1px solid #000000;
	margin-bottom:5px;

}
.carlistbox {
	color:#E5E5E5;
	font-size: .8em;
	font-family:  Arial,Helvetica,sans-serif,Geneva,Verdana;
}
.carlistlarge {
	color:#E5E5E5;
	font-weight: bold;
	font-size: 1.4em;
	font-family:  Arial,Helvetica,sans-serif,Geneva,Verdana;
}
.viewbutton {
	text-align: center;
	width: 85px;
	border: 1px solid #000000;
	padding: 2px;
	background-image:url('../images/bg_autoview.jpg');
	background-repeat:repeat-x;
	background-color: #666666;
}
.viewbutton:hover {
	background-image:url('../images/bg_autoview_over.jpg');
	background-repeat:repeat-x;
}
.box {
	padding: 2px;
	background-image:url('../images/bg_box.jpg');
	background-repeat:repeat-x;
	background-color: #C2C2C4;
	border: 1px solid #C2C2C4;
}
.boxtitle {
    FONT-WEIGHT: bold;
    FONT-SIZE: 1em;
    COLOR: #3366cc;
}
a.linkbutton {
	border: 1px solid #000000;
	padding: 2px 10px 2px 10px;
	background-image:url('../images/bg_autoview.jpg');
	background-repeat:repeat-x;
	background-color: #666666;
	text-decoration:none;
	color:#E5E5E5;
}
a.linkbutton:hover {
	background-image:url('../images/bg_autoview_over.jpg');
	background-repeat:repeat-x;
	text-decoration:underline;
}
fieldset {
	border:1px solid #000000;
	padding: 4px;
	border-radius: 5px;
}
LEGEND
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 1em;
    COLOR: #3366cc;
    TEXT-DECORATION: none;
}
h1 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 1.2em;
    COLOR: #3366cc;
   	padding: 0px;
   	margin: 0px;
}
#header {
	width: 800px;
	height: 129px;
	background:url('images/header_img.jpg') no-repeat;
	text-align:right
}
#header_menu {
	padding-top: 20px;
	padding-right: 8px;
}
#header_menu a {
	font-size: 11px;
	color:#ffffff;
	font-weight: normal;
	text-decoration:none;
	margin-right: 18px;
}
#header_menu a:hover {
	text-decoration:underline;
}
#topmenu {
	font-size: .8em;
	font-family:  Arial,Helvetica,sans-serif,Geneva,Verdana;
	margin-top: 7px;
	height: 18px;
	text-align:left;
	color:#ffffff;
	padding-left: 5px;
	background: #000000;
}
#topmenu a {
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	margin-right: 5px;
	margin-left: 5px;
}
#topmenu a:hover {
	text-decoration:underline;
}
/* header area ends */

	

/* home page layout */

#home_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	background: #fffff;
	margin-top: 150px;
}
#home_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	background: #ffffff;
	margin-top: 150px;
}
#middle { /*middle content*/
	margin: 14px 0px 7px 0px;
}
#middle #left {
	float: left;
	width: 300px;  /*238px;*/
	padding: 0px 7px 0px 7px;
}
#middle #right {
	float: right;
	width: 472px;
	padding: 0px 7px 0px 7px;
}
#home_left .headerbar {
	background:url('images/header_bar_short.gif') no-repeat;
	height: 18px;
	font-size: 10px;
	color:#ffffff;
	font-weight: bold;
	padding-left: 5px;
	line-height: 18px;
	clear:left
}
#home_left .headerbar a {
	font-size: 10px;
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
}
#home_left .headerbar a:hover {
	text-decoration:underline;
}
#home_left .img {
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
}
#home_left .imgB {
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}
#home_left .imgBlock2 {
	background: #ffffff;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}
#home_left .imgBlock {
	background: #ffffff;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
}
#home_left .imgBlockContain {
	font-size: 10px;
	color:#000000;
	padding: 5px;
	line-height: 12px;
}
#home_left .imgBlockContain .boldtext{
	font-weight: bold;
}
#home_left .imgFloatLeft {
	float:left;
	margin-right: 5px;
}

#home_left .contain {
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	font-size: 10px;
	color:#000000;
	font-weight: bold;
	padding: 5px;
	background: #ffffff;
	line-height: 12px;
}
#home_left .headerbar2 {
	background:url('images/header_bar_short2.gif') no-repeat;
	height: 18px;
	font-size: 10px;
	color:#ffffff;
	font-weight: bold;
	padding-left: 5px;
	line-height: 18px
}
#middle .headerbar {
	background:url('images/header_bar_long.gif') no-repeat;
	height: 17px;
	font-size: 10px;
	color:#ffffff;
	font-weight: bold;
	padding-left: 10px;
	line-height: 18px
}

#middle .headerbar {
	background:url('images/header_bar_long.gif') no-repeat;
	height: 17px;
	font-size: 10px;
	color:#ffffff;
	font-weight: bold;
	padding-left: 10px;
	line-height: 18px
}

#middle .headerbarLeft {
	background:url('images/header_bar_left_240.gif') no-repeat;
	height: 17px;
	font-size: 10px;
	color:#ffffff;
	font-weight: bold;
	padding-left: 10px;
	line-height: 18px
}
#middle .headerbarRight {
	background:url('images/header_bar_right_230.gif') no-repeat;
	height: 17px;
	font-size: 10px;
	color:#ffffff;
	font-weight: bold;
	padding-right: 10px;
	line-height: 18px
}
#middle .standingsRight {
	text-align: left;
	padding-left:10px;
	padding-top: 3px;
}
#middle .doubleline {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-left: 10px;
	padding-top: 2px;
	width: 448px;
}
#middle .ad {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 448px;
}
#home_right .headerbar {
	background:url('images/header_bar_short.gif') no-repeat;
	height: 18px;
	font-size: 10px;
	color:#ffffff;
	font-weight: bold;
	padding-left: 5px;
	line-height: 18px
}
#home_right .img {
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
}
#home_right .imgT {
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-top: 1px solid #ffffff;
}
#home_right .imgB {
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}
#home_right .contain {
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	font-size: 10px;
	color:#000000;
	font-weight: bold;
	padding: 5px;
	line-height: 12px;
}
/* home page layout ends */


/* home page text */

.team_text {
	font-size: 10px;
	color:#000000;
	font-weight: bold;
}
.team_text_Small {
	font-size: 9px;

}


.standing_text {
	font-size: 10px;
	color:#000000;
	font-weight: bold;
	padding-left:10px;
	line-height: 12px;
}
.standing_text_Grey {
	color:#999999;
}
/* home page text ends */



/* links */

a {
	color:#cc0000;
	font-weight: normal;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* links end */


/* internal page layout */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#internal_middle {
	margin: 0 165px 0 0;
}
#internal_middles {

	
}
#internal_right {
	float: right;
	width: 160px;
	background: #ffffff;
}
#internal_middle .headerbar {
	background:#CC0000 url('images/title_bar_long.gif') no-repeat;
	height: 17px;
	font-size: 10px;
	color:#ffffff;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 3px;
	line-height: 18px;
	background-color:#CC0000
}


#internal_middle .headerbarlong {
	background:#CC0000 url('file:///C:/Webs/mascomaauto/inc/images/title_bar_very_long.gif') no-repeat;
	height: 17px;
	font-size: 10px;
	color:#ffffff;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 3px;
	line-height: 18px;
	background-color:#CC0000
}



#internal_middle .subheaderbar {
	background:#ffffff url('images/title_bar_short.gif') no-repeat;
	height: 17px;
	font-size: 10px;
	color:#ffffff;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 3px;
	line-height: 18px;
	background-color:#ffffff
}
#internal_middle .sponsors {
	text-align:center;
}
#internal_middle .sublink {
	float: right;
	font-size: 11px;
	padding-top: 5px;
	margin-right: 8px;
}
#internal_middle .sublink a {
	color:#cc0000;
	font-weight: normal;
	text-decoration:none;
}
#internal_middle .sublink a:hover {
	text-decoration:underline;
}
#internal_right .headerbar {
	background:url('images/header_bar_short.gif') no-repeat;
	height: 18px;
	font-size: 10px;
	color:#ffffff;
	font-weight: bold;
	margin-top: 3px;
	padding-left: 20px;
	line-height: 18px
}
#internal_right .img {
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
}
#internal_right .imgT {
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-top: 1px solid #ffffff;
}
#internal_right .imgB {
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}
#internal_right .contain {
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	font-size: 10px;
	color:#000000;
	font-weight: bold;
	padding: 5px;
	line-height: 12px;
}
/* internal page layout ends */




/* text */

.textRed {
	color: #CC0000;
}
.textRed_Large {
	font-size: 14px;
	color: #CC0000;
}

.rookie {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align:right;

}
.content {
	width: 580px;
	font-size: 11px;
	color:#000000;
	font-weight: normal;
	padding: 10px 30px 10px 20px;
	margin-bottom: 10px;
	line-height: 14px;
}

.contentx {
	width: 580px;
	font-size: 11px;
	color:#000000;
	font-weight: normal;
	padding: 10px 30px 1px 20px;
	margin-bottom: 1px;
	line-height: 14px;
}
.contentt {
	width: 580px;
	font-size: 11px;
	color:#000000;
	font-weight: normal;
	padding: 10px 30px 10px 20px;
	margin-bottom: 10px;
	line-height: 14px;
}
/* text */




/* hr */

div.hr {
	height: 15px;
	background: #fff url('images/hr_red.gif') repeat-x center;
}
div.hr hr {
	display: none;
}
/* hr ends */

/* list */

#bulletlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#bulletlist li {
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url('images/flag.gif');
	background-repeat: no-repeat
}
#bulletlist ul {
	list-style: none;
}


#bulletlist1 {
	margin-left: 0;
	padding-left: 5px;
	list-style: none;
	display: inline;
}
#bulletlist1 li {
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url('images/flag.gif');
	background-repeat: no-repeat;
	display: inline;
	padding-right: 25px
}
#bulletlist1 ul {
	list-style: none;
}

#bulletlist2 {
	margin-left: 0;
	list-style: none;
	display: block;
}
#bulletlist2 li {
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url('images/flag.gif');
	background-repeat: no-repeat;
	display: inline;
	padding-right: 5px;
	height: 100px;
	width: 150px
}
#bulletlist2 ul {
	list-style: none;
	padding-left: 0px;
}


/* list ends */


/* announcement */

.announce {
	text-align:center;
	width: 420px;
	background-color: #CC0000;
	padding: 10px;
	margin-left: 80px;
	color: #FFFFFF;
}
.announce a {
	color:#ffffff;
	font-weight: normal;
	text-decoration:underline;
}
/* announcement ends */



/* teams */
#team_right {
	margin: 8px 0 0 110px;
}
#team_right1 {
	margin: 8px 0 0 20px;
}
#team_right1x {
	margin: 0px;
	margin-left: 8px;
}
#team_right1 td { padding-top: 2px; padding-bottom: 2px;}
#team_right1x td { padding-top: 2px; padding-bottom: 2px;}
	
#team_right td {
	border-bottom: 1px solid #cccccc;
	padding: 5px;
}

#team_left {
	float: left;
	width: 100px;
	background: #ffffff;
	margin-top: 10px;
}
#team_top {
	display: inline;
	width: 580px;
	background: #ffffff;
	margin-top: 10px;
}
.sel {font-weight:bold; color: #000000;}
/* teams end */

/* standing */

#standing .team_text {
	font-size: 11px;
	color:#000000;
	font-weight: bold;
}
#standing .team_text a {
	font-size: 11px;
	color:#000000;
	font-weight: bold;
}
#standing .team_text a:hover {color: #FF0000; text-decoration:none;}

#standing .team_text_Small {
	font-size: 9px;
	color: #000000;
}
#standing .team_text_Small a {
	font-size: 9px;
	color: #000000;
}
#standing td { padding-top: 2px; padding-bottom: 2px;}
#standing td.thinie { padding-top: 0px; padding-bottom: 0px; }
#standing .team_text_Small a:hover {color: #FF0000; text-decoration:none;}
#standing .standing_text {
	font-size: 10px;
	color:#000000;
	font-weight: bold;
	padding-left:10px;
	line-height: 12px;
}
#standing .standing_text_Grey {
	color:#999999;
}

#standing .td {
	color:#ffffff;
	borde-bottomr: 1px solid #cccccc;
}

#standing .tdTop {
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
}

#schedule_left {
    float: left;
	width: 200px;
	padding: 5px 20px;
	color: #cc0000;
	
}
#schedule_leftx {
    float: left;
	width: 300px;
	padding: 5px 20px;
	color: #cc0000;
	
}

#schedule_right {
	/*padding: 0 5px;*/
	text-align: right;
	margin: 12px 0 0 300px;
	color:#000000;
	font-weight: normal;
	font-size: 10px;
	font-weight: bold;

	
}

#schedule_right a {
	color:#000000;
	font-weight: bold;
	text-decoration:none;
}

#schedule_right a:hover {
	color:#000000;
	font-weight: bold;
	text-decoration:underline;
}

#schedule_right .outreach {
	padding: 5px 25px;
	background-color: #D1E3F1;
}

.tr_outreach { background-color: #D1E3F1; }

#schedule_right .special {
	padding: 5px 25px;
	background-color: #FBD2D3;
}

#schedule_left a {
	color:#cc0000;
	font-weight: normal;
	font-size: 11px;
	text-decoration:underline;
}


.td_schedule_top {
background-color: #000000;
color: #ffffff;
font-weight: bold;
font-size: 10px;
} 

.td_schedule_grey {
background-color: #EBEBEB;
}

.td_schedule_outreach {
background-color: #D1E3F1;
}

.td_schedule_special {
background-color: #FBD2D3;
}

.padme td {
	padding: 5px;

}

.sche_subheaderbar {
	background:#ffffff url('images/sche_title_bar_short.gif') no-repeat;
	height: 17px;
	font-size: 10px;
	color:#ffffff;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 3px;
	margin-bottom: 0px;
	line-height: 18px;
	background-color:#ffffff
}

.sche_subheaderbar_black {
	background:#ffffff url('images/sche_title_bar_short_black.gif') no-repeat;
	height: 17px;
	font-size: 10px;
	color:#ffffff;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 0px;
	line-height: 18px;
	background-color:#ffffff
}

.sche_subheaderbar_black_text {
	padding-left: 25px;
	color:#000000;
}

/* standing ends */
h3 {
	padding-left: 10px;	
}

/* my additions */

.hide {
	display:none;
}

#footer {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	text-align: center;
	margin-top: 10px;
	font-size: .7em;
	color:#ffffff;
}
#footer_left {
	float: left;
	width: 380px;
	background: #ffffff;
}
#footer_right {
	float: right;
	text-align:right;
	width: 380px;
	background: #ffffff;
}

.contentz {
	width: 580px;
	font-size: 11px;
	color:#000000;
	font-weight: normal;
	padding: 5px 0px 1px 0px;
	margin-bottom: 1px;
	line-height: 14px;
}

.imgFrame {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 3px 5px 3px 5px;
	background-color: #ffffff;
}

.imgFrameL {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: auto 5px auto auto;
	background-color: #ffffff;
	float: left;
}

.wutebox .imgFrameL {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: auto 5px auto auto;
	background-color: #ffffff;
	float: left;
}

.wutebox .imgFrameR {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: auto auto auto 5px;
	background-color: #ffffff;
	float: right;
}

.textRed_XLarge {
	font: 22px Arial, Helvetica, sans-serif;
	color: #CC0000;
}

h2 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	line-height: 18px;
}

.wutebox {
	position: relative;
	width: 560px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 5px 5px 5px;

	background-color: #EEEEEE;
}

.contentx1 {
	font-size: 11px;
	color:#000000;
	font-weight: normal;
	padding: 5px 5px 1px 5px;
	margin-bottom: 1px;
	line-height: 14px;
}
#container_team {

}

#middle .wute {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 448px;
	height: 115px;
	background:url('images/wute.jpg') no-repeat;
}
#middle .wuteinner {
	margin-top: -38px;
	margin-left: 22px;
}
a .wuteinner {
	color:#000000;
	font-weight: bold;
	font-size: 12px;
	font: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#wute_pager {
	display: inline;
	width: 580px;
	background: #ffffff;
	margin-top: 10px;
}
#wute_list {
	margin-left: 0;
	padding-left: 5px;
	list-style: none;
	display: inline;
}
#wute_list li {
	padding-left: 3px;
	padding-bottom: 0px;
	padding-right: 3px;
	display: inline;
	border-right: 1px solid #999999;
}
#wute_list ul {
	list-style: none;
}
#wute_list li a {
	color:#cc0000;
	font-weight: normal;
	text-decoration:none;
}
#wute_list li a.sel {
	color:#000000;
	font-weight: bold;
	text-decoration:none;
}
#wute_list li a:hover {
	text-decoration:underline;
	background:#fbd2d3;
	color:#000000;
}
.photo_credit {
	font-size: 9px;
	text-align: right;
	font-style: italic;
}