/* .MainMenu_MenuBreak {border-top: 0px solid #FFFFFF;} */


.breadcrumb_td {padding-left: 10px; padding-right: 10px; padding-bottom: 10px; padding-top: 2px;}
A.breadcrumb, A.breadcrumb:link, A.breadcrumb:visited, A.breadcrumb:active{
	color: #5675A1;
	text-decoration: none;
}
A.breadcrumb:hover{
	color: #5675A1;
	text-decoration: underline;
}



/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight: normal;
    color: #208AC4;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:11px;
    font-weight:bold;
    color: #000000;
}
/* 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: #cccccc;
}
/* text style used for most text rendered by modules */

/* 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;
	 color: #218ACC;
}
/* 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;
}



.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #0099cc 1px solid; 
    BORDER-TOP: #0099cc 1px solid; 
    BORDER-LEFT: #0099cc 1px solid; 
    BORDER-BOTTOM: #0099cc 1px solid; 
}
.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #0099cc;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#0099cc;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#0099cc;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#0099cc;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#83E746;
}
/* text style used for help text rendered by modules */
.Help{
  border-right: #0099cc 1px solid;
  padding-right: 2px;
  border-top: #0099cc 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: #0099cc 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: #0099cc 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #c6e8f4;
}
/* 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: #000000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: 000000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: 000000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color:#000000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #999999;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

.SearchButton {
   background: transparent;
   padding: 0px 0px 12px 38px; 
   cursor: hand; 
   font-size:1px;
   margin: 0 0 0 0px;
}

#dnn_dnnSEARCH_txtSearch { text-align: left; vertical-align: middle;  height:14px; background: transparent; width: 123px; color: #235D8F; padding: 2px 2px 2px 2px; border: 0px solid #FFFFFF; cursor:text; font-size: 10px;}
.CleanStylelanguage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #235D8F;
}


.homename{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
A.homename:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
A.homename:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
A.homename:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
   text-decoration: underline;
}
A.homename:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.privacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
A.privacy:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
A.privacy:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
A.privacy:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
   text-decoration: underline;
}
A.privacy:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.terms{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
A.terms:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
A.terms:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
A.terms:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
   text-decoration: underline;
}
A.terms:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.currentdate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C8FD3;
	text-decoration: none;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

