/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */ 
 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
 fieldset 
	{
		border: 1px solid #000 !important;
		margin: 20px 0;
		xmin-width: 0;
		padding: 20px;       
		position: relative;
		border-radius:4px;
		
		padding-left:10px!important;
	}	
	
		legend
		{
			font-size:16px;
			font-weight:bold;
			margin-bottom: 0px; 
			width: 35%; 
			border: 1px solid #ddd;
			border-radius: 4px; 
			padding: 5px 5px 5px 10px; 
			background-color: #ffffff;
		}
 /*ServicesList*/
.Services2_List {
	clear:both;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 10px;
	
}
.Services2_List[class*="span"] {
	position:relative;
}
/*container around services icon block*/
.Services2_List .Services2_Content {
	padding:10px 0px 30px 65px;
	color:inherit;
	border:1px solid #555;
	max-height:200px;

	
}
.Services2_List h3 {
	color:428bca;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}

.Services2_List a:link {
	color:inherit;
	/*text-decoration:none;*/
	border-bottom:3px solid red;
	
}

.Services2_List .Services2_icon
{
    	/*border:1px solid #ff0000;*/
  /*background: #fff none repeat scroll 0 bottom;*/
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    
    line-height: 50px;
    position: absolute;
    left: 5px;
    top: 20px;
   color:#000;
   background:#FFF;

}
 
 
 
 
 
 .icon-widget__link {
    border-bottom: 4px solid #a62639;
    color: #1b1b1b;
}
.widget-taxonomy__link, .icon-widget__link {
    background-color: #fff;
    border: 1px solid rgba(20, 20, 20, .2);
    box-sizing: border-box;
    color: #1b1b1b;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 77px;
    padding: 1rem;
    text-decoration: none;
    transition: all .25s 0 linear;
    word-break: break-word;
}
 
/*FORM PROGRESS TRACKER *-************************************************************************************
***************************************************************************************************************/

/* ***********************************************************************************************************************
Bootstrap PROGRESS BAR.

###########################################################################################################################*/
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
	height:35px;
	line-height:35px;
	margin:10px 0 10px 0;
}
.progress .bar {
	text-align:left;
	text-indent:12px;
}

.progress {
  overflow: hidden;
  height: 35px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
}

.progress .bar red {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #FF0000;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
}




.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

 /* ********** SJF middle Search Style ********************************************* **************
######################################################################################*/
.outro{
    

	background: #2e6da6 url("IMAGES/Allotments_banner.jpg");

	background-repeat: no-repeat;
   opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */

	min-height:200px;
	Padding:10px 0;
	
   
}
.outro_wrapper {
    margin: 0 auto;
}
.ccc_adverts {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
}

.ccc_adverts  .ccc_wrapper {
    position: relative;
    padding: 10px;
    text-align:center
}

@media (min-width: 44rem){
.ccc_wrapper { padding: 0 2%;}
}
.ccc_wrapper {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 103rem;
}

.ccc_adverts  .ccc_button {
    position: absolute;
    top: 0;
    bottom: 0;
    min-height: 25px;
    margin: auto;
    right: 1rem;
}


.ccc_button {
    display: inline-block;
}

.ccc_button {
   
    height:20px;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-appearance: none;
}
.ccc_adverts  .leaderboard {
    margin: 0 auto;
    
}


/*-- textbox used for search ----------------------------- */


.SJFSearch{width:auto; padding: 20px; background-color:#FFF;}
.search_bg_sjf
{
    position: relative;
    height: 50px;
    background: tranaparent; /* #FFF;  */
    margin: 10px auto;
    padding-bottom: 30px;
}

#dnn_dnnSEARCHSJF_txtSearch 
{
    color: #222;
    text-align: left;
    height: 50px;
    outline: none;
    background: none;
    border: none;
    display: block;
    position: absolute;
    padding-left: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    border: 1px solid #CCCCCC;
}

@media (min-width:320px)  
{
    .search_bg_sjf {        
         width: 290px;
    }
    
    #dnn_dnnSEARCHSJF_txtSearch {
         width: 250px;
        
    } 
}

@media (min-width:641px)   
{
    .search_bg_sjf {        
         width: 600px;
    }
    
    #dnn_dnnSEARCHSJF_txtSearch {
         width: 560px;
        
    }     
}

.search_sjf, a.search_sjf:link, a.search_sjf:active, a.search_sjf:visited
{  
    color:#000 ;/*#191919*/
    text-decoration: none;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    text-indent: -9999px;
    background: url('/portals/0/skins/residents/images/greenbtnnormal.png') no-repeat center center; /* SearchButton.png */
    overflow: visible;
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
}

a.search_sjf:hover
{  
    color:#000 ;/*#191919*/
    text-decoration: none;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    text-indent: -9999px;
    background: url('/portals/0/skins/residents/images/greenbtnhover.png') no-repeat center center; /* SearchButton.png */
    overflow: visible;
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
}

.search_bg_sjf .searchInputContainer{
	display:block !important;
	margin:0px !important;
	height:50px;	
}
.search_bg_sjf .searchInputContainer a.dnnSearchBoxClearText{
	right:65px !important;
}
.search_bg_sjf ul.searchSkinObjectPreview{
	z-index:999;
}

/* section added by Ebirien for Accessibility requirement */
#dnn_dnnSEARCHSJF_txtSearch:focus  {
	border: 2px solid #fdd24f;	
}

.search4,
a.search4:link,
a.search4:active,
a.search4:visited{
	color:#FFF;	text-decoration:none;	display:block; 	
	position:absolute; 	right:6px; 	top:16px;	text-indent:-9999px;
	background:url(images/search.png) no-repeat center center;	overflow:hidden; 	
	font-size:16px; 	overflow:hidden; text-align:center;	width:21px; 	
	height:19px;	outline:none;
	}
#dnn_dnnSEARCH4_txtSearch{
	width:192px; 	color:Green; 	text-align: left; 	height:16px;	outline:none;	padding:10px;	background:none;
	border:none; 	display:block; 	position:absolute; 	left:8px; 	top:7px;	font-family:Arial, Helvetica, sans-serif;
}

.search4_bg .searchInputContainer{	display:block !important;	margin:0px !important;	height:51px;}
.search4_bg .searchInputContainer a.dnnSearchBoxClearText{	right:30px !important;}
.search4_bg ul.searchSkinObjectPreview{	z-index:999;}


 /*####################################################################
A-Z
*************************************************************************/

div#SJFcenterAtoZ {      
         
  text-align: center; 
  margin:30px 0px;
    }
    
   
    
    ul.SJFcenterUL {
        margin:1em auto;
         background-color: #444;
         max-width:100%; 
        /*line-height: 30px;*/
      
   
    }
    .SJFcenterUL li {

        text-align: center;
        height: 20px;
       /*padding:0 5px 0 5px;*/
        display: inline;
        
    }
    .SJFcenterUL LI.SJFAZ  {
      background-color: #000; 
     /* float:left;*/
      width: 40px;
     color: #FFFFFF;   
    font-size: 1.3em;
    height: 50px;
    line-height: 50px;
     text-align: center;
    text-decoration: none;
     padding:0 5px 0 5px;
    
    }
    
   
    .SJFcenterUL li a
{
     /*background-color: #666; */
    width: 34px;
    color: #FFFFFF;
    font-size: 1.7em;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
    
    .SJFcenterUL li a:hover {
    background-color: #0a91ff;
     font-size: 1.5em;
    height: 50px;
    line-height: 50px;
     text-align: center;
    color: #222;
   /* text-shadow: 1px 1px 1px #FFF;*/
    padding:0 5px 0 5px;
    width: 34px;
}

.SJFatoz-hdr
{
    background: #000;
    color: #428aca;
    display: block;
    margin-right:10px;
   /*float: left;*/
    font-size: 1.3em;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 6%;
}
/* *********************************************************************************
End A-Z
#####################################################################################*/
 
 
 
 
 
 /*Blockquote Blue*/
 
 .SJFblockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  /*font-family: Georgia, serif;*/
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #2E6DA7;
  border-right: 2px solid #2E6DA7;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

.SJFblockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
 
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

.SJFblockquote::after{
  /*Reset to make sure*/
  content: "";
}

.SJFblockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

.SJFblockquote a:hover{
 color: #666;
}

.SJFblockquote em{
  font-style: italic;
} 


 /*Blockquote Purple*/
 
 .SJFblockquote_purple{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  /*font-family: Georgia, serif;*/
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #803D8A;
  border-right: 2px solid #803D8A;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

.SJFblockquote_purple::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
 
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

.SJFblockquote_purple::after{
  /*Reset to make sure*/
  content: "";
}

.SJFblockquote_purple a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

.SJFblockquote_purple a:hover{
 color: #666;
}

.SJFblockquote_purple em{
  font-style: italic;
} 


/*Blockquote Volunteer Green*/
 
 .SJFblockquote_Volunteer{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  /*font-family: Georgia, serif;*/
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #00B8B8;
  border-right: 2px solid #00B8B8;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

.SJFblockquote_Volunteer::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
 
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

.SJFblockquote_Volunteer::after{
  /*Reset to make sure*/
  content: "";
}

.SJFblockquote_Volunteer a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

.SJFblockquote_Volunteer a:hover{
 color: #666;
}

.SJFblockquote_Volunteer em{
  font-style: italic;
} 

/*#######################################################################################################################################*/

 .banner_h1{
 color: white;
    text-shadow: 2px 2px 4px #000000;
 }
 
 .ls-fullwidth .banner_h1 a:link {
 color: white;
 }
 .banner_h1 a:hover{
 
 }
 .ls-fullwidth .banner_h1 a:active {
 color: white;
 }
 
 
.mapping-container {
    position: relative;
    padding-bottom: 90%; /* (450 ÷ 500 = 0.9 = 90%)*/
    height: 0;
    overflow: hidden;
}

.mapping-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.collections-listing {
    width: 100%;
    border-top: 1px solid #fff;
}

.collections-listing tr {
    font-size: 18px;
    color: #292b36;
    position: relative;
    padding: 0 10px 0 80px;
    border-bottom: 1px solid #fff;
}

.collections-listing tr.sticky {
    height: 59px;
    background: #e0e3f6;
}

.collections-listing tr.collection-page-split .views-field-title {
    padding-top: 20px;
    padding-bottom: 10px;
}

.collections-listing tr.not-sticky {
    background: transparent;
}

.collections-listing .views-field-title {
    padding: 0;
    position: relative;
}

.collections-listing .sticky .views-field-title {
    height: 60px;
}

.collections-listing .views-field-title .icon-arrow-right {
    display: table;
    margin-left: 56px;
}

.collections-listing .sticky .views-field-title .icon-arrow-right {
    margin-left: 80px;
}

.collections-listing .not-sticky .views-field-title .icon-arrow-right {
    margin-top: 4px;
    margin-bottom: 4px;
}

.collections-listing tbody {
    border: 0;
}

.collections-listing .views-field-title .icon-arrow-right:before {
    line-height: 59px;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 56px;
    text-align: center;
    display: block;
}

.collections-listing .sticky .views-field-title .icon-arrow-right:before {
    width: 70px;
    height: 59px;
    line-height: 59px;
    top: 0;
    left: 0;
    bottom: 0;
    background: #ffdf64;
    font-size: 56px;
    color: #292b36;
    text-align: center;
    display: block;
    border-right: 1px solid #fff;
}

.collections-listing .collection-page-split .views-field-title .icon-arrow-right:before {
    font-size: 42px;
    margin-left: 10px;
}

.collections-listing .not-sticky .views-field-title .icon-arrow-right:before {
    left: 26px;
    top: 20px;
    margin-top: -9px;
    background: #fecb00;
    content: "";
    width: 12px;
    height: 12px;
}

.collections-listing a.tabledrag-handle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    width: 60px;
    background: #c9cbdd;
    z-index: 2;
    border-left: 1px solid #fff;
}

.collections-listing .sticky .tabledrag-handle .handle {
    background-size: 32px;
    background-position: 0 -43px;
    padding: 0;
    height: 32px;
    width: 28px;
    margin: 14px auto;
}

.collections-listing .not-sticky .tabledrag-handle .handle {
    background-size: 16px;
    background-position: 0 -21px;
    padding: 0;
    height: 16px;
    width: 14px;
    margin: 6px auto;
}

.collections-listing tr .tabledrag-changed {
    position: absolute;
    top: 0;
    height: auto;
    display: block;
    z-index: 3;
    color: #292b36;
    width: 20px;
    text-align: center;
    line-height: 30px;
}
     
 


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
/*Hide the reset password button*/
.dnnLoginActions{display:none;}

