* {
        font-family: Arial;
}

html {
		overflow-y: scroll;
}


body {
        margin: 20px;
		background: #DDD;
}

#wrapper {
		width: 900px;
		max-width: 85%;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		border-radius: 25px;
	    background: #FFD49C;
	    padding: 40px; 
		-webkit-box-shadow: 5px 5px 51px -9px rgba(117,57,11,0.75);
		-moz-box-shadow: 5px 5px 51px -9px rgba(117,57,11,0.75);
		box-shadow: 5px 5px 51px -9px rgba(117,57,11,0.75);
}

a {
        text-decoration: none;
        color: #1813EA;
}

a:hover {
        text-decoration: underline;
}

img {
        margin: 0px 0px 0px 0px;
        border: none;
}



h2 {
		font-size: 20pt;
		font-weight: bold;
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 5px;
		padding-top: 5px;
}


table {
        border-color: #555;
        border-collapse: collapse;
}

tr, td {
        border-color: #555;
        border-collapse: collapse;
		vertical-align: top;
		font-size: 9pt;
}

td.fullsize {
		font-size: 12pt;
}

th {
        border-color: #555;
        border-collapse: collapse;
		text-align: left;
		vertical-align: top;
		font-size: 13pt;
}




input.submit {
		border-radius: 25px;
        border: 1px solid;
		border-color: #FC6 #C80 #C80 #FC6;
        padding: 5px 20px;
        font-weight: bold;
        font-size: 12pt;
        vertical-align: bottom;
        color: #000;
        background: #FF9100;
        text-decoration: none;
        margin: 1px 0px 1px 0px;
        cursor: pointer;
	  	-moz-box-shadow: 1px 1px 2px #666;
	  	-webkit-box-shadow: 1px 1px 2px #666;
	  	box-shadow: 1px 1px 2px #666;
}


input.rounded {
		border: 1px solid #FFD49C;
		-moz-border-radius: 7px;
  		-webkit-border-radius: 7px;
  		border-radius: 7px;
  
  		-moz-box-shadow: 1px 1px 2px #666;
  		-webkit-box-shadow: 1px 1px 2px #666;
  		box-shadow: 1px 1px 2px #666;
  
  		font-size: 10pt;
		line-height: 10pt;
   		padding: 2px 7px;
   		outline: 0;
		-webkit-appearance: none;
}



select.rounded {
    padding:2px 7px;
    margin: 0;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;

  	-moz-box-shadow: 1px 1px 2px #666;
  	-webkit-box-shadow: 1px 1px 2px #666;
  	box-shadow: 1px 1px 2px #666;

	font-size: 10pt;
	line-height: 10pt;
    background: #ffffff;
    color:#000;
    border:1px solid #FFD49C;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	width:100px;
}

input.rounded:focus {
	border-color: green;
}

select.rounded:focus {
	border-color: green;
}




input[type=checkbox] {
	cursor: pointer;
	height: 17px;
	width: 17px;
	border: none;
}



.tooltipster-light {
    border-radius: 5px;
    border: 2px solid #333333;
    background: #FFFFFF;
    color: #000000;
	padding: 5px;
	z-index: 5;
}

.tooltipster-light .tooltipster-content {
	border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px;
	z-index: 5;
}


.tooltipster-usertip {
    border-radius: 5px;
    border: 2px solid #333333;
    background: #FFD49C;
    color: #000000;
	padding: 10px;
	z-index: 5;
}

.tooltipster-usertip .tooltipster-content {
	border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 13px;
	z-index: 5;
}



td.tooltip {
	width: 140px;
	height: 50px;
	vertical-align: middle;
}
