/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: black;
    background: #AAE74A url("images/img04.gif") repeat-x;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0;
    line-height: 1.2;
    font-weight: bold;
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

hr {
	margin: 10px auto;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0;
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
}

a:link {
    color: mediumblue;
}
a:visited {
    color: indigo;
}
a:hover, a:focus, a:active {
    color: crimson;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input, button, select {
    vertical-align: middle;
}

table {
	width: 97%;
	margin: auto;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid gray;
	background-color: white;
}

th {
	background-color: #E5E7F3;
	border-bottom: 0;
}

td {
	padding: 5px;
	border-bottom: 1px solid #D3D3D3;
	color: black;
}

tr .valid {
	color: green;
}

tr .warning {
	color: red;
}

tr .other {
	color: orange;
}

td img {
	height: 15px;
	cursor: pointer;
}

td .pop_up {
	height: 10px;
	cursor: pointer;
}

/* .pagetitle */

/*
.pagetitle {
	height: 33px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 8px 0 0 15px;
	background: url(images/img13.gif) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;
}
*/

.pagetitle {
	height: 33px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 25px;
	padding: 4px 0 4px 5px;
	font-size: 1.9em;
	color: black;
	border-left: 5px solid #FF8B00;
	border-bottom: 1px dashed #CCC;
}

.pagetitle:hover {
	color: #FF8B00;
	border-left: 5px solid black;
}

.valid {
	color: #2F5F3C;
	padding: 0;
}

.warning {
	color: red;
	padding: 0;
}

.valid_form {
	border: 1px solid green;
}

.warning_form {
	border: 1px solid red;
}

.big_submit {
	-webkit-appearance: button;
	font-size: 15px !important;
	height: 1.85em !important;
	margin: 0.2em;
	padding: 0px 8px;
}


.div_inactive {
	display: none;
}

.buttonAJAX {

	display: table-cell;
	display: inline\9;
	display /*\**/: inline\9;
	background: transparent;
	text-decoration: underline;
	border: 0;
	color: #FF8900;
	cursor: pointer;
	font-size: 12px;
	line-height: inherit;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

table .td_align_left {
	text-align: left;
}

/* Header */

#header {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	padding: 0;
}

#logo {
	float: left;
	background: url("images/logo_simple.png") no-repeat left center;
	height: 120px;
	margin: 0;
	margin-left: 15px;
	padding: 0;
}

#logo h2 {
	text-transform: lowercase;
	margin: 0;
	padding: 25px 0 5px 145px;
	letter-spacing: -2px;
	font-size: 2.7em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

#logo h2 a {
	color: #000000;
	text-decoration: none;
}

#logo h3 {
	margin: -10px 0 0 2px;
	padding: 0 0 0 155px;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}

#publicite {
	float: right;
	margin-top: 20px;
	margin-right: 1%;
	
	border: 1px solid gray;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius : 5px;
	
	color: black;
	padding: 5px;
	text-align: center;
	width: 30%;
	max-width: 550px;
}

#login {
	float: right;
	text-align: right;
}

#login a {
	font-size: 11px;
	color: #EA8D3B;
}

#login form {
	margin: 0;
	margin-right: 5px;
	padding: 20px 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login input[type="text"] {
	width: 200px;
}

#login input[type="password"] {
	width: 200px;
}

#login .login_input {
	width: 120px;
	margin: 0 5px 5px 0;
	padding: 2px 5px;
	background: url("images/img02.gif") repeat-x;
	border: 1px solid #ACACAC;
}

/*#login #login_submit {
	width: 67px;
	height: 28px;
	padding: 0;
	background: #006BFF url("images/img03.gif") no-repeat;
	border: none;
	text-transform: lowercase;
	color: #FFFFFF;
}*/

#login #login_submit span.new_big_submit_txt {
	height: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: white;
	padding: 5px 5px 8px 5px;
	border-left: 0;
	margin-top: 0;
}

#top_login {
	margin-top: 30px;
	margin-right: 5px;
}

#button_panier {
	font-size: 13px;
}

#user_panier_display {
	position: absolute;
	right: 15px;
	top: 130px;
	border: 1px solid #A4C96A;
	width: 250px;
	background: white;
	text-align: center;
	padding: 2px 0;
	
	border-radius : 4px;
	
	-moz-border-radius: 4px;
	
	-webkit-border-radius: 4px;
}

#user_panier_display a {
	color: red;
}

#content_panier {
	position: absolute;
	text-align: right;
	width: 650px;
	border: 2px solid #626F45;
	background: url("images/back1.gif") no-repeat scroll 0 0 #FBFFEF;
	z-index: 15;
	top: 30px;
	right: 0;
	padding: 15px;
	padding-top: 0;
	
	border-radius : 4px;
   	
   	-moz-border-radius: 4px;
	
	-webkit-border-radius: 4px;
}

#content_panier h3 {
	color: green;
	font-weight: normal;
}

/*#content_panier table {
	z-index: 50;
	width: 100%;
	margin: 0;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid gray;
	background-color: white;
}

#content_panier th {
	background-color: #EFF1FF;
	border-bottom: 1px solid gray;
}

#content_panier td {
	padding: 5px;
	border-bottom: 1px solid #D3D3D3;
	color: black;
}*/

#content_panier a, #content_panier input[type="button"] {
	font-size: 13px;
}

/*#content_panier td img {
	padding-top: 5px;
	height: 15px;
	cursor: pointer;
}*/

/* Menu */

#menu {
	/*width: 962px;*/
	height: 50px;
	margin: 0 0 0 233px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 38px;
	padding: 8px 20px 0 20px;
	text-decoration: none;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item {
	background: url(images/img05.gif) no-repeat;
}

#menu .current_page_item a {
	background: url(images/img06.gif) no-repeat right top;
	font-weight: bold;
	text-decoration: underline;
}

/* Page */

#page {
	max-width: 1600px;
	min-height: 790px;
	margin: 0 5px 0 233px;
	background: #FFF;
	border: 1px solid #A4C96A;
	
	border-radius : 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#page a {
	color: #FF8900;
}

#page .input_text {
	min-width: 250px;
	margin: 2px 6px 0 0;
	padding: 2px 5px;
	border: 1px solid #ACACAC;
}

#page .text_area {
	border: 1px solid #ACACAC;
	width: 50%;
}

#page .input_button {
	width: 67px;
	height: 28px;
	padding: 0;
	border: none;
	color: #FFFFFF;
}

#page .input_select {
	max-width: 250px;
}

#page .clear_both {
	clear: both;
}

/* Content */

#page #content {
	/*margin-left: 215px;*/
	margin-top: 15px;
	padding: 0 11px 0 0;
}

#page #content .tabbed_box {
	background-color: #FFFFFF;
	float: right;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 15px;
	width: 40%;
}

#page #content .sub_button {
	margin: 0;
	padding: 0;
}

#page #content .sub_button_bottom {
	float: left;
}

#page #content .sub_button a {
	font-size: 10px;
}

#page #content .input_checkbox {
	text-align: left;
	width: 15px;
}

#page #content #questions_cles a {
	color: #232323;
}

/* Content .box */

#page #content .box, #page #content .box2 {
	background: #FFF url(images/back1.gif) no-repeat;
	color: #232323;
	margin-bottom: 15px;
	padding: 5px 15px 15px 15px;
}

#page #content .box h2 {
	margin-top: 0px;
	margin-left: 30px;
}

#page #content .box #form_whois label {
	cursor: pointer;
}

#page #content .table_google {
	margin: 0;
	padding: 0;
	width: inherit;
}

#page #content .table_google th {
	border: inherit;
	text-align: left;
}

#page #content .table_google tr:hover td {
	border-bottom: 1px solid gray;
}

#page #content .table_google td {
	text-align: left;
	font-size: 1em;
}

#page #content .table_google td a {
	text-align: left;
	font-size: 1em;
}

#page #content .table_google input[type="button"] {
	display: inherit;
	background: transparent;
	text-decoration: underline;
	border: 0;
	color: #FF8900;
	cursor: pointer;
	font-size: 12px;
	line-height: inherit;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
}

#page #content .table_google a {
	font-size: 12px;
}

#page #content .option_search_google {
	background-color: #E6E7F2;
	max-width: 90%;
	border: 1px solid #ACACAC;
	padding: 5px 5px 2px 5px;
}

#page #content .option_search_google input[type="text"] {
	border: 1px solid #6F6F6F;
	max-width: 150px;
}

#page #content .option_search_google select {
	max-width: 150px;
}

#page #content .box h2 input[type="button"] {
	display: block;
	font-size: 15px;
	font-weight: bold;
	background: transparent;
	border: 0;
	cursor: pointer;
	margin: 9px 0 0 0;
	padding: 0;
	line-height: inherit;
}

#page #content .box #demotip { 
    display: none; 
    background: transparent url("images/white_arrow.png");
    font-size: 12px; 
    height: 70px; 
    width: 160px; 
    padding: 25px; 
    color: #000;     
}

.tooltip {
	z-index: 1;
    display: none; 
    background: transparent url("images/white.png");
    font-size: 12px; 
    height: 60px; 
    width: 160px; 
    padding: 25px; 
    color: #000;     
}

#page #content .box .orderalign .hproduct {
	display: inline;
}

#page #content .box .orderalign .hproduct h2 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
}

/* Content .box .box_informations */

#page #content .box .box_informations {
	width: 95%;
	padding: 15px;
	border: 2px solid #ACACAC;
	background-color: #FEFEFE;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius : 4px;
}

#page #content .box .box_informations h3 {
	margin: 0 0 10px 15px;
}

#page #content .box .box_informations p {
	padding: 5px 0 15px 0;
	margin: 0;
}

/* Content .box .inbox */
#page #content .box .inbox {
	margin-bottom: 20px;
}

#page #content .box .inbox .p_google_bottom {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#page #content .box .inbox .p_google_bottom input[type="button"] {
	display: table-cell;
	display: inline\9;
	display /*\**/: inline\9;
	font-size: 12px;
	background: transparent;
	text-decoration: underline;
	border: 0;
	color: #FF8900;
	cursor: pointer;
	font-size: 12px;
	line-height: inherit;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
}

#page #content #area_whois {
	border: 2px solid #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 8px;
	font-size: 1.1em;
	-webkit-box-shadow: 0 1px white;
	-moz-box-shadow: 0 1px white;
	box-shadow: 0 1px white;
	height: 130px;
	color: #222;
	outline: none;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
}

#page #content #question_cles {
	background: white;
}

#page #content #question_cles h3 a {
	color: black;
	font-size: 12px;
}

#page #content .div_inactive {
	display: none;
}

#page #content ul.tabs {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: -1px;
    margin-right: 2px;
}

#page #content ul.tabs li {
    list-style: none;
    display: inline;
}

#page #content ul.tabs li h2.first {
	margin-left: 0px;
}

#page #content ul.tabs li h2 {
	display: inline;
	color: #666666;
	margin-left: inherit;
	margin-left: 2px;
}

#page #content ul.tabs li h2 button {
	z-index: 2;
	position: relative;
	display: inline;
	cursor: pointer;
	min-width: 110px;
	z-index: 10;
	color: white;
    background-color: #ACACAC;
	font-size: 14px;
    padding: 5px 5px;
    margin: 0;
    
    border: 1px solid #CCC;
   	
   	border-radius : 4px;
   	border-bottom-left-radius: 0;
   	border-bottom-right-radius: 0;
   	
   	-moz-border-radius: 4px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	
	-webkit-border-radius: 4px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

#page #content ul.tabs li h2 button:hover {
	background-color: white;
	color: #666666;
}

#page #content ul.tabs li h2 button.inactive {
	display: none;
}

#page #content ul.tabs li h2 button.active {
    border-bottom: 1px solid white;
    color: #666666;
	background-color: white;
}

#page #content .menu_content {
	position: relative;
	min-height: 200px;
	z-index: 1;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #CCC;
    
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 4px;
	
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 4px;
	
	border-radius : 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 4px;
}

#page #content .menu_content hr {
	max-width: 600px;
	margin: 20px auto;
}

#page #content .menu_content table {
	border: 0;
}

#page #content .menu_content #table_saved_search_engine {
	border: 1px solid gray;
}

#page #content .menu_content #table_search_engine {
	border: 1px solid gray;
}

#page #content .menu_content .table_contacts {
	border: 1px solid #808080;
}

#page #content .menu_content table tr {
	text-align: left;
	vertical-align: top; 
}

#page #content .menu_content .table_contacts tr {
	text-align: center;
}

#page #content .menu_content table th {
	text-align: center;
}

#page #content .menu_content table td {
	padding-left: 15px;
}

#page #content .menu_content .table_google {
	width: 98%;
	margin: 0;
	padding: 0;
	border: 0;
}

#page #content .menu_content .table_google tr {
	border: 1px solid #D3D3D3;
}

#page #content #content_identity #content_identity_td {
	width: 35%; 
	border-right: 1px solid black;
}

#page #content #content_identity .div_inactive {
	margin: 0; 
	padding: 0;
	font-size: 11px;
}

#page #content #tab_action_contacts td {
	width: 300px;
}

#page #content #table_bill table {
	border: 1px solid #808080;
	text-align: left;
}

#page #content #table_bill th {
	text-align: left;
	width: 50%;
}

#page #content #table_bill td {
	vertical-align: top;
}

#page #content #table_bill #table_invoice th {
	text-align: center;
	min-width: 50px;
}

#page #content #table_bill #table_invoice td {
	text-align: center;
	min-width: 100px;
}

#page #content #table_bill #table_invoice .table_invoice_bottom_tr {
	text-align: right;
	font-weight: bold;
}

#page #content #table_bill #table_invoice .table_invoice_bottom_th {
	padding: 2px;
	text-align: right;
	padding-right: 5px;
}

#page #content #table_bill #table_invoice .table_invoice_bottom_th_price {
	font-size: 1.7em;
}


#page #content #table_new_account {
	text-align: left;
}

#page #content #table_new_account tr {
	vertical-align: top;
}

#page #content #annotatedtimeline table table {
	width: inherit;
	margin: inherit;
	text-align: inherit;
	border-collapse: inherit;
	border: inherit;
	background-color: white;
}

#page #content #annotatedtimeline table tr {
	border: inherit;
	background: inherit;
	padding: inherit;
}

#page #content #annotatedtimeline table td {
	border: inherit;
	background: inherit;
	padding: inherit;
}

/* DOMAINNEWS */

#domainnews .url {
	color: black;
}

/* Sidebar */

#sidebar {
	float: left;
	
	background: white;
	padding: 11px 11px 0 11px;
	
	border: 1px solid #A4C96A;
	border-left: 0;
	
	border-radius : 4px;
	border-top-left-radius: 0;
   	border-bottom-left-radius: 0;
   	border-bottom-right-radius: 4px;
   	
   	-moz-border-radius: 4px;
   	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 4px;
	
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 4px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 0 15px;
}

#sidebar li li {
	margin: 0;
	padding: 2px 5px 2px 15px;
	background: url("images/img14.gif") no-repeat left center;
}

#sidebar li li a {
	padding: 2px;
}

#sidebar h2 {
	border-bottom: 1px solid #EDEBD5;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 10px;
	color: #66677B;
}

#sidebar a {
	text-decoration: none;
	color: #EA8D3B;
	font-size: 13px;
}

#sidebar #left_sous_menu_selected a {
	text-decoration: underline;
}

#sidebar img {
	border: 0;
}

#sidebar a:hover {	
	text-decoration: underline;
}

#sidebar #sidebar_help img {
	border: 0;
	height: 32px;
	width: 32px;
}

/* Footer */

#footer {
	/*clear: both;*/
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #232323;
	font-size: 11px;
}

#footer a {
	color: #232323;
}

#footer #footer_top {
	margin-bottom: 10px;
}

.domain_valid {
	/*background-color: #f9faff;*/
}

.domain_expire {
	background-color: #DFDFDF;
}

.domain_caution1 {
	background-color: #FFCFCF;
}

.domain_caution2 {
	background-color: #FFE2BF;
}

.domain_caution3 {
	background-color: #FFEFCF;
}

.list_record_a {
	background-color: #FCDFFF;
}

.list_record_aaaa {
	background-color: #FFF9e0;
}

.list_record_mx {
	background-color: #E0FFFF;
}

.list_record_cname {
	background-color: #B5EAAA;
}

.list_record_ns {
	background-color: #ECE5B6;
}

.list_record_txt {
	background-color: #FEFEE2;
}

.list_record_srv {
	background-color: #FDE9E0;
}

.logo_popup {
	width: 9px;
	height: 9px;
}

#logo_afnic {
	width: 104px;
	height: 37px;
}

#logo_eurid {
	width: 113px;
	height: 28px;
}

#logo_valid_xhtml {
	width: 88px;
	height: 31px;
}

#logo_valid_css {
	width: 88px;
	height: 31px;
}

a.new_big_submit, a.new_big_submit span {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: white;
	font-weight: bolder;
	cursor: pointer;
	margin-top: 10px;
}

a.new_big_submit span {
	display: -moz-inline-stack;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
}

a.new_big_submit span.new_big_submit_image {
	float: left;
	padding: 2px 2px 5px 2px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-radius: 8px 0 0 8px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 0px 0px;
	border-bottom-right-radius: 0px 0px;
	border-bottom-left-radius: 8px 8px;
	height: 27px;
}

a.new_big_submit_popup span.new_big_submit_image {
	height: 29px;
}

a.new_big_submit span.new_big_submit_image img {
	border: 0;
	padding: 0;
	margin: 0;
	height: 30px;
	width: 30px;
}

a.new_big_submit span.new_big_submit_txt {
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-radius: 0 8px 8px 0 0;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-left: 1px dashed #ffc042;
	padding: 8px 10px;
	color: white;
}

/*
a.orange span.new_big_submit_image {
	background: #ffa642;
	background-image: -moz-linear-gradient(top, #ffa642, #ffbc59);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffa642),color-stop(1, #ffbc59));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffa642', EndColorStr='#ffbc59');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffa642', EndColorStr='#ffbc59')";
}
*/

a.orange span.new_big_submit_image {
	background: #ff8b00;
	background-image: -moz-linear-gradient(top, #ff8b00, #e27900);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ff8b00),color-stop(1, #e27900));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff8b00', EndColorStr='#e27900');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff8b00', EndColorStr='#e27900')";
}

a.orange span.new_big_submit_txt {
	background: #ff8b00;
	background-image: -moz-linear-gradient(top, #ff8b00, #e27900);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ff8b00),color-stop(1, #e27900));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff8b00', EndColorStr='#e27900');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff8b00', EndColorStr='#e27900')";
}

/*
#page #content a.orange:hover span.new_big_submit_image {
	background-attachment: initial;
	background-clip: initial;
	background-color: #ffc042;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#ffc042), to(#ffc042));
	background: -moz-linear-gradient(center top , #ffc042, #ffc042) repeat scroll 0 0 #ffc042;
	filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc042', EndColorStr='#ffc042'); BACKGROUND: #ffc042;
	background-origin: initial;
	background-position: initial initial;
	background-repeat: initial initial;
}
*/

a.orange:hover span.new_big_submit_image {
	background-attachment: initial;
	background-clip: initial;
	background-color: #ff8b00;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#ff8b00), to(#ff8b00));
	background: -moz-linear-gradient(center top , #ff8b00, #ff8b00) repeat scroll 0 0 #ff8b00;
	filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc042', EndColorStr='#ff8b00'); BACKGROUND: #ff8b00;
	background-origin: initial;
	background-position: initial initial;
	background-repeat: initial initial;
}

a.orange:hover span.new_big_submit_txt {
	background-attachment: initial;
	background-clip: initial;
	background-color: #ff8b00;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#ff8b00), to(#ff8b00));
	background: -moz-linear-gradient(center top , #ff8b00, #ff8b00) repeat scroll 0 0 #ff8b00;
	filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff8b00', EndColorStr='#ff8b00'); BACKGROUND: #ff8b00;
	background-origin: initial;
	background-position: initial initial;
	background-repeat: initial initial;
}

table.new_table_style {
	background: white;
	border: 1px solid gray;
	border-spacing: 0;
	border-collapse: separate;
	display: table;
	
	border-radius : 2px;
	border-top-left-radius: 2px;
   	border-bottom-left-radius: 2px;
   	border-bottom-right-radius: 2px;
   	
   	-moz-border-radius: 2px;
   	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	
	-webkit-border-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
}

table.new_table_style thead {
	border-color: inherit;
	display: table-header-group;
	vertical-align: middle;
}

table.new_table_style thead tr {
	border-color: inherit;
	display: table-row;
	vertical-align: inherit;
}

table.new_table_style thead tr th {
	border-bottom: 2px solid #6678B1;
	color: black;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 8px;
}

table.new_table_style tbody {
	border-color: inherit;
	display: table-row-group;
	vertical-align: middle;
}

table.new_table_style tbody tr {
	border-color: inherit;
	display: table-row;
	vertical-align: inherit;
}

table.new_table_style tbody tr td {
	border-bottom: 1px solid #CCC;
	color: black;
	padding: 6px 8px;
}

table.new_table_style tbody tr:hover td {
	border-bottom: 1px solid gray;
	color: #526bb7;
}

table.new_table_style tfoot tr th {
	height: 40px;
	background-color: white;
	color: green;
	font-weight: bold;
	font-size: 1.4em;
}
