/* CSS Document */

.general_box_div{
	padding:0px;
	margin:auto;
	width: 1210px;
	height:auto;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}

.nav-stacked > li > a:focus, .nav-stacked > li > a:hover {
	background-color: #9eccff !important;
}

.nav-stacked a {
	font-weight: normal !important;
}

.stl_active_green {
			background: rgb(0, 185, 2);
		}
		
		.stl_active_green:hover{
			background:#33FF00;
		}
		
		.stl_active_gray{
			background:rgb(211, 211, 211);
		}
		
		.stl_active_gray:hover{
			background:rgb(229, 229, 229);
		}
		
		.stl_active{
			padding:5px;
			border-radius:5px;
			height: 60px;
			width:200px;
			display:block;
			position:fixed; top:50%; left:150px;
			text-align:center;
		}
		
		.stl_active{
			cursor:pointer;
		}
		
		.stl_active_2{
			position:fixed; top:60%; left:150px;
		}
		
		.stl_active_top{
			position:fixed; top:50%; left:150px;
			display:none;
		}	
		
		.ul_list_links{
			list-style:none;
			padding:0px 0px 5px 2px;
			margin-top:0px;
		}
		
		.ul_list_links li{
			padding:2px 0px 5px 0px;
			display:block;
			min-height: 35px;
		}
		
		.ul_list_links li a{
			display:table;
			padding:3px 3px 3px 7px;
			white-space:pre-wrap;
			min-height: 35px;
			width:174px;
		}
		
		.sh_text{
			color: #454545;
  		font-size: 11px;
  		font-family: Verdana, Arial, Helvetica, sans-serif;
			text-shadow: 1px 1px 1px #FFF;
		}
		
		.ul_list_links li a span{
			display: table-cell;
  		vertical-align: middle;
		}
		
		.ul_list_links_a_background{
		}
		
		.ul_list_links_a_background:hover{
			background:#ECECEC;
			color: #454545;
			box-shadow:1px 1px 1px rgba(0,0,0,0.2);
		}
		
/*********************************************************************************************/
/*********************************************************************************************/
/*********************************************************************************************/

.m_style_button{
		height:20px;
		width:90px;
		border:1px solid #CCC;
		cursor:pointer;
		
		display:table-cell;

		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
		background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	}
	.m_style_button:hover{
		background: #ededed; /* Old browsers */
		background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 53%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(53%,#f6f6f6), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#ffffff 100%);
		background: -o-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.m_style_button:active{
		background: #d3d3d3; /* Old browsers */
		background: -moz-linear-gradient(top, #d3d3d3 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top, #d3d3d3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #d3d3d3 0%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #d3d3d3 0%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom, #d3d3d3 0%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.m_button_text{
		font-family:verdana;
		font-size:10px;
		font-weight:bold;
		text-shadow:1px 1px 1px #FFF;
		position:relative;
		top:0px;
		-webkit-user-select:none;
		-moz-user-select: none;
	}

