/* {margin: 0px; padding: 0px;}*/

BODY {
	background-color: #2b90cf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}


TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.hometext1{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000066;
	line-height: 16px;
}

.homeblock1{
	width: 370px;
	height: 151px;
	border: 1px solid #e1dcd2; 
	background-color: #f0e6cd;
	background-image: url(images/h_blockgrad.gif); 
	background-repeat: repeat-x;
}

.homeblock2{
	width: 184px;
	border: 1px solid #e1dcd2; 
	background-color: #f0ebdc;
}

.homeblock3{
	width: 370px;
	border: 1px solid #e1dcd2; 
	background-color: #f0ebdc;
}

.homehead01{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #993300;
	font-weight: bold;
	padding-left: 10px; 
}

.SkinObject {
 	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #999999;
	line-height: 16px;
	padding-right: 10px;
	margin: 0px;
	font-weight: normal;
}

A.SkinObject:link {
	text-decoration:    none;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5A53;
}

A.SkinObject:visited  {
   text-decoration:    none;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5A53;
}

A.SkinObject:active   {
   text-decoration:    none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5A53;
}

A.SkinObject:hover    {
   text-decoration:    none;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	 color:#003366;
}

/* style for module titles */
.Head   {
	font-family : Arial Narrow, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color: #FFFFFF;
	font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
A:link  {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C34E2C;
	line-height: 14px;;
	font-weight: bold;
	text-decoration: none;
}

A:visited   {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C34E2C;
	line-height: 14px;;
	font-weight: bold;
	text-decoration: none;
}

A:active    {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C34E2C;
	line-height: 14px;;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C34E2C;
	line-height: 14px;;
	font-weight: bold;
    text-decoration:    underline;
   
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}



