﻿/* DEFAULTS
----------------------------------------------------------*/
*
{
    box-sizing:border-box;
}
html, body
{
    margin:0;
    padding:0;
}
body   
{
    background: #c35817;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #1F1F1F;
    line-height: 1.6em;
	font-size:14px;
}
.smalltext_bold
{
    font-weight:bold;
}
.extra_spacing
{
    height:20px;
    vertical-align:middle;
}
h1, h2, h3, h4, h5, h6{line-height:1; margin:.67em 0;}
h1
{
	font-size:36px;
}
h2
{
    border-bottom:2px solid #696969;
    padding-bottom:20px;
	font-size:18px;
}
h3
{
	font-size:16px;
}
hr{margin:40px 0; border:1px solid #ddd;}
hr.smallmargin{margin:10px 0;}
.container
{
    max-width:1200px;
    width:100%;
    min-width:1000px;
    
    margin:40px auto;
    background:#fff;
    padding:30px;
}
.breadcrumbs
{
	text-align:right;
	float:right;
}
.clearfix:after, .clearfix:before
{
    content:"";
    display:table;
    clear:both;
}

a, a:visited{color: #034af3;text-decoration:none; cursor:pointer;}
a:hover{text-decoration:underline;}

header
{
    border-bottom:2px solid #696969;
    padding-bottom:20px;
    margin-bottom:20px;
}
header h1
{
    margin:0;
}

footer
{
    border-top:2px solid #696969;
    padding-top:10px;
    margin-top:10px;
}
.news_item
{
    padding:20px;
    background:#efefef;
}
.news_item:nth-child(odd)
{
    background:#ddd;
}

/* TABLES */
.table-striped tbody tr:nth-child(odd)
{
    background:#efefef;
}
/* END TABLES */

/* FORMS */
.table_form
{
    width:100%;
}
.table_form td
{
    padding:2px 5px;
}
.table_form td:first-child
{
    text-align:right;
    width:33%;
}
.table_form_item
{
    padding:5px 3px;
    border:1px solid #999;
    font-size:1em;
    width:300px;
}
.form_item
{
    padding:5px;
    width:300px;
    border:1px solid #999;
    font-size:1em;
}
.form_item_link
{
    width:300px;
    display:inline-block;
}
.form_button
{
    padding:5px;
    
    font-size:1em;
    cursor:pointer;
}
.form_group
{
    text-align:center;
    margin:10px 0;
}
.form_group label
{
    display:inline-block;
    width:200px;
    margin-left:-200px;
    text-align:right;
    padding-right:10px;
}
.form_group span.errormsg
{
    width:10px;
    margin-right:-15px;
	padding-left:5px;
}
/* END FORMS */

.errormsg
{
    color: Red;
}


/* POPUPS */
body.popup-body
{
    background:#fff;
}
.popup-container
{
    background:#fff;
    padding:20px;
}
.popup-header
{
    font-size:24px;
    text-align:center;
    margin-top:0;
}
.popup-close-container
{
    text-align:right;
    padding:5px 10px;
    line-height:1;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.popup-content
{
    padding:20px 0 0;
}
/* END POPUPS */

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 240px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 240px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}
.headertext
{
    font-size: 20px;
    font-weight: bold;
    }
