/* 
    Document   : jquery
    Created on : 2009年4月16日, 下午04:13:03
    Author     : jeff
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.table-odd {
    background-color : #ffc;
}

.table-even {
    background-color : #cef;
}

#search-tr-heading {
    background-color : #D9E8F7;
    font-weight: bold;
}

.main {
	float: left;
	width: 550px;
	padding-bottom : 10px; /* Prevent main touching the footer too closely */
	padding-top : 0px;
}

.loginErrorDialog {
    background-color : #D9E8F7;
    color:white;
}



