/* @override http://fapr/css/styles.css */

@import url(tripoli.base.css);
@import url(plugins/tripoli.visual.css);
@import url(plugins/tripoli.type.css);

/* SPECIFIC STRUCTURE */

html
{
	background: #e5e5e5;
}
	
body 
{ }

.content 
{
	position: relative;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /*center content */
	background:url(../images/body.png) repeat-y;
	background-color: #99C7E8;
}

.login
{
	position: absolute;
	right: 30px;
	margin-top: -18px;
	color: #497E9E;
}

.footnote
{
	margin-top: 0;
	font-size: .9em;
}

.table-content
{
	background:url(../images/body-blank.png) repeat-y;
	background-color: #fff;
}

.popup
{
	background-image:none;
	background-color: #fff;
	width: 450px;
	padding: 20px;
}

.one_col_fixed #header 
{
	height: 332px;
	background:url(../images/header.png) no-repeat; 
}

.one_col_fixed #header #logo
{
	height: 52px;
	width: 456px;
	left: 300px;
	top: 1px;
	background:url(../images/logo.png) no-repeat;
}

.one_col_fixed #header #pharmacist
{
	position: absolute;
	height: 332px;
	width: 351px;
	left: 0px;
	top: 0px;
	background:url(../images/pharmacist.png) no-repeat;
}

.one_col_fixed #header #consultant
{
	position: absolute;
	height: 332px;
	width: 351px;
	left: 0px;
	top: 0px; 
	background:url(../images/consultant.png) no-repeat; 
}

.one_col_fixed #header #notice
{
	position: absolute;
	height: 189px;
	width: 185px;
	left: -47px;
	top: 230px;
	z-index: 105;
}

.one_col_fixed #header .container
{
	position: relative;
	z-index: 100;
	width: 470px;
	height: 275px;
	padding: 10px 0 40px 290px; 
	color: #fff;
	overflow: hidden;
	font-size: .95em;
}


.one_col_fixed #header .sub_container
{
	font-family: Verdana, sans-serif;
	padding-left: 65px;
	font-size: 1.1em;
	line-height: 1.1em;
	
}

.one_col_fixed #band 
{
	padding-left: 20px;
	padding-right: 20px;
	height: 72px;
	background:url(../images/band.png) no-repeat;
}

.one_col_fixed #band h1
{
	text-align: center;
	padding-top: 1em;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
}


.one_col_fixed #main_content 
{
	padding: 0 20px;
}

.one_col_fixed #footer {
	padding-left: 20px;
	padding-right: 20px;
	height: 33px;
	background-image: url(../images/footer.png);
}





/* GENERALLY APPLICABLE  */

.container h5
{
	text-align: center;
	line-height: 1.2em;

}

textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.error
{
	left: 20px;
	color: #CC0000;
	padding: 5px;
	width: 80%;
	text-align: left;
	border: 1px solid #CC0000;
}

.box
{
	border: 7px solid #99c3dd;
	background-color:#6FAACC;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 15px;
	width: px;
	margin-left: 260px;
	text-align: center;
}

#box2 
{
  margin: 5px 0px 0px 25px;
	float: left;
}

.left-notice 
{
	float: left;
	border: 7px solid #FFAC00;
	background-color:#E49A01;
	padding: 10px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

.left-notice:hover
{
	background-color:#FFBD1A;
}


.section 
{ 
	padding: 5px; 
}

.divide
{
	margin: 5px 0;
	line-height: 0;
	height: 0;
	border-top: 3px solid #fff;
	width: 90%;
}



.float_left 
{
	float: left;
}

li.float_left
{
	display: block;
	width: 33%;
}

a
{
	text-decoration: none;
	color: #F78300;
}

a.link_active{
 color: #E97C02;
}

a:hover
{
	text-decoration: underline;
}

a.on_dark_bg
{
	color: #FFCC66;
	font-weight: bold;
}


.popup li a
{
	color: #0033CC;
	
}

a.btn 
{
	display: block;
	padding-left: 10px;
	color: #fff;
}

/*table structure*/
#Summary, #Caption 
{
	width: 28em;
}

.tableStyle 
{
	width: 700px;
	table-layout: fixed;
	margin: 1em 0 1em 5%;
	border: solid #666;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
}

.tableStyle th, .tableStyle td 
{
	border: solid 1px #666;
	border-width: 0 1px 1px 0;
	padding: 1px 5px;
}

.tableStyle #firstColumn
{
	width: 20px;
}

/* Start blue colour scheme */
.greenScheme, .greenScheme th, .greenScheme td 
{
	border-color: #fff;
}

*body .greenScheme tbody tr.even td /* ie hack */
{
	background-color: #D6E4E4;
}

.greenScheme tbody tr.even 
{
	background-color: #D6E4E4;
}

.greenScheme tbody tr.even:hover
{
	background-color: #DEECB8;
} 

*body .greenScheme tbody .odd td /* ie hack */
{
	background-color: #EAF8FA;
}

.greenScheme tbody .odd
{
	background-color: #EAF8FA;
}

.greenScheme tbody .odd:hover
{
	background-color: #EDF7E2;
} 

.greenScheme th, .greenScheme thead td 
{
	background-color: #C3D26B;
	color: #677038;
	text-align: left;
}

.greenScheme thead td{
	border-bottom: 1px solid #999;
}


.greenScheme th, .greenScheme thead td:hover 
{
	background-color: #EDF7E2;
}

.greenScheme th .sorted, .greenScheme thead td.sorted-top
{
	background:url(../images/arrow_down.png) no-repeat right #DBECB7;
}

.greenScheme th .sorted, .greenScheme thead td.sorted-top:hover
{
	background-color: #EEFAD8;
}

.greenScheme th .sorted, .greenScheme thead td.sorted-bottom
{
	background:url(../images/arrow_up.png) no-repeat right #DBECB7;
}

.greenScheme th .sorted, .greenScheme thead td.sorted-bottom:hover
{
	background-color: #EEFAD8;
}

.greenScheme th.firstColumn 
{
	background-color: #C3D26B;
}

.greenScheme tfoot td
{
	background-color: #CED8C7;
	color: #677038;
}


.greenScheme tfoot .btn-short
{
	display: block;
	float: left;
	background-color: #C5D0B2;
	border: 1px solid #677038;
	font-weight: normal;
	color: #677038;
}

.greenScheme tfoot .btn-short:hover
{
	background-color: #EDF7E2;
	color: #677038;
}

.greenScheme tfoot .btn-med
{
	display: block;
	float: left;
	background-color: #C5D0B2;
	border: 1px solid #677038;
	font-weight: normal;
	color: #677038;
}

.greenScheme tfoot .btn-med:hover
{
	background-color: #EDF7E2;
	color: #677038;
}


/* FORMS */
.content caption,.content form div{ padding-bottom: .3em;}

#partner {
	position: absolute;
}

.register { margin-left: 45px; }
.register .field_grp {
	width: 100%;
	position: relative;
}
.register .field_grp:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.register .field_grp_required:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.register .field_grp_fname:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.register .field_grp_lname:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.register .field_grp_email:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#register-form div.register div.field_grp_fname {
	width: 100%;
	position: relative;
	display: inline-block;
	left: 125px;
}

#register-form div.register div.field_grp_fname label {
	display: inline;
	clear: both;
	width: 75px;
}

#register-form div.register div.field_grp_lname {
	width: 100%;
	position: relative;
	display: inline-block;
	left: 125px;
}

#register-form div.register div.field_grp_lname label {
	display: inline;
	clear: both;
	width: 75px;
}

#register-form div.register div.field_grp_email {
	width: 100%;
	position: relative;
	display: inline-block;
	left: 125px;
}

#register-form div.register div.field_grp_email label {
	display: inline;
	clear: both;
	width: 75px;
}

#register-form div.register div.field_grp_required {
	width: 100%;
	clear: left;
	position: relative;
	left: 125px;
}

#register-form div.register div.field_grp_required label {
	clear: right;
	width: 0;
	display: inline;
	position: relative;
}

#register-form div.register div.field_grp_required div.field {
	position: relative;
	left: 80px;
} /* overflow: hidden kills any autocomplete DIVs */
.register label { padding-right: 14px; float: left; display: block; font-size: 1.15em; color: #333; text-align: right;
	width: 200px;
}
.register label span { font-weight: normal; }
.register .field { width: 380px; float: left; font-size: .95em; color: #333;}
.register .field .long_field { width: 195px; }   
.register .field .long_field-select { width: 200px; }   
.register .field .long_field-browse { width: 250px; } 
.register .field .short_field { width: 85px; } 
.register .field .short_field-select { width: 90px; } 
.register .field .med_field { width: 100px; }
.register ul label { display: inline; font-weight: normal; float: none; }
.register ul { margin: 0; padding: 0; }
.register li { margin: 0; padding: 0; list-style: none; }
.register .section { padding: 5px 0 5px 215px; }
.register .fine_print { clear: both; font-size: .95em; color: #60839A; line-height: 1.3em; padding-top: 1.3em; width: 330px;}
.register .fine_print a {
	color: #E97C02;
}

.register .field_grp select { color: #333; font-size: .95em;}

.register ul label
{
	color: #60839A;
	font-weight: bold;
	margin: 0 0 0 5px;
}

.register .divide
{
	margin: 5px 0;
	line-height: 0;
	height: 0;
	border-top: 3px solid #8cb1c9;
	width: 90%;
}

.btn 
{ 
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	width: 150px;
	margin: 0 10px 0 0;
	padding: 0;
	*margin-right: 0; 
	color: #FFF;	
}

.btn-med
{ 
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	margin: 0 3px 0 0;
	padding: 0 10px;
	*margin-right: 0; 
	color: #FFF;	
}

.btn-short
{ 
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	width: 50px;
	margin: 0 3px 0 0;
	padding: 0;
	*margin-right: 0; 
	color: #FFF;	
}

.orange 
{
	background-color: #FF9900;
	border: 1px solid #FFF;
	text-align: center;
}

.orange:hover
{
	background-color: #FFAE21;
}

.blue 
{
	background-color: #6C93AC;
	border: 1px solid #FFF;
	font-weight: normal;
	text-align: center;
}

.blue:hover
{
	background-color: #709DBA;
}

.green
{
	background-color: #C5D0B2;
	border: 1px solid #677038;
	font-weight: normal;
	color: #677038;
	text-align: center;
}

a.green
{
color: #677038;
}

.green:hover
{
	background-color: #EDF7E2;
	color: #677038;
	text-decoration: none;
}

#recipientRegisteredState-registration
{
	width: 120px;
}


.faq
{
	margin: 20px 20px 20px 20px
}

a.faq_link
{
	color: #BB7777
}

.viewLicenseNumber
{
	text-align: center;
	font-family: sans;
	font-size: 11.4px; 
	font-weight: 400; 
	font-style: normal; 
	background: #EFF8F8; 
	border-width: 1px;
	border-style: solid;
	border-color: #8CB1C9;
	margin: 0px 2px;
}

.leadFilterTextInput
{
	border-top: 1px none;
	display: inline;
	float: left; 
	width: 260px; 
	height: 19px; 
	margin-top: 4px; 
	padding-top: 4px;
}

.leadFilterLabel
{
	display: inline; 
	float: left;
	text-align: right;
	margin-top: 6px;
	margin-left: 0px;
	width: 120px;
}