/**
 * File Info
 * ----------------------------------
 * @filename     site.css
 * @created      xx.xx.xxxx
 * @author       unknown
 * @description  file is used to store classes tht should apply site wide, BUT are NOT visible to the user via the styles dropdown in the editor window
 *               used in conjunction with basic.css
 *
 * History
 * ---------------------------------
 * Date         Name      Note
 * 04.12.2005   smurphy   Moved file to CSS folder
 * 
 */

/*
  The .insidecontentarea and .contenttitle classes are printed out dynamically with the ../js/site.js file to meet the font change
  requirement Please see the ../js/site.js file to see how these classes are printed out dynamically with the JavaScript
*/

.contentarea {
	font-family: Verdana;
	font-size: 11px;
	background: url(../images/bkgd_body.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.phoneNumberInHeader {
	width: 297px;
	height: 84px;
	background: url(../images/header_mid_background.jpg);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
}

.innerPhoneNumberInHeader {
	color: #FFFFFF;
	padding: 0px 12px 14px 0px;
}

.orderContactLensesHeader {
	width: 209px;
	height: 83px;
	vertical-align: top;
	background: url(../images/header_right.jpg);
	background-repeat: no-repeat;
}

.innerOrderContactLensesHeader {
	font-family: Arial;
	font-size: 9px;
	padding: 10px 7px 10px 4px;
	color: #FFFFFF;
}

a.orderContactLenses:link, a.orderContactLenses:visited, a.orderContactLenses:active { color: #FFFFFF; text-decoration: none; }
a.orderContactLenses:hover { color: #FFFFFF; text-decoration: underline; }

.innerfooter {
	padding: 35px 5px 12px 25px;
	text-align: left;
}

A.footer:link, A.footer:visited, A.footer:active { font-family: Verdana; font-size: 10px; text-decoration: none; color: #000000; }
A.footer:hover { font-family: Verdana; font-size: 10px; text-decoration: underline; color: #000000; }

.rnav {
	width: 210px;
	height: 100%;
	background: url(../images/bkgd_rnav.jpg);
	background-repeat: no-repeat;
	background-color: #282E46;
	vertical-align: top;
}

a.chooseTextSize:link, a.chooseTextSize:active, a.chooseTextSize:visited { color: #ffffff; font-family: Verdana; font-size: 11px; text-decoration: none; }
a.chooseTextSize:hover { color: #ffffff; font-family: Verdana; font-size: 11px; text-decoration: underline; }

.rightnav {color: #ffffff; font-family: Verdana; font-size: 9px; text-transform: uppercase; }
A.rightnav:link, A.rightnav:visited, A.rightnav:active {color: #ffffff; font-family: Verdana; font-size: 9px; text-transform: uppercase; text-decoration: none; }
A.rightnav:hover {color: #F4A702; font-family: Verdana; font-size: 9px; text-decoration: none; text-transform:uppercase; }

.rightnavselected {color: #F4A702; font-family: Verdana; font-size: 9px; text-transform: uppercase; }
A.rightnavselected:link, A.rightnavselected:visited, A.rightnavselected:active {color: #F4A702; font-family: Verdana; font-size: 9px; text-transform: uppercase; text-decoration: none; }
A.rightnavselected:hover {color: #F4A702; font-family: Verdana; font-size: 9px; text-decoration: none; text-transform:uppercase; }

.rightnavsmall {color: #ffffff; font-family: Verdana;  font-size: 11px; }
A.rightnavsmall:link, A.rightnavsmall:visited, A.rightnavsmall:active {color: #ffffff; font-family: Verdana; font-size: 11px; text-decoration: none; }
A.rightnavsmall:hover {color: #F4A702; font-family: Verdana; font-size: 11px; text-decoration: none; }

.rightnavsmallselected {color: #F4A702; font-family: Verdana;  font-size: 11px; }
A.rightnavsmallselected:link, A.rightnavsmallselected:visited, A.rightnavsmallselected:active {color: #F4A702; font-family: Verdana; font-size: 11px; text-decoration: none; }
A.rightnavsmallselected:hover {color: #F4A702; font-family: Verdana; font-size: 11px; text-decoration: none; }

.emailpage { color: #000000; font-family: Verdana; font-size: 10px }
A.emailpage:link, A.emailpage:visited, A.emailpage:active { color: #000000; font-family: Verdana; font-size: 10px }
A.emailpage:hover { color: #000000; font-family: Verdana; font-size: 10px; text-decoration: underline}

.successlink { color: black; font-family: Verdana; font-size: 11px }
A.successlink:link, A.successlink:visited, A.successlink:active { color: black; font-family: Verdana; font-size: 11px }
A.successlink:hover { color: black; font-family: Verdana; font-size: 11px; text-decoration: underline}

#navigation {
	padding: 5px 5px 5px 10px;
	color: #ffffff;
}

#translucentbkg {
	width: 209px;      /* to match DIVs size          */
	height: 100%;
	margin: 0 0px;
	background-color: #fff;
	filter:alpha(opacity=5);
	opacity: 0.05;
	-moz-opacity:0.05;
}

#opaquetext {
	font-family: Verdana;
	font-size: 11px;
	width: 195px;     /* to match DIVs size          */
	height: 100%;
	padding: 10px 5px 5px 10px;
	background-color: transparent;   /* transparent background      */
	position: absolute;              /* absolute positioning        */
	z-index: 2;                      /* place it over the other DIV */
	color: #fff;
}

.formtextbox {
	font-family: Verdana;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-left: 2;
	padding-right: 2;
	padding-top: 1;
	padding-bottom: 1;
	border-right : 1px solid Black;
	border-left : 1px solid Black;
	border-bottom: 1px solid Black;
	border-top : 1px solid Black;
	border-style : solid;
	text-align : left;
}

A.mainLink:link, A.mainLink:visited, A.mainLink:active {
	font-size: 11px; color: #282e46; font-family: "Arial";
}

.homeBoxDesc {
	font-size: 9px;
	vertical-align: top;
}

.homeBoxDescLink {
	width: 100%;
	text-align: right;
}

#readFullRelease{ text-align: right; color: white; margin-top: 5px}
a.readFullRelease:link, a.readFullRelease:active, a.readFullRelease:visited { color: #ffffff; font-family: Verdana; font-size: 11px; text-decoration: underline; }

A.servicesListLink:link, A.servicesListLink:visited, A.servicesListLink:active {
	color: #00008b;
}