/* td {	border:1px solid gray } */

table { border-collapse: collapse }

/* tags */
body 
{
	font-family: verdana, arial, sans-serif;
	font-size:100%;
	color: black;
	background-image:url(images/backgrond_2.jpg);
	font-size: 80%;
}
	
td, span, div, p, th
{
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
}

/* especially for ie bugs */
abbr, acronym, span.abbr {
  cursor: help;
  border-bottom: 1px dashed #000;
}

/* using id */
#giftform {	background-color: #fff3de; border-collapse: collapse}
#giftform a { font-size:80%; color: #A52A2A; text-align:right; font-weight:bold}
#giftform h1 { font-size:medium; text-align:center; }
#giftform .error { font-size: small; text-align:center; }
#giftform td {	padding:2px; }
#giftform label { font-size:smaller; text-align:right; width:100%; display: block; font-size:90%}
#giftform .section { background-color:#FCE2A4;font-weight:bold }
#giftform .readonly { background-color: silver;}
#giftform #tooltip { 
	font-style: italic; 
	background-color: #ffc; color: #000; 
	border:1px solid #ccc; 
	height:2.4em; line-height:1em; padding:.2em auto;
	display:block; 
	font-size:90%; font-weight:normal }
#giftformBorder { 
	background-color: #fff3de; 
	border-left:2px solid black; 
	border-top: 2px solid black 
}

/* specialized */
.button 
{
	background-color: #FFE4C4; /* bisque */
	color: black;
	cursor: pointer;
	padding: 0px 10px;
	border: 1px solid black;
}

.error
{
	color:red;
	background-color: transparent;
} 

.debug
{
	font-size:70%; 
	color:white;
	background-color: transparent;
}

.big
{
	font-size:90%;
}

.small
{
	font-size:80%;
}

.giftimage
{
	height: 200px;
	width: 100%;
	color: white;
	background-color: transparent;
	font-weight: bold;
}

.size10 {width: 10% }
.size15 {width: 15% }
.size20 {width: 20% }
.size30 {width: 30% }
.size40 {width: 40% }
.size50 {width: 50% }
.size60 {width: 60% }
.size70 {width: 70% }
.size80 {width: 80% }
.size90 {width: 90% }

/* sandbag method */
.field, .label
{
	font-size: 12px;
	float:left;
	display:inline;
	text-align:left;
	white-space:nowrap;
}

.heading 
{
	font-size: 12px;
	float:left;
	display:inline;
	font-weight:bold;
	background:#FCE2A4;
	color: black;
	text-align:left;
}

/* standard sandbags */
.left 
{
	float: left;
}
.right 
{
	float: right;
}

/* sandbag method break */
br.divider
{
	clear:both;
	display: block;
}

.adminContent
{
	padding: 2em 2em;
	border:2px outset white;
	background:#FCE2A4;
	color: black;
	width:700px;
	text-align:left;
}

.selected
{
	background-color:#cccccc;
	color: black;
	cursor:pointer;
}
.deselected
{
	background-color:#FCE2A4;
	color: black;
	cursor:pointer;
}
.link
{
	text-decoration:underline;
	cursor:pointer;
}
.dotted {
	border-bottom: thin dotted Gray;
}

table.header td {font-size:80%}
thead {display: table-header-group;}

/* ADMIN CONSOLE */
.list td, th { text-align:left; white-space: nowrap;  }
tr.rowcolor0 {background-color: #F5F5CC; color: black;} /* beige */
tr.rowcolor1 {background-color: #D3D3D3; color: black;} /* lightgrey */
tr.rowcolor0 td {border-bottom: 1px solid gray}
tr.rowcolor1 td {border-bottom: 1px solid gray}

td.left { 	text-align:left; }
td.right { 	text-align:right; }
.searchbox { text-transform:uppercase }