html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}	

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:100%;
	margin:0px;
	padding:0px;
	background:#bbbbbb;
	color:#000;
	-webkit-text-size-adjust:100%;
	width:100%;

}



sup {
	font-size: 0.6em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.6em;
}



.container_main
{
	background-color:#FFFFFF;
	float:left; width:100%; display:inline-block;
	margin: 0px;
	margin-bottom:25px;
	/* padding: 0px 10px 10px 10px; */
	padding: 0px;
	border: 0px solid blue;
	box-shadow: -10px 20px 60px #565656;
		
}

.container_full, 
{
	background-color:#FFFFFF;
	float:left; width:100%; display:inline-block;
	margin: 0px;
	margin-bottom:25px;
	/* padding: 0px 10px 10px 10px; */
	padding: 0px;
	border: 0px solid blue;
		
}

.container_half
{
	background-color:#FFFFFF;
	float:left; width:100%; display:inline-block;
	margin: 0px;
	margin-bottom:25px;
	/* padding: 0px 10px 10px 10px; */
	padding: 0px 20px 0px 20px;
	border: 0px solid blue;
		
}

.container_footer
{
	float:left; width:100%; display:inline-block;
	padding: 10px;
	margin: 0px;
	background-color: #ffffff;	
	border: 0px solid blue;
}

.container_header
{
	background-color:#FFFFFF;
	float:left; width:100%; display:inline-block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid blue;
	box-shadow: -10px 20px 60px #565656;
	
}
.container_header_rules
{
	background-color:#FFFFFF;
	float:left; width:100%; display:inline-block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid blue;
	
}
.container_header img
{
	border:0;
	float:left; width:100%; display:inline-block;
	padding: 0px;
	margin: 0px;
}
.container_header img.imgMobile{ display:inline-block; }
.container_header img.imgTablet{ display:none; }
.container_header img.imgScreen{ display:none; }

.container_header_rules img
{
	border:0;
	float:left; width:100%; display:inline-block;
	padding: 0px;
	margin: 0px;
}
.container_header_rules img.imgMobile{ display:inline-block; }
.container_header_rules img.imgTablet{ display:none; }
.container_header_rules img.imgScreen{ display:none; }

p
{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.p_footer
{
	padding: 0px;
	align: center;
	margin: 0px 0px 10px 0px;
}

img { border:0; }

a { color:#0078a5; text-decoration:none; }
a:hover { color:#000; }
a.clickable{
       cursor: pointer;
       cursor: hand;
   }

h1,h2,h3,h4,h5,h6,.huge,.large
{
	color: #fff;
	/*text-shadow:1px 1px 3px rgba(0,0,0,0.9);*/
	background: none;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1 {
	font-size:160%;
	line-height:110%;
	font-weight: bold;
}

h2 {
	font-size: 140%;
	line-height:110%;
	border-bottom: 1px solid #e9e9e9;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 130%;
	color: #024886;
	line-height: 100%;
	margin: 0px 0px 10px 0px;
	padding: 7px 10px;
	border: 1px solid #e0e0e0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #aeafaf;
	background: #cfcfcf;
	background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#f9f9f9), to(#cfcfcf));
	background-image: -moz-linear-gradient(-90deg, #f9f9f9, #cfcfcf);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



span.fontMandatory
{
	color: #ff0000;
}

input[type="text"], input[type="password"], input[type="file"], input[type="email"], input[type="date"], input[type="time"], input[type="number"], input[type="search"], select, textarea
{
	-webkit-appearance:none;
	background-color:#fff;
	color:#888;
	outline:0;
	margin:0;
	padding:0.4em;
	text-align: left;
	font-size:0.8em;
	vertical-align: middle;

	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	
	border: 1px solid #888;
	
	width: 100%;
}

input[type="button"], input[type="submit"]
{
	-webkit-appearance:none;
	background-color:#969595;
	color:#fff;
	outline:0;
	margin:0;
	padding:0.4em;
	text-align: center;
	font-size:0.8em;
	vertical-align: middle;
	
	border: 0px;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	width: 100%;
	cursor: pointer;
}

input[type="button"]
{
	background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-align:center;
    width:100%;
	cursor: pointer;
}

input[type="button"]:hover
{
	background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  text-align:center;
  cursor: pointer;
}

input[type="submit"]
{	
	background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-align:center;
    width:100%;
	cursor: pointer;

}

input[type="submit"]:hover
{
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  text-align:center;
  cursor: pointer;
}

.p_message
{
	font-size: xx-large;
	line-height:100%;
	background-color: #3498db;
	color: #FFF;
	padding: 90px;
	align-items:center;
	
}

	


.p_notes
{
	margin: 0px;
	margin-left: 30px;
	margin-bottom: 15px;
	font-size: small;
	font-weight: bold;
}


.p_message_error
{	
	font-size: xx-large;
	line-height:100%;
	background-color: #ff1e00;
	color: #FFF;
	padding: 90px;
	align-items:center;
	
}

@media all and (min-width: 560px) and (max-width: 959px)
{
	
	.container_half
	{
		width:50%;
	}
	
	.container_header img.imgMobile{ display:none; }
	.container_header img.imgTablet{ display:inline-block; }
	.container_header img.imgScreen{ display:none; }
	
	.container_header_rules img.imgMobile{ display:none; }
	.container_header_rules img.imgTablet{ display:inline-block; }
	.container_header_rules img.imgScreen{ display:none; }

	h2 {
		min-height: 50px;
	}
}

@media all and (min-width: 960px)
{
	body
	{
		width: 960px;
		margin: 0px auto 0px auto;
	}
	
	.container_half
	{
		width:50%;
	}
	
	.container_header img.imgMobile{ display:none; }
	.container_header img.imgTablet{ display:none; }
	.container_header img.imgScreen{ display:inline-block; }
	
	.container_header_rules img.imgMobile{ display:none; }
	.container_header_rules img.imgTablet{ display:none; }
	.container_header_rules img.imgScreen{ display:inline-block; }

}

select
{
	margin-top: 8px;
	margin-bottom: 5px;
	background: #f4f4f4;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* KHTML */
	border-radius: 3px;
	box-shadow: 0px 0px 1px 1px #999999;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: url(images/select_down.jpg) no-repeat right #FFF;
}

.btn_top {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-align:center;
  width:50%;
  cursor: pointer;
}

.btn_top:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  text-align:center;
  cursor: pointer;
}

.button
{
	width: 150px;
	padding: 10px;
	background-color: #FF8C00;
	box-shadow: -8px 8px 10px 3px rgba(0,0,0,0.2);
    font-weight:bold;
	text-decoration:none;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 750px;
	position: relative;
	margin: 10% auto;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
	align-content:center;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }