body{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.theme-bg{
	/*
	background: #499bea;
	background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
	background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%);
	background: linear-gradient(to bottom, #499bea 0%,#207ce5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );
	*/
	font-family: Lato, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal!important;
	color:#FFFFFF;
	padding:5px!important;
	text-shadow: 1px 1px #424242;
	
}
.theme-bg-first{
	/*
	background: #00209A;
	background: #6dcfff;
	background: -moz-linear-gradient(top, #6dcfff 0%, #5479ea 50%, #367ced 51%, #00209a 100%);
	background: -webkit-linear-gradient(top, #6dcfff 0%,#5479ea 50%,#367ced 51%,#00209a 100%);
	background: linear-gradient(to bottom, #6dcfff 0%,#5479ea 50%,#367ced 51%,#00209a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dcfff', endColorstr='#00209a',GradientType=0 );
	*/
	font-family: Lato, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal!important;
	color:#FFFFFF;
	padding:5px!important;
	text-shadow: 1px 1px #424242;
}
.theme-bg h3{
	font-weight: normal!important;
}
.theme-bg h4{
	font-weight: normal!important;
}
.theme-bg hr{
	display:none;
	border-color: #2d6687!important;
	font-weight: normal!important;
}


.theme-border{
	border:0;
}
#DIV_Logo{
	max-height:100px;
	background:url(images/FLV/lflv_logo.png) no-repeat center; 
	background-size:100% 100%;
	max-width:423px;
	min-width:423px;
	height:21vw;
	margin:5px auto 5px auto;
	box-sizing:border-box;
}
.radio-selected-bg{
	background: #FF9D64;
	background: #b7deed;
	background: -moz-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
	background: -webkit-linear-gradient(top, #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
	background: linear-gradient(to bottom, #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 );
}
.sideBarColor{
	background: #000000;
	color:#FFFFFF;
}
.sideBarColor a{
	color:#FFFFFF;
}
.sideBarColor a:hover{
	color:#00FF00;
}
.subBarColor{
	background: #D8D8D8;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );

	color:#29088A;
	
}
/*Hide all the elements*/
.top-bar a:nth-child(2){
	display:none!important;
}
.top-bar a:nth-child(3){
	display:none!important;
}
.top-bar a:nth-child(4){
	display:none!important;
}
.top-bar a:nth-child(5){
	display:none!important;
}
.top-bar a:nth-child(6){
	/*display:none!important;*/
}
.top-bar a:nth-child(7){
	display:none!important;
}
#DIV_StatusContent{
	display:none!important;
}
.content-header:not(:nth-child(3)){
	display:none!important;
}
.content-body{
	display:none!important;
}