body {
	font: 11px  'Arial', 'Helvetica','Verdana';
	background-image: url('../../assets/images/background.jpg');
	background-repeat: repeat;
	background-attachment:fixed;
}
hr {
	border-top: none;
	border-bottom: 1px solid #d3d3d3;
	background-color: #fff;
	height: 0px;
}
h1 {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top: 0px;
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom: 1px solid #d3d3d3;
}
h2 {
	margin-top: 10px;
	font-size: 16px;
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold
}
h3 {
	margin-top: 10px;
	font-size: 11px;
	font:Arial, Helvetica, sans-serif;
	color:#e91f36;
	font-weight:bold
}
h4 {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 11px;
	font:Arial, Helvetica, sans-serif;
	color:#383838;
	font-weight:bold;
	background: #F8F8F8;
	padding:2px;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
}
a {
	color:#e91f36;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color:#e91f36;
	text-decoration: underline;
	font-weight: normal;
}
ul.circle {
	list-style-type: circle
}

div#main_content {
	float:left;
	margin-left:20px;
	width:520px;
}
div#side_content {
	float:right;
	width:210px;
	margin-right:20px;
}
div#wide_content {
	width:750px;
	margin-right:20px;
	margin-left:20px;
}
div#login_box {
	width:400px;
	margin-right:20px;
	margin-left:20px;
}
div#sidemod {
	width:211px;
}
div#sidemod_top {
	background-image: url('../../assets/images/sidemod_top.jpg');
	height:14px;
}
div#sidemod_guts {
	background-image:url('../../assets/images/sidemod_bg.jpg');
	background-repeat:repeat-y;
	padding-left:15px;
	padding-right:15px;
}
div#sidemod_bottom {
	background-image: url('../../assets/images/sidemod_bottom.jpg');
	height:14px;
}
div#nav {
	background-repeat:repeat-y;
	background-image: url('../../assets/images/navbg.jpg');
	height:43px;
	clear:right;
	
	
}

div#nav_bottom {
	background-repeat:repeat-y;
	background-image: url('../../assets/images/navBottom.jpg');
	height:13px;
	
}
div#wide_top {
	height:20px;
	width:794;
	text-align:center;
	padding-top:2px;
}
/* QDateTimePicker */
	span.datetimepicker {
}
span.datetimepicker select {
	font: 12px 'Arial', 'Helvetica';
	border: 1px solid #d3d3d3;
}
span.datetimepicker select:focus {
	background-color: #fff;
	border-color: #d3d3d3;
}
span.datetimepicker select.month {
	width: 55px;
	padding:5px;
}
span.datetimepicker select.day {
	width: 45px;
	margin-left: 8px;
	padding:5px;
}
span.datetimepicker select.year {
	width: 65px;
	margin-left: 8px;
	padding:5px;
}
span.datetimepicker select.hour {
	width: 65px;
	margin-left: 12px;
	margin-right: 2px;
	padding:5px;
}
span.datetimepicker select.minute {
	width: 45px;
	margin-left: 2px;
	margin-right: 2px;
	padding:5px;
}
span.datetimepicker select.second {
	width: 45px;
	margin-left: 2px;
	padding:5px;
}
/* Standard HTML Form Controls */
	input.button {
	border: 1px solid #aaf;
	font: 11px 'Arial', 'Helvetica';
	font-weight: bold;
	margin-bottom:5px;
	margin-top:5px;
}
input.button:hover {
	background-color: #fff;
}
input.textbox, textarea.textbox {
	font: 12px 'Arial', 'Helvetica';
	width: 200px;
	border: 1px solid #d3d3d3;
	margin-bottom:5px;
	margin-top:5px;
	padding:5px;
}
textarea.textbox {
	height: 120px;
}
input.textbox:focus, textarea.textbox:focus {
	background-color: #fff;
	border-color: #aaf;
}
select {
	margin-bottom:5px;
	margin-top:5px;
	padding:5px;
}
select.listbox {
	font: 12px 'Arial', 'Helvetica';
	width: 208px;
	border: 1px solid #d3d3d3;
	margin-bottom:5px;
	margin-top:5px;
	padding:5px;
}
select.listbox:focus {
	background-color: #fff;
	border-color: #aaf;
}
a.listboxReset {
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	text-decoration: none;
	color: #337;
}
a.listboxReset:hover {
	text-decoration: underline;
}
label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding:5px;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
}
.red_title {
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}
.date_display {
	font-size:10px;
	color:#000000;
}
#header2 {
	font-weight:bold;
	color:#FF0000;
}
.small {
	font-size:9px;
}

.threads_table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}
.threads_table td, th {
	border:1px solid #ccc;
	padding:1px;
}
.threads_table td {
	text-align:center;
}
.threads_table tbody #thread_title {
	text-align:left;
	padding-left:5px;
}
.threads_table tbody td {
	background: #F8F8F8;
}
.threads_table tbody tr.odd td {
	background: #F8F8F8;
}
#thread_topic {
	background: #F8F8F8;
	padding:5px;
	margin-bottom:10px;
}
#thread_text {
	margin-bottom:10px;
}
#thread_topic {
	background: #F8F8F8;
	padding:5px;
	margin-bottom:10px;
}
#post_text {
	margin-left:20px;
}
#post_person {
	background: #F8F8F8;
	padding:5px;
	margin-left:20px;
	margin-bottom:5px;
}
.new_thread {
	border:1px solid #ccc;
	padding:2px;
	margin-bottom:5px;
	margin-top:10px;
	font-size:10px;
	font-weight:bold;
}
.states {
	width:100px;
	text-align:center;
}
.states label {
	width:80px;
	border:1px solid #ccc;
	text-align:center;
}
.states label:hover {
	width:80px;
	border:2px solid #ccc;
	text-align:center;
	background-color:#CCCCCC;
	font-weight:bold;
	cursor:pointer;
}
.read_more {
	margin-left:0px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu {
	margin: 0;
	padding: 0;
}
#underlinemenu ul {
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	padding:3px;
	font-weight: bold;
	width: 100%;
	border-width: 1px 0;
}
* html #underlinemenu ul { /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}
#underlinemenu ul li {
	display: inline;
}
#underlinemenu ul li a {
	color: gray;
	font-weight: bold;
	padding: 2px 6px 4px 6px;
	text-decoration: none;
	background: white url(../../assets/images/menudivide.gif) top right repeat-y;
}
#underlinemenu ul li a:hover {
	color: black;
	border-bottom: 4px solid black;
	padding-bottom: 0;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu {
	margin: 0px;
	padding: 5px;
	padding-top: 15px;
	color:#000000;
	font: bold 12px Arial;
}
.solidblockmenu li {
	display: inline;
}
.solidblockmenu li a {
	color: black;
	font-weight:bold;
	padding: 9px 11px;
	text-decoration: none;
}
.solidblockmenu li a:visited {
	color: black;
}
.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: black;
	border-bottom: 4px solid black;
}

.solidblockmenuborder {
	color: black;
	border-bottom: 4px solid black;
}
.event_calendar {
	font-size:12px;
	text-align:center;
	clear:left;
	
}
.event_day {
	font-size:9px;
	font-weight:bold;
	margin:1px;
}
#off_day {
	font-size:9px;
	border:1px solid black;
	font-weight:bold;
}
.panelHover {
	background-color: #ffffff;
	margin:1px;
	border:2px solid black;
}
.panelCurrent {
	background-color: #00aaff;
	margin:1px;
}
.panelHighlight {
	background-color: #dddddd;
	cursor: pointer;
}
.panelSelected {
	background-color: #cdcbcb;
}
.eventHeader {
	text-align:center;
	border:1px solid black;
	padding:5px;
	margin-bottom:3px;
	width:440px;
}
.next_month {
	font-weight:bold;
	font-size:9px;
}
.prev_month {
	font-weight:bold;
	font-size:9px;
}
.month_name {
	font-weight:bold;
	font-size:9px;
	display:inline;
}
.ToolTip_window {
	padding:2px;
	background-color: #ffffff;
	z-index:0;
	width:300px;
	border:1px solid grey;
	clear:both;
}
.tooltip_title {
	background-color: #e3e3e3;
	padding:3px;
	border:0.5px solid black;
	margin-bottom:5px;
}
#event_side {
	padding:3px;
	margin-bottom:5px;
}
#event_side_date {
	font-weight:bold;
	font-size:9px;
}
#checkBox_list table {
	margin-left:20px;
}
#checkBox_list table td {
	width:260px;
	padding:2px;
}
#checkBox_list table td:hover {
	width:260px;
	padding:0px;
	font-weight:bold;
	background-color: #e3e3e3;
	padding:2px;
}
#checkBox_list label {
	padding:0px;
	margin:0px;
	float:left;
	width:auto;
}
#checkBox_list input {
	float:right;
}
.legal_list table {
	margin-left:20px;
}
.legal_list table td {
	width:500px;
	padding:2px;
	font-size:10px;
}
.legal_list table td:hover {
	width:500px;
	padding:2px;
	background-color: #e3e3e3;
}
.legal_list label {
	padding:0px;
	margin:0px;
	float:right;
	width:95%;
}
.legal_list input {
	float:left;
}
.legal_list input {
	float:left;
}
#button_action {
	cursor:pointer;
}
.confirm_box {
	text-align:left;
	width:500px;
	height:150px;
	padding:10px;
	margin-bottom:50px;
	background-color: #e3e3e3;
	background: url(../../assets/images/alert_box.jpg) no-repeat;
}
.confirm_box p {
	text-align:center;
	width: 75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#990000;
	padding-top:30px;
}
#filter select {
	width:350px;
}
#col_1 {
	width:212px;
	margin-right:5px;
	float:left;
}
#col_2 {
	width:310px;
	float:left;
	margin-right:5px;
	margin-top:5px;
}
#col_3 {
	width:212px;
	float:left;
}
#login_box2 input {
	width:95%;
	padding:2px;
}
#login_box2 label {
	width:100px;
	font-size:10px;
	margin:0px;
	padding:0px;
}
#login_box3  {
	width:400px;

}
#login_box3 .ImageButton {
	width:auto;
}
#login_box2 .ImageButton {
	width:auto;
}
#login_box3 input {
	width:200px;
}
#login_box3 label {
	width:auto;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-left:30px;
	padding:0px;

}
#login_box3 .ImageButton {
	width:auto;
}
.register_box ul {
	list-style: none;
	font-size:10px;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.register_box {
	position: relative;
}


.register_box img {
padding-right: 5px;

}
#extra_document {
	margin-bottom: 2px;
	border:0px;
}

#download_document{
float:left;
width:30%;
text-align:center;
margin-bottom:10px;

}

#extra_documents{
float:right;
width:68%;
text-align:left;
margin-bottom:10px;
}

rec{
border:0.5px solid black;
padding: 3px;
}
#side_title{
font-size:10px;
padding-left: 3px;

}

#side_threads{
padding: 0px;
margin-left:5px;
border:0.5px solid black;

}

#page_title{
font-size:16px;
font-weight:bold;
padding-top:10px;
margin-bottom:15px;
color:#FF0000;
}
#search_allwords table{
width:200px;
}
#search_allwords label{
width:70%;
padding:0px;
float:right;

}

#search_allwords input{
float:left;

}
.home_samples img{
padding-left:10px;
border:0.5px solid grey;
}

.footer{
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
}

.breadcrumbs {
margin-bottom:10px;
}
#error {
border:1px solid red;
padding:5px;
text-align:center;
width:200px;

}

#keywords_search .error{
margin-left:0px;
font-weight:bold;
color:#FF0000;
}

#register_button {
	background-image: url(../images/register.jpg);
	width: 95px;
	height: 25px;
	position: absolute;
	left: 90px;
	bottom: -18px;
}

.little_space_please {
	height: 5px;
}

.little_space_please2 {
	height: 8px;
}

.viewdocument, .viewdocument:hover{
color:black; font-size:11px;font-weight:bold;
}