@charset "UTF-8";
/* CSS Document */

/*body {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
	
	Navy - 10-65-106, #0a416a
	Light Blue Nav - rgb(238, 245, 252) , #eef5fc
	Medium Blue - rgb(206, 68, 86) , #469bdb
	Orange -  rgb(241, 109, 26 , )#f16d1a
}*/
/* RENEW SUBSCRIPTION CALL TO ACTION BUTTON MODULE ON SIDE BAR */

p.subscribe-button {
	text-align: center;
	background-color: #f16d1a;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	display: block;
}
p.subscribe-button:hover {
	background-color: #469bdb;
}
p.subscribe-button a {
	color: #FFF;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
}
/* STYLES FOR SUBSCRIPTION FORMS */
/* to make a span for instance behave like a link */
.imitate_link {
	color: #f16d1a;
	cursor: pointer;
}
.imitate_link:hover {
	color: #469bdb;	
}
h4.orange, h3.orange {
  color: #f16d1a;
}
.hblue {
	color: #469bdb;	
}
div.table_holder {
	padding: 20px;
	position: relative;
	z-index: 10;
    margin-bottom: 20px;
}
table.form_table {
  width: 100%;
}
td.col1 {
  width: 44%;
  text-align: right;
  padding: 4px 6px;
  }
td.col2 {
  text-align: left;
  }
 
 select.textbox {
	width: 92%;
	height: 30px;
	border: solid 1px #ceebf6;
	background-color: #ceebf6; 
 }

input.textbox {
	width: 90%;
  margin: 0px;
  padding: 3px;  /* Wild card styles to zero out values */
  border: solid 1px #ceebf6;
  background-color: #ceebf6;
  height: 20px;
}
/* Only for Total Including Taxes on subscription renewal form */
#dollar {
  	/* in order for dollar sign to line up in Joomla, font size is 19 and bottom padding is 12px*/
	border: 0px;
	color: #ceebf6;
	background-color: #4dbfee;
	padding: 6px 6px 12px 12px;
	margin: 6px 0px 0px 0px ;
	font-size: 20px;
	font-weight: bold;
}
#display_amount {
	width: 40%;
  	margin: 0px;
  	border: 0px;
  	/*background-color: #fbe6d1;*/
	color: #ceebf6;
	background-color: #4dbfee;
	padding: 6px 6px 6px 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
}
#currency_locale {
  	margin: 0px;
  	border: 0px;
  	/*background-color: #fbe6d1;*/
	color: #ceebf6;
	background-color: #4dbfee;
	padding: 6px 12px 12px 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
}
input.textbox:hover, #notes:hover {
  /*background-color: #4dbfee;*/
  border: solid 1px #4dbfee;
}  
input.textbox:hover, select.textbox:hover {
	border: 1px solid #4dbfee;
}

input[type=submit].blue_buttons, input[type=reset].blue_buttons, input[type=button].blue_buttons {
	/*border-radius: 6px;*/
	color: #FFF;
	font-size: 1.2em;
	padding: 10px;  /* Wild card styles to zero out values */
/*	border: solid 1px #4dbfee;*/
	margin: 20px 20px;
	background-color: #469bdb;
	width: 300px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}
input[type=submit].blue_buttons:hover, input[type=reset].blue_buttons:hover, input[type=button].blue_buttons:hover {
  background-color: #f16d1a;
}
#cc-note {
	text-align: center;	
}
#ad_text, #instructions {
	height: 60px;
	width: 320px;
	max-width: 320px;
	border: solid 1px #ceebf6;
	background-color: #ceebf6;
	border-radius: 6px;
}

/*Pop up explanation box*/
#yearend:hover {
	cursor: pointer;
}

#whatsthis {
	background-color: #e5f1ff;
	padding: 10px 10px 10px 16px;
	display: none;
	position: absolute;
	width: 300px;
	border-radius: 10px;
	text-align: left;
	border: solid 1px #4dbfee;
	margin: 0;
}
/*Pop up subscription rates Sample box*/
#tax_holder {
	text-align: center;
	
}
#tax_table {
	border-radius: 10px;
	border: solid 1px #4dbfee;
	padding: 10px;
	background-color: #f5f9ff;
    margin: 20px auto;
    min-width: 600px;
}
#tax_table td {
    padding: 4px 10px;
}
#tax_table tr.odd {
	background-color: #e5f1ff;
	border-radius: 10px;
	text-align: left;
	border: solid 1px #4dbfee;
}
#tax_table tr.even {
	text-align: left;
}
/* INFO QUESTION MARK IMAGE POSITIONING */
#info_ball {
	vertical-align: text-bottom;
	cursor: pointer;
}
/* UNIQUE STYLES FOR POP UP INFO BOX ON ALLOWED FILE TYPES */
#file_types {
	display: none;
	width: 180px;
	left: 202px;
	top: 7px;
}
/* UNIQUE STYLES FOR POP UP INFO BOX ON REQUESTED DATE */
#req_date {
	display: none;
	width: 180px;
	left: 178px;
	top: 38px;
}
/* SHARED STYLES FOR POP UP INFO BOX ON REQUESTED DATE, AND ALLOWED FILE TYPES */
.info {
	background-color: #e5f1ff;
	border-radius: 10px;
	text-align: left;
	border: solid 1px #4dbfee;
	font-size: 12px;
	position: absolute;
	padding: 8px;
}

/* SUBSCRIPTION RATES TABLE ON NEW SUBSCRIPTION FORM */
h3.price_heading {
	margin-bottom: 0px !important;;
}
table#price_list {
	font-size: 12px;
	padding: 0px;
	border: none;
	border-top: 1px solid #222;
	border-right: 0px solid #222;
	border-bottom: 0px solid #222;
	border-left: 1px solid #222;
	width: 100%;
	border-collapse: collapse !important;
	margin-bottom: 20px;
}
table#price_list th, table#price_list td{
	padding: 4px;
	border: none;
	border-top: 0px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 0px solid #222;
}




