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

/* Begin Body */
body{
	color: #503101;
	text-decoration : NONE;
	font-size : 11px;
	font-weight : NORMAL;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	scrollbar-base-color: #C6AD89;
	scrollbar-arrow-color: #FFFFFF;
	background-color : #C6AD89;
	margin : 0;
}
.title{
	color: #503101;
	text-decoration : NONE;
        text-align : CENTER;
	font-size : 24px;
	font-weight : BOLD;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
	margin : 0;
}
.title2{
	color: #503101;
	text-decoration : NONE;
        text-align : CENTER;
	font-size : 18px;
	font-weight : BOLD;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin : 0;
}
.title3{
	color: #503101;
	text-decoration : NONE;
	font-size : 18px;
	font-weight : BOLD;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin : 0;
}
.bodysmall{
  color: #503101;
  text-decoration : NONE;
  font-size : 9px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

.copyright{
  color: #503101;
  text-decoration : NONE;
  font-size : 9px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}
/* End Body */

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

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

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

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

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

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

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

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

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

tr.Selected{
  background-color : #F6E5C6;
}

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

td.readonly{
  color: #666666;
  text-decoration : NONE;
  font-size : 11px;
  font-weight : NORMAL;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}
/* End Row highlighter */
/* End Table */

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

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

input.required{
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-attachment : fixed;
	background-image : url(images/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 : #E6E6E6;
  border : groove;
  border-width : thin;
  font-size : 11px;
  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(images/background_form_element.gif) repeat-x;
	border: 3px double;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
/* End Form */

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

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