/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}*/

body {
	background: #333333 url(img/paper_1.png) repeat;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.7em;
	font-size: 0.875em;
}

a, a:link {
	color: #095900;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #090
}
a:visited {
	color: #769D5E
}
a:active, a:focus {
	outline: none;
}
h2 {
	font-weight: 700;
	font-size: 1.5em;
	margin-bottom: 20px;
}
h3 {
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.8em;
	margin-bottom: 20px;
}
h4 {
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 10px;
}
/*table#results {
}
table#results td {
	padding: 15px;
}
table#results td {
	border-top: 1px dotted #CCC
}
table#results tr:hover {
	background: #FFF;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	border-radius: 3px;
}*/
#pagewrapper {
	/*width: 1000px;
	margin: 5px auto;*/
}
#header {
	width: 100%;
	padding: 10px 0;
}
#header h1 a {
	display: block;
	width: 334px;
	height: 100px;
	float: none;
	margin: 0 auto;
	background: url(img/ipohworld_logo.png) no-repeat top center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#search_form_wrapper {
	padding: 40px 40px 10px 40px;
	background: url(img/paper.png) repeat;
	z-index: 1 !important;
}
#content, #content2 {
	margin-top: 5px;
	padding: 5px; /*40px 40px 40px;*/
	/*background: #FAFAFA url(img/paper.png) repeat;*/
	background: #F2F2F2;
}
#content2 { 
/*abb 6-2-14 for use with broad match result*/

	box-shadow: 0 1px 1px rgba(0,0,0,0.15), /* The top layer shadow */ 0 10px 0 -5px #ddd, /* The second layer */ 0 10px 1px -4px rgba(0,0,0,0.15), /* The second layer shadow */ 0 20px 0 -10px #ccc, /* The third layer */ 0 20px 1px -9px rgba(0,0,0,0.15); /* The third layer shadow */
}

#content p, #content2 p {
	margin-bottom: 20px;
}
.abox a, .abox a:link {
	color: #06C
}
.abox a:hover {
	color: #1797FF
}
#footer {
	clear: both;
	/*width: 100%;*/
	height: 40px;
	padding: 30px 0;
	color: #C5AB85;
	text-align: center;
	margin: 0 auto;
}
/*NOTIFICATION*/
.notice {
	color: #FFF;
	padding: 8px 12px;
	text-shadow: 0px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
	text-align: center;
	background: #8b6f2b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiNmYyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ODUyMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #8b6f2b 0%, #685220 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8b6f2b), color-stop(100%, #685220)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8b6f2b 0%, #685220 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8b6f2b 0%, #685220 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8b6f2b 0%, #685220 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8b6f2b 0%, #685220 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b6f2b', endColorstr='#685220', GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.7);
	z-index: 999;
}
#formSearch {
	padding: 0px 20px;
}
#formSearch p, #form_sign_in p {
	margin-bottom: 20px
}
#formSearch label {
	margin: 0 15px 0 0
}
#formSearch .col1 {
	width: 160px;
	display: inline-block;
	float: left;
}
#formSearch .col2 {
	width: 600px;
	display: inline-block;
	float: left;
}
#formSearch .col1 label {
	font-weight: bold;
}
#formSearch .col2 label {
	font-weight: bold;
}
.media-type {
	width: 110px;
	display: inline-block;
	float: left;
}
#formSearch option {
	margin: 5px 0;
}
#form_sign_in {
	width: 320px;
	height: 280px;
}
#form_sign_in p {
	margin-bottom: 10px;
}
#form_sign_in label {
	width: 140px;
	display: inline-block
}
button {
	cursor: pointer
}
/*input[type="submit"] {
	cursor: pointer
}*/
.row {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}

/*USER*/
#user {
	float: right;
	margin-top: -42px;
	-webkit-border-radius: 3px 3px 6px 6px;
	border-radius: 3px 3px 6px 6px;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	background: #8B6F2B;
	padding: 6px 20px;
	border-top: solid 1px #1f190e;
	-webkit-box-shadow: inset 0px 1px 1px 0px #B18F36;
	box-shadow: inset 0px 1px 1px 0px #B18F36;
	text-shadow: 1px 1px 0px #1f190e;
	filter: dropshadow(color=#1f190e, offx=1, offy=1);
	background: #8b6f2b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiNmYyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ODUyMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #8b6f2b 0%, #685220 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8b6f2b), color-stop(100%, #685220)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8b6f2b 0%, #685220 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8b6f2b 0%, #685220 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8b6f2b 0%, #685220 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8b6f2b 0%, #685220 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b6f2b', endColorstr='#685220', GradientType=0 ); /* IE6-8 */
}
#user a, #user a:link, #user a:visited {
	color: #FFF;
}
#user a:hover {
	color: #D0AC40
}
#edit_page {
}
#edit_page label, #add_page label {
	width: 150px;
	display: inline-block
}
.errormsg {
	background: #900;
	color: #FFD5D6;
	padding: 4px 12px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 400px;
	width: 900px;
	text-align: center;
}
.errormsg a, .errormsg a:link, .errormsg a:visited {
	color: #FFF;
	font-weight: bold;
}
.errormsg a:hover {
	color: #FF0
}
hr {
	width: 100%;
	clear: both;
	border: none;
	margin: 0;
}
input[type="text"], input[type="password"], input[type="email"], .labelinputs, textarea, select, .grey_button, .green_button_s, .green_button {
	border: 1px solid #FFF;
	padding: 8px 12px;
	background: #fff;
	margin: 0;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;

	margin-bottom: 10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6);
}
.red_button_s , a.red_button_s {
	color: white;
	border: 1px solid red;
	padding: 8px 12px;
	background: red;
	margin: 0;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6);
}
input[type="submit"], button[type="submit"] {
	font-size:16px;
	background: #095900;
	color: white;
	text-decoration: none;
	border: 1px solid #095900;
	padding: 10px 12px;
	margin: 0;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6);
}
.searchbtn {
	color: white;
	font-size: 16px;
	border: 1px solid #390;
	padding: 8px 12px;
	background: #390;
	margin: 0;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6);
}
.newbtn {
	float: right;
	color: white;
	font-size: 16px;
	border: 1px solid #390;
	padding: 8px 12px;
	background: #390;
	margin: 0;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6);
	background: #8b6f2b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiNmYyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ODUyMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #8b6f2b 0%, #685220 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8b6f2b), color-stop(100%, #685220)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8b6f2b 0%, #685220 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8b6f2b 0%, #685220 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8b6f2b 0%, #685220 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8b6f2b 0%, #685220 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b6f2b', endColorstr='#685220', GradientType=0 ); /* IE6-8 */
}

/*
input[type="submit"] {
	padding: 11px 12px
}
button[type="submit"] {
	padding: 10px 12px
}
*/
.set-default, .deletebtn {
	display: inline-block;
	border-top: solid 1px #EEE
}
.set-default {
	padding: 9px 12px 9px 0px;
	border-right: solid 1px #EEE
}
.deletebtn {
	padding: 9px 0px 9px 12px;
}
.inactive {
	color: #999!important;
	cursor: default;
}
.inactive:hover {
	color: #999
}
#file_uploadUploader {
	display: inline-block;
	float: left
}
input[type="radio"], input[type="checkbox"] {
	width: 15px;
	height: 15px;
	display: inline;
	margin: 3px 0 10px;
	vertical-align: middle
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #999;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.32);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.32);
	box-shadow: 0 0 3px rgba(0,0,0,.32)
}
textarea {
	min-height: 80px;
	resize: none
}
/*paging*/
.paging a {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding: 6px 14px;
	line-height: 20px;
	color: #00C;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background: #f5f5f5;
	background: #f5f5f5 -webkit-linear-gradient(top, #ffffff, #F8F8F8);
	background: #f5f5f5 -o-linear-gradient(top, #ffffff, #F8F8F8);
	background: #f5f5f5 linear-gradient(to bottom, #ffffff, #F8F8F8);
	background: #f5f5f5 -moz-linear-gradient(top, #ffffff, #F8F8F8);
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.09)
}
.paging a:hover {
	color: #333;
	background: #f5f5f5;
	background: #f5f5f5 -webkit-linear-gradient(top, #e0e0e0, #ffffff);
	background: #f5f5f5 -o-linear-gradient(top, #e0e0e0, #ffffff);
	background: #f5f5f5 linear-gradient(to bottom, #e0e0e0, #ffffff);
	background: #f5f5f5 -moz-linear-gradient(top, #e0e0e0, #ffffff);
	border: 1px solid #bbb
}
.breadcrumbs li, .paging li {
	font-size: 12px;
	color: #666;
	display: inline;
	margin: 0 8px 8px 0;
}
.paging .showing {
	padding: 4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f5f5f5 -webkit-linear-gradient(top, #DDD, #e0e0e0 );
	background: #f5f5f5 -o-linear-gradient(top, #DDD, #e0e0e0);
	background: #f5f5f5 linear-gradient(to bottom, #DDD, #e0e0e0);
	background: #f5f5f5 -moz-linear-gradient(top, #DDD, #e0e0e0);
	color: #666;
	line-height: 20px;
}
.paging li {
	display: inline-block;
*line-height:28px;
*display:inline
}
.paging a {
	font-size: 12px;
	padding: 4px 10px
}
.paging a.b {
	font-weight: bold
}
.paging a:hover, .paging a.active {
	background: #fff
}

/*.atitle {
	width: 150px;
	display: inline-block;
	font-weight: bold;
	vertical-align: top!important;
	margin-bottom: 15px;
	float:left;
}
.adesc {
	width: 650px;
	display: inline-block;
}*/

span.atitle {
	width: 180px;
	display: inline-block;
	font-weight: bold;
	vertical-align: top!important;
	margin-bottom: 15px;
	float:left;
/*	width: 140px;
	display: inline-block;
	color: #666;*/
}
span.adesc {
	width: 660px;
	display: inline-block;
	margin-bottom: 15px;
}
span.subject {
	font-weight: bold;float:left;display:inline-block;width:75%;margin-bottom:15px;
} /*used in view.php - bold subject*/
.grey_button:active, .green_button_s:active, .green_button:active {
	position: relative;
	top: 1px;
}
transition, table#results tr, table#results tr:hover, a, a:link, a:hover {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
/* IMAGE UPLOAD - UPLOAD.PHP */
.filebox {
	width: 184px;
	float: left;
	margin: 10px;
	background: #FFF;
	padding: 12px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	text-align:center;
	height:150px;
}

.filebox2{	width: 184px;
	float: left;
	margin: 10px;
	background: #FFF;
	padding: 12px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	text-align:center;
	/*height:150px; - 20140606-rbj removed due to view.php*/}
	
/* IMAGE ELEMENTS*/
a.image-launcher {
	display: block;
	height: 150px;
	width: 150px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center
}
/* FONTS */
@font-face {
	font-family: 'IcoMoon';
	src: url('https://db.ipohworld.org/css/fonts/icomoon-webfont.eot');
	src: url('https://db.ipohworld.org/css/fonts/icomoon-webfont.eot?#iefix') format('embedded-opentype'), url('https://db.ipohworld.org/css/fonts/icomoon-webfont.woff') format('woff'), url('https://db.ipohworld.org/css/fonts/icomoon-webfont.ttf') format('truetype'), url('https://db.ipohworld.org/css/fonts/icomoon-webfont.svg#IcoMoonBase') format('svg');
}
.icon {
	height: 0.8em;
	width: 0.8em;
	display: inline-block;
	font-size: 21px;
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	line-height: 0.5em;
	padding: 0 5px 0 0;
	margin: 0;
	font-family: 'IcoMoon', arial, sans-serif;
	position: relative;
	top: -3px;
	left: 0;
	-webkit-font-smoothing: antialiased;
	zoom: 1;
}
.msie .icon {
	top: -1px;
}/* IE ONLY - I know :P */
img, img a, img a:link {
	border: none
}
.icon span {
	position: relative;
	top: -49%;
	left: 0.017em;
	color: inherit;
	display: inline-block;
	zoom: 1;
}
.icon.small {
	font-size: 21px;
} /* default */
.icon.medium {
	font-size: 31px;
}
.icon.large {
	font-size: 41px;
}
.icon.x-large {
	font-size: 61px;
}
.icon.social {
	font-family: 'IcoMoonSocial', arial, sans-serif;
}
.icon.social span {
	top: -23%;
}
/* colors (starting point) */
.icon.gray {
	color: #999;
}
.icon.darkgray {
	color: #666;
}
.icon.black {
	color: #000;
}
.icon.white {
	color: #fff;
}
.icon.red {
	color: #CA2200;
}
.icon.blue {
	color: #3EBDFF;
}
.icon.green {
	color: #A7C210;
}
.icon.pink {
	color: #E9236E;
}
a.poweredby, a.poweredby:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline-block;
	padding: 6px 12px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #8B6F2B;
	-webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	color: #E4DDC2;
	letter-spacing: 0.0em;
}
a.poweredby:hover {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	background: #e0302a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwMzAyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNzAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e0302a 0%, #b70000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0302a), color-stop(100%, #b70000));
	background: -webkit-linear-gradient(top, #e0302a 0%, #b70000 100%);
	background: -o-linear-gradient(top, #e0302a 0%, #b70000 100%);
	background: -ms-linear-gradient(top, #e0302a 0%, #b70000 100%);
	background: linear-gradient(to bottom, #e0302a 0%, #b70000 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0302a', endColorstr='#b70000', GradientType=0 );
	-webkit-border-radius: 8px;
	border-radius: 8px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.abox {
	background: #F8F8F8;
	padding: 5px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12)
}
#formSearch2 {
	padding: 10px 20px 0px 20px;
	/*border: solid 1px #CCC;
	-webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.4);*/
	/*background: #F0FF9A;*/
}
#formSearch2 p {
	margin-bottom: 0px;
	float: left
}
#form_sign_in p {
	margin-bottom: 20px;
	float: left
}
#formSearch2 label {
	margin: 0 20px 0 0
}
#formSearch2 option {
	margin: 5px 0;
}
.clearfix:before,.clearfix:after{content:" ";display:table;}

.clearfix:after{clear:both;}
.clearfix {*zoom:1;}

html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.thumb-txtCenter {
	text-align: center;
	display: block;
	margin: -24px 0 0 0;
	background: rgba(0,0,0,0.8);
	position: relative;
	color: #FFF
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000;
}
#colorbox {
}
#cboxContent {
	margin-top: 20px;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	border: 5px solid #000;
	background: #fff;
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}
#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url(img/controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxPrevious:hover {
	background-position: bottom left;
}
#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url(img/controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxNext:hover {
	background-position: bottom right;
}
#cboxLoadingOverlay {
	background: #000;
}
#cboxLoadingGraphic {
	background: url(img/loading.gif) no-repeat center center;
}
#cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url(img/controls.png) no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}

/* abb 10-1-13 */
form p label, .row label {
	font-weight: bold;
	vertical-align: top;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/* abb 14-1-13 redefine */
.clear {
	clear:both;
}

strong, b {
	font-weight: bold;
}

i {
	font-style:italic;
}

u {
	text-decoration: underline;
}

blockquote {
	margin: 5px 5px 5px 15px;
	padding-left: 20px;
  border-left: 3px solid #ccc;
	/*text-indent: 100px;*/
}

li {
	margin-left: 50px;
}

/*td {
	margin: 0px;
	padding: 5px;
	border: 1px solid grey;
}
.hlrow td {
	margin: 0px;
	padding: 5px;
	border: 0px solid grey;
}
*/
.allimagesbox {
	display: block;
	position:relative;
	width: 720px;
	/*border: 5px solid red;*/
	float:right;
	padding-bottom: 10px;
}

#main {
}

.blockline {
	display: block;
	background: #333333;
	width: 100%;
	height: 20px;
}