html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Muli', Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #FFFFFF;
    /*background-image: URL('../image/footerLogo.png');*/
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
}

a {
	color: #00974A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	min-width: 800px;
	display: block;
}

#content {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
}

#header {
	background-color: #002C63;
    background-image: URL('../image/headerLogo.png');
    background-repeat: no-repeat;
    background-position: 35px 25px;	
	padding-left: 160px;
	height: 110px;
}

#headerMenu {
	/*background-image: URL('../image/headerMenu.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	background-color: #002C63;
	float: right;
	text-align: right;
	line-height: 30px;
	height: 30px;
	color: #FFFFFF;
	padding-right: 30px;
	background-position: 35px 25px;
}

#headerMenu a {
	color: #FFFFFF;
	text-decoration: none;
} 

#headerTitle {
	position: relative;
	font-size: 20px;
	top: 35px;
	text-align: Left;
    font-family: 'Muli', "Trebuchet MS", Helvetica, sans-serif;
    margin-right: 25px;
    color: #FFFFFF;
	/*height: 80px;
	text-align: left;
	padding-top: 35px;
	padding-right: 30px;*/	
}

#menuContent {
	background-color: #002C63;
	/*background-image: URL('../image/menuBackground.png');
	background-repeat: repeat-x;*/
}

#content .title, #content .title .subTitle {
	font-size: 14px;
	color: #40444D;
	font-weight: bold;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#content .title .subTitle {
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 15px;
	background-image: URL('../image/subTitle.png');
	background-repeat: no-repeat;
	background-position: top left;
}

table {
	border: 0px;
	border-spacing: 10;
    border-collapse: collapse;
    width: 100%;
}

table th, table td {
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
}

table th {
	border: 2px solid #FFFFFF;
	background-color: #002C63;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
}

table .left {
	/*
	background-image: URL('../image/tableHeaderLeft.png');
	background-position: center left;
	background-repeat: no-repeat;
	*/
}

table .right {
	/*
	background-image: URL('../image/tableHeaderRight.png');
	background-position: center right;
	background-repeat: no-repeat;
	*/
}

div .searchBox {
	border: 1px solid #002C63;
	padding: 20px;
	width: auto;
	background-color: #FFFFFF;
}

div .searchBox input[type=text], select {
	margin-right: 20px;
}

input[type=text] {
	border: 0px; 
	background-color: #F6F6F6;
}

button, input[type=submit] {
	border: 0px; 
	background-color: #FFD862;
	color: #002C63;
	line-height: 20px;
	height: 23px;
	/*text-transform: uppercase;*/
	font-size: 12px;
	border-radius: 10px;	
}

select {
	line-height: 20px;
	height: 20px;
}

div .box {
	border: 1px solid #4C5F66;
	width: auto;
	background-color: #FFFFFF;
}

div .boxTitle {
	padding: 5px;
	width: auto;
	background-color: #4C5F66;
	color: #FFFFFF;
}

div .boxText {
	padding: 5px;
	width: auto;
}

img {
    border: 0px;
}

.disabled {
	opacity:0.50; /* firefox, opera, safari, chrome */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; /* IE 8 */
    filter:alpha(opacity=50); /* IE 4, 5, 6 and 7 */
    zoom:1 /* so the element "hasLayout" */
}

fieldset {
	border: 1px solid #DEE1E4;
	padding: 10px;
	background-color: #FFFFFF;
	width: auto;
}

fieldset div {
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

legend {
	font-weight: bold;
    font-size: 13px;
    color: #4C5F66;
}

.col-50{
	width: 50%;
}
