

/* #### bootstrap Form #### */
.bootstrap-frm {
    margin-left:auto;
    margin-right:auto;

    max-width: 500px;
    background: #FFF;
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.bootstrap-frm h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.bootstrap-frm h1>span {
    display: block;
    font-size: 11px;
}
.bootstrap-frm label {
    display: block;
    margin: 0px 0px 5px;
}
.bootstrap-frm label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select{
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 70%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-frm select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height:15px;
}
.bootstrap-frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.bootstrap-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}
.bootstrap-frm .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}	





/*######## Smart Green ########*/
.smart-green {
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
    background: #F8F8F8;
    padding: 0px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.smart-green h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 40px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #c62929;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #89AF4C;

}
.smart-green h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}

.smart-green label {
    display: block;
    margin: 0px 0px 5px;
}
.smart-green label>span {
    float: left;
    margin: 10px 0 2px 0;
    color: #464646;
    font-weight: bold;
}
.smart-green input[type="text"], 
.smart-green input[type="email"], 
.smart-green textarea, 
.smart-green select,
td input[type="text"], 
td input[type="email"], 
td textarea, 
td select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 2px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea,
td textarea{
    height:102px;
    padding-top: 10px;
}
.smart-green select
td select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}
.smart-green .button,
td .button {
    background-color: #c62929;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 7px 10px 7px 10px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
    margin: 2px auto 0px auto;
    min-width: 140px;
    text-align: center;
	display: inline-block;
	text-decoration: none;
}
.smart-green .button:hover ,
td .button:hover {
    background-color:#80A24A;
}


.smart-green {
   max-width: 100%;	
}

.content {
   max-width: 	90%;	
   display: 	block;
   margin: 		40px auto 10px auto;
   padding-bottom: 40px;
}


.panel {
	font: 		14px Arial, Helvetica, sans-serif;
	width:		30%;
	margin: 	10px 5px;
	float: 		left;
	padding: 	10px;
	background-color: #d9d9d9;
}

.panel_half {
	width:		45%;
	margin: 	10px 12px;
}

.panel_full {
	width:		98%;
	clear:		both;
	margin: 	10px 20px;
	float: 		none !important;
}

.panel h2 {
    text-align: center;
    padding: 4px;
    color: #fff;
    background-color: #888;
}

table.payment {
	margin: 10px;
}
th {
    margin-top: 10px;
    color: #fff;
    font-weight: bold !important;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 5px 4px;
    background-color: #444;
}

tr.row_colour_one { background-color: #eeeeee; }
tr.row_colour_two { background-color: #bbbbbb; }

/*.content tr:hover { background-color:#b7cc93; }*/

td {
    margin-top: 10px;
    color: #464646;
    font-size: 12px;
    padding: 4px 4px;
}


.center {
    text-align: center;
}

.bold{
	font-weight: bold;
}

table.results_table {
	width: 90%;
	margin: 5px auto;
}

.page_title {
	
    text-align: center;
    padding: 4px;
    color: #fff;
    background-color: #888;
    font-size: 26px;
}

.main_nav  {
	height: 50px;
}

.main_nav ul {
	float: right;
	list-style-type: none;
}

.main_nav ul li{
	display: inline-block;
}

.main_nav ul li a {
	display: block;
	padding: 5px 15px;
	font-size: 16px;
	text-decoration: none;
	background-color: #c62929;
	color: #fff;
}

.main_nav ul li a:hover {
	background-color: #80A24A;
}

.error_message {
	
	background-color:#80A24A; 
	text-align: center;
	font-size: 16px;
	padding: 15px;
	margin: 15px auto;
	color: #fff;
	font-weight: bold;
	width: 80%;
}

.error_message a {hover
	color: #000;
	text-decoration: none;
}

.message {
	border: 1px solid #00ff00;
	background-color:#9df49f;
	margin:	10px 0px; 
	padding: 10px;
	text-align: center;
	font-size: 16px;
	color: #000;
}


.surname_results_table a {
	color:#41029f
}




/* OLD TOP MENU TWEEKS */

.outertablechk td {
	padding:1px 2px;
	font-size: 11px;
	color:#fff;

}



#cfhs_research {
    width:100%;
}


/*SHOW HIDE Table rows*/
#cfhs_research tbody tr {
    display : none;
}

#cfhs_research tr.cfhs_parent {
    display : table-row;
}

#cfhs_research tr.open {
    display : table-row;
}

#cfhs_research tr th, 
#cfhs_research tr td {
    padding: 7px 4px;
    font-size: 12px;
}

a.cfhsshowhide {
	display:block;
	text-align: center;
}

#cfhs_research tr td.center {
    text-align: center;
}


#cfhs_research tr th{
	text-align: center;
}

