.roottable
{
	margin-left: auto;
	margin-right: auto;
	background-image:url('/images/bgd.jpg');
	width: 800px;
}


/* Header */

#root_master_header {
	border-top: 0px solid blue;
	border-bottom: 0px solid blue;
	height: 3em;
}
#root_master_header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#root_master_header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#root_master_header a:link, a:visited  {
	color: #B51032;
}

/* Vertical Navigation */

#verticalnavigation 
{
	vertical-align:top;
    width: 115px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:90%;
}

#verticalnavigation ul {
      list-style: none;
      padding: 0;
}

#verticalnavigation li {
      border-bottom: 1px solid #dcdcdc;
}

#verticalnavigation li a:link, #verticalnavigation li a:visited  {
      display: block;
      padding: 5px 5px 5px 0.5em;
      border-left: 0px solid #711515;
      border-right: 0px solid #711515;
      background-color: white;
      color: #5a7b01;
      text-decoration: none;
}

#verticalnavigation li a:hover {
      background-color: #f0f8cf;
      color: #5a7b01;
}

#verticalnavigation ul ul {
      margin-left: 12px;
}

#verticalnavigation ul ul li {
      border-bottom: 1px solid #dcdcdc;
      margin:0;
}

#verticalnavigation ul ul a:link, #verticalnavigation ul ul a:visited {
      background-color: white;
      color: #5a7b01;
}

#verticalnavigation ul ul a:hover {
      background-color: #f0f8cf;
      color: #5a7b01;
}

/* Content */

#RootContent p {
	font-size: 80%;
	line-height: 1.6em; 
}

#RootContent 
{
	font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
	text-align: justify;
	z-index: 2;
	min-height: 100%;
	width: 100%;
	padding: 5px;
}

#RootContent a {
		text-decoration: none;
		color: Maroon; }


/* Footer */

#RootFooter p {
	font-size: 80%;
	line-height: 1.6em; 
}

#RootFooter 
{
	font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
	text-align: justify;
	z-index: 2;
	min-height: 100%;
	padding: 5px;
}

#RootFooter a {
		text-decoration: none;
		color: Maroon; }

#RootFooter a:hover { background: #898B5E; }

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.control {
  float: right;
  width: 500px;
  text-align: left;
  }
  
div.row span.error {
  float: right;
  width: 500px;
  text-align: left;
  color: Red;
  font-weight: bold;
  }
 
.caption 
{
	width: 100;
	color: Blue;
	font-size: smaller;
	margin-left: auto;
	margin-right: auto;
  }

.BasicImageGalleryHorizontalSpacer
{
	width: 50px;
}

.BasicImageGalleryVerticalSpacer
{
	height: 50px;
}

.testlabel 
{
	color: Navy;
}

.error 
{
	color: Red;
}

.swappinggalleryheader
{
	color: Green;
	font-size: x-large;
}

.special 
{
	font-family: Georgia, "Times New Roman", Times, serif
}

@media print 
{
input.noPrint { display: none; }
}

div.FeatureDescription {
  clear: both;
  padding-top: 5px;
  width: 600px;
  }

div.FeatureDescription span.description 
{
	font-family: Georgia, "Times New Roman", Times, serif
}

div.FeatureDescription span.example {
	font-family: Georgia, "Times New Roman", Times, serif
  }

div.FeatureDescription span.price {
	font-family: Georgia, "Times New Roman", Times, serif
  }

.calendarEvent
{
	font: Arial;
	font-size: small;
}

.gridButton
{
}