/* CSS For DotNetNuke Skin by bestdnnskins.com / Copyright 2013 By BESTDNNSKINS.COM */
/*-------- for all containers --------*/
.c_icon, .c_title, .c_menu { float:left;}
.c_title { max-width:95%;}
.c_menu { padding-top:8px;}
.c_help { float:right; padding-top:10px;}
.c_content_style { display:inline-block; width:100%;}
.c_footer { padding:0px 2px;}
.c_footer_l {float:left;}
.c_footer_r {float:right;}
.c_footer_space { height:13px; line-height:13px; overflow:hidden;}
.clear_float {clear:both;}
h2.c_titles { margin:0; padding:0; line-height:1em; }

/*-------- containers title --------*/
.c_title_footer {font-weight:bold; font-size:20px; color:#FFFFFF; }
.c_title_black {font-weight:bold; font-size:18px; color:#444444; }
.c_title_white {font-weight:bold; font-size:18px; color:#FFFFFF;  }
.c_title_DodgerBlue {font-weight:bold; font-size:18px; color:#409DC1; }

/* -- Bit for InfoToday -- */
.DodgerBlue_content_wrap
{
  float: right;
  width: 70%;
}

@media only screen 
and (max-width: 767px) {
.DodgerBlue_content_wrap
{  float: none;
  width: inherit;}
}


ul.DodgerBlue_content_bulletpoints
{
list-style-image:url('./images/right-grey-arrow.png');
}

ul.DodgerBlue_content_bulletpoints li {
	list-style: inherit;
}

a.DodgerBlue_content_footerlink { 
	direction: rtl;
	text-indent: 50px;
	line-height: 38px;
	height: 38px;
	display: inline-block;
	font-weight: bold;
        font-size: 18px;
        color:  #409DC1;
  	background-image: url("./images/nextblue.png");
  	background-position: right center;
 	background-repeat: no-repeat;
  	width: 100%;
}

a.DodgerBlue_content_footerlink:visited { color: #409DC1; }

