﻿body {
}


button.button,
input.button{
	box-shadow: inset 0px 1px #36aee1;
    border: 1px solid #0f539c;
    background-color: #0499da;
	background-image: -moz-linear-gradient(top, #0499da, #0065cd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0499da), to(#0065cd));
	background-image: -webkit-linear-gradient(top, #0499da, #0065cd);
	background-image: -o-linear-gradient(top, #0499da, #0065cd);
	background-image: linear-gradient(to bottom, #0499da, #0065cd);

    cursor: pointer;
	color: white;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 9px 14px;
	font-size: 16px;
	font-weight: normal;	
	
}
button.button:hover,
input.button:hover{
	box-shadow: inset 0px 1px #0499da;
	background-color: #0065cd;
	background-image: none;

    }


.RowStyle_local
{
    border-color:transparent;
    border: hidden 0px thin;

}

.paddthebottom_6
{
    padding-bottom:6px;
}

.TileBoxPDF {
min-width:333px;
max-width:333px;

}

.TileBoxVideo {
min-width:333px;
max-width:333px;

}
.TileBoxInfo {
min-width:500px;
max-width:500px;

}

.TileBoxImages_1 {
min-width:223px;
max-width:223px;

}

.TileBoxImages_2 {
min-width:446px;
max-width:446px;

}

.TileBoxImages_3 {
min-width:669px;
max-width:669px;

}


.TileBoxImagesHeight_1 {
min-height:243px;
max-height:243px;

}

.TileBoxImagesHeight_2 {
min-height:466px;
max-height:466px;

}

.TileBoxImagesHeight_3 {
min-height:590px;
max-height:590px;

}
