body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Calibri,Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	overflow-y: scroll;
}
input, textarea, select, .ui-widget {
	font-family: Calibri,Arial, Helvetica, sans-serif !important;
	font-size: 11pt;
}


h1, h2, h3, h4 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #000000;
}

h1 { font-size: 20pt; }

h2 { font-size: 16pt; }
h2 i {
	color: #990000;
	font-style: normal;
}

h3 { font-size: 14pt; }

h3.shaded {
	margin-top: 1.5em;
	margin-bottom: 0.25em;
	padding-left: 4px;
	background: rgb(221,221,221);
	background: -moz-linear-gradient(left,  rgba(221,221,221,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(240,240,240,1)));
	background: -webkit-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f0f0f0',GradientType=1 );
}

p, ul, ol {
	/*margin-top: 0;
	line-height: 240%;*/
	text-align: justify;
}
.ui-widget ul {
	text-align: left;
}

ul, ol { }

blockquote { }

a { color: #990000; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

/*hr { display: none; }*/

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}
.input-in-a-td {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}

#wrapper {
	margin: 0px auto;
	background: #FFFFFF;
	background-color: #f0f0f0;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-top: 8px;
}

#wrapper-bgtop {
}

#wrapper-bgbtm {
	min-height: 466px;
}

/* Header */

table#header {
	width: 100%;
	height: 64px;
	margin: 0 auto;
	margin-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
table.header_off #logo {
	background-image:url(/images/runpo_logo_white.png);
}
table#header #menu li a {
	border-width: 1px;
	border-style: solid;
}

/* Menu */

td#menu {
	vertical-align: middle;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin: 2px 0px;
}

#menu a {
	display: block;
	float: left;
	padding: 3px 15px 3px 15px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-size: 11pt;
	font-weight: bold;
	color: #666666;
	margin-right: 8px;
	background-color: #EEEEEE;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

#menu a:hover {
	text-decoration: none;
	color: #990000;
	background-color: #DDDDDD;
	border: 1px solid #999999;
}

#menu .current_page_item a {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #990000;
}

#menu .first {
}
/* Search */

#search {
	float: right;
	width: 260px;
}

#search form {
	float: right;
	margin: 0;
	padding: 4px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 200px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #5AA01B;
	color: #FFFFFF;
}

/* Page */

#page {
	margin: 0 auto;
	padding: 16px 16px 32px 16px;
}


/** LOGO */

#logo {
	width: 160px;
	height: 64px;
	padding-left: 16px;
	background-image: url(/images/runpo_logo.png);
	background-repeat: no-repeat;
	background-position: center center;;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #990000;
}

#logo p {
	margin-top: -4px;
	text-transform: lowercase;
	font-size: 13px;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 0px;
	font-size: 48px;
}

#logo a {
	text-decoration: none;
	color: #990000;
	text-indent: -2000px;
	display: block;
}

#logo h1 a {
	text-decoration: none;
	color: #990000;
}


#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	/*float: left;
	width: 630px;*/
}
#content_narrow {
	float: left;
	width: 100%;
}
#content_narrow #content-margin {
	margin-right: 280px;
}
#calendar #content {
	float: none;
	width: 100%;
}
#calendar #content a {
	display: block;
}

/* Post */

.post {
	margin-bottom: 45px;
}

.post .title {
	height: 44px;
	padding-left: 15px;
	color: #A15E00;
}

.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
	color: #A15E00;
}

.post .date {
}

.post .meta {
	height: 32px;
	margin-left: 2px;
	padding: 4px 30px 2px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 10px 15px;
}

.post .links {
	display: block;
	width: 120px;
	height: 18px;
	margin: 30px 0px 0px 0px;
	padding: 3px 0px 0px 40px;
	background: #CF8F36;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px;
	padding: 3px 0px 0px 40px;
	background: url(/images/img07.gif) no-repeat left top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #961A06;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	margin-left: -280px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 15px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
	margin: 0px 14px;
}

#sidebar li li {
	margin: 0;
	padding: 4px 0px;
	border-bottom: 1px dashed #C7C7C7;
}

#sidebar li li a {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

#sidebar li li a:hover {
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
	height: 30px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 14px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
}


#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #757575;
}


/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	padding: 10px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #52809A;
}
#footer p span {
	display: none;
}

#footer a {
	color: #C38834;
	text-decoration: none;
}
#scheduler {
	/*width: 980px;
	margin: 0px auto;*/
	color: #cccccc;
	font-size: 8pt;
}

.inline_table {
	border: 1px solid #999999;
	background-color: #f0f0f0;
}
.inline_table th {
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	background-color: #dddddd;
}
.inline_table th, .inline_table td {
	padding: 3px;
}
.inline_table tr.odd td {
	background-color: #e5e5e5;
}
.inline_table tr.even td {
}
.inline_table tr.total td {
	border-top: 1px solid #999999;
	font-weight: bold;
	background-color: #dddddd;
}
.inline_table td.message {
	text-align: center;
	font-weight: bold;
	color: #990000;
}
#taskList {
}
#taskList td {
	padding: 4px;
	color: #666;
}

.successmessagebox,
.errormessagebox {
	width: 66%;
	color: #666666;
	font-weight: normal;
	font-family: Courier New,Courier,monospace;
	font-size: 13pt;
	letter-spacing: -1px;
	margin: 32px auto;
	border: 2px solid #777;
	border-radius: 16px;
	-moz-border-radius: 16px;
	text-align: left;
	padding: 12px 12px 12px 75px;
	background-image: url(/images/Exclamation_Mark_05.gif);
	background-color: #fff;
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 120px;
	box-shadow: 3px 3px 10px 5px #aaa;
}
.successmessagebox {
	background-image: url(/images/img_obj_checkmark.png);
	padding-left: 125px;
	background-position: 16px center;
}
table.yes-no-fields td.y {
	font-weight:bold;
}
table.yes-no-fields td.n {
	color:#666666;
}
.inlineIcons {
	white-space: nowrap;
	padding: 0 !important;
}
.inlineIcons a {
	padding: 4px 2px;
	display: none;
	margin: 0 1px;
}
.inlineIcons a img {
	width: 16px;
	height: 16px;
}
table#activityList tbody tr td {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	cursor: default;
}
table#activityList tbody tr td.last {
	border-right: 1px solid transparent;
}
table#activityList tbody tr td.first {
	border-left: 1px solid transparent;
}
table#activityList tbody tr.odd td {
	background-color: #e5e5e5;
}
table#activityList tbody tr.even td {
}
table#activityList tbody tr.hover td {
	background-color: #ddd;
	border-color: #ccc;
}
table#activityList tbody tr.total td {
	font-weight: bold;
	background-color: #ddd;
	border-color: #aaa;
}

table#messagesListHome tbody tr td {
	font-size: 10pt;
	 -moz-user-select: none;
}
table#messagesListHome tbody tr.row_1 td {
	border-top: 1px solid transparent;
	background-color: #e8e8e8;
	cursor: default;
}
table#messagesListHome tbody tr.row_1 td img {
	margin-right: 2px;
}
table#messagesListHome tbody tr.row_2 td {
	border-bottom: 1px solid transparent;
	cursor: default;
}
table#messagesListHome tbody tr td.last {
	border-right: 1px solid transparent;

}
table#messagesListHome tbody tr td.first {
	border-left: 1px solid transparent;
}
table#messagesListHome tbody tr.hover td {
	background-color: #ddd;
	border-color: #ccc;
}
table#messagesListHome tbody tr.hover.row_1 td {
	background-color: #d6d6d6;
}
table#messagesListHome tbody tr.selected td {
	background-color: #EEEECC;
	border-color: #ccc;
}
table#messagesListHome tbody tr.selected.row_1 td {
	background-color: #DDDDBB;
}
table#messagesListHome tbody tr td.sender {
	width: 37%;
	font-style: italic;
}
table#messagesListHome tbody tr td.project {
	width: 26%;
	text-align: center;
}
table#messagesListHome tbody tr td.noProject {
	color:#bbb;
	font-style: italic;
}
table#messagesListHome tbody tr td.date {
	width: 37%;
	text-align: right;
	color: #999;
}
table#messagesListHome tbody tr.has_more_messages td {
}
table#messagesListHome tbody tr.has_more_messages td a {
	display: block;
	width: 100%;
	padding: 8px 4px;
	background-color: #BDD5F8;
	text-align: center;
	text-decoration: none;
	color: black;
	box-sizing: border-box;
}
table#messagesListHome tbody tr.has_more_messages td a:hover {
	background-color: #98B1D6;
	color: white;
}

table.invoiceableprojects {
}
table.invoiceableprojects td a {
	display: block;
}
table.invoiceableprojects td img {
	display: block;
	margin: 0 auto;
}
table.invoiceableprojects td.r {
	text-align: right;
	padding-right: 8px;
}
table.invoiceableprojects td.c {
	text-align: center;
}

/* Used in the dayreports */
tr.dayreport-nro td a,
tr.dayreport-nro td {
	color:red;
}
