ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a, a:visited
{
  text-decoration: none;
  color: #d0122d;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0px;
  padding: 0px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #000000;
}

body {
	background: transparent url(../images/background_gray.png);
}

#header {
	position: relative;
	height: 83px;
	width: 100%;
	background: url(../images/background_header.png);
}

#header_content {
	position: relative;
	height: 83px;
	width: 1024px;
}

#logo {
	position: absolute;
	bottom: 16px;
	left: 37px;
}

#main {
	width: 100%;
	background: url(../images/header_shadow.png) repeat-x top left;
}

#main_content {
	padding-top: 20px;
	margin-left: 40px;
}
	
#header_navigation {
	list-style: none;
	position: absolute;
	bottom: 6px;
	left: 300px;
	font-size: 16px;
}

#header_navigation li {
	float: left;
	margin-left: 50px;
	list-style: none;
}

#header_navigation li a {
	color: #ffffff;
}

#header_navigation li a:hover {
	text-decoration:none;
	color: #ffffff;
}

.info_message {
	margin: 10px 0px 10px 0px;
}

.wizard_header {
	margin: 0px 0px 30px 0px;
}

h1 {
	margin: 0px 0px 8px 0px;
	color: #d0122d;
	font-size: 18px;
}

h2 {
	margin: 4px 0px 4px 0px;color: #d0122d;
	font-size: 16px;
	color: #000000;
}

h3 {
	margin: 4px 0px 4px 0px;
	font-size: 14px;
}

p {
	margin: 4px 0px 4px 0px;
}

ul {

}

li {
	list-style-image: url(/images/list_item.png);
}

.person_name {
	position: relative;
}

#admin_login {
	position: relative;
	float: left;
}

.right_boxes {
	float: left;	
	width: 200px;
}

.box,.stat_box, .entry_box, .small_box, .medium_box  {
	background: #ededed;
	border: 1px solid #7b7b7b;
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-bottomright:12px;
	-moz-border-radius-topleft:12px;
	-moz-border-radius-topright:12px;
	width: 775px;
	padding: 20px;
	position: relative;
	float: left;
	margin: 5px;
}

.entry_box {
	width: auto;
	min-width: 775px;
}

.stat_box {
	width: 775px;
	float: left;
}

.small_box {
	width: 200px;
	float: left;
}

.intro_box {
	width: 545px;
	margin-right: 10px;
	float:left;
}

.medium_box {
	width: 520px;
	margin-right: 10px;
	float:left;
}

table th, table td {
	vertical-align: top;
	text-align: left;
}

.table_name_cell, .table_cell, .table_head_cell {
	float: left;
	width: 60px;
	text-align: center;
	margin: 1px;
}

.table_cell {
	height: 14px;
}

.table_head_cell {
	background: #b1b1b1;
}

.table_head_cell_1 {
	background: #b1b1b1;
}

.table_head_cell_2 {
	background: #a3b9cb;
}

.table_head_cell_3 {
	background: #5eccd3;
}

.table_head_cell_4 {
	background: #44cb9a;
}


.person_row_0 {
	z-index:1;
	background-color: #f3f3f3;
}

.person_row_1 {
	z-index:1;
	background-color: #e8e6e6;
}

.person_ok {
	background-color: #AFE0AC;
}

.person_not_ok {
	background-color: #EEADA8;
}

.person_maybe_ok {
	background-color: #9ab0ed;
	}




.table_name_cell, .table_name_head_cell {
	z-index:1;
	float: left;
	width: 140px;
	text-align: left;
	margin: 1px;
}

.calendar_total {
	font-weight: bold;
}

br.clear_both {
	clear: both;
}

.float_right {
	float: right;	
}
input.person_add {
	width: 100px;
	font-size: 10px;
}

#last_update {
	float: left;
	margin-right: 4px;
}

ul {
	margin: 4px 4px 4px 25px;
}

.person_pin {
	/*position: absolute;*/
	background: #ffffff;
	z-index: 1000;
	border: 1px solid #000000;
	padding: 2px;
}

#forgot_pin {
	/*position: absolute;*/
	background: #ffffff;
	z-index: 1000;
	border: 1px solid #000000;
	padding: 2px;
}

.calendar_entry_canceled {
	text-decoration: line-through;
}

input, textarea {
	font-size: 13px;
	border: 1px solid #333333;
}

/*
.tooltip {
	padding: 5px;
	border: 1px solid #7B7B7B;
	color: #000000;
	background: #EDEDED;
	font-size: 11px;
	position: fixed !important;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}

*/

button {
	background: none;
	border: 0px;
	position: relative;
}

#trigger_date {
	color: red;
}

button.button_next {
height: 24px;
	background: #9A9A9A url("../images/icons/next_24_hot.png") no-repeat center right;
	padding: 2px 26px 2px 2px;
	font-size: 12px;
	color: #333333;
	display: block;
	font-weight: bold;
	text-transform: lowercase; 
	float: right;
	border: 1px solid #333333;
	
}

button.button_back,
button.button_add_buddy,
button.button_write_message,
button.button_add,
button.button_write_reply {
height: 24px;
	background: #9A9A9A url("../images/icons/rewind_24_hot.png") no-repeat center left;
	padding: 2px 2px 2px 26px;
	font-size: 12px;
	color: #333333;
	display: block;
	font-weight: bold;
	text-transform: lowercase;
	border: 1px solid #333333;
}

button.button_back {
	float: left;
}

button.button_add_buddy {
	background: url("../images/icons/user_add_24_hot.png") no-repeat center left;
}

.next {
float: right;
border: 0px;
	}

.back {
float: left;
border: 0px;
	}

.input_login_image {
	border: 0px;
	float-left;
	}

.input_login {
	float: left;
	margin: 0px 4px 0px 0px;	
	}


#site_admin_login {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url("../images/login.png") no-repeat center left;	
	padding: 2px 8px 4px 20px;
	height: 15px;
}

#site_admin_login {
	font-size: 10px;
}

#site_admin_login input {
	font-size: 10px;
}

.state_active {
	border: 1px solid black !important;
}
.state_inactive {
	border: 0px;
}

.edit_entries_table th,.edit_entries_table td {
	padding: 2px;
	}

