body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	color: #363636;
}

#main {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: inline-table;
}

#header {
	margin: 0px auto;
	width: 100%;
	padding: 5px 20px 5px 20px;
}

#container {
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
	background: #FFFFFF;
	background-repeat: repeat-x;
	padding-top: 30px;
}

#subheading {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}

#content {
	float: left;
}

.jfLogo {
	float: left;
	padding-left: 5px;
}

#userToolArea {
	float: right;
	padding-right: 50px;
	height: 50px;
	vertical-align: middle;
}

#userToolArea span {
	font-size: 12px;
	vertical-align: middle;
}

#userToolArea span a {
	font-size: 12px;
}

#userToolarea span a:hover {
	font-size: 12px;
	text-decoration: underline;
}

#footer {
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 0.85em;
}

code {
	font-size: 1.1em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #243446;
	font-size: 2.25em;
	margin: 0;
}

h2 {
	font-size: 1em;
	margin: 0;
}

h3 {
	color: #243446;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}
/* Member registration styles */
span.invalid {
	padding-left: 3px;
	color: red;
}

.register {
	float: left;
	margin-left: 85px;
}

/*  -----  table style  -------  */

/*  = Simple Table style (black header, grey/white stripes  */
.simpletablestyle {
	background-color: #E6E7E8;
	clear: both;
	width: 550px;
}

.simpletablestyle img {
	border: 0px;
}

.simpletablestyle td {
	height: 2em;
	padding-left: 6px;
	font-size: 11px;
	padding: 5px 5px;
}

.simpletablestyle th {
	background:
		url(/JFPatronAdmin/resources/gfx/bkg-blkheader.png black repeat-x top left);
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px 0 5px;
	border-bottom: #999999 dotted 1px;
}

.simpletablestyle thead {
	background:
		url(/JFPatronAdmin/resources/gfx/bkg-blkheader.png black repeat-x top left);
	height: 31px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.simpletablestyle .header a {
	color: #94aebd;
}

.simpletablestype tfoot {
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	background-color: #EAECEE;
	text-align: center;
}

.simpletablestyle tr.header td {
	padding: 0px 10px 0px 5px;
}

.simpletablestyle .subheader {
	background-color: #e6e7e8;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

/* Using new CSS3 selectors for styling*/
.simpletablestyle tr:nth-child(odd) {
	background: #f4f3f3;
}

.simpletablestyle tr:nth-child(even) {
	background: #ffffff;
}

.simpletablestyle td a:hover {
	color: #3883ce;
	text-decoration: none;
}

.detailPanel table {
	width: 500px;
}

.detailPanel td {
	vertical-align: top;
}

.detailPanel .labelCol {
	width: 200px;
	background-color: #dddddd;
}

.detailPanel .labelCol label {
	width: 150px;
	font-weight: bold;
	text-align: left;
}

.detailPanel .valueCol {
	font-weight: normal;
	text-align: left;
}

.ui-widget-content a {
	color: #0000ff;
}

.message {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #f0f8ff;
	border-bottom-color: #ffcc00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-source: none;
	border-image-width: 1 1 1 1;
	border-left-color: #ffcc00;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #ffcc00;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #ffcc00;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.message ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: block;
	margin-block-end: 1em;
	margin-block-start: 1em;
	padding-inline-start: 40px;
}

.labelColumn {
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}

.valueColumn {
	vertical-align: top;
}

.message {
	border: 1px solid #FFCC00;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF;
	font-size: 12px;
}

.error {
	float: left;
	padding: 5px;
}

.errors {
	color: red;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input {
	border: 1px solid red;
}

.errors textarea {
	border: 1px solid red;
}

.fa-times {
	font-size: 16px;
	color: red;
}

.fa-plus {
	font-size: 16px;
	color: green;
}

.fa-pencil {
	font-size: 16px;
	color: #1b76a9;
}

.fa-file-text {
	font-size: 16px;
	color: #1b76a9;
}

.fa-file-excel-o {
	font-size: 16px;
	color: #008000;
}