/* CSS Document */
#memberlist table {
	width:95%;
	margin: 0px;
	padding: 0px;
	border:1px solid #000000;
	font-size:80%;
}

#memberlist table td {
	border-bottom:1px dotted #009900;
}

#memberlist table a {
	text-decoration:underline;
}

#memberlist table a:hover {
	text-decoration:none;
}

#driverlist table {
	width:95%;
	margin: 0px;
	padding: 0px;
	border:1px solid #000000;
	font-size:70%;
}
#driverlist table td {
	border-bottom:1px dotted #009900;
}

/*
 * Start of yui-skin-sam modifications
 */

.yui-skin-sam .yui-dt table {
    width: 100%;
    font-size: 12px;
	border-color:#004785;
}
.yui-skin-sam .yui-dt th {
	border:none;
}
.yui-skin-sam .yui-dt td {
	border:none;
	border-right:1px solid #004785;
}
/*
 * Remove border for hidden fields
 */
.yui-skin-sam .yui-dt td.yui-dt-hidden {
	border:none;
}

/* darken the odd rows of the datatables */
.yui-skin-sam tr.yui-dt-odd {
	background-color: #d9eaf9;
}
/*
 * Modify the title of the data tables
 */
.yui-skin-sam .yui-dt th {
    background: #004785;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
	}

/*
 * Links in the datatables get a slight blue color
 */
.yui-skin-sam .yui-dt a {
    color: #004785;
    text-decoration: none;
	}

/*
 * Color the header text white so it can be seen
 */
.yui-skin-sam .yui-dt thead .yui-dt-sortable {
	color:#ffffff;
	text-decoration: none;
}

.yui-skin-sam .yui-dt thead .yui-dt-label {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

/*
 * modify all "panel" looks
 */
.yui-skin-sam .yui-panel .hd {
    color: #000000;
    font-weight: bold;
    font-size: 17px;
	border-bottom:1px solid #808080;
}

/*
 * Change the background color of the panels
 */
.yui-skin-sam .yui-panel .bd {
	background:#b3c0d0;
}
/*
 * Change the background color of the panel footer
 */
.yui-skin-sam .yui-panel .ft {
	background:#b3c0d0;
}

/*
 * Set the background of the panels to a light gray
 */
.yui-skin-sam .yui-panel .bd .yui-content {
	background: #dddddd;
}

