/* CSS Document */

html, body {
	height: 100%;
	}

body {
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	}

th {
	background-color: #DDD;
	border-bottom: 1px solid #999;
	padding: 5px;
	}

th a {
	color: #000;
	}

td, p {
	font-size: 10pt;
	}

h1 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#masthead {
	background-color: #EEE;
	border-bottom: 1px solid #999;
	height: 80px;
	}

#masthead-inner {
	padding: 10px;
	}

#logo {
	float: left;
	width: 400px;
	}

#logo h2 {
	font-weight: normal;
	font-size: 28pt;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 0pt;
	}
	
#masthead #toolbar {
	float: right;
	width: 400px;
	text-align: right;
	}

#subnav {
	float: right;
	text-align: right;
	width: 400px;
	clear: both; !important
	}

#subnav-inner {
	padding: 20px;
	}

#subnav a {
	color: #000;
	padding-left: 10px;
	}

#content-inner {
	padding: 20px;
	}

.clr {
	clear: both; !important
	}

.row1 {
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	}

.row2 {
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	}
	
.action-icon {
	text-decoration: none;
	}


/*********************** buttons ***********************/

.button-offers {
	background: url("/admin/images/buttons/offers.png") center no-repeat;
	margin-left: 5px;
	}

.button-offers:hover {
	background: url("/admin/images/buttons/offers-over.png") center no-repeat;
	}

.button-banners {
	background: url("/admin/images/buttons/banners.png") center no-repeat;
	margin-left: 5px;
	}

.button-banners:hover {
	background: url("/admin/images/buttons/banners-over.png") center no-repeat;
	}

.button-wp {
	background: url("/admin/images/buttons/word-press.png") center no-repeat;
	margin-left: 5px;
	}

.button-wp:hover {
	background: url("/admin/images/buttons/word-press-over.png") center no-repeat;
	}