/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
    -webkit-text-size-adjust:none;
}

body {
font-size: 12px;
}

ul, li, ol, dl, dd, dt {
    list-style:none;
    padding:0;
    margin:0;
}

a {
    text-decoration:none;
	color: #000;
}

/* `Data Table
----------------------------------------------------------------------------------------------------*/

table.data {
	border: 1px solid #ddd;
	width: 540px;
}

table.data th,
table.data td {
	padding: 5px 10px;
}

table.data thead th {
	background: #eee url(../images/ui/data_th.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee));
	background: -moz-linear-gradient(top center, #fff 0%, #eee 100%);
	border-bottom: 1px solid #ddd;
	text-shadow: #fff 0 1px 0;
}


/* `Main
----------------------------------------------------------------------------------------------------*/

#main {
	top: 0;
	left: 0px;
	right: 0;
	bottom: 0;
}

#main_content {
	background: #fff;
	left: 0;
	right: 0;
}

#main_content_inner {
	/*
		1px bottom padding = fixes Opera bug.
	*/
	padding: 4px 4px 1px;
}
