/*=========================
homelinkelement_co.css
*/

.margincontent{
	margin: 0 5px;
}


.a{
	text-decoration:none;
}



.gradient_gray{
	background: #a5a5a5; /* Old browsers */
	background: -moz-linear-gradient(top,  #a5a5a5 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5a5a5), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a5a5a5 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a5a5a5 0%,#d8d8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a5a5a5 0%,#d8d8d8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a5a5a5 0%,#d8d8d8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */

}

.black{
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.gradient_yellow{
	background: #ede576; /* Old browsers */
	background: -moz-linear-gradient(top,  #ede576 0%, #e8b500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede576), color-stop(100%,#e8b500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ede576 0%,#e8b500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ede576 0%,#e8b500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ede576 0%,#e8b500 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ede576 0%,#e8b500 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede576', endColorstr='#e8b500',GradientType=0 ); /* IE6-9 */

}


.gradient_blue{
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#1e5799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#1e5799 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5799 0%,#1e5799 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */

}

.coloredMenuBar span{
	padding-top:10px;
	color:#ffffff;
}

@media all and ((orientation:landscape) and (min-width :600px)){
	.container_16 .grid_16.landscape {
		display: block;
		float: left;
		width: 49.9%;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc
	}
	.container_16 .grid_16.landscape.first {
		border-bottom: 1px solid #ccc;
		width: 100%;
		text-align: center
	}
	.container_16 .grid_16.landscape.first .icone {
		display: block;
		float: left;
		width: 13%
	}
	.container_16 .grid_16.landscape.first .text_section {
		display: block;
		float: left;
		width: 75%;
		white-space: nowrap;
		line-height: 2em;
	}
	.container_16 .grid_16.landscape.first .bottom_line {
		width: 100%;
		float: none;
		text-align: center;
	}
	.container_16 .grid_16.landscape.first .btn_table {
		display: inline-block;
		width: auto;
	}
	.container_16 .grid_16.landscape.right,.container_16 .grid_16.landscape.first
		{
		border-right: 0;
	}
	.container_16 .grid_16.landscape table {
		border: none;
	}
	.container_16 .grid_16.first {
		width: 100%;
		border-bottom: 0;
	}
	.container_16 .grid_16.first .link_arrow {
		display: none;
	}
	.grid_16.landscape .bottom_line .link_arrow {
		display: none;
	}
	.grid_16.landscape .bottom_line {
		border: none;
	}

}



.bottom_line{
	color:black !important;
	border-bottom: solid #CCCCCC;
	border-width: 1px;
}

.text_section{
	width:80%;
	padding: 5px;
	text-align: left;
	text-transform: uppercase;
}
.icone{
	width:10%;
	padding:3px;
	text-align: center;
}

.link_arrow img{

	display: inline-table;
	padding-bottom: 15px;
	padding-right:5px;
	float:right;
}

.link_arrow {
    width:10%;
    padding: 10px 0px 0px 0px;
}


.btn_table{
	width: 100%;
	padding-top: 10px;
	height: 45px;
}

.menuLinktext {
	 color:#282828;
     font-size:1em;
     margin-top:0.3em;
     text-transform: initial;
}

.uppercase {
	text-transform: uppercase;
}

