/*Start of PromoTileDefault CSS*/

.promo_tileDefault {
    float: left;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.promo_tileDefault h1 {
    position: absolute; float: left; display: block;
    width: 97px;
    margin-top: 10px;    
    margin-left: 1px; 
    margin-right: 1px;    
    height: 20px;
    overflow: visible;
    padding: 1px;
}

.promo_tileDefault h4 {
    position: absolute; float: left; display: block;
    width: 90px;
    margin-top: 10px;    
    margin-left: 1px; 
    margin-right: 1px;    
    line-height: 10pt;
    font-size: 10pt;
    color: black;
    font-family: arial, helvetica, sans-serif;
    text-align: left;
    overflow: visible;
}
        
.promo_tileDefault a {
    position: absolute; float: left; display: block;
    width: 90px;
    margin-top: 50px;    
    margin-left: 1px; 
    margin-right: 1px;    
    font-size: 10pt;
    line-height: 10pt;
    color: red;
    font-family: arial, helvetica, sans-serif;
    text-align: left;
    overflow: visible;
    padding: 1px;
}


.promo_tileDefault img {
    position: absolute; 
    width: 100px;
    height: 100px;
    overflow: visible;   
}

.promo_tileDefault a:hover {
    color: blue;
}


.promo_tileInline {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.promo_tileInline textOuter {
    position: absolute; float: left; display: block;
    margin-top: 1px;    
    margin-left: 1px; 
    margin-right: 1px;    
    margin-bottom: 1px;    
    line-height: 10pt;
    overflow: visible;
    padding: 1px;
}


.promo_tileInline textStyle {
    position: absolute; 
    margin-left: 1px; 
    margin-right: 1px;    
    font-size: 10pt;
    line-height: 10pt;
    color: black;
    font-family: arial, helvetica, sans-serif;
/*    text-align: left;  */
    overflow: visible;
    padding: 1px;
}
        
.promo_tileInline aOuter {
    position: absolute; float: left; display: block;
    margin-top: 50px;    
    margin-left: 1px; 
    margin-right: 1px;    
    margin-bottom: 1px;    
    line-height: 10pt;
    overflow: visible;
    padding: 1px;
}

.promo_tileInline a {
    position: absolute;
    margin-left: 1px; 
    margin-right: 1px;    
    margin-bottom: 1px;    
    font-size: 10pt;
    line-height: 10pt;
    color: red;
    font-family: arial, helvetica, sans-serif;
    text-align: left;
    overflow: visible;
    padding: 1px;
}


.promo_tileInline img {
    position: absolute; 
    width: 100px;
    height: 100px;
    overflow: visible;   
    left: 0px;
}

.promo_tileInline a:hover {
    color: blue;
}

/*End of PromoTileDefault CSS*/




@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial;
	color: #555;

}

a {
	text-decoration: none;	
	color: #3A62AE;
	transition: all .4s ease-in-out;
}
a:hover {
	text-decoration: underline;	
	color: #036;
}


p {
	margin: 5px; padding: 5px;
	font-size: 10pt;	
}


.subTitle {
	font-size: 11pt;
	font-weight: bold;	
	color: #666;
	letter-spacing: -1px;
	margin: 10px 10px 5px;
	padding: 0px;
}


.source {
	font-size: 8pt;
	color: #888;
	font-style: italic;	
}


.no_content_text{
	font-size: 26pt;
}

.please_config_text{
    color: red;
	font-weight: bold;
}

.unhandled_error_text{
    color: red;
}

.clear{
    clear:both;
}

.has_more_items{
    text-align: right; 
    font-weight: bold;
}

.site_title_image{
    align: absmiddle;
    margin-top: -5px; 
    max-width: 50px; 
    max-height: 30px;
}

.home_icon{
    margin-top: -3px; 
    border-top-color: currentColor; 
    border-right-color: currentColor; 
    border-bottom-color: currentColor; 
    border-left-color: currentColor; 
    border-top-width: medium; 
    border-right-width: medium; 
    border-bottom-width: medium; 
    border-left-width: medium; 
    border-top-style: none; 
    border-right-style: none; 
    border-bottom-style: none; 
    border-left-style: none;
}

.overdrive_comment{
    width: 593px;
}

#component_padding_for_edit{
    padding: 10px
}

.news_box.news_category
{
    border-top: 1px solid #ccc;
}

.ithelp_header {
    font-size:14px;
    color:black;
    font-weight:bold;
    margin:0px 0px 0px 20px;
}

.ithelp_category {
    font-size:12px;
    color:black;
    font-weight:bold; 
    margin:0px 0px 0px 40px;
}

.ithelp_item {
    line-height: 10pt; 
    padding: 0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

.ithelp_item a {
    line-height: 10pt; 
    padding: 0px 0px 0px 0px; 
	margin:0px 0px 0px 120px;
}

#footer > p > a {
    float: right;
}

.titleBar {
	width: 100%;
	margin: 0px;
	height: 50px;
	padding: 15px 15px 0px 15px;
}

.titleBar p {
	font-size: 12pt;
	color: #555;
	margin: 0px; 
    text-transform: uppercase;
    line-height: 13pt;
    letter-spacing: 4px;
    font-family: "GM Sans Regular", tahoma, arial;
    font-weight: bold;
}

.titleBar p span {
    font-weight: normal;
}

.titleBar img{
    align: absmiddle;
    margin-top: -5px; 
    max-width: 50px; 
    max-height: 30px;
}


