.indented 
{ 
	padding-left: 50pt;
	padding-right: 50pt;
}

.handwrite
{
	color: blue; 
	font-size: 15px; 
	font-family: Lucida Handwriting;
	font-style: italic;	
	padding-left: 50pt;
	padding-right: 50pt;
}

H2
{
	margin-top: 20px;
	margin-left: 10px;
	color:#006666;
	font-size:1.3em;
	font-style:italic;
	font-family: Candara;

}

h2.form-title
{
	text-align: center;			
}

H3
{	
	margin-left: 10px;
	color: #FF6633;
	font-size: 1.2em;
	font-style: italic:
}

body 
{ 
	margin-left: 2px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	background-color: white; 
}


.nav 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
}

.content 
{ 
	color: #0033FF; 
	font-size: 15px; 
	font-family: Comic Sans MS; 
}

.content2
{
	color: #6633CC;
	font-size: 14px; 
	font-family: Palatino; 	
	font-style: italic;	
}

.content3
{
	color: #2F4F4F;
	font-size: 15px; 
	font-family: Palatino; 	
	font-style: italic;		
}

a:link 
{ 
	color: #CC3300; 
	text-decoration: none; 
}

a:visited 
{ 
	text-decoration: none; 
	color: #339900; 
}

a:hover 
{ 
	text-decoration: none; 
	color: #BF9A64; 
}

a:active 
{ 
	text-decoration: none; 
	color: #AB555F; 
}

.mytable 
{
	width: 80%;
	border-style: groove;
	font-family: Arial;
	font-style: normal;
	color: #000000;
	border-color: #FF6600;
	font-size: 15px;
}

td
{
	border:  1pt;
	border-color: #0066CC;
}

div.tablewrapper 
{
    height: 800px;
	width: 98%;
    overflow-y: auto;
}

.mylinks
{
	width: 50%;
	border-width: thin;
	border: outset 10pt;
	border: inset 5pt;
	font-family: Arial;
	font-style: italic;
	color: #006666;
	border-color: #0066CC;
	border-style: groove;
	font-size: 13px;
	border-collapse: separate;
	border-spacing: 10px;
	empty-cells: show;
}


/*nicer message boxes*/
div.displaybox
{
	border: 2px;
	font-family: Arial;
	font-size: 14px;
	background: red;
	color: white;
	width: 300px;
    text-align:center; 
}

div.form-message
{
	border: 2px;
	font-family: Candara;
	font-size: 14px;
	background: #475C72;
	color: white;
	width: 90%;
    border-style: groove;
    border-radius: 5px;     
}

/*menu list table */
table.entry-list
{
	margin:auto;
	position:relative;
	width: 95%;
	border:0px;
	font-family: Candara;
	font-style: italic;
}
tr.entry-row	
{  
	border-bottom:1px dotted #5E5E5E;
}
td.entry-column
{ 
	font-size:1.2em; 
	position:relative;
} 

img.entry-thumbnail
{
	border-style: solid ridge;
	border-width: 4px;
	border-color: #D1D1E0;
}

/* display table */
table.values
{
	margin:auto;
	position:relative;
	width: 95%;
	border-style: groove;
	font-family: Candara;
	font-style: normal;
	color: #000000;
	border-color: #FF6600;
	font-size: 15px;
	border:1px solid #999;
}
td.values-header
{
	font-size:18px; 
	color: #000000;
	font-family: Candara;
	font-style: italic;
	position:relative;
	border: 1px solid black;
	background: #C0C0C0;
}
tr.values-row	{  }
td.values-column	
{ 
	min-height:80px; 
	font-size:14px; 
	font-family: Candara; 
	position:relative; 
} 
* html div.values-column 
{ 
	height:80px; 
	width: 100px;
}

td.values-column:hover
{ 
	background:#eceff5; 
}
td.values-column-np	
{ 
	background:#eee; 
	min-height:80px; 
} 

* html div.values-column-np 
{ 
	height:80px; 
}

td.values-column-head 
{ 
	background:#ccc; 
	font-weight:bold; 
	text-align:center; 
	width:120px; 
	padding:5px; 
	border-bottom:1px solid #999; 
	border-top:1px solid #999; 
	border-right:1px solid #999; 
}

div.values-column
{ 
	background:#999; 
	padding:5px; 
	color:#fff; 
	font-weight:bold; 
	float:right; 
	margin:-5px -5px 0 0; 
	width:20px; 
	text-align:center; 
}
/* shared */
td.values-column, td.values-column-np 
{ 
	width:120px; 
	padding:5px; 
	border-bottom:1px solid #999; 
	border-right:1px solid #999;	
}
.annotation 
{
	color: #FF0000;
	font-weight: bold;
	border-radius: 5px;
	border-color: #FF0000;
}
div.legend
{
	border: 2px;
	font-family: Arial;
	font-size: 14px;
	color: white;
	width: 1000px;
}
div.graph
{
	font-family: Tahoma;
	font-size: 12px;
}

form    
{
	background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
	background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
	margin:auto;
	position:relative;
	font-family: Candara, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #09C;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	border: 1px solid #999;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

/*style the select option */
select
{
	width:50%;
	font-family: Candara, Geneva, sans-serif;
	font-size: 12px;
}

.textbox_address
{
    height: 60px;
    width: 400px;
}