﻿.TextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 90%;
	font-weight: bold;
	white-space: nowrap;
}

.TextButton:LINK
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.TextButton:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

.TextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #bbbbbb;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color: #bbbbbb;
	color: #333333;
}

#message
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: silver;
	padding: 2px;
	height: 34px;
	width: 600px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 12px;
}
.token
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.token thead tr td
{
	font-size: 1em;
	font-family: Verdana;
	background-color: silver;
	padding:3px;
}

.entry-edit fieldset, .entry-edit .fieldset {
margin-bottom:1.5em;
padding:1.2em 1.5em;
text-align:left;
width:600px;
}
.box, .address-list li.on, .address-list li.on.over, .entry-edit fieldset
{
	background: #F8F8F8 none repeat scroll 0%;
	border: 1px solid #808080;
}
fieldset {
border:medium none;
}
.head-edit-form {
/*background-image:url(/App_Themes/FBDefault/fam_page_white.gif);*/
}
.icon-head {
background-position:0pt 50%;
background-repeat:no-repeat;
min-height:18px;
padding-left:2px;
}
h4 {
color:#494848;
font-size:1.05em;
margin-bottom:0.6em;
border: none;
text-align:left;
width:600px;
}
h1, h2, h3, h4 {
line-height:1.4em;
margin-bottom:0.5em;
}