
body {
	background: #fff;
	font: 1em/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 40px 0;
	position: relative;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #d00;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	border: 0;
	border-top: solid 1px #ccc;
	width: 95%;
}
img {
	border: 0;
}

#footer {
	height: 40px;
}

#content {
	margin: 16px;
	position: relative;
	width: 800px;
}


#header {

}
#logo {
	background: #ddd;
	padding: 8px;
	height: 16px;
}
#logo div {
	float: right;
	text-align: right;
}
#site_name {
	float: left;
}
#logo a {
	color: #369;
	text-decoration: none;
}


#navbar {
	height:30px;
}

#navbar ul {
	padding: 0;
	margin: 0;
	background: #ddd;
	color: #fff;
	float: left;
	padding-left: 20px;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#navbar ul li {
	display: inline;
}

#navbar ul li a {
	padding: 5px 1em;
	background: #444;
	border-bottom: solid 1px #ddd;
	border-top: solid 2px #ddd;
	color: #ddd;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ddd;
	letter-spacing: 1px;
	line-height: 20px;
}

#navbar ul li a:hover {
	background: #6cb7de;
	color: #000;
}

#navbar ul li #navcurrent {
	background: #369 !important;
	color: #fff;
	border-bottom: solid 1px #369;
	border-top: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
#nav_signed_in p {
	color: #fff;
	float: right;
	margin: 5px;
}

#subnav {
	background: #369;
	border-bottom: solid 1px #444;
	color: #fff;
	font-size: 70%;
	height: 15px;
	letter-spacing: 1px;
	padding: 6px 10px;
}
#subnav a {
	color: #fff;
	text-decoration: none;
}


/* default margins */
h1 {
	color: #6cb7de;
	font-size: 125%;
	line-height:35px;
	margin-bottom: 0;
}

h2{
	font-size: 14px;
	line-height: 20px;
	margin-top: 0;
	padding-left: 10px;
	font-weight: bold;
	text-transform: capitalize;
}
h2 a {
	font-weight: normal;
}

h3 {
	border-bottom:1px solid #369;
	color:#333;
	font: 15px/100% "Trebuchet MS", Times New Roman,Arial, Helvetica, sans-serif;
	margin: 16px 0 0 0;
	padding: 4px 0;
	width: 800px;;
}

/*h3 {
	background: #369;
	border: solid 1px #666;
	border-width: 1px 0;
	color: #fff;
	cursor: pointer;
	font: 15px/100% "Trebuchet MS", Times New Roman,Arial, Helvetica, sans-serif;
	margin: 4px 0;
	padding: 5px;
}
h3 {
	background-image: url(shade.png);
	background-position: bottom;
}*/

label {
	display: block;
	float: left;
	width: 8em;
	text-align: right;
	margin-right:12px;
	font-weight:bold;

	clear: left;
}


.row_even { }
.row_odd {
	background: #efefef;
}
.row_even td, .row_odd td {
	vertical-align: middle;
}

.index_list {
	font-size:13px;
	border: 0;
	width: 800px;
}
.index_list th, .index_list td {
	padding: 1px 6px;
}
.index_list th {
	background: #dedede;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 6px;
	text-align: left;
}
.index_list td {
	padding: 2px 5px;
}
.action {
	text-align: center;
	width: 100px;
}

#actions,
.actions {
	padding: 4px;
	text-align: right;
	white-space: nowrap;
}
#actions a,
.actions a {
	background: #eee;
	border: solid 1px #ccc;
	color: #369;
	font-size: 11px;
	padding: 0 4px;
	text-decoration: none;
}
#actions a:hover,
.actions a:hover {
	background: #e6e6e6;
	border-color: #bdbdbd;
	color: #333;
}


label.inline_label {
	display: inline;
	float: none;
	width: auto;
	text-align: left;
	margin: 0;
	font-weight: normal;
	background: #fff;
}

.col {
	float: left;
	font-size: 90%;
	width: 384px;
	margin: 12px 8px;
}
.longtext {
	float: left;
	/* margin: .43ex 0; */
	width: 195px;
}

.error {
	background: url(icon_error.gif) no-repeat;
	color: red;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	padding-left: 25px;
}

fieldset {
	border: solid 1px #aaa;
	padding: 0 12px;
}

legend {
	margin-left: 10px;
}

form p {
	margin: 8px 0;
	font-size: 95%;
}



/* contacts/clients */
.note {
	background: transparent;
	border: solid 1px #ccc;
	height: 3.6em;
	width: 100%;
}

.popup {
	background: #fff;
	border: solid 3px #2F5E8D;
	padding: 0 8px;
	width: 400px;
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	z- index: 20000;
}
.popup h3 {
	background: #369;
	border: 0;
	color: #fff;
	width: auto;
	margin: 0 -8px;
}
.popup[class] h3 {
	background-image: url(shade.png);
	background-position: bottom;
}
.popup label {
	text-align: left;
	width: 5.5em;
}

.index_list th, .index_list td
{
	font-size: 85%;
}
.col .longtext {
	width: 100px;
}
.date {
	width: 6.5em;
	background: transparent;
}
#history_list td {
	vertical-align: top;
}

#scheduled_date {
	width: 200px;
}
#send_email_popup label {
	width: 5em;
}
#from, #subject {
	width: 290px;
}
#body {
	height: 200px;
	width: 395px;
}


/*#controls {
	background: #f9f9f9;
	border: solid 1px #b42201;
	border-width: 1px 0;
	color: #b42201;
	margin: 5px 60px 0 0 !important;
	width: 99%;

	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
}
#controls input {
	color: #b32201;
	vertical-align: middle;
}*/

.btn {
	background: #666;
	border: 1px solid #333;
	color: #fff;
	cursor: pointer;
	padding: 1px 3px;
}
.btn.blue {
	background: #2ae;
	border-color: #1c7aaa;
}
.btn.green {
	background: #9d4;
	border-color: #70a035;
}
.btn.green2 {
	background: #0c0;
	border-color: #70a035;
}
.btn.red {
	background-color: #d00;
	border-color: #a00;
}
.btn:hover,
.btn:active,
.btn:focus {
	background-color: #777;
	border-color: #333;
}
.btn[class] {
	background-image: url(shade.png);
	background-position: bottom;
}
h3 .btn,
.stretchtoggle .btn {
	float: right;
	margin-top: -2px;
}

/* timer */
.timer {
	color: #d00;
	font-weight: bold;
}
.timer_controls {
	text-align: center;
}
.timer_controls {
	text-align: center;
	width: 70px !important;
}
.timer_controls span {
	float: left;
}
.timer_controls a {
	overflow: hidden;
	text-indent: -100px;
	text-decoration: none;
	width: 8px;
	display: block;
	float: left;
	margin-left: 3px;
}
.start {
	background: url(start.gif) no-repeat left center; }

.stop {
	background: url(stop.gif) no-repeat left center; }

.save {
	background: url(save.gif) no-repeat left center;
}


.hide {
	display: none !important;
}


/* stickywin overrides */
.StickyWinInstance h1.caption {
	line-height: 120%;
}