body, p, td, th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 15px;
}

body {
	background-color: #FFFFFF;
	margin: 20px 20px 20px 20px;
}

h1 {
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
}

p.type_label {
	margin: 5px 0px 0px 0px;
}

a {
	font-weight: normal;
	color: #FF0066;
	text-decoration: none;
}

a.bold {
	font-weight: bold;
	color: #FF0066;
	text-decoration: none;
}

a.small {
	font-size: 10px;
	line-height: 13px;
	color: #FF0066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table.frame {
	background-color: #CCCCCC;
}

th {
	color: #000000;
	font-weight: normal;
	text-align: left;
}

td.options_bar {
	background-color:#333;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

td.title_bar {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

td.title_bar_editors {
	background-color: #FF9900;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

td.content {
	background-color: #FFFFFF;
}

td.content_right {
	background-color: #EEEEEE;
}

td.yellow {
	background-color: #FFFFCC;
}

td.row_title {
	background-color: #EEEEEE;
}
tr.row_title {
	background-color: #EEEEEE;
}
th.row_title {
	background-color: #EEEEEE;
}
td.dark_grey {
	background-color: #CCCCCC;
}
td.darker_grey {
	background-color: #999999;
	color: #FFFFFF;
}
td.row_value {
	background-color: #FFFFFF;
}

.grey {
	color: #666666;
}

input, select, textarea, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

textarea {
	width: 225px;
	height: 50px;
}

textarea.description {
	width: 350px;
	height: 300px;
}

textarea.ticket_info {
	width: 350px;
	height: 100px;
}

textarea.notes {
	height: 120px;
	width: 165px;
}

.error {
	color: #FF0066;
	font-weight: bold;
}

.red {
	color: #FF0066;
}

.small_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.large_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#paged_nav {
	width: 520px;
	padding: 0px;
	margin: 0px;
}

#paged_nav ul {
	padding: 0px;
	display: inline;
}

#paged_nav ul li {
	float: left;
	display: block;
	padding: 3px;
}

#paged_nav li.current {
	display: block;
	color: #FFFFFF;
	background: #FF0066;
	font-weight: bold;
}

#search_box {
  width:130px;
}

/* Calendar styles */
.year {
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border-style: none;
	text-align: center;
}
.yearname {
	text-align: center;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.dayname td {
	text-align: center;
	background-color: #EEEEEE;
	color: #000000;
}

.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}

.monthpicker {
	background-color: #EEEEEE;
}
.yearpicker {
	background-color: #EEEEEE;
}
.pickerbutton {
	background-color: #eeeeee;
}
.nomonthday {
	background-color: #FFFFFF;
}
.monthday {
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}
.sunday {
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}
.saturday {
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}

.today {
	text-align: center;
	background-color: #FFFFFF;
	font-weight: bold;
}
.today a {
	font-weight: bold;
}
.selectedday {
	text-align: center;
	background-color: #FFFFCC;
}
.selectedtoday {
	text-align: center;
	background-color: #FFFFCC;
	font-weight: bold;
}
.selectedtoday a {
	font-weight: bold;
}

.event {
	text-align: center;
	background-color: #FFFFFF;
}

.todayevent {
	text-align: center;
	background-color: #FFFFFF;
}
.todayevent a {
	background-color: #FFFFFF;
	font-weight: bold;
}

/* google maps styles */
.gmiw img {
  width:80px;
  float:right;
}

#reset_link {
  color:#fff;
}