/*
Developer: Steve Holland
E-mail: steve.holland@us.usana.com
Date: 1/9/2004
Description: Stylesheet
*/

/* Begin Body */
body{
	color: #333333;
	text-decoration : NONE;
	font-size : 11px;
	font-weight : NORMAL;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	scrollbar-base-color: #666666;
	scrollbar-arrow-color: #FFFFFF;
	background-color : #FFFFFF;
	margin : 5;
}

/* End Body */

/*---------------------------------------------------------------------------------------------------*/

legend{
  color: #000000;
  text-decoration : NONE;
  font-size : 13px;
	font-weight : BOLD;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

/* Begin Link */
/* Regular links */
a:link{
  color : #3366CC;
  text-decoration : UNDERLINE;
  font-size : 10px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

a:visited{
  color : #9933CC;
  text-decoration : UNDERLINE;
  font-size : 10px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

a:hover{
  color : #6699FF;
  text-decoration : UNDERLINE;
  font-size : 10px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}
/* Regular links */
/* more links */
a.more:link{
  color : #3366CC;
  text-decoration : UNDERLINE;
  font-size : 9px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

a.more:visited{
  color : #9933CC;
  text-decoration : UNDERLINE;
  font-size : 9px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

a.more:hover{
  color : #6699FF;
  text-decoration : UNDERLINE;
  font-size : 9px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}
/* more links */
/* End Link */

/*---------------------------------------------------------------------------------------------------*/

/* Begin Table */
table{
  color : #333333;
  text-decoration : NONE;
  font-size : 10px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}
/* Subtable style1 */
table.main1{
	border-style: solid;
	border-width: 0;
	border-color:#CCCCCC;
	background-color : #FFFFFF;
}
/* Subtable style2 */
table.main2{
	border-style : solid;
	border-width : 1;
	background : #EAEAEA;
}

table.mainTableNav {
	border-style: solid;
	border-width: 0;
	border-color:#CCCCCC;
	background-color : #FFFFFF;
}

/* Begin Row highlighter */
/*<tr onmouseover="this.className='Selected';" onmouseout="this.className='unSelected';">*/
tr.unSelected{
  background-color : ;
	color:;
}

tr.Selected{
  background-color : #363636;
	background-image:url(/sysimages/home_bg_btn.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	cursor: pointer;
}

td.required{
  color: #FF0000;
  text-decoration : NONE;
  font-size : 9px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

td.pageHeader{
  color: #FFA91E;
  text-decoration : NONE;
  font-size : 22px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

.pageHeader{
  color: #FFA91E;
  text-decoration : NONE;
  font-size : 22px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

.pageSubHeader{
  color: #4961a7;
  text-decoration : NONE;
  font-size : 18px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

td.readonly{
  color: #666666;
  text-decoration : NONE;
  font-size : 9px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

td.bodysmall{
  color: #333333;
  text-decoration : NONE;
  font-size : 9px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

td.copyright{
  color: #333333;
  text-decoration : NONE;
  font-size : 9px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
	border: 1px;
}

td.menuItem{
  color: #000000;
  text-decoration : NONE;
  font-size : 11px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
	border-style : solid;
	border-width : 1;
	border-color: #666666;
	background : #FFFFFF;
}
/* End Row highlighter */
/* End Table */

/*---------------------------------------------------------------------------------------------------*/

/* Begin Form */
input,file,textarea,select{
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-attachment : fixed;
	background-image : url(sysimages/inputbg.gif);
	background-repeat : no-repeat;
}

input.required{
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-attachment : fixed;
	background-image : url(sysimages/inputbg.gif);
	background-repeat : no-repeat;
	color : #FF0000;
}

input.readonly{
  background : #F4F4F4; 
  border-width : 1; 
  border-color : #999999;
  border-style : double; 
  font-size : 11px; 
  color : #666666; 
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

input.button {
  background : #FF931E;
  border : groove;
  border-width : thin;
  font-size : 9px;
  color : #000000;
  font-family : verdana,arial;
  font-weight : NORMAL;
}

input.helpButton{
  background : #F6E5C6;
  border : groove;
  border-width : thin;
  font-size : 9px;
  color : #000000;
  font-family : verdana,arial;
  font-weight : NORMAL;
  cursor: help;
}

.submit,
.submit-disabled {
	background: #fefefe url(sysimages/background_form_element.gif) repeat-x;
	border: 3px double;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
/* End Form */

/*---------------------------------------------------------------------------------------------------*/

/* Begin HR */
hr{
  color : #cccccc;
}
/* End HR */