body {
    margin: 0;
    padding: 0;
    text-align: justify;
    font: 15px Arial, Helvetica, sans-serif;
    color: #626262;
    background: url('images/main_bg.png') top left no-repeat #231f20;
}

.loginField {
	font: italic 12px Arial;
	color: #c6c8cc;
	border-style: none;
	width:  140px;
	height:  20px;
	background: transparent url(images/loginFieldBackground.png) no-repeat;
	padding-left: 7px;
}

.hiddenField {
	display: none;
}

#header {
	height: 75px;
	padding-top: 20px;
	padding-left: 200px;
    background: url('images/header_bg.png') top left repeat-x;
}

.headerPromptLarge {
   font: bold 16px Arial;
   color: #58595b;
}

.headerPromptLarge a {
	text-decoration: none;
   color: #58595b;
}

.headerPromptSmall {
   font: bold 12px Arial;
   color: #58595b;
	margin-top: 10px;
}

.headerPromptSmall a {
	text-decoration: none;
   color: #58595b;
}

#siteType {
	width: 150px;
	height: 20px;
	background-color: red;
	color: white;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

#blogInvite {
	width: 240px;
	height: 20px;
    background-color: gray;
	text-align: center;
	position: absolute;
	left: 880px;
	top: 75px;
	font: bold 15px Helvetica;
}

#blogInvite a {
	text-decoration: none;
	color: #82d140;	
}

#leftMenu {
	width:  198px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	font: bold 15px Helvetica;
	color: #81d140;	
}

#logo {
	display: inline;
}

.leftMenuList {
	margin-top: 50px;
}

.leftMenuItem {
	height: 45px;
	display: list-item;
}

.leftMenuIcon {
	vertical-align: -9px;
	padding-left: 2px;
}

#leftMenu a {
	color: #82d140;
	text-decoration: none;
}

#content {
	margin-left: 220px;
	margin-right: 220px;
	padding: 10px;
	width:  622px;
}

#contentTitle {
	color: #e5e5e5;
	font: bold 20px Helvetica;
}

#contentAdmin {
	background-color: white;
	padding: 5px;
	font-size: x-small;
}

#caseEdit {
	padding: 5px;
}

#editForm {
	padding: 5px;
	background-color: white;
}

#ads {
	width: 198px;
	float: right;
	background-color: white;
}

#logo {
	float: right;
}

ol, ul {
    margin-bottom: 2em;
    line-height: 200%;
	list-style-image: none;
	list-style-type: none;
	text-align: right;
}

p {
}

.caseThumb {
	display: inline-block;
	float: right;
	text-align: right;
}

.caseNoteEntry {
	background-color: white;
	border-bottom-color: #E5EAF1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 2px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	width: 644px;
}

.caseNoteEntryWithPhoto {
	background-color: white;
	border-bottom-color: #E5EAF1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: left;
	display: block;
	margin-bottom: 2px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	width: 644px;
}


.caseNoteActions {
	color: #777;
}

.caseNotePhoto {
	display: inline-block;
	width: 105px;
	clear: none;
}

.caseNoteText {
	display: inline-block;
	width: 420px;
	vertical-align: top;
	text-align: left;
}

.caseNoteAuthor {
	padding-right: 5px;
	font-weight: bold;
	color: black;
}

.caseNoteAuthorName {
	color: #82d140;
}

.caseNoteComments {
	color: black;
}

.caseNoteInfo {
	width: 105px;
}

.caseNoteInfoLabel {
	font-size: x-small;
	font-weight: bold;
}

.caseNoteInfoText {
	font-size: x-small;
	
}

.deleteRequest {
	background-color: white;
	color: red;
	border-style: solid;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.caseListEntry {
	background-color: white;
	padding: 10px;
	margin-top: 20px;
}

.caseListEntry a {
	text-decoration: none;
}

.caseListEntryCategories a {
	text-decoration: none;
	color: black;
}

.caseListEntryCaption {
	font: bold 20px Helvetica;
	color: #81d036;
}

.caseListEntryText {
	font: 12px Georgia;
}

.caseListEntryNote {
	background-color: #ECEFF5;
	border-bottom-color: #E5EAF1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: left;
	display: block;
	margin-bottom: 2px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
}

.caseListEntryThumb {
	float: right;
	right: -10px;
	top: -10px;
	z-index: 3;
}

.caseListEntryPhoto {
	top: -60px;
}

.caseListEntryDisplay {
	background-color: gray;
}

.caseListEntryNoteActions {
	color: #777;
	display: block;
	height: 13px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.caseListEntryNoteText {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.caseListEntryNoteAuthor {
	display: inline;
	padding-right: 5px;
	font-weight: bold;
	color: #3B5998;
}

.caseListEntryNoteComments {
	color: black;
}

.caseListEntryMoreNotesAvailable {
	display: block;
	height: 13px;
	padding-top: 2px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #3B5998;}

#homeGraphic {
	
}

#homeTitle {
	font: bold 28px Helvetica;
	color: #e5e5e5;
	padding-top: 20px;
	padding-bottom: 10px;
}

.homeFeaturedCases a {
	text-decoration: none;
}

.homeFeaturedCase {
	font: bold 12px Helvetica;
	color: #81d140;
	background-color: white;
	padding: 10px;
	height: 200px;
	text-align: left;
}

.homeFeaturedCase a {
	text-decoration: none;
}

#ads {
	width: 120px;
	top: 118px;
	float: right;
	position: absolute;
	left: 900px;
    background-color: #252122;
}

#documentText {
	background-color: white;
	padding: 5px;
	font-size: small;
}

#documentText ol, ul {
}

#documentText li {
    line-height: normal;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin-bottom: 10px;
}

#noteCommentForm {
	background-color: #ECEFF5;
	border-bottom-color: #E5EAF1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#noteCommentPhoto {
	display: inline-block;
	width: 105px;
	clear: none;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
	padding-top: 10px;
	padding-left: 10px;
}

#noteCommentText {
	width: auto;
	vertical-align: top;
}

#noteCommentButton {
	text-align: right;
}

.noteCommentBlock {
	color: white;
	background-color: blue;
	padding: 5px;
}

#noteCommentFormTrigger {
	padding: 3px;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	background-color: #445c31;
	color: #68a629;
	display: inline-block;
	position: absolute;
	bottom: 10px;
}

.caseNoteList {
	display: inline-block;
	font: 12px Georgia;
}

.thumbSelected {
	opacity: 1;
	border: 1px solid black;
}

.thumbUnselected {
	opacity: 0.4;
}

.t-error {
	z-index: 6;
}

.t-error ul {
    margin-bottom: 2em;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
}

.t-error li {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
    line-height: 100%;
	padding-bottom: 10px;
}

DIV.t-error LI {
    margin-left: 0px;
}

HTML>BODY DIV.t-error LI {
    margin-left: 10px;
}

td .userAddFieldLabel {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.userAddThankYouMessage {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin: 20px 50px;
	height: 100px;
}

#loginForm {
	width: 600px;
}

#loginForm .t-error {
	z-index: 10;
}

#loginFormExtraButtons {
	padding-top: 10px;
	padding-left: 40px;
}

.articleList {
	background-color: white;
	padding: 10px;
	display: inline-block;
	width:  622px;
}

.articleList a {
	text-decoration: none;
}

.articleListEntry {
	background-color: #ECEFF5;
	border-bottom-color: #E5EAF1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: left;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #777;
	padding-bottom: 3px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-left: 0;
}

.articleListEntryAge {
	float: right;
	color: #777;
}

.articleView {
	display: inline-block;
	background-color: #ECEFF5;
	border-bottom-color: #E5EAF1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: left;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
	padding: 10px 10px 20px;
}

.articleTitle {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
	
}

.articleAge {
	font-size: 11px;
	color: #777;
}

.articleContents {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}


.tipList {
	background-color: white;
	padding: 10px;
	display: inline-block;
	width:  622px;
}

.tipList a {
	text-decoration: none;
}

.tipListEntry {
	background-color: #ECEFF5;
	border-bottom-color: #E5EAF1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: left;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #777;
	padding-bottom: 3px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-left: 0;
}

.tipView {
	display: inline-block;
	background-color: #ECEFF5;
	border-bottom-color: #E5EAF1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: left;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
	padding: 10px 10px 20px;
}

.tipTitle {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
	
}

.tipContents {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

.tipLinkList {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;	
}

.tipLinkEntry {
	padding-left: 10px;
}

#newsbox {
	background-color: fuchsia;
	width: 400px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 50px;
	background: transparent url(images/newsbox.png) no-repeat;
	padding-left: 5px;
	font: 12px Helvetica;
	padding-top: 4px;
}

#newsbox a {
	text-decoration: none;
	color: black;
}

#newstitle {
	font-weight: bold;
}

#greentipbox {
	background-color: fuchsia;
	width: 400px;
	height: 20px;
	position: absolute;
	top: 40px;
	right: 50px;
	background: transparent url(images/newsbox.png) no-repeat;
	padding-left: 5px;
	font: 12px Helvetica;
	padding-top: 4px;
	overflow: hidden;
}

#greentipbox a {
	text-decoration: none;
	color: black;
}

#greentiptitle {
	font-weight: bold;
}

#mainMap {
}

#mainMapBorderTop {
	top: 140px;
	left: 220px;
	position: fixed;
}

#mainMapBorderBottom {
	top: 460px;
	left: 220px;
	position: fixed;
}

#mainMapBorderLeft {
	top: 160px;
	left: 220px;
	position: fixed;
}

#mainMapBorderRight {
	top: 160px;
	left: 851px;
	position: fixed;
}

#mainMapCases {
}

#caseCircleIcon {
	position: relative;
	top: -10px;
	left: -10px;
	z-index: 1;
}

#casePhoto {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}

#caseCaption {
	padding-bottom: 15px;
	font: bold 24px Helvetica;
	color: black;
	padding-top: 15px;
}

#caseSidebar {
	background-color: #274310;
	width: 140px;
	height: 435px;
	position: absolute;
	padding-right: 10px;
}

#caseMain {
	background-color: white;
	width:  490px;;
	height: 435px;
	left: 160px;
	position: relative;
}

#caseText {
	width: 480px;
	height: 350px;
	overflow: hidden;
}

#caseNote {
	font: 14px Georgia;
}

.caseCategories {
	font: 12px Georgia;
	text-align: left;
	padding-top: 10px;
}

.caseCategoriesList {
	padding-left: 15px;
}

#case {
	background-color: white;
}

#caseDayOfMonth {
	font: bold 59px Helvetica;
	text-align: right;
	color: #81d140;
}

#caseMonth {
	font: bold 14px Helvetica;
	text-align: right;
	color: #81d140;
	margin-top: -8px;
	padding-bottom: 25px;
}

.caseUsernameLabel {
	font: 12px "Helvetica Neue";
	text-align: right;
	color: white;
}

.caseCreateUser {
	color: #81d140;
}

#caseMap {
	float: right;
	padding-top: 40px;
}

#caseResolution {
	bottom: 0px;
	position: absolute;
	right: 5px;
}

.caseNotesCount {
	color: white;
	font: bold 20px Helvetica;
	margin-top: 10px;
	margin-bottom: 10px;
}

.caseNoteEntrySidebar {
	width: 130px;
	padding-right: 10px;
	text-align: right;
	border-right: 1px solid black;
	position: relative;
}

.caseNoteEntryContent {
	background-color: white;
	width:  483px;
	left: 140px;
	top: -40px;
	position: relative;
	border-left: 1px solid black;
	padding-left: 10px;
}

.caseNoteEntryWithPhotoContent {
	background-color: white;
	width:  483px;
	left: 140px;
	top: -90px;
	position: relative;
	border-left: 1px solid black;
	padding-left: 10px;
}

.caseEntryPhoto {
	position: relative;
	top: -30px;
}

#caseEditButtonTray {
	padding: 3px;
	padding-left: 10px;
	background-color: white;
	display: inline-block;
	position: absolute;
	bottom: -27px;
	right:  0px;
}

.caseEditPrompt {
	font: bold 12px Georgia;
	text-align: left;
}

.caseEditField {
	padding-top: 5px;
	padding-bottom: 5px;
}

.caseEditCategories {
	background-color: white;
	position: absolute;
	top: 300px;
}

#expandAnchor {
	position: absolute;
	right:  -15px;
	top: -20px;
}