html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #3f6789 url(http://www.freeptools.com/images/v5_background_main.jpg) repeat-y center;
}

a {
	color: #33c;
	text-decoration: none;
}

a:hover {
	color: red ;
	text-decoration: underline;
}

a:active {
	color: blue ;
	text-decoration:underline;
}


h2#title {
	font-size: 18px;
	margin: 100px 0 0 548px;
	padding: 0;
	text-align:center;
}

h2#title a {
	color: #fff;
}

p#subtitle {
	margin: 5px 0 0 15px;
	padding: 0;
	color: #fff;
}

/*
----------------------------------
header
----------------------------------
*/

#header_span_body {
	height: 139px;
	background: url(http://www.freeptools.com/images/v5_background_top.jpg) no-repeat top center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	padding: 0 20px 0 20px;
}

#header_table {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

#header_table td {
	text-align: left;
}

#header_logo_cell img {
	display: none;
}

/*
---------------------------------------
content area
---------------------------------------
 */

#column_container {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

.main_column {
	text-align: left;
	width: 526px;
	float: left;
	clear: none;
	position: relative;

/*padding: 0 37px 0 37px;*/
}

#main_content {
	width: 526px;
	background-color: transparent;
	position: relative;
	text-align: left;
	clear: none;
	padding-right: 3px;
	min-height: inherit
}

.side_column {
	width: 236px;
	float: right;
	text-align: center;
	clear: left;
	margin-top: 20px;
	padding-bottom: 30px;
}


#calendar_box_header {
	width: 236px;
	height: 20px;
	text-align: center;
}

#calendar_box_body {
	width: 236px;
}

#search_box_body {
	width: 236px;
}

#links_box_body {
	width: 236px;
}

#blog_listing_container {
	padding-top: 15px;
}

/*
---------------------------------------
blog entries
---------------------------------------
 */

.entrystyle {
	padding: 20px 0 6px 0;
	border-bottom: 1px dotted #000;
}

.weblogtitle {
	font-size: 14px;
	font-weight: bold;
}

.weblog_category_link {
	font-size: 11px;
	float: right;
}

.entryfooter {
	font-size: 11px;
	width: 100%;
}

#blogfooter {
	width: 470px;
	font-size: 11px;
	margin-top: 5px;
	text-align: right;
}

#blogfooter .entryinfo {
	text-align: right;
}

/*
---------------------------------------
calendar
---------------------------------------
 */

.calendartable {
	font-size: 10px;
	margin: auto;
}

.calendarcolumn {
	text-align: center;
	width: 19px;
	height: 14px;
}

.calendarcolumn-a {
	text-align: center;
	width: 17px;
	background: #e5e5e5;
	border: 1px outset #e5e5e5;
	height: 12px;
}

.calendarcaption {
	text-align: center;
}

/*
---------------------------------------
search box
---------------------------------------
 */

#search_box_body {
	font-size: 10px;
	line-height: 10px;
	margin: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#query {
	margin: auto;
	font-size: 11px;
}

/*
---------------------------------------
nav
---------------------------------------
 */

#categories_functions {
	width: 236px;
	border-top: 1px solid #87a9cd;
	padding-top: 15px;
	margin: 0px;
}

#categories_functions a {
	display: block;
	text-align: center;
	width: 236px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-top: -14px;
/* top margin for IE 6 win */
}

html>body #categories_functions a {
	margin-top: -15px;
/* top margin for others */
}

#side_categories_links a {
	font-weight: bold;
	border-bottom: 1px solid #87a9cd;
	background: url(v5_background_link.jpg) repeat-y;
}

#categories_functions a:hover {
	background: url(v5_background_linkhover.jpg) repeat-y;
}

#side_categories_links {
	margin-bottom: 20px;
}

/*
---------------------------------------
dialog boxes
---------------------------------------
 */

#login_dialog {
	z-index: 2;
	position: absolute;
	left: 130px;
	visibility: hidden;
	top: 350px;
}

#settings_dialog {
	position: absolute;
	z-index: 2;
	top: 280px;
	left: 130px;
	visibility: hidden;
}

#entry_dialog {
	top: 240px;
	left: 130px;
	z-index: 2;
	position: absolute;
	visibility: hidden;
}

#entry_dialog_description_cell {
	text-align: right;
}

#category_dialog {
	z-index: 2;
	position: absolute;
	top: 280px;
	left: 130px;
	visibility: hidden;
}

.dialog_600_body {
	background-color: #fff;
	border: 1px solid #87a9cd;
	padding: 10px;
}

.dialog_500_body {
	width: 500px;
	background-color: #fff;
	border: 1px solid #87a9cd;
	padding: 10px;
}

.dialog_400_body {
	background-color: #fff;
	border: 1px solid #87a9cd;
	padding: 10px;
}

/*& --------------- edit list -------------------------*/

#profilerow {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 100%;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

#profilerow td {
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

#profilerow td.title {
	background-color: #CCC;
	color: black;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
	font-weight: bold;
}

#profilerow td.data {
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

#profilerow td.notyet {
	background-color: #CCC;
	color: red;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

#profilerow td.hed {
	background-color: #666;
	color: white;
	height: 24px;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 11px;
	vertical-align: bottom;
	font-weight: bold;
}

#profilerow td.hed a{
	color: white;
	font-size: 11px;
}

#profilerow td.hed a:hover {
	color: blue;
	font-size: 11px;
	text-decoration:none;
}

#profilerow td.hed a:visited{
	color: white;
	font-size: 11px;
	text-decoration:none;
}


/*& --------------- tracking list -------------------------*/

#trackingrow {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 100%;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

#trackingrow tr {
	background-color: #FFF;
	color: #000;
	text-align: left;
}

#trackingrow tr.notsubmitted {
	background-color: #CCC;
	color: #000000;
}

#trackingrow tr.submitted {
	background-color: #FFFF00;
	color: #000000;
}
#trackingrow tr.edited {
	background-color: #00FF00;
	color: #000;
}

#trackingrow tr.inactive {
	background-color: #FF0000;
	color: #000;
}

#trackingrow td {
	padding: 2px;
	text-align: left;
	border: 1px #fff solid;
}

#trackingrow td.std {
	color: black;
	height: 24px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 11px;
	vertical-align: bottom;
	font-weight: bold;
}

#trackingrow td.std a{
	color: black;
	font-size: 11px;
}

#trackingrow td.std a:hover {
	color: blue;
	font-size: 11px;
	text-decoration:none;
}

#trackingrow td.std a:visited{
	color: black;
	font-size: 11px;
	text-decoration:none;
}

#trackingrow td.dead {
	color: black;
	height: 24px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 11px;
	vertical-align: bottom;
	font-weight: bold;
	text-decoration: line-through;

}
#trackingrow td.dead a{
	color: black;
	font-size: 11px;
}

#trackingrow td.dead a:hover {
	color: blue;
	font-size: 11px;
	text-decoration:none;
}

#trackingrow td.dead a:visited{
	color: black;
	font-size: 11px;
	text-decoration:none;
}

#trackingrow td.warn {
	color: red;
	height: 24px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 11px;
	vertical-align: bottom;
	font-weight: bold;
}

#trackingrow td.warn a{
	color: red;
	font-size: 11px;
}

#trackingrow td.warn a:hover {
	color: blue;
	font-size: 11px;
	text-decoration:none;
}

#trackingrow td.warn a:visited{
	color: red;
	font-size: 11px;
	text-decoration:none;
}

#navlist
{
padding:0;
margin-left: 25px;
width: 160px;
border-bottom: 1px solid gray;
}

#navlist li
{
list-style: none;
text-align:left;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
padding-left: 10px;
background-image: url(http://www.freeptools.com/images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
/*list-style-image:none;
list-style-position:outside;
list-style-type:none;*/
}

#navlist li.nobullet {
list-style: none;
text-align:left;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
padding-left: 10px;
/*list-style-image:none;
list-style-position:outside;
list-style-type:none;*/
}

#navlist li a { 
text-decoration: none;
color:blue;
font-weight: bold;
}

#navlist li a:hover { 
text-decoration:underline;
color:red;
font-weight: bold;
}

//------------tallylist -- ----------------//
#tallyrow {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 100%;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

#tallyrow tr {
	background-color: #FFF;
	color: #000;
	text-align: left;
}

#tallyrow tr.title {
	background-color: #CCC;
	color: #000000;
}

#tallyrow tr.even {
	background-color: #FFFF00;
	color: #000000;
}
#tallyrow tr.odd {
	background-color: #00FF00;
	color: #000;
}

#tallyrow td {
	padding: 2px;
	text-align: left;
	border: 1px #fff solid;
}

#tallyrow td.city {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 24px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 11px;
	vertical-align: bottom;
	font-weight: bold;
}

#tallyrow td.number {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 24px;
	text-align: right;
	border-bottom: 2px #fff solid;
	font-size: 11px;
	vertical-align: bottom;
}

#tallyrow th {
	padding: 2px;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 24px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 10px;
	vertical-align: bottom;
	font-weight: bold;
	border: 1px #fff solid;
}

#tallyrow th.name {
	text-align: right;
}
