body
{
	background-color: #A5A5A5;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
}

.Layout
{
	margin-left: auto;
	margin-right: auto;
	width: 763px;
	background-color:#ffffff;
	height: 100%;
	padding: 0;
}

td 
{
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

td,th,input,select,h1,h2,h3,h4,p,li,ul,span {
	font-family:"Trebuchet MS",Verdana;
}

select {
	font-size:11px;
}

td#menuCell
{
	width: 100%;
	padding-left: 4px;
}

td#contentCell
{
	width: 100%;
	height: 100%;	/* Make the content cell take up as much height as possible. */
}

td#headerCell
{
	text-align: right;
}

td#headerCell div#search
{
	background-image: url(images/layout/bar_top_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

td#headerCell div#search input
{
	margin-left: 10px;
}

td#leftborder
{
	width: 6px !important;
	background-image: url(~/images/layout/bg_left.gif);
	background-repeat: repeat-y;
	height: 100%;
}

td#rightborder
{
	width: 6px !important;
	background-image: url(images/layout/bg_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
}

td#bottomborder
{
	height: 6px !important;
	background-image: url(images/layout/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}

td#bottomleftborder
{
	height: 6px !important;
	width: 6px !important;
	background-image: url(images/layout/bg_bottomleft.gif);
	background-repeat: repeat-x;
	background-position: top;
}

td#bottomrightborder
{
	height: 6px !important;
	width: 6px !important;
	background-image: url(images/layout/bg_bottomright.gif);
	background-repeat: repeat-x;
	background-position: top;
}

td#siteLinksCell
{
	color: 	#666666;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	height: 25px;
	text-align: right;
	background-image: url(images/layout/bar_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

td#siteLinksCell a
{
	text-decoration: none;
	color: 	#666666;
}

td#siteLinksCell table
{
	text-align: right;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

td#siteLinksCell table td
{
	margin: 0;
	vertical-align: middle;
	height: 25px !important;
	padding: 3px;
	white-space: nowrap;
}

td#sponsorsCell
{
	vertical-align: middle;
	text-align: right;
	color: 	#666666;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 20px;
}

td#sponsorsCell img
{
	vertical-align: middle;
}

td#sponsorsCell a
{
	color: 	#666666;
	text-decoration: none;
}

#infoImage
{
	border: 0px;
}

ul#bulleted
{
	border: solid 1px blue;
	list-style-image: url(images/arrow.gif);
	list-style-position: outside;
}

/* Common use styles */
a 
{
	color:#003366;
}

p.bold
{
	font-weight: bold;
}

.button
{
	background: #FCC800;
	border: 1px solid #cccccc;
	font-weight:bold;
}

.smallbutton
{
	background: #FCC800;
	border: 1px solid #cccccc;
	font-size: xx-small;
}

.panel
{
	background: #eff0f2;
	padding: 10px;
	margin: 10px;
	vertical-align: top;
}

.panel H1
{
	padding-top: 0px;
	margin-top: 0px;
	font-size: x-large;
	font-weight: bold;
	color: #003366;
}

td.loginTitle
{
	text-align: center;
	font-weight: bold;
	background-color: #5d7b9d;
	color: #FFFFFF;
}

td.spacer
{
    width:25px;
}

label.loginLabel
{
	color:#666666;
	vertical-align: middle;
	font-size: .9em;
}

/*DBsearch*/
.DBsearchOptionLabel {color:#666666;font-weight:bold}
.DBsearchOptionA {font-size:14px;color:#003366;font-weight:bold}
.DBsearchOptionB {font-size:14px;color:#666666;font-weight:bold}

td,th,input,select,p,li,ul {
	font-size:11px;
}
select {
	background: #FFFFFF;
	border: 1px solid #cccccc;
}
input {
	background: #FFFFFF;
	border: 1px solid #cccccc;
}

.ShowUpdateProgress
{
  width:200px; background-color: #FFC080;
  bottom: 0%; left: 0px; position: absolute;
}