table.yui 
{
	font-family:arial;   
    border-collapse:collapse;	
    border: solid 3px #7f7f7f;
    font-size:small;
	width: 720px;
}

table.yui td {	
	padding: 5px;
	border-right: solid 1px #7f7f7f;
}
table.yui .even {
	background-color: #fff;
}
table.yui .odd {
	background-color: #edf5ff;
}
table.yui th
{
    background: url('/images/sprite.png') repeat-x 0px 0px;    		
	border: 1px solid #7f7f7f;
    padding: 5px;
	height: auto;
	cursor:pointer;
}

table.yui th a
{
	text-decoration: none;
	text-align: center;    	
    padding-right: 20px;
    font-weight:bold;
    white-space:nowrap;
    background: url('/images/bg.gif') no-repeat right 50%;
}

table.yui thead .headerSortUp , table.yui thead .headerSortDown 
{
    background: url('/images/sprite.png') repeat-x 0px -100px;
}

table.yui .headerSortUp a 
{	
    background: url('/images/asc.gif') no-repeat right 50%;
}
table.yui .headerSortDown a 
{    
    background: url('/images/desc.gif') no-repeat right 50%;
}

table.yui tfoot td
{    
    border-top: 1px solid #7f7f7f;
    background-color:#E1ECF9;
}

table.yui thead td
{
    vertical-align:middle;
    background-color:#E1ECF9;
    border:none;
}

table.yui thead .tableHeader
{
    font-size:larger;
    font-weight:bold;
}

table.yui thead .filter
{
    text-align:right;
}

.SummaryTextBox
{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.IDBlock 
{
	font-size:65%;
	text-align:right;
	margin:0;
	padding:8px;
}

.IDLabel 
{
	font-weight:bold;
}

.EventEditLabel
{
	text-align:right;
	margin:0;
	padding:8px;
	vertical-align: top;
}

.EditLabel 
{
	text-align: right;
}

.dowrap
{
	word-wrap: break-word;
}

.userblock
{
	text-align: right;
}

.error
{
    color:Red;
    margin-left: .5em;
    font-weight:bold;    
}

