﻿/*Fonts from webfonts.com*/
@import url("http://fast.fonts.com/t/1.css?apiType=css&projectid=eb932899-eed1-44e2-af84-d2cea052545b");

@font-face{
font-family:"Avenir LT W01 65 Medium";
src:url("css/Fonts/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?iefix") format("eot");}
@font-face{
font-family:"Avenir LT W01 65 Medium";
src:url("css/Fonts/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?iefix");
src:url("css/Fonts/2cac77ec-9bc0-4ee7-87e4-27650190744f.woff") format("woff"),url("../css/Fonts/aaf11848-aac2-4d09-9a9c-aac5ff7b8ff4.ttf") format("truetype"),url("../css/Fonts/294099f3-8d00-4676-afc5-5e9d8d43ad69.svg#294099f3-8d00-4676-afc5-5e9d8d43ad69") format("svg");
}
/* end of webfonts */

/*ELEMENTS*/
BODY   {text-align:center; min-width: 600px; font-size:medium; color:Black; background-color:#ffffff; font-family: "Avenir LT W01 65 Medium",open_sansregular,sans-serif;}

/*  change the colors below to match the color theme of your online service */
h1		{font-size:x-large; font-weight:900; font-stretch:ultra-expanded; color: #000000;}
h2		{font-size:large; font-weight:normal; color: #000000;}
h3		{font-size:medium; color: #000000; font-stretch:ultra-expanded;}
h4     {font-size:medium; font-weight:normal; color: #000000;}
h5  	{font-size:small; color: #000000; font-weight:normal;}
h6		{font-size:x-small; font-weight:lighter;}

/* change the colors below to match your online service colors */
A:link    { color: #0000AA; text-decoration: none } /* blue */
A:visited { color: #6633CC; text-decoration: none} /* purple */
A:active  { color: #ff0000; text-decoration: none} /* red */
A:hover   { text-decoration: underline} 

/*Styles for wrapper div for centering content*/
#wrapper {position: static; margin-left: auto; margin-right: auto; margin-top: 10px; width:400px; text-align: left; overflow: hidden; border: 1px solid gray; background-color:#ececec; padding: 10px}
#stat {padding: 10px 0px 0px 0px}

.validate {
    color:red
}