/*
This style sheet is only included on NetSuite's server under the General tab's "Addition to <head>" field for the "Trinet" theme.
*/
* {
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
}

#innerwrapper {
	margin-top:-5px !important;
	margin-left:-1px !important;
}

#div__body {
	/*
	padding-top:20px;
	padding-bottom:20px;
	*/
	padding:0 1px 1px 1px;
	background-color:#FFFFFF;
	display:none;
}

/*
Set the width and height to 0 to prevent the iframe...
<iframe src="javascript:false" id="list" name="list" border="0" width="1" frameborder="0" height="1"></iframe>
...that is generated by NetSuite from causing a white box to appear in Safari. It appears in the lower left corner
of the page.
*/
#server_commands, #entry_form_frame, #list {
	width:0px;
	height:0px;
	visibility:hidden;
	display:none;
}

#center_content_ns {
	/* width: 100%; */
	width:951px;
	margin:1px 1px 1px 1px;
}

td.greytitle {
	font-family:Futura,Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#1177BC;
	/* line-height:55px; */
	padding-left:15px;
	padding-bottom:20px;
}

a.portletlabel {
	color:#FFFFFF;
	padding-left:2px;
}

td.smalltextnolink {
	padding-left:15px;
}

a.smalltextnolink:hover {
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#333333;
}

.smalltextnolink {
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#333333;
}

.smalltext {
	font-size:10px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
}

td.texttable {
	font-size:10px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
}

a.nextButton:link, a.nextButton:visited, a.nextButton:hover, a.nextButton:focus
{
	display:block;
	width:77px; 
	height:28px;
	background:url(/c.716012/site/images/next_button.gif) no-repeat;
}

a.nextButton:active
{
	background:url(/c.716012/site/images/next_button_down.gif) no-repeat;
}

a.backButton:link, a.backButton:visited, a.backButton:hover, a.backButton:focus
{
	display:block;
	width:77px; 
	height:28px;
	background:url(/c.716012/site/images/back_button.gif) no-repeat;
}

a.backButton:active
{
	background:url(/c.716012/site/images/back_button_down.gif) no-repeat;
}

a.confirmButton:link, a.confirmButton:visited, a.confirmButton:hover, a.confirmButton:focus
{
	display:block;
	width:77px; 
	height:28px;
	background:url(/c.716012/site/images/confirm_order_button.gif) no-repeat;
}

a.confirmButton:active
{
	background:url(/c.716012/site/images/confirm_order_button_down.gif) no-repeat;
}

a.orderButton:link, a.orderButton:visited, a.orderButton:hover, a.orderButton:focus
{
	display:block;
	width:82px; 
	height:28px;
	background:url(/c.716012/site/images/order_button.gif) no-repeat;
}

a.orderButton:active
{
	background:url(/c.716012/site/images/order_button_down.gif) no-repeat;
}

a.submitOrderButton:link, a.submitOrderButton:visited, a.submitOrderButton:hover, a.submitOrderButton:focus
{
	display:block;
	width:112px; 
	height:28px;
	background:url(/c.716012/site/images/submit_order_button.gif) no-repeat;
}

a.submitOrderButton:active
{
	background:url(/c.716012/site/images/submit_order_button_down.gif) no-repeat;
}

a.customizeTruFocalsButton:link, a.customizeTruFocalsButton:visited, a.customizeTruFocalsButton:hover, a.customizeTruFocalsButton:focus
{
	display:block;
	width:82px; 
	height:28px;
	/* background:url(/c.716012/site/images/customize_trufocals_button.gif) no-repeat; */
	background:url(/c.716012/site/images/buy_now.gif) no-repeat;
}

a.customizeTruFocalsButton:active
{
	/* background:url(/c.716012/site/images/customize_trufocals_button_down.gif) no-repeat; */
	background:url(/c.716012/site/images/buy_now_down.gif) no-repeat;
}


/* PRESCRIPTION TABLE FIELDS */
/* OD CYL */
#custentity9 {
	width:65px;
}

/* OS CYL */
#custentity12 {
	width:65px;
}

/* OD HORZ PRISM */
#custentity6 {
	width:65px;
}

/* OS HORZ PRISM */
#custentity14 {
	width:65px;
}

/* OD VERT PRISM */
#custentity21 {
	width:70px;
}

/* OS VERT PRISM */
#custentity22 {
	width:70px;
}

/* Eye Care Practitioner/Doctor */
#custentity23 {
	width:300px;
}

/* Used to hide elements by switching its class name to "hideMe" */
.hideMe {
	display:none;
}
