﻿/* Asp.Net MVC validation styles */
.field-validation-error
{
	color: #ff0000;
}
.field-validation-valid
{
	display: none;
}
input.input-validation-error, select.input-validation-error, textarea.input-validation-error
{
	background-color: #ffeeee;
	border: 1px solid #ff0000;
}
.validation-summary-errors
{
	color: #ff0000;
	font-weight: bold;
}

.validation-summary-valid
{
	display: none;
}

.validation-summary-errors > span
{
    display: block;
    margin-bottom: 0.6em;
}

/* Master Page */
#topHeader
{
    margin-bottom: 1.0em;
}

#topMenu
{
    background-color: #3F4519;
    border-top: 1px solid #EBAE00;
    min-height: 26px;
    text-align: center;
}
#topMenuNav
{
    list-style-type: none;
    margin: 0;
    min-height: 26px;
    padding: 0;
}
#topMenuNav > li
{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
#topMenuNav > li > a
{
    color: #FFFFFF;
    display: inline-block;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    text-decoration: none;
}
#topMenuNav > li > a:hover
{
    background-color: #EBAE00;
    color: #3F6808;
}
#topOutdoorLg
{
    left: 0;
    position: absolute;
    top: 0;
}
#topOutdoorLinks
{
    position: absolute;
    right: 16px;
    text-align: left;
    top: 8px;
    width: 150px;
}
#topOutdoorLinks > a
{
    color: #fff;
}
#botMenu
{   
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
#botMenuNav
{
    border-top: 1px solid #808080;
    padding: 2px 0px;
    background-color: #f5f5f5;
    text-align: center;
}
#botMenuNav a
{
    border: medium none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: underline;
}
#botMenuNav a:link
{
    color: #B08236;
}
#botMenuNav a:visited
{
    color: #575D21;
}

#topTitleBar
{
    margin-bottom: 1.0em;
    position: relative;
    text-align:center;
}

#topLoginBar
{
    position: absolute;
    right:0;
    top: 8px;
}
#topLoginBar a
{
    color:#3F4519;
    font-weight:bold;
    font-size:small;
    text-decoration:underline;
}

.toperror, .topalert, .topnotice, .topsuccess, .topinfo {padding:0.4em;margin-bottom:0.7em;border:2px solid #ddd;}
.toperror, .topalert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.topnotice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.topsuccess {background:#e6efc2;color:#264409;border-color:#c6d880;}
.topinfo {background:#d5edf8;color:#205791;border-color:#92cae4;}
.toperror a, .topalert a {color:#8a1f11;}
.topnotice a {color:#514721;}
.topsuccess a {color:#264409;}
.topinfo a {color:#205791;}

/* Bootstrap table ext */        
table.table th, table.table tfoot td
{
    vertical-align:middle;
	background-color: #E6E6E6;
}
table.table thead tr .sortable
{
	background-image: url(./images/sorted-na.gif);
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
}
table.table thead tr .asc
{
	background-image: url(./images/sorted-asc.gif);
}
table.table thead tr .desc
{
	background-image: url(./images/sorted-desc.gif);
}
table.table thead tr .asc, table.table thead tr .desc
{
	background-color: #D3D3D3;
}

/* Override Bootstrap */
button.btn, input.btn 
{
    font-weight:bold;
}
.form-horizontal fieldset
{
    padding-top: 0.2em;
}
.form-horizontal fieldset > legend
{
    margin-bottom: 0px;
}

.topusernav
{
    padding: 10px 20px;
}
.topusernav input
{
    margin-right: 8px;
}

.form-gapm .control-group
{
    margin-bottom: 1.0em;
}

.form-lbl .control-group .control-label
{
    width: 180px;
}
.form-lbl .controls
{
    margin-left: 200px;
}
.form-lbl .form-actions
{
    padding-left: 200px;
}

.form-lblval .controls span
{
    padding: 4px 0px;
}
.form-lblval .controls
{
    padding: 5px 0px;
}
.form-lblval .control-group
{
   margin-bottom: 0.7em;
}
.form-lblval .control-group .control-label
{
    font-weight: bold;
}

#topOutdoor
{
    vertical-align:middle;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 0.8em;
    border-bottom: 2px solid #c4c5cc;
}