/*
 * Global style
 */
body * {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

@font-face {
	font-family: vodafone-font;
	src: url('VodafoneRg.eot'); /* IE9+ */
	src: url('VodafoneRg.ttf') format('truetype');
}

img{
	border:0 none;
}

video{
    background-color: #fff;
}

/*Typography*/
body {
    background-color: #ffffff;
    color: #333333;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

a{
    font: 14px Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #333333;
}

a:focus{
    color: #FFF;
    background-color: #007C92;
}

a:visited{
    color: #5E2750;
}

ul li > a:hover,
ul li > a:focus{
	background-color: transparent;
}

.vodafoneHeader {
	 font-family: vodafone-font, arial;
}

.pageOverlay {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.4);
	color: rgba(0, 0, 0, 0.4);
	color: white;
	text-align: center;
	z-index: 698;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

#overlayMessageContainer {
	position: fixed;
    left: 0;
    width: 100%;
    top: 40%;
	text-align: center;
	z-index: 999;
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 2.5%;
	padding-right: 2.5%;
	-webkit-backface-visibility:hidden;
}

#overlayMessageContainer .spacer {
	width: 20%;
}

#overlayMessage {
	font-family: 12px Arial, Helvetica, sans-serif;
	color: white;
	width: 100%;
	padding: 15px 2.5% 15px 2.5%;
	border: 1px solid white;
	background-color: #282828;
	background-image: -moz-linear-gradient(top, #747474, #282828);
	background-image: -ms-linear-gradient(top, #747474, #282828);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #747474),
		color-stop(100%, #282828) );
	background-image: -webkit-linear-gradient(top, #747474, #282828);
	background-image: -o-linear-gradient(top, #747474, #282828);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#747474',
		endColorstr='#282828' );
	background-image: linear-gradient(top, #747474, #282828);
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright:4px;
	
	text-shadow: none;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*Typography*/
#container {
	width: 100%;
	font-family:arial;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	text-shadow: none;
}

.header {
	width: 99%;
	height: 30px;
	background-repeat: repeat-x;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 5px;
}

.question {
	padding: 10px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 5px;
	margin-left: 0px;
}

.question.inlineField {
	padding: 10px;
	padding-right:20px;
	margin: 0;	
}

.question.inlineField .mgen-inline-field-item {
	display: inline-block; 
}

.question.inlineField .mgen-inline-field-item-splitter {
	display: inline-block; 
}

.inlineField .question {
	padding:0px;
	border-bottom: 0;
	margin-left: 0px;
	margin-bottom: 0px;
}

.question p {
	margin: 0;	
}

.question .questionLabel {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.question .questionLabelBottom {
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

.question .ui-field-contain{
    margin-top: 0;
}

/* Buttons */
.ui-body-c .ui-link {
    color: inherit;
}

.ui-body-c .ui-link:HOVER {
    color: inherit;
}

.ui-body-c .ui-link:VISITED {
    color: inherit;
}

.ui-body-c .ui-link.vdf_ui_btn {
    color: inherit;
}

.ui-body-c .ui-link.vdf_ui_btn:HOVER {
    color: inherit;
}

.ui-body-c .ui-link.vdf_ui_btn:VISITED {
    color: inherit;
}

.vdf_ui_btn,
.vdf_ui_btn:link, 
.vdf_ui_btn:visited, 
.vdf_ui_btn:hover,
.vdf_ui_btn:active {
	display: inline-block;
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;	
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0 1px 2px rgba(50,50,50,0.75);
	-moz-box-shadow: 0 1px 2px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0 1px 2px rgba(50,50,50,0.75);
	color: #fff;
	display: inline-block;
	text-align: center;
	text-shadow: 0 -1px #222;
	border: 1px solid transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 16px;
	font-weight: 700;
	margin: 0 6px 10px 0;
	padding: 10px 40px 11px;	
	line-height: 1;
	width: 100%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break:normal;
	word-wrap: normal;
}

.vdf_ui_btn:last-child {
	margin-right: 0;
}

/* DEFAULT BUTTONS */
.vdf_ui_btn.vdf_ui_btn_strong,
.vdf_ui_btn.vdf_ui_btn_strong:link,
.vdf_ui_btn.vdf_ui_btn_strong:visited,
.vdf_ui_btn.vdf_ui_btn_strong:focus {
	color: white !important;
	background-color: #9c2aa0;
}

.vdf_ui_btn.vdf_ui_btn_strong:hover,
.vdf_ui_btn.vdf_ui_btn_strong:focus {
    background-color: #680f6b;
    text-decoration: none;
}

.vdf_ui_btn.vdf_ui_btn_strong.active_android {
    background-color: #680f6b;
    box-shadow: 0 1px 4px #222 inset;
}

button.vdf_ui_btn.vdf_ui_btn_strong{
	border: none;
	text-shadow: none;
}

button.vdf_ui_btn.vdf_ui_btn_strong:hover{
	border: none;
	text-shadow: none;
}

button.vdf_ui_btn.vdf_ui_btn_strong:focus {
  color: #007C92;
  box-shadow: inset 0 0 0 3px #007C92, 0 1px 1px #007C92 inset;
  -moz-box-shadow: inset 0 0 0 3px #007C92, 0 1px 1px #007C92 inset;
  -webkit-box-shadow: inset 0 0 0 3px #007C92, 0 1px 1px #007C92 inset;
}

/* SECONDARY BUTTONS */
.vdf_ui_btn.vdf_ui_btn_secondary:link,
.vdf_ui_btn.vdf_ui_btn_secondary:visited, 
.vdf_ui_btn.vdf_ui_btn_secondary:hover {
	background-color: #FFFFFF;
	color: #333333 !important;
	text-shadow: 0 1px white;
	box-shadow: 0px 1px 3px rgba(50,50,50,0.75);
}

.vdf_ui_btn.vdf_ui_btn_secondary:hover,
.vdf_ui_btn.vdf_ui_btn_secondary:focus {
    background-color:#f4f4f4;
    text-decoration: none;
}

.vdf_ui_btn.vdf_ui_btn_secondary.active_android {
	background: #f4f4f4;
    box-shadow: 0 1px 3px rgba(50,50,50,0.75) inset;
}

/* PRIMARY BUTTONS */
.vdf_ui_btn.vdf_ui_btn_primary:link,
.vdf_ui_btn.vdf_ui_btn_primary:visited, 
.vdf_ui_btn.vdf_ui_btn_primary:hover {
	color: white !important;
	background-color: #3D3D3D;
}

.vdf_ui_btn.vdf_ui_btn_primary:hover,
.vdf_ui_btn.vdf_ui_btn_primary:focus {
    background-color: #000000;
    text-decoration: none;
}

.vdf_ui_btn.vdf_ui_btn_primary.active_android {
	background-color: #3D3D3D;
	box-shadow: 0 1px 3px rgba(50,50,50,0.75) inset;
}

.vdf_ui_btn.vdf_ui_btn_native:link,
.vdf_ui_btn.vdf_ui_btn_native:visited, 
.vdf_ui_btn.vdf_ui_btn_native:hover {
	color: #666666 !important;
	background-color: #EFEFEF;
	background-image: -moz-linear-gradient(top, #FFFFFF, #EFEFEF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #EFEFEF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF),
		color-stop(100%, #EFEFEF) );
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EFEFEF);
	background-image: -o-linear-gradient(top, #FFFFFF, #EFEFEF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',
		endColorstr='#EFEFEF' );
	background-image: linear-gradient(top, #FFFFFF, #EFEFEF);
	text-align: left;
	border: 1px solid #C4C4C4;
	padding-left: 8px;
	padding-right: 8px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	max-width: 100%;
	min-height: 34px;
	max-height: 34px;
	padding-top: 7px;
	padding-bottom: 40px;
	font: 12px Arial, Helvetica, sans-serif;
	white-space: normal;
	position:relative;
}

.vdf_ui_btn.vdf_ui_btn_native.active_android {
	color: #666666 !important;
	background-color: #EFEFEF;
	background-image: -moz-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EFEFEF),
		color-stop(100%, #FFFFFF) );
	background-image: -webkit-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: -o-linear-gradient(top, #EFEFEF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF',
		endColorstr='#FFFFFF' );
	background-image: linear-gradient(top, #EFEFEF, #FFFFFF);
	text-align: left;
	border: 1px solid #C4C4C4;
}

.vdf_ui_btn.vdf_ui_btn_native table {
	height: 35px; 
	width: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0;
}

.vdf_ui_btn.vdf_ui_btn_native table td:first-child {
	vertical-align: middle; 
	text-align: left;
	padding: 0;
}

.vdf_ui_btn.vdf_ui_btn_native table td:last-child {
	vertical-align: middle;
	text-align: right;
	width: 17px;
	padding: 0;
}

/*
 * COLORS
 */
 
.headMiBlack{
	background-image:url(../img/MiBlack.png);
	background-repeat: repeat-x;	
}

.headMiDove{
	background-image:url(../img/MiDove.png);
	background-repeat: repeat-x;
}

.headMiGreen{
	background-image:url(../img/MiGreen.png);
	background-repeat: repeat-x;
}

.headMiGrey{
	background-image:url(../img/MiGrey.png);
	background-repeat: repeat-x;
}

.headMiMarine{
	background-image:url(../img/MiMarine.png);
	background-repeat: repeat-x;
}

.headMiOrange{
	background-image:url(../img/MiOrange.png);
	background-repeat: repeat-x;
}

.headMiPink{
	background-image:url(../img/MiPink.png);
	background-repeat: repeat-x;
}

.headMiRed{
	background-image:url(../img/MiRed.png);
	background-repeat: repeat-x;
}

.headMiSand{
	background-image:url(../img/MiSand.png);
	background-repeat: repeat-x;
}

.headMiViolet{
	background-image:url(../img/MiViolet.png);
	background-repeat: repeat-x;
}

body {
	margin:0;
	padding: 0;
}

.mod {
	background-position: bottom;
	margin: 0px;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 5px;
}

.modNoSideMargins {
	width: 100%;
	padding-right: 0px;
	padding-left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.modNoSideMargins .text.ui-header {
	padding-left: 3.125%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.modRhombusMargins {
	width: 100%;
	padding-right: 3.125%;
	padding-left: 3.125%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.modHeaderRhombusMargins {
	padding-right: 3.125%;
	padding-left: 3.125%;
}

.modNoSideMargins .text.ui-header {
	padding-left: 0%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.modDefaultSideMargins {
	width: 100%;
	padding-right: 2.5%;
	padding-left: 2.5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.modHeaderDefaultSideMargins {
	padding-right: 2.5%;
	padding-left: 2.5%;
}

.modDefaultSideMargins .text.ui-header {
	padding-left: 0.625%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.menuContainermodHeaderRhombusMargins {
	margin-right: 3.125%;
	margin-left: 3.125%;
}

.menuContainermodHeaderDefaultSideMargins {
	margin-right: 2.5%;
	margin-left: 2.5%;
}

.menuContainermodNoSideMargins {
	margin-right: 0px;
	margin-left: 0px;
}

.menuContainernoneTopMargin {
	margin-top: 0px;
}
.menuContainerhalfTopMargin {
	margin-top: 9px;
}
.menuContainernormalTopMargin {
	margin-top: 18px;
}
.menuContainerdoubleTopMargin {
	margin-top: 36px;
}
.menuContainernoneBottomMargin {
	margin-bottom: 0px;
}
.menuContainerhalfBottomMargin {
	margin-bottom: 3px;
}
.menuContainernormalBottomMargin {
	margin-bottom: 5px;
}
.menuContainerdoubleBottomMargin {
	margin-bottom: 10px;
}

.noneTopMargin {
	padding-top: 0px;
}
.halfTopMargin {
	padding-top: 9px;
}
.normalTopMargin {
	padding-top: 18px;
}
.doubleTopMargin {
	padding-top: 36px;
}
.noneBottomMargin {
	padding-bottom: 0px;
}
.halfBottomMargin {
	padding-bottom: 3px;
}
.normalBottomMargin {
	padding-bottom: 5px;
}
.doubleBottomMargin {
	padding-bottom: 10px;
}

.headerMenuContainer .mod {
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.groupcontainer .mod {
/*	padding: 5px;
	margin: 0;
	width: 100%;	*/
}

/* Exceptions requested by J.Benzinho */
.groupcontainer .mod.imagelinklistrichtext,.groupcontainer .mod.infoDropDown {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-position: top;
	margin-top: -1px;
	margin-bottom: 0px;
	background: none;
}
.groupcontainer .mod.infoDropDown .text.ui-header,.groupcontainer .mod.imagelinklistrichtext .text.ui-header {
	padding-top: 18px;
}

/* End of exceptions requested by J.Benzinho */

.pagedcontainer {
	background: url(../img/bg_gradient_top_inverted_2.png) repeat-x scroll 0 100% transparent;
	background-position: bottom;
	padding-bottom: 10px;
}

.pagedcontainer .mod {
	background-image: none;
}

.mod.linklist_v, .mod.linklist_twocol, .mod.imagebuttons, .mod.linklist_h, .mod.text, .mod.imagebuttonstwo, .mod.form, .mod.icons, .mod.adbanner {
	border: none;
}

.mod.icons a {
	text-decoration: none;
}

.mod.basicTile, .mod.twoBasicTiles, .mod.stripTile, .mod.squareTile {
	background:none;
	border: none;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left:0px;
	padding-right:0px;
}

.mod.basicTile table, .mod.twoBasicTiles table, .mod.stripTile table{
	border:none;
	border-collapse:collapse;
	width:94%;
	height:126px;
	margin-left:3%;
	margin-right:3%;
	overflow:hidden;
}

.mod.squareTile table{
	border:none;
	border-collapse:collapse;
	width:94%;
	height:256px;
	margin-left:3%;
	margin-right:3%;
	overflow:hidden;
}

.mod.basicTile tr, .mod.twoBasicTiles tr, .mod.stripTile tr, .mod.squareTile tr{
	width:100%;
}

.mod.basicTile td,.mod.twoBasicTiles td{
	width:50%;
	vertical-align:top;
	text-align:center;
}

.mod.stripTile td, .mod.squareTile td{
	width:100%;
	vertical-align:top;
	text-align:center;
}

.basicTile img, .twoBasicTiles img, .stripTile img, .squareTile img{
	border:0;
	margin: 0px;
	padding: 0px;
}

.mod.linklist_v a,
.mod.linklist_v a:focus,
.mod.linklist_v a:visited{
	font-weight: normal;
}

.mod.linklist_v a{
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	font-family: vodafone-font, arial;
	font-size: 18px;
}

.mod.linklist_v a:visited{
	text-decoration: none;
	color: #5E2750;
}

.mod.linklist_v a:focus{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #007C92;
}

.mod.linklist_v li{
	padding-bottom: 5px;
}

.mod.linklist_h a,
.mod.linklist_h a:focus,
.mod.linklist_h a:visited{
	font-weight: normal;
	font-family: vodafone-font, arial;
	font-size: 18px;
}

.mod.linklist_h a{
	text-decoration: none;
	color: #333333;
}

.mod.linklist_h a:visited{
	text-decoration: none;
	color: #5E2750;
}

.mod.linklist_h a:focus{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #007C92;
}

.mod.linklist_h li{
	color: #E60000;	
}

.mod.linklist_h span{
	padding-left: 0.6em;
	padding-right: 0.2em;
	color: #333333;
	font-weight: normal;
	font-family: vodafone-font, arial;
	font-size: 18px;
}

.body{
	margin: 1em 0 0 0;
}

/*
 * COLORS
 */
 
.bodMiBlack a{
	color: #313131;
}

.bodMiDove a{
	color: #30ACC4;
}

.bodMiGreen a{
	color: #A0C836;
}

.bodMiGrey a{
	color: #9B9B9B;
}

.bodMiMarine a{
	color: #3275B6;
}

.bodMiOrange a{
	color: #F7A830;
}

.bodMiPink a{
	color: #FF68C9;
}

.bodMiRed a{
	color: #EC3233;
}

.bodMiSand a{
	color: #ACA492;
}

.bodMiViolet a{
	color: #813790;
}

.headmod {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 5px;
}

/*
 * Simple text
 */
.mod.text .container {
	margin-left: 0px; 
	margin-right: 0px; 
	padding-bottom: 20px;
}

/*
 * Image+Text style
 */
.imagetext img{
	float:left;
	margin-right: 7px;
}

.imagetext .link {
	clear:both;
	padding-top: 5px;	
}

.imagetext .title {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

.imagetext table {
	width:100%;
	border-spacing: 2px;
}

.imagetext table td {
	font-size: 14px; 
	font-weight: normal; 
	text-align: left; 
	color: #333333;
	line-height: 18px;
}

.imagetext .rightText {	
	text-align: right;
	vertical-align: middle;
	border-spacing: 0px;
	padding: 0px;
	border: 0px;
}

.imagetext .rightText td {
	text-align: right;
	vertical-align: middle;
}

.imagetext ul.middleButtons {
    margin-top: 10px;
    padding-left: 0;
    display: inline-block;
	list-style: none;
}

.imagetext ul.middleButtons > li.middleButton {
    margin-top: 5px;
    margin-right: 20px;
	display: inline-block;
}

.imagetext .btnSideBySide{
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}

/*
 * Text+button style
 */
.textandbutton .link {
	clear:both;
	padding-top: 5px;	
}

.textandbutton table {
	width:100%;
	border-spacing: 2px;
}

.textandbutton table td {
	font-size: 14px; 
	font-weight: normal; 
	text-align: left; 
	color: black;
}

.mod.textandbutton .leftCell {
	width: 40%; 
	border-spacing: 0px; 
	padding-left: 5px; 
	padding-right: 5px; 
	margin: 0px;
	border: 1px solid #c6c6c6;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

.mod.textandbutton .leftText {
	width: 100%; 
	height: 100%;
	padding: 1px 2px 1px 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}

.mod.textandbutton .leftText p {
	margin: 0;
}

.textandbutton td.rightText {
	border-spacing: 0px;
	padding-left: 15px;
	border: 0px;
	vertical-align: middle;
}

.textandbutton td.rightText p {
	margin: 0;
}

.textandbutton ul.middleButtons {
    margin: 0;
    padding-left: 0;
    display: inline-block;
	list-style: none;
	width: 100%;
}

.textandbutton ul.middleButtons > li.middleButton {
    margin-top: 0;
    margin-right: 20px;
    width: 100%;
   	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.textandbutton ul.middleButtons > li.middleButton .vdf_ui_btn {
	min-height: 30px;
	max-height: 30px;
	min-width: 100%;
   	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 10px;
}

/*
 * Image link list rich text
 */
 .imagelinklistrichtext, .mod.textlinklistrichtext {
 	background:none;
 }

.mod.textlinklistrichtext .leftText {
	width: 100%; 
	height: 100%;
	padding: 1px 2px 1px 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #e7e7e7; /* Old browsers */
	background: -moz-linear-gradient(top,  #e7e7e7 0%, #c6c6c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e7e7e7 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e7e7e7 0%,#c6c6c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e7e7e7 0%,#c6c6c6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e7e7e7 0%,#c6c6c6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
}

.mod.textlinklistrichtext .leftText p {
	margin: 0;
}

.imagelinklistrichtext .nolink, .mod.textlinklistrichtext .nolink {
	 position: relative; 
	 padding: 0px 10px 0px 8px;
	 font-weight: normal;
	 background-color: transparent;
	 list-style-image:none;
	 border-bottom: 1px solid #CCCCCC;
}

 .imagelinklistrichtext .normalLink, .mod.textlinklistrichtext .normalLink {
     position: relative;
     padding: 0px 10px 0px 8px;
     min-height: 50px;
     font-weight: normal;
     background-color: transparent;
     list-style-image: none;
     border-bottom: 1px solid #CCCCCC;
     margin: 0 4px;
}

.imagelinklistrichtext li.normalLink:last-of-type, 
.mod.textlinklistrichtext li.normalLink:last-of-type {
     border-bottom: 0px solid #fff;
}

.mod.textlinklistrichtext .normalLink {
	 position: relative;
     padding: 0px 10px 0px 0px;
     min-height: 50px;
     font-weight: normal;
     background-color: transparent;
     list-style-image: none;
     border-bottom: 1px solid #CCCCCC;
}
 
.imagelinklistrichtext a, .mod.textlinklistrichtext a {
	display: block;
	text-decoration: none;
	font-weight: normal !important;
	color: #333333 !important;
}

 .imagelinklistrichtext .normalLink.active_android {
     position: relative;
     padding: 0px 10px 0px 8px;
     min-height: 50px;
     font-weight: normal;
     background: none;
     background-color: #F0F0F0;
     list-style-image: none;
     color: #333333;
 }
 
.mod.textlinklistrichtext .normalLink.active_android {
     position: relative;
     padding: 0px 10px 0px 0px;
     min-height: 50px;
     font-weight: normal;
     background: none;
     background-color: #F0F0F0;
     list-style-image: none;
     color: #333333;
 }
 
 
 .imagelinklistrichtext .normalLink.active_android .link-text, .mod.textlinklistrichtext .normalLink.active_android .link-text {
     color: #333333;
 }
 
 .imagelinklistrichtext .normalLink.active_android .rightText td, .mod.textlinklistrichtext .normalLink.active_android .rightText td {
     color: #333333;
 }
 
 .imagelinklistrichtext .normalLink.active_android .myarrowright, .mod.textlinklistrichtext .normalLink.active_android .myarrowright {
 }
 
.imagelinklistrichtext img {
	float:left;
	margin-right: 7px;
}

.imagelinklistrichtext .link, .mod.textlinklistrichtext .link {
	clear:both;		
	margin:0px;
	padding:0px;
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;	
	box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-moz-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	border: 1px solid #e9e9e9;	
}

.imagelinklistrichtext table, .mod.textlinklistrichtext table {
	width:100%;
	border-spacing: 2px;
}

.imagelinklistrichtext table,
.mod.imagelinklistrichtext table,
.imagelinklistrichtext table tr , 
.mod.textlinklistrichtext table tr,
.imagelinklistrichtext table tr td, 
.mod.textlinklistrichtext table tr td {
	height: 50px;
}

.imagelinklistrichtext table td, .mod.textlinklistrichtext table td {
	font-size: 14px; 
	font-weight: normal; 
	text-align: left; 
	color: #333333;
}

.imagelinklistrichtext table td .link-text, .mod.textlinklistrichtext table td .link-text {
	font-size: 16px; 
}

.imagelinklistrichtext .rightText, .mod.textlinklistrichtext .rightText {	
	text-align: right;
	vertical-align: middle;
	border-spacing: 0px;
	padding: 0px;
	border: 0px;
}

.imagelinklistrichtext .rightText td, .mod.textlinklistrichtext .rightText td {
	text-align: right;
	vertical-align: middle;
}


/*
 * Image button style
 */

.imagebuttonstwo .img-td {
	display: table-cell;
	text-align: center;
	width: 50%;
}

.imagebuttonstwo .imagebuttonstwo-container{
	display: table;
	width: 100%;
	table-layout: fixed;
}

.imagebuttonstwo .imagebuttonstwo-container .imagebuttonstwo-row{
	display: table-row;
}

.imagebuttonstwo .imagebuttonstwo-container .imagebuttonstwo-column{
	display: table-cell;
}

.imagebuttonstwo .imagebuttonstwo-container .imagebuttonstwo-column .text{
 	white-space:nowrap; 
 	overflow:hidden;
 	text-overflow:ellipsis;
}

.imagebuttonstwo img{
/* 	width: 168px; */
	width: 6.5em;	
}

.adbanner {
	text-align: center;
}

.adbanner img {
	max-width: 100%;	
}

.imagebuttons img {
/* 	width: 350px; */
	width: 20em;
}

/*
 * Link list style
 */
 
 .linklist_h ul{
 	margin:0;
 	padding: 5px 5px 5px 0px;
}
 
.linklist_h li{
	display:inline;
}

.linklist_twocol .body {
	padding-top: 10px;
}

.linklist_twocol table {
	width: 100%;
	border-spacing: 0px;
}

.linklist_twocol table tr {
	width: 50%;
}

.linklist_twocol table td {
	vertical-align: top;
}

#breadcrumbs {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 2.5%;
	font-size: 14px;
}

#breadcrumbs a{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

#breadcrumbs a:hover{
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
}

#breadcrumbs a:last-child{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#breadcrumbs a:last-child:hover{
	color: #333333;
}

#breadcrumbs .mg-breadcrumbs-label {
	font-weight: bold;
	color: #E60000;
	float: left;
	margin-right: 7px;
}

.linklist_two_col{
	list-style-type: none;
	padding: 0px 5px 0px 0px;
	font-size: 14px;
	margin: 0px;
}

.linklist_two_col a, 
.linklist_two_col a:visited, 
.linklist_two_col a:focus{
	font-weight: normal;
	font-family: vodafone-font, arial;
	font-size: 18px;
}

.linklist_two_col a{
	color: #333333;
	text-decoration: none;
}

.linklist_two_col a:visited{
	color: #5E2750;
	text-decoration: none;
}

.linklist_two_col a:focus{
	color: #FFFFFF;
	background-color: #007C92;
	text-decoration: underline;
}

.linklist_two_col li{
	padding-bottom: 5px;
}

.fade{
	position:absolute;
	width:100%;
	height: 15px;
	z-index:100;
}

.fade.bottom{
	bottom: 0px;
	background: url(../img/degrade_bottom.png);
	background-repeat:repeat-x;
	background-size:100% 14px;
	background-position: bottom;
	height: 14px;
}

.fade.top{
	background-position: top;
	background: url(../img/degrade_top.png);
	background-repeat:repeat-x;
	background-size:100% 14px;
	height: 14px;
}

/* Image Wide Text */
.imagewidetext .title {	
	font-size: 16px;
	font-weight: bold;
	padding-top: 16px;	
	max-width: 96%; 
	clear:both;	
}

.imagewidetext .description {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 16px;
	clear:both;
	line-height: 18px;
}

/* Article */
.article {
	background: none;
}
.article, .articleImage {
	text-shadow: none;
	width: 100%;
}

.article .description img {
	max-width: 100%;
}

.article .content {	
	width: 95% !important;	
	padding-right: 2.5% !important;
	padding-left: 2.5% !important;
}

.article .content .content_video{
	position : relative;
}

.article .content .content_video .content_wrap_video_play{
	position: absolute;
	top: 50%;
	left: 50%;
}

.article .content .content_video .content_wrap_video_play .content_video_play{
	 position: relative;
	 margin-top: -50%;
	 left: -50%;
} 

.article .content .content_video .content_wrap_video_play .content_video_play:HOVER{
	 cursor: hand;
} 


/*Typography*/
.article .title {
	color:#E60000;
	font-size: 16px;
	font-weight: normal;
}

/*Typography*/
.article .description{
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

.article .info{
	color:#E60000; 
	font-size: 14px;
}

.article .navigation {
	text-shadow: none;
	padding: 5px;
	color: #333333;
	font-size: 14px;
	min-height: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.article .navigation span img:LAST-CHILD{
	vertical-align: middle;
	padding-left: 10px;
}

.article .navigation span img:FIRST-CHILD{
	vertical-align: middle;
	padding-right: 10px;
}

.article .nextArticle{
 	float:right;
 	margin-right: 10px;
}

.article .previousArticle{
	margin-left:0px;
}

.article a{
	text-decoration: none;
	color: #333333;
}

.article a:VISITED{
	color: #333333;
}

.article a:HOVER{
	color: #333333;
}

/* News list*/
.newsList{
	text-shadow: none;
	margin-bottom: 5px;
}

.newsList a{
	text-decoration: none;
	color: #333333;
	display: table-row;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.newsList .newsList-container{
	display: table;
	width: 100%;	
	background-color: #FFFFFF;
	box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-moz-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	border: 1px solid #e9e9e9;
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;		
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	font-size: 0;	
	padding: 0 8px 0px 8px;
}

.newsList .newsList-container-column-image-empty{
	display: table-cell;
  	width: 35%;
  	border-bottom: 1px solid #CCCCCC;
  	box-sizing: border-box;
  	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	padding: 12px 12px 8px 4px;
}

.newsList .newsList-container-column-image{
	display: table-cell;
  	width: 35%;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	padding: 12px 12px 8px 4px;
}


.newsList .newsList-container-column-image img{
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.newsList .newsList-container-column-arrow{
	display: table-cell;
	width: 10%;
	height: 15px;
	background: url(../img/arrow_right_new.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #CCCCCC;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-origin: content-box;
	vertical-align: middle;
	
	padding-right: 6px;
}


.newsList .newsList-container-column-arrow-empty{
	display: table-cell;
	width: 10%;
	height: 15px;
	background-position: center;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	padding-right: 6px;
	
}

.newsList .newsList-container-column-info{
	display: table-cell;
	padding-top: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	vertical-align: top;
	
	padding: 12px 0px 18px 4px;
}

.newsList .newsList-container-column-title-cell{
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	width: 100%;
}

.newsList .newsList-container-column-title-container{
	display: table;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.newsList .newsList-container-column-title-container-row{
	display: table-row;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.newsList .newsList-container-column-title{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	display: table-cell;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.newsList-container-column-source-time-cell{
	vertical-align: bottom;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	bottom: 4px;
	width: 100%;
}

.newsList-container-column-source-time-container{
	display: table;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.newsList-container-column-source-time-container-row{
	display: table-row;
	vertical-align: bottom;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.newsList .newsList-container-column-source{
	font-size: 12px;
	font-weight: normal;
	color: #B9B9B9;
	float: left;
	display: table-cell;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.newsList .newsList-container-column-timeliness{
	font-size: 12px;
	font-weight: normal;
	color: #B9B9B9;
	float: right;
	display: table-cell;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: right;
}

.newsList .newsList-container a:last-child .newsList-container-column-image,
.newsList .newsList-container a:last-child .newsList-container-column-image-empty,
.newsList .newsList-container a:last-child .newsList-container-column-info,
.newsList .newsList-container a:last-child .newsList-container-column-arrow-empty,
.newsList .newsList-container a:last-child .newsList-container-column-arrow{
	border-bottom: none;
}
	

/* Weather */
.mod.weather {
	text-shadow: none; 
	overflow: hidden;
}

.mod.weather a {
	text-decoration: none;
	font-family: arial;
	color: #333333 !important;
	font-size: 14px;
	font-weight: bold;
}

.mod.weather img {
	vertical-align: middle; 
	max-height: 50px;
}

.mod.weather span {
	margin-left: 15px;
}

/* Weekly City Weather */

.mod.weather-container {
	border: none;
	margin: 0;
	height: auto;
	padding: 4px;
	overflow: hidden;
	color: white;
}

.weather-container table {
	color: white;
	text-shadow: none;
	font-weight: bold;
	border-collapse: collapse;
	width: 100%;
	border-spacing: 0px;
}

.weather-container .col3 {
	width: 33.3%;
	height: 100%;
}

.weather-container .cell {
	padding: 4px;
	height: inherit;
	min-height: 100%;
}

.weather-container .inner-cell {
	padding: 2px 5px 2px 5px;
}

.weather-container .transparent-cell { /* opacity */
	background: rgba(0, 0, 51, 0.3);
	/* border */
	border-style: solid;
	border-color: #A9A9A9;
	border-width: 1px;
	/* Galaxy S4 igonres border-radius property */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius: 5px;
}

.weather-container .content {
	text-align: center;
	margin: 0px;
}

.weather-container .content .today-text {
	margin-top: 2px;
	font-size: 14px;
}

.weather-container .location {
	font-size: 32px;
}

.weather-container .content .temperature {
	font-size: 14px;
}

.weather-container .content .current-temperature {
	font-size: 24px;
}

.weather-container .button-cell {
	text-align: center;
	margin: 5px;
}

.weather-container .vdf_ui_btn {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.listCityWeather {
	background-color: none;	
}

.mod .listCityWeather .weatherTable,
.listCityWeather .weatherTable{
	
	width: 100%;
	
	background-color: #ffffff;
	
	display: table;
	
	 box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-moz-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	
	border: 1px solid #e9e9e9;
    
    /* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}

.mod .listCityWeather .weatherTable .weatherlink:last-child .weatherlinkTd,
.listCityWeather .weatherTable .weatherlink:last-child .weatherlinkTd{
	border: none;	
}


.mod .listCityWeather .weatherTable .weatherlinkTd,
.listCityWeather .weatherTable .weatherlinkTd{
	display: table-cell;
	padding: 0px 5px 0px 15px;
	text-align: right;
	overflow: hidden;
	background-color: transparent;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: middle;
	font-weight: bold;
}

.mod .listCityWeather .weatherTable .weatherlinkTd:first-child,
.listCityWeather .weatherTable .weatherlinkTd:first-child{
	text-align: left;
}

.weatherlink {
	width: 100%;
	height: 48px;
	background-color: transparent;
	
	display: table-row;
}

.weatherlink a {
	display: inline;
	width: 100%;
	height: 100%;
	text-decoration: none; 
	color: #333333;
}

.weatherlink .weather-pic {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;	
}

.weatherlink.active_android {
     background-color: #F0F0F0;
     color: #333333;
     border-top: 1px solid #CCCCCC;
     border-bottom: 1px solid #CCCCCC;
	 margin-top: -1px;
	 margin-bottom: -1px;
 }
 
.weatherlink .arrow {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/arrow_right_new.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* Icons 2 */

.icons .container-table {
	margin: 0; 
	padding: 0;
	display: table;
	width: 100%;
	text-align: center;
}

.icons .container-row {
	display: table-row;
}

.icons .container-cell{
	display: table-cell;
}

.icons .icons-pic{
	display: inline-block; 
	width: 50px; 
	height: 50px;
	background-size: 50px 50px;
	vertical-align: middle;
	text-align: center;
}

.icons .label {
	font-size: 10px;
	vertical-align: bottom;
}

/* Table Module */

.mod.table table {
	border-collapse: separate;
	text-shadow: none;
	table-layout: fixed;
	width: 100%;
	word-wrap: break-word;
	font-size: 14px;
}

.mod.table table td {
	vertical-align: top;
	padding: 4px;
	overflow: hidden;
}

.mod.table p {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	margin-top: 0;
	margin-bottom: 0;
}

.icons_carousel {
	background: url(../img/bg_gradient_top_inverted_2.png) repeat-x scroll 0 100% transparent;
	background-position: bottom;
}

/* Sports Results Module */

.mod.results {
	background-image: none;
	margin: 0px;
}

.results .text {
	padding: 0px;
}

.results .list {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.results .result {
	color: white;
	width: 100%;
	border: 2px solid black;
	background-color: #283039;
	background-image: -moz-linear-gradient(top, #283039, #2f363f);
	background-image: -ms-linear-gradient(top, #283039, #2f363f);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #283039),
		color-stop(100%, #2f363f) );
	background-image: -webkit-linear-gradient(top, #283039, #2f363f);
	background-image: -o-linear-gradient(top, #283039, #2f363f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#283039',
		endColorstr='#2f363f' );
}

.results .teamBanner {
	width: 10%;
	height: 25px;
	text-align: center;
}

.results .teamBanner img {
	width: 100%;
}

.results .teamName {
	width: 30%;
	padding: 5px;
	text-align: center;
	font-size: 13px;
	text-shadow: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.results .score {
	width: auto;
	text-align: center;
	background-color: white;
	color: black;
	font: bold 18px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

/* Sports Team Module */

.mod.team {
	margin: 0px;
}

.team .teams {
	width: 100%;
	text-align: right;
	font-weight: normal;
}

.team .teams a {
	text-decoration: none;
}

.team .team {
	margin: 0px 10px 0px 10px;
	color: grey;
	font-weight: normal;
}

.team .team.selected {
	font-weight: bold;
	color: black;
}

.team .banner,
.team img {
	width: 100%;
}

.team table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	table-layout: fixed;
}

.team td a {
	text-decoration: none;
}

.team td img {
	z-index: -1;
}

.team .inner-cell {
	position: relative;
}

.team .info-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background-color: rgba(0, 0, 0, 0.6);
}

.team .player-info {
	height: 100%;
	text-shadow: none;
}

.team .player-info .left-info-section {
	position: relative;
	float: left;
	width: 35%;
	height: 100%;
}

.team .player-info .right-info-section {
	position: relative;
	width: 65%;	
	float: right;
	height: 100%;
}

.team .player-number {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70%;
	margin-left: 30%;
	height: 90%;
	margin-top: 10%;
	color: white;
	font: bold 16px Arial, Helvetica, sans-serif;
}

.team .right-info-section .padding-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90%;
	margin-top: 10%;
}

.team .player-name {
	display: block;
	width: 100%;
	color: white;
	font: bold 10px Arial, Helvetica, sans-serif;
	line-height: 10px;
}

.team .player-position {
	display: block;
	width: 100%;
	color: white;
	font: bold 7px Arial, Helvetica, sans-serif;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Sports Player Info */

.mod.player {
	margin: 0px;
	overflow: hidden;
}

.player .picture-frame {
	float: left;
	width: 40%;
}

.player .picture-frame img {
	width: 100%;
}

.player .information-frame {
	float: left; 
	width: 60%; 
	padding: 0px;
}

.player .information-wrapper {
	margin: 10px 0px 5px 10px;
}

.player .information-frame .information-wrapper .information-container{
	width: 100%; 
	font-size: 12px;
	display: table;
}

.player .information-frame .information-wrapper .information-container .information-row{
	width: 100%;
	display: table-row;
}

.player .information-frame .information-wrapper .information-container .information-row .key{
	text-align: left;
	font-weight: bold;
	display: table-cell;
}

.player .information-frame .information-wrapper .information-container .information-row .value{
	text-align: right;
	display: table-cell;
}

/* Live Games Module */

.mod.livegames {
	margin: 0px;
	color: white;
	text-shadow: none;
	font-weight: normal;
	background-image: none;
}

.livegames ul {
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: table;
	border-collapse: collapse;
}

.livegames li {
	position: relative;
	text-align: center;
	border-bottom: 1px solid #343335;
	background-color: #030405;
	background-image: -moz-linear-gradient(top, #262728, #302f31);
	background-image: -ms-linear-gradient(top, #262728, #302f31);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262728),
		color-stop(100%, #302f31) );
	background-image: -webkit-linear-gradient(top, #262728, #302f31);
	background-image: -o-linear-gradient(top, #262728, #302f31);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262728',
		endColorstr='#302f31' );
	background-image: linear-gradient(top, #262728, #302f31);
	display: table-row;
}

.livegames li.live {
	background-color: #030405;
	background-image: none;
}

.livegames .spacer {
	display: table-cell;
	height: 87px;
}

.livegames .team-icon-container {
	display: table-cell;
	vertical-align: middle;
	padding: 7px;
	width: 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.livegames .team-icon {
	width: 50px;
	height: auto;
	text-align: center;
	background-color: #212223;
	border: 3px solid #545556;
	/* Galaxy S4 igonres border-radius property */
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright:8px;
	padding: 5px;
}

.livegames .team-name {
	margin-top: 5px;
	font-size: 8px;
	text-shadow: none;
	color: white;
}

.livegames .team-icon img {
	width: 80%;
}

.livegames .competition-logo {
	color: white;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: normal;
}

.livegames .competition-logo img {
	width: 25px;
	height: 25px;
}

.livegames .info-container {
	color: white;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	display: table-cell;
	width: 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: normal;
}

.livegames .score {
	font-size: 28px;
	font-weight: bold;	
}

.livegames a {
	display: block;
	color: white !important;
	font-weight: normal; 
	text-decoration: none;
}

.livegames .arrow-container {
	height: 100%;
	display: table-cell;
}

.livegames .arrow {
	width: 100%;
	background: url(../img/arrow_right_white.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	float: right;
	height: 100px;
	margin-right: 5px;
}

.livegames .arrow-void {
	width: 100%;
	float: right;
	height: 80px;
	margin-right: 5px;
}


/* Comments by the minute */

.mod.comments {
	text-shadow: none;
	font-weight: normal;
	background-image: none;
}

.mod.comments .comments_wrap{
	background-color: #f4f4f4;	
	box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-moz-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	
	border: 1px solid #e9e9e9;
	
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	
	overflow: hidden;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.comments a {
	text-decoration: none;
}
	
.comments ul {
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.comments .line-container {
	
	border-bottom: 1px solid #ccc;
	width: 100%;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.comments .line-container:last-child {
	border-bottom: none;
}

.comments .container{
	display: table;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	padding: 12px 6px 12px 14px;
}

.comments a{
	display: table-row;
	vertical-align: top;
	width: 100%;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.comments a:visited{
	color: #5e2750;
}

.comments a:hover{
	text-decoration: none;
}

.comments .container .container-row{
	display: table-row;
	vertical-align: top;
	width: 100%;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.comments .info {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.comments .title {
	font-weight: bold;
	font-size: 16px;
	font-family: arial;
	padding-bottom: 10px;
}

.comments .comment {
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}

.comments .comment_timeliness{
	font-weight: bold;
	font-size: 12px;
	vertical-align: bottom;
	padding-top: 10px;
}

.comments .comment_timeliness .i-clock{
	height: 17px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('../img/clock.png');
	padding-right: 6px;
}

.comments .icon-container {
	display: table-cell;
	width: 52px;
	height: 52px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 10px;
}

.comments .icon {
	display: inline-block;
	width: 52px;
	height: 52px;
	border: 3px solid #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.comments .arrow-container {
	display: table-cell;
	width: 15px;
	height: 15px;
	background: url(../img/arrow_right_new.png);
	background-repeat: no-repeat;
	background-position: center right;
	font-weight: normal;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: middle;
}

/* ModuleButtonLinkList */

.mod.buttonlinklist {
	margin: 0px;
}


.buttonlinklist table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.buttonlinklist td {
	text-align: center;
}

.buttonlinklist .buttonLineContainer {
	min-width: 100px;
}

.buttonlinklist .vdf_ui_btn {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 10px 10px 11px;
}

/* ModuleButtonLinkList */

.mod.audioplayer {
	margin: 0px;
}


.audioplayer table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.audioplayer td {
	text-align: center;
}

.audioplayer .vdf_ui_btn {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* Module Tab Container */

.containertab.headerless {
	padding-bottom: 0px;
	background: none;
}

/* Default */
.mod.containertab.default {
	text-shadow: none;
	font-weight: normal;
	font-size: 16px;
	background-color: #ffffff;
}

.mod.containertab.default .text.ui-header.exception-borders {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 10px !important;
	padding-right: 10px !important;	
	font-size: 22px;
	background-color: #ffffff;
	padding-bottom: 11px;
}

.containertab.default .navbar {
	padding-top: 0px;
	margin-top: -1px;
	height: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
}

.containertab.default .containerTabTable {
	width: 100%;
	display: table;
	list-style: none;
	background-color: #ffffff;
	height: 37px;

	border-top: 1px solid #cccccc;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	box-shadow: 0px 1px 3px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 3px rgba(50,50,50,0.75);
	-moz-box-shadow: 0px 1px 3px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 3px rgba(50,50,50,0.75);
	
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	
	font-size: 0;
}

.containertab.default .containerTabTableTd {	
	vertical-align: middle;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #e9e9e9;
	margin-top: -1px;
	height: 37px;
	display: inline-block;
	background-color: transparent;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.containertab.default .containerTabTableTd:last-child {
	border-right : none;
}

.containertab.default .tablabel {
	background-color: transparent;
	color: #333333;
	font-weight: normal;
}

.containertab.default .tablabel:HOVER{
	background-color: #f2f2f2;
	text-decoration: underline;
}

.containertab.default .selected > .tablabel {
	background-color: #666666;
	color: #FFFFFF;
	height: 37px;
	border-color: #2e2e2e;
	-webkit-box-shadow: 0 3px 10px 0 #2e2e2e inset;
	-moz-box-shadow: 0 3px 10px 0 #2e2e2e inset;
	box-shadow: 0 3px 10px 0 #2e2e2e inset;
}

.containertab.default .containerTabTableTd:first-child > .tablabel:HOVER {
	border-top-left-radius: 0px;
	-webkit-top-bottom-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.containertab.default .containerTabTableTd.selected:first-child > .tablabel{	
	
	border-top-left-radius: 0px;
	-webkit-top-bottom-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.containertab.default .containerTabTableTd.selected:last-child > .tablabel{
	
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	
}

.containertab.default .containerTabTableTd:last-child > .tablabel:HOVER {
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.containertab.default .padder {
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 20px;
	font-weight: bold;
}

.containertab.default a {
	text-decoration: none;
}

.containertab.default .module-container {
	left: 0;
	right: 0;
}

.containertab.default .spinner {
	display: none;
	position: absolute; 
	left: 5px;
	top: 5px;
}

/* MyWeb */
.containertab.myweb {	
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.containertab.myweb .navbar {
	background-color: transparent;
	padding-top: 5px;
	margin-bottom: -1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.containertab.myweb .containerTabTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    display: table;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	font-size: 0px;
}

.containertab.myweb .containerTabTableTd {
	vertical-align: bottom;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #373737;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.containertab.myweb .padder {
    padding: 5px 2px;
    position: relative;
}

.containertab.myweb .spinner {
    display: none;
    position: absolute;
    left: 5px;
    top: 5px;
}

.containertab.myweb .tablabel {
	background-color: #e9e9e9;
	background-image: -moz-linear-gradient(top, #F4F4F4, #E0E0E0);
	background-image: -ms-linear-gradient(top, #F4F4F4, #E0E0E0);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),
		color-stop(100%, #E0E0E0) );
	background-image: -webkit-linear-gradient(top, #F4F4F4, #E0E0E0);
	background-image: -o-linear-gradient(top, #F4F4F4, #E0E0E0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4',
		endColorstr='#E0E0E0' );
	background-image: linear-gradient(top, #F4F4F4, #E0E0E0);
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
}

.containertab.myweb .selected > .tablabel {
	padding-top: 3px;
	background-color: #ffffff;
	color: #373737;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: 1px solid #C4C4C4;
	border-bottom: none;
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #ffffff) );
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ffffff' );
	background-image: linear-gradient(top, #ffffff, #ffffff);
}


.containertab.myweb .module-container {
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.containertab.myweb.containertab {
    text-shadow: none;
    font-weight: normal;
}

.containertab.myweb .text.ui-header.exception-borders {
    box-sizing: border-box;
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
}

/* Module Container Tab with Form Drop Down layout */

.mod.containerformdropdown_frame {
	background-image: none;
}

.containerformdropdown {
	background-position: bottom;
	margin: 0px;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 5px;
	
	background-image: none;
}

.containerformdropdown_frame .spinner_container {
	width: 100%;
	text-align: center;	
}

.containerformdropdown_frame .spinner {
	display: none;
}

.containerformdropdown_frame .module-container .mod {
	padding-top: 5px !important;
}

.containerformdropdown .select-container{
	position: relative;
}

.containerformdropdown .ui-select{
	margin-top: 0px;
	margin-bottom: 0px;
}

.containerformdropdown .select-container .ui-btn.ui-icon-carat-d.ui-btn-icon-right.ui-corner-all.ui-shadow{
	background: none;
	position: relative;
	padding-right: 10px;
	z-index: 1;
	box-shadow: rgba(50, 50, 50, 0.74902) 0px 1px 2px;
	border: 1px solid #E9E9E9;
	margin: 0px;
	font: 400 14px/1.3 Arial, sans-serif;
}

.containerformdropdown .ui-btn-icon-right:after{
	background: none;
} 

.containerformdropdown .select-container .arrow{
	border-left: 1px solid #B5B5B5;
	padding: 5px 9px 9px 12px;
	margin-right: 3px;
	position: absolute;
	right: 0px;
	top: 8px;
	z-index: 1;
	background-color: #FFFFFF;
	pointer-events: none;
}

.containerformdropdown .select-container .i-arrow-down-grey-lrg {
	height: 8px;
	width: 13px;
}

.containerformdropdown i {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url('../img/arrow_down_dropdown.png');
	margin-top: 3px;
}


/* Module Info DropDown */

.mod.infoDropDown {	
	margin: 0px;
	background-position: top;
	margin-top: -1px;
	margin-bottom: 0px;
	background: none;
}

.infoDropDown .mod {
	width: 100%;
	padding-top: 18px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
}

.infoDropDown .titleContainer {
	width: 100%;
	padding: 4px 6px 4px 6px;
}

.infoDropDown .mod.imagelinklistrichtext /*, .infodropdown .mod.listcityweather */ {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.mod.infoDropDown.infoDropDownNotFirst {
	padding-top: 0px;
}

.anchor {

}

.anchor .buttons {
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.anchor .anchor-top {
	display: inline-block;
	width: 30px;
	height: 27px;
	background: url(../img/anchor_top.png);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.anchor .anchor-home {
	display: inline-block;
	width: 30px;
	height: 27px;
	background: url(../img/anchor_home.png);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}

.infoDropDown .infodropdown-line-container {	
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #e9e9e9;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-moz-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
}

.infoDropDown .infodropdown-line-container.open{
	background-color: #FFFFFF;
	
	border-bottom: none;
	
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
} 


.infoDropDownSliderDiv{
	background-color: #FFFFFF;
	
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	
	box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-moz-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 2px rgba(50,50,50,0.75);
}

.infoDropDownSliderDiv-inset{
/* 	box-shadow: 0px 1px 3px rgba(0,0,0,0.6); */
/* 	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.6); */
/* 	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.6); */
/* 	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.6); */
	padding-left: 5px;
}

.infoDropDown .titleTextCell {
	height: 35px;
	font-weight: normal;
	font-size: 20px;
	color: #333333;
}

.infoDropDown .open .titleTextCell {
}

.infoDropDown .titleImgCell {
	font-weight: bold;
	font-size: 13px;
	width: 35px;
	padding-right: 5px;
}
.infoDropDown .arrowCell {
	width: 10px;
}

.infoDropDown .arrowDown {
	display: block;
	width: 11px;
	height: 7px;
	background: url(../img/arrow_down_new.png);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.infoDropDown .arrowUp {
	display: block;
	width: 11px;
	height: 7px;
	background: url(../img/arrow_up_new.png);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.infoDropDown .infoDropDownSliderDiv {
	display: none;
}

.infoDropDown .bodyContainer {
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.infoDropDown .bodyContainerTd {
	padding: 0px; 
	margin: 0px; 
	margin-top: 2px;
}

.infoDropDown .body {
	padding: 1em 0 1em 1em;
}

.listCityWeather a {
	display: block;
	height: 100%;
	width: 100%;
}

.newsHighlighted {
	width: 100%;
}

.newsHighlighted a {
	text-decoration: none;
}

.bgTransparent {
	background: transparent;
}

.bgGradientTop {
}

.bgGradientBottom {
}

.bgSolid {
	background-color: #f4f4f4;
}

.bgImage {
	background-repeat: no-repeat;
	background-size: cover;
}

.bgTransparentMini {
	background: transparent;
}

.bgGradientTopMini {
}

.bgGradientBottomMini {
	background-position: bottom !important;
}

.bgNoLine {
	margin-top: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

.bgLineTop {
	margin-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

.bgLineBottom {
	margin-top: 0px;
	border-top: 0px;
}

.bgLineBoth {
	margin-top: -2px;
	border-top: 1px;
}

.bgLineBoxed .moduleBody {
	border: 1px solid #ccc;
	padding: 10px;
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	box-shadow: 0px 1px 1px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 1px rgba(50,50,50,0.75);
	-moz-box-shadow: 0px 1px 1px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 1px rgba(50,50,50,0.75);
	overflow: hidden;
}

.bgLineBoxed.bgSolid .moduleBody,.bgLineBoxed.bgSolidMini .moduleBody {
	background-color: #f4f4f4;
}

.bgLineBoxed.bgSolid {
	background-color: transparent;
}

/* FORCED BACKGROUNDS FOR SIMPLICITY UI */
.mod.containertab.default.bgSolid {
	background-color: transparent;
}

.mod.containertab.default.bgSolid .moduleBody {
	background-color: #f4f4f4;
}

.mod.containertab.default.bgLineTop .moduleBody  {
	border-top:  1px solid #ccc;
}

/* END FORCED BACKGROUNDS FOR SIMPLICITY UI */

/* Module LinkWithButton list */
.mod.linkwithbutton {
}

.linkwithbutton .linkwithbutton-list {
    width: 100%;
    border: 0; /* Border is made by the box-shadow */
    display: table;
    background-color: #f4f4f4;
	box-shadow: 0 1px 2px rgba(50,50,50,0.75) inset;
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	padding: 0 5px 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.linkwithbutton .linkwithbutton-entry {
	height: 50px;
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.linkwithbutton .linkwithbutton-list .linkwithbutton-entry:last-child {
	border-bottom: 0;
}

.linkwithbutton .linkwithbutton-entry-link,.linkwithbutton .linkwithbutton-entry-button {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.linkwithbutton p.title,.linkwithbutton p.title a {
    margin: 0px 0px 2px 0px;
    text-decoration: none;
    font: 400 20px/30px "Arial",sans-serif
}

.linkwithbutton .linkwithbutton-entry-button span.buttonCell {
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.linkwithbutton .vdf_ui_btn {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	min-width: 0;
	min-height: 0;
	margin-bottom: 0;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 6px;
	text-shadow: none;
	color: white !important;
	background-color: #9c2aa0;
	padding-left: 15px;
	padding-right: 15px;
}

/* iframe module */
.mod.iframe {
	background: none;
	background-position: bottom;
	margin: 0;
	width: 100% !important;
	padding-top: 18px !important;
	padding-right: 0% !important;
	padding-bottom: 5px !important;
	padding-left: 0% !important;
}

.iframe iframe {
	width: 100%; 
	border: 0; 
	overflow:hidden; 
}

.mod.campaign {
	overflow: auto;
}

.mod.campaign .finalDiv {
	width: 100%;
	font-size: 12px;
	display: none;
}

.mod.campaign .errorDiv,.mod.form .errorDiv {
	width: 100%; 
	padding-left: 1.5%; 
	padding-right: 1.5%; 
	padding-top: 10px; 
	box-sizing: border-box; 
	padding-bottom: 10px; 
	border: 1px solid #F80000; 
	background-color: #FFF2F2; 
	display: none;
}

.mod.form .errorDiv {
	display: block;
}

.mod.campaign table {
	width: 100%;
	font-size: 14px;
}

.mod.campaign table td {
	width: 50%;
}

.mod.campaign table input {
	width: 100%;
	display: inline;
}

/* Login Module */
.login {
}

.login.bgLineBoxed.bgSolid .moduleBody {
	background-color: #fff;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0px;
}

.no-field-separator {
	float:left;
	clear: both;
	width: 100%;	
}

.login .ui-hide-label.ui-br, .no-field-separator {
    border-bottom-width: 0;
}

.login .ui-field-contain.ui-hide-label, .no-field-separator {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

.login form {
	/* Galaxy S4 ignores border-radius property */
/*	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	box-shadow: 0px 1px 3px rgba(50,50,50,0.75);
	-moz-box-shadow: 0px 1px 3px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 3px rgba(50,50,50,0.75);
	*/
	background: #fff;
	padding: 0px;
}

.login form label {
	color: #000;
	margin-bottom: 12px;
	float: none;
	width: 100%;
	font-size: 14px;
}

.login form .label-for-password {
	margin-top: 17px
}

.login .button {
	text-align: right;
	width: 100%;
}

.login .button a {
	width: 100%;
}

#message {
	border: 1px solid #F80000;
	background-color: #FFF2F2;
	vertical-align: top;
	font-size: 13px;
	padding: 10px;
}


/* POP-UP buttons */
.pop-up-button,
.pop-up-button:link,
.pop-up-button:visited,
.pop-up-button:hover {
	display: inline-block;	
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;	
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);	
	text-decoration: none;
	white-space: nowrap;
	text-shadow: none;
	text-align: center;
	width: 30%;
	height: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom:10px;	
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 10px;
	color: white !important;
	background-color: #A4438B;
	background-image: -moz-linear-gradient(top, #A4438B, #6A2D5B);
	background-image: -ms-linear-gradient(top, #A4438B, #6A2D5B);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A4438B),
		color-stop(100%, #6A2D5B) );
	background-image: -webkit-linear-gradient(top, #A4438B, #6A2D5B);
	background-image: -o-linear-gradient(top, #A4438B, #6A2D5B);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A4438B',
		endColorstr='#6A2D5B' );
	background-image: linear-gradient(top, #A4438B, #6A2D5B);
}

.postAnchorForm {
	padding: 0px;
	margin: 0px;
}

.postAnchorContainer {
	width: 100%;
	border-spacing: 5px;
}
.postAnchorContainer td {
	padding: 0;
	text-align: center;
}

.postAnchorContainer td:first-child {
	width: 80%;	
	text-align: left;
}

.postAnchorContainer td:first-child input {
	background-image: none;
	padding: .4em;
	line-height: 1.4;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* Galaxy S4 igonres border-radius property */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	
	background-image: url(../img/search.png);
    background-position: 8px 8px;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.postAnchorContainer .vdf_ui_btn:link,
.postAnchorContainer .vdf_ui_btn:visited,
.postAnchorContainer .vdf_ui_btn:hover,
.postAnchorContainer .vdf_ui_btn:active {
	margin: 0 6px 2px 0px;
	padding: 8px 5px;
}


.postAnchorContainer .postLink:link, 
.postAnchorContainer .postLink:visited, 
.postAnchorContainer .postLink:hover {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-decoration: none;
	text-shadow: none;
	width: 100%;
	border: 0;
	padding-left: 12px;
	padding-right: 12px;	
	padding-top: 10px;
	padding-bottom: 10px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 10px;
	/* Galaxy S4 igonres border-radius property */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright:4px;
	color: white !important;
	background-color: #282828;
	background-image: -moz-linear-gradient(top, #747474, #282828);
	background-image: -ms-linear-gradient(top, #747474, #282828);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #747474),
		color-stop(100%, #282828) );
	background-image: -webkit-linear-gradient(top, #747474, #282828);
	background-image: -o-linear-gradient(top, #747474, #282828);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#747474',
		endColorstr='#282828' );
	background-image: linear-gradient(top, #747474, #282828);
}

.postAnchorContainer .postLink.active_android {
	color: white !important;
	background-color: #747474;
	background-image: -moz-linear-gradient(top, #282828, #747474);
	background-image: -ms-linear-gradient(top, #282828, #747474);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282828),
		color-stop(100%, #747474) );
	background-image: -webkit-linear-gradient(top, #282828, #747474);
	background-image: -o-linear-gradient(top, #282828, #747474);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828',
		endColorstr='#747474' );
	background-image: linear-gradient(top, #282828, #747474);
}

.question.formErrorActive input[type="text"],
.question.formErrorActive input[type="password"],
.question.formErrorActive textarea{
	box-shadow: inset 0 0 0 2px #E60000,0 1px 2px rgba(50,50,50,0.75) inset;
	-webkit-box-shadow: inset 0 0 0 2px #E60000,0 1px 2px rgba(50,50,50,0.75) inset;
	-moz-box-shadow:  inset 0 0 0 2px #E60000,0 1px 2px rgba(50,50,50,0.75) inset;
}

.formError {
    display: none;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    padding: 10px 17px 10px 50px;
    position: relative;
    min-height: 30px;
    background-repeat: no-repeat;
    background-color: #FEF0F0;
    border: solid 1px #E60000;
    background-image: url('../img/alert-error.png');
    background-position: 10px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 13px;
}

.formError:before,
.formError:after{
    top: 100%;
    left: 47px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.formError:before{
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #E60000;
    border-width: 8px;
    margin-left: -30px;
    z-index: 2;
}

.formError:after{
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #FEF0F0;
    border-width: 9px;
    margin-left: -31px;
    z-index: 3;
	  margin-top: -2px;
}

.formError.formErrorActive{
    display: inline-block;
}

.formError .formErrorItem{
	margin-top: 5px;
}

.formError .formErrorItem:first-child{
	margin-top: 5px;
}

.question.inlineField .formError{
	line-height: 14px;
}

.alertBtn {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-height: 30px !important;
	min-width: 1%;
}

.lazyLoaderUp,.lazyLoaderDown {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.lazyLoaderUp {
	display: none;
}
.lazyLoaderDown .lazyLoader-bottom-line {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.lazyLoaderUp .lazyLoader-top-line {
	width: 100%;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.lazyLoaderUp img,.lazyLoaderDown img {
	float: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*
 * MODULE MAP
 *
 */
 
 div[class*="infoWindow_"] {
 	height: 75px;
 	width: 100%;
	font-size: 13px;
	display: none;
	border: lightgrey 1px solid;
 }
 .infoWindowGradient { 
 	background-position: top;
	background: rgb(233,233,233); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);	
	background: -moz-linear-gradient(top,  rgba(233,233,233,1) 0%, rgba(255,255,255,1) 72px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,233,1)), color-stop(64px,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 72px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 72px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 72px); /* IE10+ */
	background: linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 72px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	padding: 4px;
 }
 
 div[class*="infoWindow_"] .closebutton {
	float: right;
 }
 
 .loading {
	width: 100%;
	text-align: center;
	margin: 8px 0px;
}

/*
 * MODULE COUNTERS
 */

 .mod.counters .counters-frame {
 	padding: 10px;
 	border: 1px solid #c6c6c6; 
 	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efefef 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	
 }
 
 .mod.counters .counters-frame .main-label {
 	float: left;
 	font-weight: bold;
 }
 
 .mod.counters .counters-frame .main-value {
 	float: right;
 }
 
 .mod.counters .counters-frame .progress-bar-container {
 	position: relative;
 	width: 100%;  
 	height: 20px;
 	padding: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #c6c6c6;
 	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright:4px;
	background: #c6c6c6; /* Old browsers */
	background: -moz-linear-gradient(top,  #c6c6c6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c6c6c6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c6c6c6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c6c6c6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c6c6c6 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
 }
 
 
 .mod.counters .counters-frame .progress-bar-image {
 	height: 16px;
 	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright:4px;
 	background: rgb(29,163,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(29,163,0,1) 0%, rgba(41,226,0,1) 35%, rgba(41,226,0,1) 51%, rgba(41,226,0,1) 65%, rgba(29,163,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,163,0,1)), color-stop(35%,rgba(41,226,0,1)), color-stop(51%,rgba(41,226,0,1)), color-stop(65%,rgba(41,226,0,1)), color-stop(100%,rgba(29,163,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(29,163,0,1) 0%,rgba(41,226,0,1) 35%,rgba(41,226,0,1) 51%,rgba(41,226,0,1) 65%,rgba(29,163,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(29,163,0,1) 0%,rgba(41,226,0,1) 35%,rgba(41,226,0,1) 51%,rgba(41,226,0,1) 65%,rgba(29,163,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(29,163,0,1) 0%,rgba(41,226,0,1) 35%,rgba(41,226,0,1) 51%,rgba(41,226,0,1) 65%,rgba(29,163,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(29,163,0,1) 0%,rgba(41,226,0,1) 35%,rgba(41,226,0,1) 51%,rgba(41,226,0,1) 65%,rgba(29,163,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1da300', endColorstr='#1da300',GradientType=0 ); /* IE6-9 */ 	
 }
 
 .mod.counters .counters-frame .progress-bar-text {
 	text-align: center;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	top: 0;
	width: 100%;
 }
 
 .mod.counters .counters-frame .alert-container {
 	width: 100%;
 	border: 1px solid #FFE29E;
 	background-color: #FFFDE0;
 	padding: 5px;
 	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: table;
 }
 
 .mod.counters .counters-frame .alert-container .alert-image {
 	width: 20px;
 	padding-right: 5px;
 	text-align: center;
	display: table-cell;
	vertical-align: middle;
 }
 
 .mod.counters .counters-frame .alert-container .alert-text {
 	display: table-cell;
 }
 
 .mod.counters .counters-frame .secondary-label {
 	float: left;
 	font-weight: bold;
 }
 
 .mod.counters .counters-frame .secondary-value {
 	float: right;
 }
 
 .mod.counters .counters-frame .additional-info {
 	float: left;
 }
 
 .chatSmiley {
	padding: 10px;
}

#logoutModule {
	clear: both;
}

.mod.calendar .calendar-container {
	position: relative;
}

.mod.calendar #calendar-overlay {
	width: 100%; 
	height: 100%; 
	z-index: 10; 
	background-color: rgba(255,255,255,0.8);
	border: 1px solid rgba(255,255,255,0.8);
	position: absolute;
}

.mod.calendar #calendar-error-message {
	width: 100%; 
	z-index: 11; 
	background-color: transparent; 
	position: absolute;
	text-align: center;
	top: 40%; 
	font-weight: bold;
}

.mod.calendar #previous-next-container {
	padding-top: 10px;
}

.mod.calendar .calendar-next,.mod.calendar a.calendar-previous {
	text-decoration: none;
}

.mod.calendar .previousMonth {
	float: left;
}

.mod.calendar .nextMonth {
	float: right;
}

.social-share {
	border-top: 1px solid #E60000;
	border-bottom: 1px solid #E60000;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 1px;
}

.social-share .share-text {
	float: left;
	padding-top: 2px;
}

.social-share .facebook-share {
	float: right;
	padding: 0px;
	margin-left: 10px;
	font-size: 6.5pt;
}

.social-share .facebook-share span, .social-share .facebook-share iframe {
	width: 70px !important;
    height: 20px !important;
}

.social-share .twitter-share {
	float: right;
}

.mod.socialImageGallery {
	font-size: 14px;
	overflow: hidden;
}

.mod.socialImageGallery div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.mod.socialImageGallery .approval-button {
	float: right;
	clear: both;
	padding: 5px;
	background: #A4438B;
	color: white;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
	text-align: center;
}

.mod.socialImageGallery .approve-image,.mod.socialImageGallery .approve-comment {
	padding: 5px;
	background: #A4438B;
	color: white;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
	text-align: center;
}

.mod.socialImageGallery .approve-comment {
	float: left;
	clear: both;
	width: 100%;
}

.mod.socialImageGallery .gallery {
	overflow: hidden;
	display: table;
	border-collapse: separate;
	/*border-spacing: 10px; */
	width: 100%;
}

.mod.socialImageGallery .gallery-row {
	display: table-row;
}
	
.mod.socialImageGallery .gallery-item {
	display: inline-table;
	text-align: center;
	width: 32.3333333%;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0.5%;
}

.mod.socialImageGallery .gallery-item a {
	display: block;
}

.mod.socialImageGallery .gallery-item img {
	width: 100%;
	border: 1px solid #3c3c3c;
}

.mod.socialImageGallery .image-upload-form {
	clear: both;	
}

.mod.socialImageGallery .image-upload-form .image-upload-form-button,
.mod.socialImageGallery .comment-form .submit-comment-form-button {
	margin: 5px 5px 5px 5px;
}

.mod.socialImageGallery #text{
	margin-bottom: 5px;
}

.mod.socialImageGallery .comments-write-form label[for="text"]{
	margin-top: 10px;
}

.mod.socialImageGallery .unapproved-gallery-items {
	display: none;
	float: left;
}
	
.mod.socialImageGallery .unapproved-gallery-item {
	width: 50%;
	overflow: hidden;
	float: left;
	padding: 5px;
}

.mod.socialImageGallery .unapproved-gallery-item img {
	width : 100%;
}

.mod.socialImageGallery .unapproved-comments {
	display: none;
}

.mod.socialImageGallery .comments-header {
	border-top: 1px solid #E60000;
	border-bottom: 1px solid #E60000;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 10px;
	overflow: hidden; /* This is necessary for te floating elements inside */
	width: 100%;
	
}

.mod.socialImageGallery .comments-header-title {
	float: left;
	font-weight: bold;
}

.mod.socialImageGallery .comments-header-write {
	float: right;
	font-weight: bold;
	cursor: pointer;
}

.mod.socialImageGallery .comments-write-form {
	width: 100%;
	float: left;
	margin-top: 20px;
	clear: both;
	display: none;
}

.mod.socialImageGallery .comments-write-form input, 
.mod.socialImageGallery .comments-write-form textarea{
	width: 100%;
	resize: none;
}

.mod.socialImageGallery .comments-write-form textarea{
	margin: 0px;
}

.mod.socialImageGallery .comment {
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #A6A6A6;
}

.mod.socialImageGallery .comment.last {
	border-bottom: 1px solid #E60000;
}

.mod.socialImageGallery .comment-user {
	float: left;
	clear: left;
	width: 25%;
	padding-right: 5px;
}

.mod.socialImageGallery .comment-datetime {
	float: right;
	clear: right;
	width: 75%;
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
}

.mod.socialImageGallery .comment-text {
	float: right;
	clear: right;
	width: 75%;
}

.mod.imageCarousel .text.ui-header {
	display:none;
}

.question.mgen-question-type-hidden{
	display: none;
}

/*Module: Google search*/
.mgen-search-google{
	position: relative;
}

.mgen-search-google .ui-input-text{
	margin-right: 33px !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0px;
}

.mgen-search-google .ui-input-btn{
	position: absolute;
	top: 0;
	right: 0;
    margin: 0;
    height: 100%;
    box-sizing: border-box;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
	box-shadow: none;
}

.mgen-search-google .mgen-search-google-serch-term{
    background: no-repeat url(../img/google-icon-input-search.png) right 15px center;
    padding-right: 140px;
}

.mgen-search-google .mgen-search-google-submit-button{
	background: no-repeat url(../img/mag_glass.png) center;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	box-shadow: none;
}

.mgen-search-google-with-text .mgen-search-google-serch-term-with-text{
	padding-right: 125px;
}