html {
    overflow-y: scroll;
    margin: 0px;
    padding: 0px; 
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    text-align: center;
}


body {
    text-align: center;
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: 'Lato-BlackItalic', 'sans-serif';*/

    /*font-family: "LatoWebLight", "sans-serif";*/
/*    font-family: 'Avenir-Light', sans-serif;*/
    font-family: 'LatoWeb', sans-serif;

    background-color: #D1E0F0;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    margin: 0px;
    padding: 0px; 
    
/*    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    text-shadow:1px 1px 1px 1px rgba(0,0,0,0.005);
    
}
/* Webfont: Lato-Regular */@font-face {
    font-family: 'LatoWeb';
    src: url('/fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('/fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('/fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/*@font-face {
    font-family: 'LatoWebLight';
    src: url('/fonts/Lato-Light.eot');  IE9 Compat Modes 
    src: url('/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
         url('/fonts/Lato-Light.woff2') format('woff2'),  Modern Browsers 
         url('/fonts/Lato-Light.woff') format('woff'),  Modern Browsers 
         url('/fonts/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}*/


/*@font-face {
    font-family: 'LatoWebLight';
    src: url('fonts/Lato-LightItalic.eot');  IE9 Compat Modes 
    src: url('fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
         url('fonts/Lato-LightItalic.woff2') format('woff2'),  Modern Browsers 
         url('fonts/Lato-LightItalic.woff') format('woff'),  Modern Browsers 
         url('fonts/Lato-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}*/

/* Webfont: Lato-Hairline @font-face {
    font-family: 'LatoWebHairline';
    src: url('/fonts/Lato-Hairline.eot');  IE9 Compat Modes 
    src: url('/fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
         url('/fonts/Lato-Hairline.woff2') format('woff2'),  Modern Browsers 
         url('/fonts/Lato-Hairline.woff') format('woff'),  Modern Browsers 
         url('/fonts/Lato-Hairline.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}*/

/*@font-face {

    font-family: "Avenir-Light";
    src: url("fonts/Avenir-Light.otf");


    src: url("fonts/Lato-BlackItalic.woff");
    font-family: "Lato-BlackItalic";
    src: url('fonts/Lato-BlackItalic.eot') format('embedded-opentype'),
        url('fonts/Lato-BlackItalic.woff') format('opentype');

}*/




.thumbnail {
    max-width: 200px;
    max-height: 200px;
}





input, select, textarea {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-family: inherit;
}

#foot {
    border-top: 4px solid #003366;
    
    
}   

.foot_copyright {
    padding:    20px;
    font-size:  8px;
}

/* sponsor */
.sponsor_holder {
    padding-top: 10px;
}
.sponsors {
    width: 800px;
    display: inline-block;
}
.sponsor {
    line-height: 50px;
    display: inline-block;
    width: 150px;
    height: 50px;
}
.sponsor img {
    max-height: 40px;
    max-width: 140px;
    vertical-align: middle;
}



.page_wrap {
    background-color: white;
}



img {
    border: none;
}
a {
    color:black;
}

/* START Validated layout css  */
/* buttons */
.button_standard {    
    width:              150px;
    background-color:   lightgrey;
    border-radius:      10px;
    padding:            5px;
    margin:             5px;
    font-weight:        bold;
    font-size:          20px;
}

.submit_standard {    
    width:              150px;
    background-color:   lightgrey;
    border-radius:      10px;
    padding:            5px;
    margin:             5px;
    font-weight:        bold;
    font-size:          20px;
}

.check_standard {
    width: 296px;
    margin-top: 3px;
}

.date_standard {
    font-size:18px;
    display: inline-block;
    width: 296px;
    margin-bottom: 3px;
}
/* dropdowns */
.dd_standard {
    display: inline-block;
    width: 300px;
    font-size: 18px;
    vertical-align: middle;
}
/* headlines */
h1 {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: black;
    margin:16px 0 16px 0px;
}
h3 {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color:black;
    margin: 5px;
}
/* inputs */
.input_standard {
    font-size: 18px;
    display: inline-block;
    width: 296px;
    margin-bottom: 3px;
    
}
/* labels */
.label_standard {
    display: inline-block;
    width: 220px;
    text-align: left;
    font-size: 20px;
    vertical-align: middle;
}
.label_top {
    display: inline-block;
    border: solid black 0px;
    text-align: left;
    width:800px;
}
.label_top_center {
    display: block;
    text-align: center;
}

/* page_elements */
.page_element_standard {
    display: inline-block;
    background-color: white;
    vertical-align: top;
    padding:10px;
    margin-bottom: 10px;
    /*box-shadow:         3px 3px 3px grey;*/
}

.twitter_link {
    margin: 5px;
}

.flash_standard {
    padding: 5px;
    margin-bottom: 16px;
    font-weight: bold;
    color: red;

}


/* page_elements widget */
.page_element_widget {
    display: inline-block;
    width: 250px;
    background-color: white;
    vertical-align: top;
    padding:0px;
    margin-bottom: 20px;
    background-color: #D1E0F0;
    box-shadow: 3px 3px 20px lightgrey;
    border-radius: 5px;
    
}
.page_element_widget_headline {
    font-size: 16px;
    display: block;
    padding:3px;
    color: white;
    background-color: #003366;
    border-radius: 5px 5px 0 0;
}
.page_element_widget_headline a { color:white; }
.page_element_widget_content {
    padding: 5px;
    /*background-color: #fff;*/
    background-color: #D1E0F0;
    font-size: 14px;
/*    font: 14px "arial", sans-serif;*/

    border-radius: 0 0 5px 5px;
}
/* page_elements widget_wide */
.page_element_widget_wide {
    display: inline-block;
    width: 600px;
    background-color: white;
    vertical-align: top;
    padding:0px;
    margin-bottom: 20px;
/*    box-shadow: 10px 10px 10px grey;*/
}
.page_element_widget_wide_headline {
    
    display: block;
    padding:3px;
    color: white;
    background-color: #003366;
}
.page_element_widget_wide_headline a { color:white; }
.page_element_widget_wide_content {
    padding: 5px;
    background-color: #D1E0F0;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 3px 3px 20px lightgrey;
}
/* page_elements widget no_width */
.page_element_widget_no_width {
    display: inline-block;
    background-color: white;
    vertical-align: top;
    padding:0px;
    margin-bottom: 30px;
    box-shadow: 3px 3px 20px lightgrey;
    border-radius: 5px;
}
.page_element_widget_no_width_headline {
    font-size: 16px;
    display: block;
    padding:3px;
    color: white;
    background-color: #003366;
    border-radius: 5px 5px 0 0;
}
.page_element_widget_no_width_headline a { color:white; }
.page_element_widget_no_width_content {
    padding: 0px;
    background-color: #fff;
}




/*page_element_headline */


/* check */
.check_fat {
    font-weight: bold;
    font-size: 20px;
    border: 1px solid black;
}

/* pages */
.page_standard {
    display: inline-block;
    
    width: 900px;
    text-align: center;
}
/* password */
.password_standard {
    display: inline-block;
    width: 296px;
    margin-bottom: 3px;
    font-size: 20px;
}

/* text areas*/
.text_standard {
    width: 296px;
    height:100px;
    vertical-align: middle;
    
}
.text_wide {
    width: 800px;
    height: 100px;
    vertical-align: top;
}
.text_half {
    width: 450px;
    height: 100px;
    vertical-align: top;
}

.upload_standard {
    display: inline-block;
    width: 196px;
    margin-bottom: 3px;
}

.float_left { 
    float: left;
    text-align: left;
    display: inline-block;
}
.float_left > div {
    text-align: center;
}
.float_right { 
    float: right;
    text-align: right;
    display: inline-block;
}
.float_right > div {
    text-align: center;
}


/* Text paragraph */
.text_paragraph_standard {
    margin: 0 0px 0 30px;
    text-align: justify;    
}
.text_paragraph_headline {
    margin-top: 10px;
    text-align: left;
    font-size: 18px;
    margin-left: 0px;   
    font-weight: bold;
}
p {
    margin: 2px 0 5px 0;
}





    
/*Pages containing info-text === may need to be corrected */ 
.text_paragraph {
    margin: 0 30px 0 30px;
    text-align: justify;
    white-space: pre-line;
}
.text_headline {
    text-align: left;
    font-size: 18px;
    margin-left: 0px;
    font-weight: bold;
}

.width600       { width: 600px;}
.width620       { width: 620px;}
.width440       { width: 440px;}
.width300       { width: 300px;}
.width280       { width: 280px;}




.hidden         { display: none;}

/* STOP Validated layout css  */







/*Page construction*/
#page {
    background-color: white;
    display: inline-block;
    width: 900px;
    text-align: center;
}
.page {
    background-color: white;
    display: inline-block;
    width: 900px;
    text-align: center;
}

#div_left {
    display: inline-block;
    float: left;
}

#div_right {
    float: right;
    display: inline-block;
    
}

.div_left  { display: inline-block; 
            float: left; }

.div_right { display: inline-block; 
            float: right; }




.clear_float {
    clear: both;
}







/*Page content*/
.content_background {
    background-color: white;
    display: inline-block;
    vertical-align: top;
}

.margin10       { margin: 10px; }
.padding5       { padding: 5px; }
.padding1       { padding: 1px; }
.padding10      { padding: 10px; }
.padding20      { padding: 20px; }
.width900       { width: 900px;}
.width800       { width: 800px;}
.width700       { width: 700px;}
.width620       { width: 620px;}
.width600       { width: 600px;}
.width500       { width: 500px;}
.width450       { width: 450px;}
.width400       { width: 400px;}
.width440       { width: 440px;}
.width430       { width: 430px;}
.width420       { width: 420px;}
.width300       { width: 300px;}
.width260       { width: 260px;}
.width100       { width: 100px;}
.padding_side_5 {
    padding-left: 5px;
    padding-right: 5px;
}



    


/* SPECIFIC PAGES */





/* FONT settings */
.italic         { font-style: italic; }
.underlined     { text-decoration: underline; }
.bold           { font-weight: bold; }
.white          { color: white; }
.red            { color: red; }
.green          { color: green; }
.darkgrey       { color: grey;}
.blue           { background-color: #93c0f5; }
.grey           { color: #C0C0C0; }

.left_align     { text-align: left; }
.top_align      { vertical-align: top;}

.inline-block   { display: inline-block; }
.block          { display: block; }

.greyborder     { border: 1px solid #ccc; }
.blackbox       { border: 10px solid black; }
.invisible      { display: none;}
.shadow         { box-shadow:         3px 3px 3px grey; }



/* PAGE ELEMENTS */
.headline  {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: black;
    margin:10px;
}

.button {
    margin-top: 10px;
    margin-left: 10px;
    width: 120px;
}





.navigation{
    padding:10px;
}


.comments {
    margin:5px;
    width: 420px;
    height: 40px;
}











.widget {
    diplay: inline-block;
    padding:5px;
    background-color:#EEEEEE;
    display:inline-block;
    margin-bottom:10px;
    width:440px;
    border: #DDDDDD solid 1px;
    border-radius: 5px;
    font-size:14px;
}

.widget_headline {
    font-weight: bold;
}

.divider {
    display: inline-block;
    background-color: #DDDDDD;
    height: 1px;
    width: 440px;
    border:#C0C0C0 solid 1px;
    border-radius: 2px;
}

.label {
    display: inline-block;
    width: 220px;
    text-align: left;
}
.short_label {
    display: inline-block;
    width: 120px;
    text-align: left;    
}

.label_long_text {
    display: inline-block;
    border: solid black 0px;
    text-align: left;
    width:800px;
}
.long_text {
    width: 800px;
    height: 100px;
    vertical-align: top;
}

.text {
    height: 100px;
}

.wide500{ width: 500px;}

.input {
    display: inline-block;
    width: 196px;
    margin-bottom: 3px;
}

.hidden {
    display: none;
}

.select {
    display: inline-block;
    width: 200px;
    font-family: 'Lato', sans-serif;
}

.listbox{
    display: inline-block;
    width: 100px;
}






.table_container {
    text-align: center;
    padding-bottom: 20px;
}
.table {
    border: 0px solid #808080;
    margin: auto;
    border-collapse:collapse;
    table-layout: fixed;
    width:450px;
    border-spacing: 0;
}
.background {
    background-color: #f7f7f7;
}

.blank {
    height: 20px;
}
.table td{
    padding:2px;
    overflow: hidden;
    border:0px solid black;
    vertical-align: middle;
}
.row_header {
    padding:3px;
    overflow: hidden;
    border: 0px solid black;
    width:250px;
    text-align: left;
    vertical-align: middle;
}
.column_header {
    padding:5px;
    overflow: hidden;
    width:150px;
    border: 0px solid black;
    text-align: center;
    font-weight: bold;
}
.table a:link {
    text-decoration: none;
}
.table a:visited {
    color: blue;
}
.table a:hover {
    text-decoration: underline;
}




	
#wrapper {
    width:900px;
    margin:0px auto;
    border:1px solid #003366;
    height:100%;
}




.widget_mini {
    display: inline-block;
    width: 200px;
    background-color: #EEEEEE;
    border: #DDDDDD solid 1px;
    border-radius: 5px;
}


/* Side widget */
.side_widget {
    text-align: center;
    width: 250px;
    display: inline-block;
    margin-bottom: 12px;
    box-shadow: 3px 3px 3px grey;
}
.side_widget_headline {
/*    font: bold 16px "Arial", sans-serif; */
    display: block;
    padding:3px;
    color: white;
    background-color: black;  
    background-color: darkgrey;
    background-color: #003366;
}
.side_widget_headline a { color:white; }
.side_widget_content {
    padding: 5px;
    background-color: #fff;
/*    font: 14px "arial", sans-serif;*/
/*    border: 1px solid #ccc;*/  
}

/* Main widget */
.main_widget {
    display: inline-block;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    
}
.main_widget_headline {
/*    font: bold 16px "Arial", sans-serif; */
    display: block;
    padding:3px;
    color: white;
    background-color: black;  
    background-color: darkgrey;  
}
.main_widget_content {
    padding: 5px;
    background-color: #fff;
/*    font: 14px "arial", sans-serif;*/
    
    
}
.main_widget_content div {
    vertical-align: top;
}
    
    




