/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
#overview {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

.yui-form {
	float: left;
}

.yui-skin-sam .yui-dt-liner {
	margin: 0;
	padding: 4px;
}

table {
	width: 100%;
}

table thead tr th.yui-dt-col-action {
	width: 50px;
}
#content .yui-dt-label a {
	color:#fff;
}
/*
table thead tr th.yui-dt-col-lastname {
	width: 250px;
}

table thead tr th.yui-dt-col-firstname {
	width: 250px;
}
*/

/*
.yui-dt-col-start_date,
.yui-dt-col-end_date,
.yui-dt-col-start_time,
.yui-dt-col-end_time {
	width:75px;
}

.yui-dt-col-action {
	width: 95px;
}

.yui-dt-selected {
	font-weight: bold;
	background-color: #e7e7ef;
	border: 1px solid silver;
}
*/
