/* TABLES, IMAGES, SPECIAL DIVs, INPUTS, ET C */
table#membertable 
{
	width: 100%;
}

img.member_image 
{
	position: relative;
	display: inline;
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}

div.cleardiv 
{
	width: 100%;
	font-size: 0;
	clear: both;
	height: 0px;
}

img.start_image 
{
	margin-right: 25px;
}

input.quicksearchinput
{
	width: auto;
	height: 17px;
	border: 1px solid #939498;
	margin-bottom: 2px;
}

div#SearchTextBox
{
	position: absolute;
	left: 152px;
}
div#SearchButtonBox {
	position: absolute;
	left: 232px;
	top: 41px;
}
div.quicksearchcontainer 
{
	position: absolute;
	left: -160px;	
}	

div.quicksearchcontainer div#SearchButtonBox 
{
	top: 24px;
}

span.searchlabel
{
	font-weight: bold;
	font-size: 1em;
	color: #336;
}
img.quicksearch
{
	height: 1.75em;
}

div#monthPickerArea 
{
	float: right;
}


.t { background: url('/graphics/dot.gif') 0 0 repeat-x; }
.b { background: url('/graphics/dot.gif') 0 100% repeat-x; }
.l { background: url('/graphics/dot.gif') 0 0 repeat-y; }
.r { background: url('/graphics/dot.gif') 100% 0 repeat-y; }
.bl { background: url('/graphics/bl.gif') 0 100% no-repeat; }
.br { background: url('/graphics/br.gif') 100% 100% no-repeat; }
.tl { background: url('/graphics/tl.gif') 0 0 no-repeat; }
.tr { background: url('/graphics/tr.gif') 100% 0 no-repeat; padding:25px; }


tr.sinkrow { visibility: hidden; }
td.sl { background: url('/graphics/sink-left.gif') right no-repeat; }
td.sr {	background: url('/graphics/sink-right.gif') left no-repeat; }
td.sc {	background: url('/graphics/sink-center.gif') repeat-x; width: auto; }


div#menu_box 
{
	padding: 8px 4px 8px 8px;
	height: 100%;
}

div.menuitem 
{
	position: relative;
	display: inline;
	float: left;
	width: auto;
	margin: 3px 6px 3px 0px;
	clear: left;	
}
