﻿/*---------------------------------------*/
/*general design*/
/*---------------------------------------*/


html, body, form {
    height: 100%;
    margin: 0;
    min-width: 310px;
    background-color: #f4f5f6;
}

/*wraps around header, content and footer*/
#wrapper {
    /*background-color: #f4f5f6;*/
    position: relative;
    min-height: 100%;
    vertical-align: bottom;
    margin: 0 auto;
    height: 100%;
}

#header {
    background-color: white;
    width: 100%;
    height: 200px;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
}

/*shows Logo (topmost)*/
#logo {
    max-width: 1024px; 
    height: 150px;
    margin: 0 auto;
    padding-right: 15px;
    text-align:right;
}

/*menu bar under logo*/
#menu-wrapper {
    background-color: black;
    width: 100%;
    height: 50px;
}

/*div for menu*/
#menucontent {
    max-width: 1024px;
    margin: 0 auto;
}

/*margin minus = same as header height*/
#content {
    background-color: #f4f5f6;
    max-width: 1024px;
    width: 100%;
    margin:0 auto -115px;
    min-height:100%;
    height:auto !important;
    height:100%;
}

/*height = same as header height*/
#content-spacer-top {
    height:200px;
}

/*height = same as footer height*/
#content-spacer-bottom {
    height:115px;
}

#footer {
    background-color: #d48803;
    width:100%;
    height: 115px;

}

#footercontent {
    max-width: 1024px;
    margin: 0 auto;
    color: white;
    padding-top: 25px;
    text-align: center;
}

a img{
        border: none;
        outline: none;
}


/*---------------------------------------*/
/*css menu*/
/*---------------------------------------*/

.activemenuitem {
    text-decoration: underline;
}

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:114px;
    padding-left:13px;
    padding-right:13px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #2f3036;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
    background-color: #19bbc5;
}

/*Style for dropdown links*/
li:hover ul a {
    background-color: #70717b;
    color:white;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background-color: #19c589;
	color: white;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
    background-color: black;
    background-position: 5px 9px;
    background-image:url(/images/menuimage.png);
    background-repeat:no-repeat;
	text-align: center;
	padding: 10px 0;
    height: 30px;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

input[type=checkbox]:checked ~ #menu{
    display: block;
}







/*---------------------------------------*/
/*tables*/
/*---------------------------------------*/

.tablecontent, .tablecontentpc, .tablecontentmobile {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.tablecontentsmall {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 500px;
}

table.style1, table.style2, table.style3 {
    width: 100%;
    min-width: 290px;

	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	border: #ccc 1px solid;
    border-spacing: 0px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

table.style1 a:link, table.style2 a:link, table.style3 a:link {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

table.style1 a:visited, table.style2 a:visited, table.style3 a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

table.style1 a:active,
table.style1 a:hover,
table.style2 a:active,
table.style2 a:hover {
	color: #bd5a35;
	text-decoration: underline;
}


table.style1 th, table.style2 th, table.style3 th {
    font-size: 13px;
	padding: 21px 25px 22px 25px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

table.style1 th:first-child, table.style2 th:first-child, table.style3 th:first-child {
	text-align: left;
	padding-left: 20px;
}

table.style1 tr:first-child th:first-child, table.style2 tr:first-child th:first-child, table.style3 tr:first-child th:first-child {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

table.style1 tr:first-child th:last-child, table.style2 tr:first-child th:last-child, table.style3 tr:first-child th:last-child {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

table.style1 tr, table.style2 tr, table.style3 tr {
	text-align: center;
	padding-left: 20px;
}

table.style1 td:first-child, table.style2 td:first-child, table.style3 td:first-child {
	text-align: left;
	padding-left: 20px;
	border-left: 0;
}

table.style1 td, table.style2 td, table.style3 td {
	padding: 18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.style1 tr.even td, table.style2 tr.even td, table.style3 tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.style1 tr:last-child td, table.style2 tr:last-child td, table.style3 tr:last-child td {
	border-bottom: 0;
}
table.style1 tr:last-child td:first-child, table.style2 tr:last-child td:first-child, table.style3 tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
table.style1 tr:last-child td:last-child, table.style2 tr:last-child td:last-child, table.style3 tr:last-child td:last-child {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
table.style1 tr:hover td, table.style2 tr:hover td, table.style3 tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.td1 {
    width:80px;
}

.td2 {
    width:100px;
}

.td3 {
    width:40px;
}

.td4 {
    width:50px;
}

.td5 {
    text-align:left;
}

.th5 {
    text-align:left;
}



/*---------------------------------------*/
/*dropdown*/
/*---------------------------------------*/

.dropdown {
   width: 100%;
   max-width: 350px;
}

.styled-select {
   max-width: 350px;
   height: 34px;
   overflow: hidden;
   background-color: #ededed;
   background-position: right;
   background-image:url(/images/dropdownbackground.png);
   background-repeat:no-repeat; 
   border: 1px solid #ccc;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 25px;
   -moz-appearance: none;
   -webkit-appearance: none;
   -o-appearance:none;
   }

.styled-select select {
   background-color: transparent;
   max-width: 350px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   padding-right: 22px;
   -moz-appearance: none;
   -webkit-appearance: none;
   -o-appearance:none;
   }

/*for internet explorer 10 to hide dropdown arrow and display dropdownbackground.png*/
.styled-select select::-ms-expand {
    display: none;
    }


.select-ie {
   max-width: 350px;
   height: 34px;
   overflow: hidden;
   background-color: #ededed;
   border: 1px solid #ccc;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 20px;
   -moz-appearance: none;
   -webkit-appearance: none;
   -o-appearance:none;
   }

.select-ie select {
   background-color: transparent;
   max-width: 350px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -moz-appearance: none;
   -webkit-appearance: none;
   -o-appearance:none;
   }



/*---------------------------------------*/
/*links*/
/*---------------------------------------*/

.csslnk {
    font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 13px;
    font-weight: bold;
	text-decoration: underline;
}


/*---------------------------------------*/
/*buttons*/
/*---------------------------------------*/

.cssbutton {
    background-color:#d48803;
	text-indent:0;
	border:1px solid #d48803;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:120px;
	text-decoration:none;
	text-align:center;
    cursor: pointer;
    float: right;
}

.cssbutton:hover {
    background-color:#cd8302;
}

.cssbutton:active {
    position: relative;
    top: 1px;
}

.cssbuttongray {
    background-color:#8c8c8c;
	text-indent:0;
	border:1px solid #8c8c8c;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:120px;
	text-decoration:none;
	text-align:center;
    cursor: pointer;
    float: right;
}

.cssbuttongray:hover {
    background-color:#919191;
}

.cssbuttongray:active {
        position: relative;
        top: 1px;
}



/*---------------------------------------*/
/*resize for mobile*/
/*---------------------------------------*/

@media screen and (max-width : 700px){
    /*menu*/
	/*Make dropdown links appear inline*/
    ul {
	    position: static;
	    display: none;
    }

    /*Create vertical spacing*/
    li {
        border-top: 1px solid;
        border-color: white;
    }

    li a {
        padding-left:0px;
        padding-right:0px;
    }

    /*Make all menu links full width*/
    ul li, li a {
	    width: 100%;
    }

    /*Display 'show menu' link*/
    .show-menu {
	    display: block;
    }


    /*tables*/
    table.style1, table.style2 {
    font-size: 11px;
    }

    table.style1 th, table.style2 th {
    padding: 15px 20px 16px 20px;
    font-size: 12px;
    }

    table.style1 th:first-child, table.style2 th:first-child {
    text-align: left;
    padding-left: 15px;
    }

    table.style1 tr, table.style2 tr {
    padding-left: 15px;
    }

    table.style1 td:first-child, table.style2 td:first-child {
    padding-left: 15px;
    }

    table.style1 td, table.style2 td {
    padding: 13px;
    }

    .td1 {
    width: 30px;
    }

    .td2 {
    width: 50px;
    }


    /*dropdown*/
    .dropdown {
     max-width: 320px;
    }

    .styled-select {
       max-width: 320px;
    }

    .styled-select select {
    max-width: 320px;
    font-size: 14px;
    }

}


@media screen and (min-width : 1000px) {

    .tablecontentmobile {
        display: none !important;
    }

    table.style2 {
        display: none !important;
    }

}

@media screen and (max-width : 999px) {

    .tablecontentpc {
        display: none !important;
    }

    table.style3 {
        display: none !important;
    }

}