@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: 13px;
}

body {
	background-color:#FFF;
}
/* Added by DK 2012-02-12 */
	.wrapper { width: 1080px; margin: 0 auto;}
	.column1 { width: 427px; float: left; margin-left: 12px;}
	.column2 { width: 427px; float: left;
}
td input, td textarea, p input, form textarea {
	background-color:#FFF;
	border: #CCC thin solid;
	border-bottom-color: #EEE;
	border-right-color: #EEE;
}

p a, td a {
	/*color: #555;*/
	/*color: #C51230;*/
	color: #9E1713;
}

li a:hover, td a:hover {
	/*color: #C51230;*/
}

p a:hover, td a:hover {
	text-decoration: underline;
}

p {
	margin: 1em 0;
}

p.print_order {
	display: none;
}

h1 {
	display: none;
	font-size: 140%;
	font-family: Helvetica, Arial, sans-serif;
	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: 20px;
	visibility: hidden; /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
}

p#breadcrumb a {
	font-size: 100%;
}

div#main_container {
	width: 1060px;
	margin: 40px auto;
	background-color:#FFF;
}

/* header */
div#header {
	display: none; /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
}

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: none;
	padding: 6px 40px;
}

/* Main menu functionality */

ul#menu_bar {
	display: none; /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
}

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 {
	display: none; /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
}

p.welcome span#admin {
	display: block;
	margin-top: 12px;
	padding: 0;
	color: #C51230;
	font-size: 140%;
}

img#upper_shadow {
	display: none;
}
	
/* 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 60px 0;
	border: #999 thin solid;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	background-color: #fff;
	/*margin-left: 485px;*/
	font-size: 90%;
}

table.order_script {
	border: #999 thin solid;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	background-color: #fff;
}

div.order_options {
	width: 370px;
	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;
}

div.update_option form select {
	display: none;
}

form#update_program, form#order_form {
	float: left;
	width: 400px;
	/*height: 18em;*/
}

form#order_form {
	width: 400px;
}

form#order_form label.signature {
	width: 6em;
	text-align: right;
	vertical-align: bottom;
}

form#order_form td textarea {
	width: 100%;}
.extraTextAreaHeight {
	height: 29em; 
}
.record_list .employerInstructions {height: 31em;}
form#order_form ul#order_specifications {
	width: 436px;
	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 textarea {
	width: 340px;
	overflow:visible;
	float:none; 
	height:30em;  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	overflow: auto;
	overflow-y: visible;
}

/* Form display rules */
form label {
	display: inline-block;
	width: 10em;
}

form input {
	height: 1.5em;
	margin: .2em;
}

form input.submit {
	background-color: #D7D7D7;
	border: #CCC thin solid;
	border-bottom-color: #999;
	border-right-color: #999;
	height: 1.8em;
	padding: .2em;
}

form input.submit:hover {
	color: #C51230;
}

/* 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: none;
	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: 870px;
}

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;
}

.sub_header {
	font-size: 90%;
	color: #999;
	font-weight: 100;
	font-style:italic;
}

.add {
	display: inline-block;
	background: url(../images/add_icon.jpg) no-repeat;
	background-position: 0 0;
	margin-top: 25px;
	padding-left: 26px;
	line-height: 1.5em;
	height: 2em;
}

.back {
	display: none;
	margin-top: 25px;
	padding-left: 26px;
	line-height: 1.5em;
	height: 2em;
	visibility: hidden;
}

/* Footer */
#footer {
	display: none;
	padding: 0 40px;
	height: 43px;
	background-image: url(../images/content_container_bottom_shadow.jpg);
}

#footer p {
	margin: 0;
	font-size: 75%;
	text-align: right;
}
/* Updated by DK 20120214 */
	.employeeInfo {margin-top: 24px; width: 335px;}
	.employeeInfo th, .employeeInfo td {font-size: 10pt; }
	#ordersFaxedTo { font-size: 1.1667em; width: 420px; 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: 8px; margin-bottom: 8px;
		margin-right: 24px;
		width: 800px;
}
	.column1 form#order_form ul#order_specifications {
		display: block;
		width: 380px !important;
} /* added by DK 2012-02-27 */
	.newInstructionsDiv	textarea {color: #000 !important;}
form#select_program_options textarea#extraTextAreaHeight {
	height: 47em !important; border: 1px solid #000;}
.employerInstructions {height: 21em; border: 1px solid #000;}
/* 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;
}