@import url("reset.css");



/**************************************************************************
***************************** = FONTS = *****************************
**************************************************************************/

@font-face {
    font-family: 'anextregular';
    src: url('../fonts/anext-regular-webfont.eot');
    src: url('../fonts/anext-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/anext-regular-webfont.woff2') format('woff2'),
         url('../fonts/anext-regular-webfont.woff') format('woff'),
         url('../fonts/anext-regular-webfont.ttf') format('truetype'),
         url('../fonts/anext-regular-webfont.svg#anextregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'anext_demi_boldregular';
    src: url('../fonts/anext-demibold-webfont.eot');
    src: url('../fonts/anext-demibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/anext-demibold-webfont.woff2') format('woff2'),
         url('../fonts/anext-demibold-webfont.woff') format('woff'),
         url('../fonts/anext-demibold-webfont.ttf') format('truetype'),
         url('../fonts/anext-demibold-webfont.svg#anext_demi_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'macaronsbold';
    src: url('../fonts/macarons-bold-webfont.eot');
    src: url('../fonts/macarons-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/macarons-bold-webfont.woff2') format('woff2'),
         url('../fonts/macarons-bold-webfont.woff') format('woff'),
         url('../fonts/macarons-bold-webfont.ttf') format('truetype'),
         url('../fonts/macarons-bold-webfont.svg#macaronsbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

span.anext_reg { 
	font-family: 'anextregular', Arial, Helvetica, sans-serif; 
	color:#414242;"	
}

span.anext_demi {
	letter-spacing:.3em; 
	font-family: 'anext_demi_boldregular', Arial, Helvetica, sans-serif; 
	color:#414242; 
	text-transform:uppercase;	
}


/**************************************************************************
***************************** = BODY = *****************************
**************************************************************************/

body {
	background: url(../../images/layout/bg_whitepaper.jpg) repeat top #f3f3f3;
	
	padding:0px;
	margin:0px;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-weight: normal; 
	font-size: 17px;
	color: #2f2f2f;
	min-width: 775px;
	text-align: center;
}

div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
}

table {
	padding:0px;
	border:0px;
	border-spacing:0px;
}

td {
	vertical-align:top;	
}

p {
	margin:0;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size:18px;	
	/* text-shadow: -2px -2px #fbeeb7; */
	text-align:center;
	line-height:25px;
	font-size:14px; 
	font-family: 'anextregular', Arial, Helvetica, sans-serif; 
	color:#414242; 
	text-transform:uppercase;
}

p+p {
	padding: 15px 0px 0px 0px;
}

span.macarons {
		font-family: 'macaronsbold', Arial, Helvetica, sans-serif; 
		font-size: 21px;
		color: #7f4099;
}

hr {
	padding: 0;
    border: none;
    border-top: medium double #b9b9b9;
    color: #b9b9b9;
    text-align: center;
	margin:25px 0px 25px 0px;
}

div.vr {
	padding: 0;
    border: none;
    border-right: 1px dotted #b9b9b9;
    color: #b9b9b9;
    text-align: center;
	height:200px;
	margin: 0px 10px 0px 10px;
}


a {
	color:#7f4099;
	text-decoration:none;
}

/**************************************************************************
***************************** = FORM = *****************************
**************************************************************************/

input[type=text], input[type=password], textarea {
	max-width: 100%;
	width: 100%;
	height: 42px;
	background: #ffffff;
	border: 1px solid #dddddd;
	font-family: 'anextregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c0c0c0;
	text-transform:uppercase;
	padding: 0px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	min-width:50px;
  
   transition: box-shadow .32s ease-in-out;
   -moz-transition: -moz-box-shadow .32s ease-in-out;
   -webkit-transition: -webkit-box-shadow .32s ease-in-out;
   -o-transition: -o-box-shadow .32s ease-in-out;
}

input[type=text]:focus, input[type=password], textarea:focus {
	color:#727272;
  -webkit-box-shadow:0 0 6px #7e4098;
  -moz-box-shadow:0 0 6px #7e4098;
  box-shadow:0 0 6px #7e4098;
  outline:0;
  
   transition: box-shadow .32s ease-in-out;
   -moz-transition: -moz-box-shadow .32s ease-in-out;
   -webkit-transition: -webkit-box-shadow .32s ease-in-out;
   -o-transition: -o-box-shadow .32s ease-in-out;
}

input[type=submit], div.button { 
	width: 100%;
	font-size: 14px;
	line-height:40px;
	background-color: #7f4099;
	color: #ffffff;
	border: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	font-family: 'anextregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	margin:auto;
	text-decoration:none;
	text-transform:uppercase;
	
   transition: background-color .32s ease-in-out;
   -moz-transition: background-color .32s ease-in-out;
   -webkit-transition: background-color .32s ease-in-out;
}

input[type=submit]:hover, div.button:hover {
	background-color: #9850b6;
	cursor: pointer;	
   transition: background-color .32s ease-in-out;
   -moz-transition: background-color .32s ease-in-out;
   -webkit-transition: background-color .32s ease-in-out;
}

.form_select select {
   background: #ffffff;
   width: 100%;
   padding: 12px;
	font-family: 'anextregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
   line-height: 18px;
	border: 1px solid #dddddd;
	text-transform:uppercase;
   border-radius: 0;
   -webkit-appearance: none;
	color: #c0c0c0;
   }
   
.form_select {
   width: 100%;
   overflow: hidden;
   border: 0px;
 }

table.form_wrap {
	width:100%;	
	font-size:17px;
	margin:25px 0px 0px 0px;
}

table.form_wrap td {
	padding-bottom:10px;
}

td.form_label {
	font-family: 'anextregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#727272;
	line-height: 40px;
	text-align:center;
	vertical-align:middle;
	
}

td.form_input {
	text-align:left;
}

td.form_break {
	width:10px;
}


/**************************************************************************
***************************** = STYLES = *****************************
**************************************************************************/

div.topbar {
	background-color:#7e4098; 
	width:100%; 
	line-height:45px; 
	text-align:center; 
	font-size:14px; 
	font-family: 'anextregular', Arial, Helvetica, sans-serif; 
	color:#ffffff; 
	text-transform:uppercase;	
}

div.wrap_main {
	width:800px;
	position:relative;
	margin-top:30px;
	margin-bottom:30px;
	display: inline-block;
	text-align:center
}

div.frame_wrap {
	margin-top:20px; 
	display: table; 
	margin: 0 auto;	
}

div.frame_top {
	width:725px; 
	height:36px; 
	background:url(../../images/layout/frame_top.png) no-repeat top;	
}

div.frame_mid {
	width:725px; 
	height:auto; 
	background:url(../../images/layout/frame_mid.png) repeat-y top; 
	padding:20px 70px 10px 70px;	
}

div.frame_bot {
	width:725px; 
	height:36px;
	background:url(../../images/layout/frame_bot.png) no-repeat top;	
}

.caltable {
	width:100%;	
	 height:auto;
}

td.item {
	width:100%;	
	font-family:'anext_demi_boldregular', Arial, Helvetica, sans-serif; 
	font-size:14px; 
	text-transform:uppercase; 
	padding: 0px 0px 20px 0px;
	color: #7f4099;
	line-height:20px;
}


.calflag {
	background:url(../../images/layout/banner_blank.png) no-repeat; 
	width:182px; 
	height:33px; 
	font-family:'anext_demi_boldregular', Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#ffffff; 
	text-transform:uppercase; 
	text-align:center; 
	line-height:26px; 
	letter-spacing:.1em;
	margin-bottom:20px;
}

