@charset "UTF-8";
/* R-S Safety Eyewear Main CSS
   9.10 - PHD: functional css attributes */

/* Default display rules */

* {
	margin: 0;
	padding: 0;
	color: #000;
	border: none;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

body {
	background-color:#FFF;
}
/* Added by DK 2012-02-12 */
	.wrapper { width: 850px; margin: 0 auto;}
	.column1 { width: 407px; float: left; margin-left: 12px;}
	.column2 { width: 407px; float: right;
}
td input, th input, td textarea, p input, form textarea {
	background-color:#FAFAFA;
	border: #CCC thin solid;
	border-bottom-color: #EEE;
	border-right-color: #EEE;
}
p a, td a {
	color: #9E1713;
}
li a:hover, td a:hover {
	/*color: #C51230;*/
}
p a:hover, td a:hover {text-decoration: underline;
}
p {margin: 1em 0;
}
h1 {
	font-size: 140%;
	font-family: Helvetica, Arial, sans-serif;
	color: #C51230;
	padding-bottom: .25em;
	color: #000;
}
h1.landing {
	color: #000;
	text-align: center;
	font-weight: 100;
}
.alert {
	color: #F00;
	font-weight: bold;
}
textarea {width: 100%;
}
p#breadcrumb {
	width: 100%;
	font-size: 85%;
	margin-bottom: 30px;
}
p#breadcrumb a {font-size: 100%;
}
div#main_container {
	width: 960px;
	margin: 40px auto;
	background-color:#FFF;
}

/* header */
div#header {
	height: 66px;
	background: url(../images/RSO_logo.gif) no-repeat;
	border-bottom: 17px #CCC solid;
}

div#header img { float: left;
}
div#header h1 {
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	margin: 23px 25px;
}
div#content_container {
	background: url(../images/content_container_bkgr.jpg);
	padding: 6px 40px;
}

/* Main menu functionality */

ul#menu_bar {
	list-style: none;
	height: 2.5em;
	margin: 0 20px;
	background-color:#FFF;
}
ul#menu_bar, ul#menu_bar ul {
	list-style: none;
}
ul#menu_bar ul {
	position: absolute;
	background-color: #FFF;
	border-top: 3px #CCC solid;
	border-bottom: 3px #CCC solid;
	padding-bottom: .2em;
}
ul#menu_bar > li {
	display: inline-block; /* make the menu ul horizontal */
	margin: 4px 8px;
	padding: 3px;
}
ul#menu_bar > li a {font-size: 100%;
}
ul#menu_bar > li a:hover {
	color: #333; /* Don't hilite the 1st-level menu item link */
}
ul#menu_bar > li a: hover {
	text-decoration: none;
	color: #C51230;
}

ul#menu_bar li a + ul {
	visibility: hidden; /* hide the dropdown */
}

ul#menu_bar li a:hover + ul, ul#menu_bar ul:hover {
	visibility: visible; /* reveal the dropdown when rollover 1st level li; keep visible when hover over 2nd level ul */
}

ul#menu_bar li a + ul li {
	padding: .25em .4em .15em .3em;
}

ul#menu_bar li a + ul li a:hover, ul#menu_bar li.hilite a:hover {
	color: #C30; /* hilight the dropdown menu item link and 1st-level Home link */ 
}

p.welcome {
	float: right;
	width: 40%;
	text-align: right;
	margin: 4px 20px;
	padding: 3px;
}
p.welcome span#admin {
	display: block;
	margin-top: 12px;
	padding: 0;
	color: #C51230;
	font-size: 140%;
}
	
/* Landing Pages */
#landing_main, #landing_sub {
	position: relative;
	margin: 40px auto;
	text-align: center;
}
#landing_main {
	margin: 40px auto;
	padding: 0 50px;
	height: 200px;
}
#landing_sub {
	margin: 15px auto;
	padding: 0 10px;
	height: 23px;
}
#landing_main li, #landing_sub li {
	position: relative;
	display: inline-block;
	list-style-type: none;
}
#landing_main li {
	background: url(../images/button_lg.jpg) no-repeat;
	background-position: 0 131px;
	width: 243px;
	height: 180px;
	margin: 0 40px;
}
#landing_sub li {
	background: url(../images/button_med.jpg) no-repeat;
	width: 119px;
	height: 23px;
	margin: 0 10px;
}
#landing_main li a {
	margin: 0;
	display: inline-block;
	line-height: 4em;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 170%;
	width: 100%;
	height: 180px;
}
#landing_main li a:hover, #landing_sub li a:hover {
	color: #FFBD74;
}
#landing_sub li a {
	display: inline-block;
	line-height: 2em;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	width: 119px;
}
#landing_main li img {
	position: relative;
}

/* Update Program / Order Form */
div.update_option, 
div.order_options, 
form#order_form ul#order_specifications {
	width: 400px;
	margin: 10px 0 20px 0;
	border: #999 thin solid;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	background-color: #f7f7f7;
}

form#order_form ul#order_specifications {
	background-color: #fff;
	margin-bottom: 5px;
	margin-left: 15px;
}
table.order_script {
	border: #999 thin solid;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	background-color: #f7f7f7;
}
table.order_script input {
	background-color: #FFF;
}

	/* Updated by DK 20120214 */
	.column1 form#order_form ul#order_specifications {
	display: block; 
	width: 390px !important; /* added by DK 2012-02-27 */
} 
	.employeeInfo {margin-top: 20px; width: 335px;}
	.employeeInfo th, .employeeInfo td {font-size: 10pt; }
	#ordersFaxedTo { font-size: 1.1667em; width: 400px; margin-top: 20px;}
	.caps {text-transform: uppercase }
	.headingBold {font-size: 1.2667em; font-weight: 800;}
	#ordersFaxedTo.nameAndNumber { font-size: 2em;}
	.providerInfo {
		font-size: 18pt; 
		margin-left: 14px; margin-bottom: 12px;
}
	.authorizedOptions {margin-top: 28px;}
	.employeeInformationWrapper {margin-bottom: 20px;}
	.dispensingInstructions { margin: 0px 0 28px 0;}
	.dispensingInstructions h2 { width: 310px;}
	.authBy {font-size: 10pt; 
		text-align: center;
		line-height: 1em; 
		margin-top: 28px; margin-bottom: 8px;
		margin-right: 24px;
		width: 800px;
}
	.newInstructionsDiv {width: 410px;}
div.order_options {
	width: 360px;
	padding:15px;
}
div.update_option input, div.order_options input {
	text-align: right;
	border: #aaa thin solid;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
}
div.update_option form, div.update_option h2, div.order_options h2 {
	padding: 7px;
}
/* Form display rules */
form label {
	display: inline-block;
	width: 10em;
}
form#order_form label.signature {
	width: 8em;
	text-align: right;
	vertical-align: bottom;
}
form input, form select {
	height: 1.7em;
	margin: .15em;
}
form select {
	margin-left: 6px;
}
form input.submit {
	background-color: #D7D7D7;
	border: #CCC thin solid;
	border-bottom-color: #999;
	border-right-color: #999;
	height: 1.8em;
	padding: .2em;
}
form#order_form input.signature {
	background-color:#FFF;
	border: none; /* override prior */
	border-bottom: #000 1px solid;
}
form input.submit:hover {
	color: #C51230;
}
form#update_program, form#order_form {
	float: left;
	width: 410px;
	/* height: 10em; */
}
form#order_form { /*width: 400px;*/
}
form#order_form td textarea {
	width: 60%;
	height: 3.4em;
}
form#order_form ul#order_specifications {
	/* width: 100%; */
	margin-left: 0;
}
form#order_form ul#order_specifications li {
	list-style: none;
}
form#order_form ul#order_specifications li span {
	display: inline-block;
	width: 14em;
	padding: .5em;
	font-weight: bold;
}
form#update_program select, form#add_eligible_frame select , form#add_eligible_lens select , form#add_eligible_coating select, form#add_eligible_tint select  {
	width: 10em;
}
form#select_program_options input {
	width: 75px;
	border: none;
	background-color: #FFF;
}
form#update_program table td {
	padding: 3px;
}
form#update_program td + td textarea {
	width: 240px;
}
form#select_program_options textarea {
	height: 27.1em;
	width: 340px;
	background-color: #FFF;
	padding: 3px;
}
form#select_program_options td input#priceTotal, form#select_program_options td input#copayTotal {
	font-weight: bold;
}
form.employerInstructions textarea {height: 27em;}
form.extraTextAreaHeight textarea {height: 29.1em;}
/* Program Options Tabs */
ul#program_options {
	list-style: none;
	margin: 10px 10px 0 10px;
}
ul#program_options li {
	display: inline-block;
	border: #CCC 1px solid;
	border-bottom: none;
	padding: .1em .3em;
	background-color:#DDD;
	position: relative;
	top: 1px;
}
ul#program_options li.active {
	background-color:#FFF;
}
div.eligible_list {
	overflow-y: scroll;
	height: 150px;
	padding: 7px;
	border-top: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
}

/* Lists */
table.record_list, form.record_list, div.record_list, ul.order_list {
	width: 880px;
	padding: 10px;
	background-color: #FFF;
	border: #C51230 thin solid;
	border-spacing: 0;
}
ul.order_list li {
	margin: .5em;
	list-style-type: none;
}
ul.order_list li span {
	display: inline-block;
	width: 13em;
	text-align: right;
}
form.record_list {
	width: 870px;
	padding: 10px;
}
div.record_list {
	padding: 15px;
	width: 850px;
}
table.record_list tr:hover {
	background-color: #F4F4F4;
}
table.record_list th, table.record_list td {
	padding: 0;
	height: 2.5em;
	background-attachment:fixed;
}
table.record_list th {
	border-bottom: #777 1px solid;
	font-family: Helvetica, Arial, sans-serif;
	/*text-align: left;*/
	font-weight: 100;
	font-size: 120%;
}
table.record_list td a.edit_company {
	display: inline-block;
	background: url(../images/icon_company.gif) no-repeat;
	background-position: 0 0;
	padding-left: 22px;
	line-height: 1.2em;
	height: 1.5em;
}
table.record_list td a.edit_program {
	display: inline-block;
	background: url(../images/icon_edit.gif) no-repeat;
	background-position: 0 0;
	padding-left: 22px;
	line-height: 1.2em;
	height: 1.5em;
}
table.record_list td a.delete {
	display: inline-block;
	background: url(../images/icon_delete.gif) no-repeat;
	background-position: 0 0;
	padding-left: 22px;
	line-height: 1.2em;
	height: 1.5em;
}
table.record_list td a.user {
	display: inline-block;
	background: url(../images/icon_user.gif) no-repeat;
	background-position: 0 0;
	padding-left: 22px;
	line-height: 1.2em;
	height: 1.5em;
}
table.record_list td a.location {
	display: inline-block;
	background: url(../images/icon_location.gif) no-repeat;
	background-position: 0 0;
	padding-left: 22px;
	line-height: 1.2em;
	height: 1.5em;
}
p.print_order {
	display: inline-block;
	background: url(../images/print_order_icon_sm.gif) no-repeat;
	background-position: 0 0;
	padding-left: 29px;
	line-height: 2.5em;
	height: 2.5em;
}
.sub_header {
	font-size: 90%;
	color: #999;
	font-weight: 100;
	font-style:italic;
}
th span.sub_header {	font-size: 75%;
}
.add {
	display: inline-block;
	background: url(../images/add_icon2.jpg) no-repeat;
	background-position: 0 0;
	margin-top: 25px;
	padding-left: 26px;
	line-height: 1.8em;
	height: 2em;
}
.back {
	display: inline-block;
	background: url(../images/back_button2.jpg) no-repeat;
	background-position: 0 0;
	margin-top: 25px;
	padding-left: 26px;
	line-height: 1.5em;
	height: 2em;
}

/* Floats  /added by DK 02-12-2012
------------------------------------------------------*/
.left {float: left}
.right {float: right}
/* End Floats */

/* Clears /added by DK 02-12-2012
------------------------------------------------------*/
.clearleft {clear:left;}
.clearright {clear:right;}
.clearboth {clear:both;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
/* Footer */
#footer {
	padding: 0 40px;
	height: 43px;
	background-image: url(../images/content_container_bottom_shadow.jpg);
}
#footer p {
	margin: 0;
	font-size: 75%;
	text-align: right;
}
