/* A - PARTIAL RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
ul,li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {outline: 0;}
body {line-height: 1;color: black;background: #eee;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


body {
	text-align:center;
	width:100%;
	background-color:#eee;
	font: 12px Verdana, Tahoma;
    color: #4D4D4D;
	margin: 0 auto;width: 900px;
}


/* 02 - TABLES 
/* ----------------------------------------------*/

.DataRow td, .DataRowAlt td, .QuickRow td, .QuickRowAlt td,.AddRow
{
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 3px;
    font-size:12px;
    
}
.DataRowAlt{background-color:#C1FFC1;}
.DataRow:hover,.AddRow:hover{background-color: #FDFEE9;}
.DataRow td td{border:none;padding:0}
.Highlight td{font-weight:bold}
thead th, .headerRow
{
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 3px;
    background-color:#eee;
    font-weight:bold
}
.sortable{font-size:12px;}



#footer a {padding:10px;}

a:link,a:visited{color:#58a;text-decoration:none}
a:hover{color:red}
