body {
	text-align:center;
	font-family:verdana,sans-serif;
    background: #FFF4EA;
    font-size:xx-small;
    margin:0;
	}

#frame {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	    overflow: hidden;
	}
	
#contentheader {
    background:#fff;
    height:72px;  
}

#contentbanner {
	width:760px;
	padding: 0 10px 0 10px;
	background:#fff;
	margin-top:0px;
	height:212px;  
	}

#contentcenter {
    background:#fff;
	width:760px;
	margin:0px;
	padding: 0 10px 0 10px;
	height:100%;
    overflow: hidden;
	}
	
#contentleft {
	width:200px;
	padding:0px;
	float:left;
		display: block;
	}
#contentright {
	width:175px;
	padding:0px;
	float:right;
	}
#contentfooter{
	background:#fff;
	width:760px;
	padding: 10px;
	float:left;
	}

.formLayout
{   width: 140px;
    float: left;    }
    
.gold
{   background-color: #E2DD5F;   }    

.silver
{   background-color: silver;
      }

.platinum
{   background-color: #9E9D7D;  }

.highlight{
	color:#FF9933;
	font-weight:bold;
}

a:active 	{text-decoration: underline; color:#FF9933;font-weight:bold;}
a:link 		{text-decoration: underline; color:#000000;font-weight:bold;}
a:visited 	{text-decoration: underline; color:#000000;font-weight:bold;}
a:hover 	{text-decoration: underline; color:#FF9933;font-weight:bold;}

.hidden{
	height:1px;
	width:1px;
	overflow:hidden;
	visibility:hidden;
}
.shown
{
	visibility:visible;
}
.smallrow{
	line-height:15px;
}
.largerow{
	line-height:16px;
}

.orangeText
{
    color:#FF9933;
}
img
{	border: 0px solid;	}

input, select
{
    font-size: 10px;
}

textarea
{
    font-size: 11px;
}


ul.disc 
{
    list-style-type: disc;
    list-style-position: outside;
}
span
{
background:#fff;
font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
font-size:xx-small;
color:#000000;
}

#content
{
background:#fff;
font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
font-size:xx-small;
color:#000000;
}
p.content 
{
margin: 10px 5px 0 0;
width: 690px;
font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
font-size:xx-small;
background:#fff;
}
p.dashedLine
{
    border-bottom-style:dashed;
    border-bottom-color:#FF9933;
    border-bottom-width:1px;   
    margin:5px 0 5px 0;
}




/* ADMIN STYLES */



.menustyle 
{   background-color:white;  }
    
.menuitem 
{   background-color:white;
    color:black;    
    padding:2px;
    padding-left:5px;
    padding-right:15px;
    cursor:pointer;
    cursor:hand;
    font-weight: bold;
    text-decoration: underline;            }
    
.mouseover 
{   padding:2px;
    padding-left:5px;
    padding-right:15px;
    cursor:pointer;
    cursor:hand;
    font-weight: bold;
    text-decoration: underline;
    color:#FF9933;        }


/*
.menustyle {background-color:white;border:1px;border-style:solid;border-color:Gray; }
.menuitem {background-color:white;font-family:verdana;font-size:12px;border:1px;
  border-style:solid;border-color:white;padding:2px;padding-left:5px;padding-right:15px;
  cursor:pointer;cursor:hand;}
.mouseover {background-color:silver;color:black;font-family:verdana;font-size:12px;border:1px;
  border-style:solid;border-color:Gray;padding:2px;padding-left:5px;padding-right:15px;
  cursor:pointer;cursor:hand;}
*/


#contentHeaderAdmin {
    height:75px;  
}
	
#contentInfoStripAdmin {
	width:760px;
	padding: 0 10px 0 10px;
	margin-top:0px;
	height:45px;  
	}	

#contentCenterAdmin {
	width:750px;
	margin:0px;
	padding: 10px 10px 10px 20px;
	display: block;
	clear: both;	
    min-height:400px;
    height:auto !important;
    height:400px;
	}

#contentFooterAdmin{
	width:760px;
	padding: 10px;
	}	

#adminFrame 
{
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;	
	background:#fff;
	}
	
.dateSelectBox
{   border: 0px;          }	

.altItemStyle
{   background-color: white;     }

.editItemStyle
{   background-color: white;     }

.itemStyle
{   background-color: white;     }

.headerStyle
{   background-color: #F9E9D9;    }