/*css*/

body
{
	width: 100%;
	background-color: white;
	color: black;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
	top: 0px;
	left: 0px;
	left: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 5px;
}

#container
{
	width: 100%;
	height: 100%;
	background-color: red;
	margin: 0px;
	padding: 0px;
}

.headerContainer
{
	top: 0px;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 25px 50px 25px;
	background-color: Azure;
	border: 1px solid #ccc;
	border-radius: 20px;
}

.menu
{
	text-align: center;
	height: 30px;
	padding: 20px 50px 0px;
}

.carousel
{
	text-align: center;
	height: 200px;
	padding: 0px 50px 50px;
}

.bodyContainer
{
	border-top: 1px dotted green;
	border-bottom: 1px dotted green;
	text-align: left;
	margin: 0px 50px 50px;
	padding: 50px;
}

/* tables */
tr:hover {background-color:#46A6B3;}

/*	form	*/
.boxed
{
	background-color: white;
	margin: 2px;
	padding: 5px;
	border: 1px solid #46A6B3;
	border-radius: 5px;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}