@charset "utf-8";
/* CSS Document */
body{
	height:100%
}
div.ui-content {
	/*
	background-image: linear-gradient(to bottom, rgba(110, 110, 110, 0) 0%, 		rgba(110, 110, 110, 0) 25%, #6E6E6E 50%, #6E6E6E 100%), url("../images/trees.jpg") !important;
	*/
	background: -moz-linear-gradient(top,  rgba(99,99,99,0) 0%, rgba(99,99,99,0.5) 25%, rgba(99,99,99,1) 50%),url("../images/trees.jpg"); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,99,99,0)), color-stop(25%,rgba(99,99,99,0.5)), color-stop(50%,rgba(99,99,99,1))),url("../images/trees.jpg"); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(99,99,99,0) 0%,rgba(99,99,99,0.5) 25%,rgba(99,99,99,1) 50%),url("../images/trees.jpg"); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(99,99,99,0) 0%,rgba(99,99,99,0.5) 25%,rgba(99,99,99,1) 50%),url("../images/trees.jpg"); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(99,99,99,0) 0%,rgba(99,99,99,0.5) 25%,rgba(99,99,99,1) 50%),url("../images/trees.jpg"); /* IE10+ */
background: linear-gradient(to bottom,  rgba(99,99,99,0) 0%,rgba(99,99,99,0.5) 25%,rgba(99,99,99,1) 50%),url("../images/trees.jpg"); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00636363', endColorstr='#636363',GradientType=0 ),url("../images/trees.jpg"); /* IE6-9 */

	background-size:contain !important;
}
.ui-collapsible-content{
	background-color:white;
}
.ui-content #menu{
	margin-top:60% !important;
}

div p.border{
	background-color: white;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 5px black;
    padding: 10px;
}

.floatleft{
	float:left;
}
.icon {
    margin-top: 20px;
	padding-right:10px;
}
.whiteheader{
	color: white;
    text-shadow: 2px 2px 2px black;
}
.ui-header .ui-title{
	margin-top:0;
}

.mainlogo {
    position: relative;
    top: 2px;
}
.ui-header {
    height: 50px;
}
.ui-page{
	min-height:0px !important;
}