/*
 * 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;
}
 
body {
    background-color: white;
    color: #343434;
    font-family: Arial;
    font-size: 10.5pt;
    font-weight: normal;
    margin: 0;
}

.vodafoneHeader {
	 font-family: vodafone-font, arial;
}

.pageOverlay {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
	color: white;
	text-align: center;
	opacity: 0.5;
	filter: alpha(opacity =   50);
	z-index: 698;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

#overlayMessageContainer {
	position: fixed;
    left: 0;
    width: 100%;
    top: 50%;
	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%;
}

#overlayMessageContainer .spacer {
	width: 20%;
}

#overlayMessage {
	font-family: 12px Arial, Helvetica, sans-serif;
	color: white;	
	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;
	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);
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#container {
/* 	width: 22em; */
	width: 100%;
	font-family:arial;
}

.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;
	padding-right:20px;
	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;
}

/* 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_btn320:link, 
.vdf_ui_btn320:visited, 
.vdf_ui_btn320:hover,
.vdf_ui_btn320:active {
	min-width: 136px;
	max-width: 302px;
	padding-left: 12px;
	padding-right: 12px;	
	min-height: 10px;
	max-height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 10px;
}

.containerformdropdown_frame .vdf_ui_btn320:link, 
.containerformdropdown_frame .vdf_ui_btn320:visited, 
.containerformdropdown_frame .vdf_ui_btn320:hover,
.containerformdropdown_frame .vdf_ui_btn320:active {
	width: 100%;
	min-width: 136px;
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;	
	min-height: 10px;
	max-height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 10px;
}

.vdf_ui_btn480:link, 
.vdf_ui_btn480:visited, 
.vdf_ui_btn480:hover,
.vdf_ui_btn480:active {
	min-width: 208px;
	max-width: 450px;
	padding-left: 16px;
	padding-right: 16px;	
	min-height: 16px;
	max-height: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	font: 22px Arial, Helvetica, sans-serif;
	line-height: 15px;
}

.containerformdropdown_frame .vdf_ui_btn480:link, 
.containerformdropdown_frame .vdf_ui_btn480:visited, 
.containerformdropdown_frame .vdf_ui_btn480:hover,
.containerformdropdown_frame .vdf_ui_btn480:active {
	width: 100%;
	min-width: 208px;
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;	
	min-height: 16px;
	max-height: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	font: 22px Arial, Helvetica, sans-serif;
	line-height: 15px;
}

.vdf_ui_btn640:link, 
.vdf_ui_btn640:visited, 
.vdf_ui_btn640:hover,
.vdf_ui_btn640:active {
	min-width: 273px;
	padding-left: 24px;
	padding-right: 24px;
	max-width: 608px;
	min-height: 20px;
	max-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font: 28px Arial, Helvetica, sans-serif;
	line-height: 19px;
}

.containerformdropdown_frame .vdf_ui_btn640:link, 
.containerformdropdown_frame .vdf_ui_btn640:visited, 
.containerformdropdown_frame .vdf_ui_btn640:hover,
.containerformdropdown_frame .vdf_ui_btn640:active {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	min-width: 273px;
	max-width: 100%;
	min-height: 20px;
	max-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font: 28px Arial, Helvetica, sans-serif;
	line-height: 19px;
}

.vdf_ui_btn320_side_by_side:link, 
.vdf_ui_btn320_side_by_side:visited, 
.vdf_ui_btn320_side_by_side:hover,
.vdf_ui_btn320_side_by_side:active {
	min-width: 70%;
	max-width: 302px;
	padding-left: 12px;
	padding-right: 12px;	
	min-height: 10px;
	max-height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 10px;
}

.vdf_ui_btn480_side_by_side:link, 
.vdf_ui_btn480_side_by_side:visited, 
.vdf_ui_btn480_side_by_side:hover,
.vdf_ui_btn480_side_by_side:active {
	min-width: 70%;
	max-width: 450px;
	padding-left: 16px;
	padding-right: 16px;	
	min-height: 16px;
	max-height: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	font: 22px Arial, Helvetica, sans-serif;
	line-height: 15px;
}

.vdf_ui_btn640_side_by_side:link, 
.vdf_ui_btn640_side_by_side:visited, 
.vdf_ui_btn640_side_by_side:hover,
.vdf_ui_btn640_side_by_side:active {
	min-width: 68%;
	padding-left: 24px;
	padding-right: 24px;
	max-width: 608px;
	min-height: 20px;
	max-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font: 28px Arial, Helvetica, sans-serif;
	line-height: 19px;
}

.vdf_ui_btn:link, 
.vdf_ui_btn:visited, 
.vdf_ui_btn:hover,
.vdf_ui_btn:active {
	display: inline-block;
	/* 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;	
	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;
}

.vdf_ui_btn.vdf_ui_btn_strong:link,
.vdf_ui_btn.vdf_ui_btn_strong:visited, 
.vdf_ui_btn.vdf_ui_btn_strong:hover {
	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);
}

.vdf_ui_btn.vdf_ui_btn_strong.active_android {
	color: white !important;
	background-color: #521C44;
	background-image: -moz-linear-gradient(top, #521C44 0%, #622753 50%, #883572 100%);
	background-image: -ms-linear-gradient(top, #521C44 0%, #622753 50%, #883572 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #521C44), color-stop(50%, #622753),
		color-stop(100%, #883572) );
	background-image: -webkit-linear-gradient(top, #521C44 0%, #622753 50%, #883572 100%);
	background-image: -o-linear-gradient(top, #521C44 0%, #622753 50%, #883572 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#521C44',
		endColorstr='#883572' );
	background-image: linear-gradient(top, #521C44 0%, #622753 50%, #883572 100%);
}

.vdf_ui_btn.vdf_ui_btn_secondary:link,
.vdf_ui_btn.vdf_ui_btn_secondary:visited, 
.vdf_ui_btn.vdf_ui_btn_secondary:hover {
	color: #343434 !important;	
	border: 1px solid #C4C4C4;
	border-bottom-color: #C4C4C4;
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top, #FFFFFF, #DEDEDE);
	background-image: -ms-linear-gradient(top, #FFFFFF, #DEDEDE);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF),
		color-stop(100%, #DEDEDE) );
	background-image: -webkit-linear-gradient(top, #FFFFFF, #DEDEDE);
	background-image: -o-linear-gradient(top, #FFFFFF, #DEDEDE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',
		endColorstr='#DEDEDE' );
	background-image: linear-gradient(top, #FFFFFF, #DEDEDE);
}

.vdf_ui_btn.vdf_ui_btn_secondary.active_android {
	color: #343434 !important;	
	border: 1px solid #C4C4C4;
	border-bottom-color: #C4C4C4;
	background-color: #C5C5C5;
	background-image: -moz-linear-gradient(top, #C5C5C5 0%, #ECECEC 50%, #F5F5F5 100%);
	background-image: -ms-linear-gradient(top,  #C5C5C5 0%, #ECECEC 50%, #F5F5F5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C5C5C5), color-stop(50%, #ECECEC),
		color-stop(100%, #F5F5F5) );
	background-image: -webkit-linear-gradient(top,  #C5C5C5 0%, #ECECEC 50%, #F5F5F5 100%);
	background-image: -o-linear-gradient(top,  #C5C5C5 0%, #ECECEC 50%, #F5F5F5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C5C5C5',
		endColorstr='#F5F5F5' );
	background-image: linear-gradient(top,  #C5C5C5 0%, #ECECEC 50%, #F5F5F5 100%);
}

.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: #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);
}

.vdf_ui_btn.vdf_ui_btn_primary.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);
}

.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: 7px;
	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: url(../img/bg_gradient_top_inverted_mod.png) repeat-x scroll 0 100%;
	background-position: bottom;
	margin: -1px 0px 0px 0px;
	width: 100% !important;
	padding-top: 18px !important;
	padding-bottom: 5px !important;
}

.modNoSideMargins {
	width: 100% !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.modNoSideMargins .text.ui-header {
	padding-left: 3.125% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.modRhombusMargins {
	width: 93.75% !important;
	padding-right: 3.125%;
	padding-left: 3.125%;
}
.modHeaderRhombusMargins {
	padding-right: 3.125%;
	padding-left: 3.125%;
}

.modNoSideMargins .text.ui-header {
	padding-left: 0% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.modDefaultSideMargins {
	width: 95% !important;
	padding-right: 2.5% !important;
	padding-left: 2.5% !important;
}

.modHeaderDefaultSideMargins {
	padding-right: 2.5% !important;
	padding-left: 2.5% !important;
}

.modDefaultSideMargins .text.ui-header {
	padding-left: 0.625% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



.menuContainermodHeaderRhombusMargins {
	margin-right: 3.125% !important;
	margin-left: 3.125% !important;
}

.menuContainermodHeaderDefaultSideMargins {
	margin-right: 2.5% !important;
	margin-left: 2.5% !important;
}

.menuContainermodNoSideMargins {
	margin-right: 0px !important;
	margin-left: 0px !important;
}


.menuContainernoneTopMargin {
	margin-top: 0px !important;
}
.menuContainerhalfTopMargin {
	margin-top: 9px !important;
}
.menuContainernormalTopMargin {
	margin-top: 18px !important;
}
.menuContainerdoubleTopMargin {
	margin-top: 36px !important;
}
.menuContainernoneBottomMargin {
	margin-bottom: 0px !important;
}
.menuContainerhalfBottomMargin {
	margin-bottom: 3px !important;
}
.menuContainernormalBottomMargin {
	margin-bottom: 5px !important;
}
.menuContainerdoubleBottomMargin {
	margin-bottom: 10px !important;
}



.noneTopMargin {
	padding-top: 0px !important;
}
.halfTopMargin {
	padding-top: 9px !important;
}
.normalTopMargin {
	padding-top: 18px !important;
}
.doubleTopMargin {
	padding-top: 36px !important;
}
.noneBottomMargin {
	padding-bottom: 0px !important;
}
.halfBottomMargin {
	padding-bottom: 3px !important;
}
.normalBottomMargin {
	padding-bottom: 5px !important;
}
.doubleBottomMargin {
	padding-bottom: 10px !important;
}

.headerMenuContainer .mod {
	background: url(../img/bg_gradient_top_inverted_mod.png) repeat-x scroll 0 100%;
	background-position: bottom;
	margin: 0px;
	width: 100% !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.groupcontainer .mod {
	padding: 5px;
	margin: 0;
	width: 100%;	
}

/* Exceptions requested by J.Benzinho */
.groupcontainer .mod.imagelinklistrichtext,.groupcontainer .mod.infoDropDown {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	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 !important;
}

/* 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.imagetext, .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_h a, .mod.linklist_h a:visited, .mod.linklist_h a:HOVER{
	text-decoration: none;
	color: #E60000;
}

.mod.linklist_h li{
	color: #E60000;	
}

.mod.linklist_h span{
	padding-left: 0.6em;
	padding-right: 0.2em;
}

.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: #343434;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

.imagetext table {
	width:100%;
	border-spacing: 2px;
}

.imagetext table td {
	font-size: 14px; 
	font-weight: normal; 
	text-align: left; 
	color: black;
}

.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;
}

/*
 * 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: url('assetsfix/html/default/img/bg_gradient_top_inverted_2.png') repeat-x scroll 0 100% transparent;
	 border: 1px solid #CCCCCC;
	 border-bottom: none;
	 margin-bottom: -1px;
	 list-style-image:none;
}

 .imagelinklistrichtext .normalLink, .mod.textlinklistrichtext .normalLink {
     position: relative;
     padding: 0px 10px 0px 8px;
     min-height: 50px;
     font-weight: normal;
     background: url('assetsfix/html/default/img/bg_gradient_top_inverted_2.png') repeat-x scroll 0 100% transparent;
     border: 1px solid #CCCCCC;
     border-bottom: none;
     margin-bottom: -1px;
     list-style-image: none;
}

.mod.textlinklistrichtext .normalLink {
	 position: relative;
     padding: 0px 10px 0px 0px;
     min-height: 50px;
     font-weight: normal;
     background: url('assetsfix/html/default/img/bg_gradient_top_inverted_2.png') repeat-x scroll 0 100% transparent;
     border: 1px solid #CCCCCC;
     border-bottom: none;
     margin-bottom: -1px;
     list-style-image: none;
}
 
.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: #5F2750;
     border: 1px solid #CCCCCC;
     border-bottom: none;
     margin-bottom: -1px;
     list-style-image: none;
     color: #FFFFFF;
 }
 
.mod.textlinklistrichtext .normalLink.active_android {
     position: relative;
     padding: 0px 10px 0px 0px;
     min-height: 50px;
     font-weight: normal;
     background: none;
     background-color: #5F2750;
     border: 1px solid #CCCCCC;
     border-bottom: none;
     margin-bottom: -1px;
     list-style-image: none;
     color: #FFFFFF;
 }
 
 
 .imagelinklistrichtext .normalLink.active_android .link-text, .mod.textlinklistrichtext .normalLink.active_android .link-text {
     color: #FFFFFF;
 }
 
 .imagelinklistrichtext .normalLink.active_android .rightText td, .mod.textlinklistrichtext .normalLink.active_android .rightText td {
     color: #FFFFFF;
 }
 
 .imagelinklistrichtext .normalLink.active_android .myarrowright, .mod.textlinklistrichtext .normalLink.active_android .myarrowright {
     position: absolute;
     top: 9px;
     right: 5px;
     background-image: url(../img/arrow_right_white.png);
     -webkit-background-image: url(../img/arrow_right_white.png);
     background-repeat: no-repeat;
     -webkit-background-repeat: no-repeat;
     background-position: center;
     -webkit-background-position: center;
     width: 15px;
     height: 15px;
 }
 
.imagelinklistrichtext img {
	float:left;
	margin-right: 7px;
}

.imagelinklistrichtext .link, .mod.textlinklistrichtext .link {
	clear:both;		
	margin:0px;
	padding:0px;
}

.imagelinklistrichtext table, .mod.textlinklistrichtext table {
	width:100%;
	border-spacing: 2px;
}

.imagelinklistrichtext table td, .mod.textlinklistrichtext table td {
	font-size: 14px; 
	font-weight: normal; 
	text-align: left; 
	color: black;
}

.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 {
	text-align: center;
	width: 50%;
}

.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-family: sans-serif;
	font-size: small;
}

#breadcrumbs a{
	color: #BD0000;
	text-decoration: none;
}

#breadcrumbs a:hover{
	text-decoration: underline;
}

.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, .linklist_two_col a:visited, .linklist_two_col a:HOVER{
	text-decoration: none;
	color: #E60000;
}

.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: 14px;
	font-weight: bold;
	padding-top: 16px;	
	max-width: 96%; 
	clear:both;	
}

.imagewidetext .description {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 16px;
	clear:both; 
	max-width: 96%;
}

/* 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 .title{
	color:#E60000;
	font-size: 16px;
	font-weight: bold;
}

.article .description{
	color: #333333;
	font-size: 16px;
	font-weight: normal;
}

.article .info{
	color:#E60000; 
	font-size: 14px;
}

.article .navigation{
	background: -moz-linear-gradient(top, #fefefe, #f1f1f1) repeat-X;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f1f1f1)) repeat-Y;
	text-shadow: none;
	padding: 5px;
	color: #333333;
	font-size: 14px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #eeeeee;	
	min-height: 15px;	
}

.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;
}

.newsList .title{
	vertical-align: top;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 10px;
	color: #333333
}

.newsList .bottom{
	border-bottom: solid;
	border-color: #eeeeee;
	border-width: 1px;
}

.newsList .bottom.footer{
	vertical-align: bottom;
	font-size: 12px;
/* 	padding-right: 50px; */
	padding-left: 10px;
	padding-bottom: 10px;
	color: #555555
}

.newsList tr > td
{
	padding-bottom: 5px;
  	padding-top: 5px;
  	background-color: #f8f8f8;
}

.newsList tr > td:LAST-CHILD
{
	padding-bottom: 0px;
}

.newsList a{
	text-decoration: none;
	color: #333333
}

/* Weather */
.mod.weather {
	text-shadow: none; 
	overflow: hidden; 
	max-height: 50px;	
}

.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;
}

.weatherlink {
	width: 100%;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #CCCCCC;
	height: 50px;
	background: url('../img/bg_gradient_top_inverted.png') repeat-x scroll 0 100% transparent;	
}

.weatherlink td {
	padding: 0px 5px 0px 5px;
	text-align: right;
	overflow: hidden;
}

.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 .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 table {
	width: 100%; 
	border-collapse:separate;
	border-spacing:0px 0px;
	font-size: 12px
}

.player .information-frame tr {
	width: 100%;
}

.player .information-frame td.key {
	text-align: left;
	font-weight: bold;
}

.player .information-frame td.value {
	text-align: right;
}

/* 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; 
	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 {
	margin: 0px;
	padding: 0px;
	text-shadow: none;
	font-weight: normal;
	background-image: none;
}

.comments a {
	text-decoration: none;
}
	
.comments ul {
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.comments li {
	position: relative;
	background-color: #e9e9e9;
	border-bottom: 1px solid white;
}

.comments li .second-border {
	border-bottom: 1px solid #dfdfdf;
}

.comments .line-container {
	padding: 8px 20px 8px 20px;
}

.comments p {
	margin: 0px;
}

.comments .title {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 2px;
}

.comments .comment {
	font-weight: normal;
	font-size: 12px;
}

.comments .icon-container {
	position: absolute; 
	top: 8px; 
	left: 4px;
}

.comments .icon {
	display: block;
	width: 13px;
	height: 13px;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.comments .arrow-container {
	position: absolute; 
	top: 10px; 
	right: 5px;
}

.comments .arrow {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../img/arrow_right.png);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

/* 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;
}

/* 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 */

.mod.containertab {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	text-shadow: none;
	font-weight: normal;
}

.containertab.headerless {
	padding-bottom: 0px;
	background: none;
}

.mod.containertab .text.ui-header.exception-borders {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 2.5% !important;
	padding-right: 2.5% !important;	
}

.containertab .navbar {
	background-color: #080808;
	padding-top: 5px;
	margin-bottom: -1px;
}

.containertab .containerTabTable {
	width: 100%;
	border-collapse: separate;
  	border-spacing: 0px;
}

.containertab .containerTabTableTd {	
	vertical-align: bottom;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #e9e9e9;
}

.containertab .tablabel {
	background-color: #373737;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #4d4d4d;
}

.containertab .selected > .tablabel {
	padding-top: 3px;
	background-color: #e9e9e9;
	color: #373737;	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;	
}

.containertab .padder {
	padding: 5px 2px 5px 2px;	
	position: relative;		
}

.containertab a {
	text-decoration: none;
}

.containertab .module-container {
	/* Using width: 100%, doesn't work because the borders cause the component to overflow */
	left: 0;
	right: 0;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;	
}

.containertab .option {
}

.containertab .spinner {
	display: none;
	position: absolute; 
	left: 5px;
	top: 5px;
}

.containertab.default {	
	width: 100% !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 5px !important;
}

.containertab.default .mod {	
	width: 100% !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.containertab.myweb {	
	width: 100% !important;
	padding-top: 18px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 5px !important;
}

.containertab.myweb .mod {
	width: 95% !important;
	padding-top: 18px !important;
	padding-right: 2.5% !important;
	padding-bottom: 5px !important;
	padding-left: 2.5% !important;
}

.containertab.myweb .navbar {
	background-color: transparent;
	padding-top: 5px;
	margin-bottom: -1px;
}

.containertab.myweb .containerTabTableTd {	
	vertical-align: bottom;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #373737;
}

.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);
}

/* Module Container Tab with Form Drop Down layout */

.mod.containerformdropdown_frame {
	background-image: none;
	margin: 0px 0px 0px 0px;
	width: 100% !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.containerformdropdown {
	background: url(../img/bg_gradient_top_inverted_mod.png) repeat-x scroll 0 100%;
	background-position: bottom;
	margin: -1px 0px 0px 0px;
	width: 100% !important;
	padding-top: 18px !important;
	padding-bottom: 5px !important;
	
	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;
}

/* Module Info DropDown */

.mod.infoDropDown {	
	padding-bottom: 0px;	
	margin: 0px;
	background-position: top;
	margin-top: -1px;
	margin-bottom: 0px;
	background: none;
}

.infoDropDown .mod {
	width: 98% !important;
	padding-top: 18px !important;
	padding-right: 1% !important;
	padding-bottom: 5px !important;
	padding-left: 1% !important;
}

.infoDropDown .titleContainer {
	width: 100%;
	padding: 4px 6px 4px 6px;
}

.infoDropDown .mod.imagelinklistrichtext /*, .infodropdown .mod.listcityweather */ {
	width: 100% !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.mod.infoDropDown.infoDropDownNotFirst {
	padding-top: 0px !important;
}

.anchor {

}

.anchor .buttons {
   text-align: right;
}

.anchor .anchor-top {
	display: inline-block;
	width: 30px;
	height: 30px;
	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: 30px;
	background: url(../img/anchor_home.png);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.infoDropDown .infodropdown-line-container {	
	width: 100%;
	background: url(../img/bg_gradient_top_inverted_2.png) repeat-x scroll 0 100%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0;
	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 .titleTextCell {	
	height: 35px;
	font-weight: bold;
	font-size: 13px;
}

.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-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	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; 
}
.infoDropDown .body {
	padding: 1em 0 1em 1em;
}

.listCityWeather {
	background: none;	
}

.listCityWeather a {
	display: block;
	height: 100%;
	width: 100%;
}

.newsHighlighted {
	width: 100%;
}

.newsHighlighted a {
	text-decoration: none;
}

.bgTransparent {
	background: transparent;
}

.bgGradientTop {
	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) 64px); /* 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) 64px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 64px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 64px); /* IE10+ */
	background: linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 64px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.bgGradientBottom {
	background-position: bottom !important;
	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+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(bottom,  rgba(233,233,233,1) 0%, rgba(255,255,255,1) 64px); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgba(233,233,233,1)), color-stop(64px,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 64px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 64px); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 64px); /* IE10+ */
	background: linear-gradient(bottom,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 64px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-8 */
}

.bgImage {
	background-repeat: no-repeat;
	background-size: cover;
}

.bgTransparentMini {
	background: transparent;
}

.bgGradientTopMini {
	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) 34px); /* 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) 34px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 34px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 34px); /* IE10+ */
	background: linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 34px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.bgGradientBottomMini {
	background-position: bottom !important;
	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+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(bottom,  rgba(233,233,233,1) 0%, rgba(255,255,255,1) 34px); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgba(233,233,233,1)), color-stop(34px,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 34px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 34px); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 34px); /* IE10+ */
	background: linear-gradient(bottom,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 34px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-8 */	
}

.bgNoLine {
	margin-top: 0px !important;
	border-top: 0px !important;
	border-right: 0px !important;
	border-bottom: 0px !important;
	border-left: 0px !important;
}

.bgLineTop {
	margin-top: -2px !important;
	border-top: 1px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-style: solid;
	border-color: #A7A7A7; 	
}

.bgLineBottom {
	margin-top: 0px !important;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-style: solid;
	border-color: #A7A7A7; 	
}

.bgLineBoth {
	margin-top: -2px !important;
	border-top: 1px;
	border-right: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-style: solid;
	border-color: #A7A7A7; 	
}

/* Module LinkWithButton list */
.mod.linkwithbutton {
    margin: 0px;
    padding: 0px 0px 2px 0px;
    width: 100%;
}

.linkwithbutton table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    table-layout: fixed;
}

.linkwithbutton tr {
    background: url(../img/bg_gradient_top_inverted_mod.png) repeat-x scroll 0 100%;
    background-position: bottom;
	height: 50px;
}

.linkwithbutton td {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.linkwithbutton p.title a {
    margin: 0px 0px 2px 0px;
    text-decoration: none;
}

.linkwithbutton td span.buttonCell {
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.linkwithbutton .vdf_ui_btn {
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	min-width: 0;
	min-height: 0;
	padding-left: 12px;
	padding-right: 12px;	
	min-height: 10px;
	max-height: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 6px;
}

/* 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%;
}

/* Login Module */
.login {
	width: 95%;
}

.login input.ui-body,
.login input.ui-body-c {
	background: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.login .button {
	margin-bottom: 10px;
	text-align: right;
	width: 100%;
}
.login .button a {
	
}

.login .ui-hide-label.ui-br, .no-field-separator {
    border-bottom-width: 0;
}
.login .ui-field-contain.ui-hide-label, .no-field-separator {
    margin: 1em 0;
    padding: 0;
}

.login .vdf_ui_btn320 {
	
}

#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;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* 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;
}

.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);
}

.formError {
	display: none;
	color: red;
	font-style: italic;
	padding: 0;
	padding-bottom: 10px; 
}

.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 .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 .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%;
}

.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;
}

.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;
}

.mgen-search-google-with-text .mgen-search-google-serch-term-with-text{
	padding-right: 125px;
}