/* Minification failed. Returning unminified contents.
(35,16): run-time error CSS1036: Expected expression, found '.'
(642,163): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;

}
header, footer, hgroup,
nav, section {
    display: block;
}

footer 
{
        clear:both;

}
.highlight {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .;
    text-align: right;
    height: 65px;
    color:#fff;
}

    #login a {
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
        color: #fff;
    }

    #login a.username {
        margin-left: 0px;
        text-decoration: none;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;

}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;

    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
    background-color:  black;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup h1
{
    background-color:Black;
    color:white;
    padding:10px;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
    width:45%;
}

/* features */

section.feature div {
    text-align:left;
}
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}
section.feature img
{
    border:0px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.one {
            background: url("../Images/orderedListOne.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedListTwo.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedListThree.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 45%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 50%;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    fieldset label {
        display: inline;
        font-size: 1.2em;
        font-weight: 600;
        padding-top: .5em;
    }

    fieldset label.checkbox {
        display: inline;
    }

    fieldset input[type="text"],
    fieldset textarea,
    fieldset input[type="password"] {
        border: 1px solid #e2e2e2;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        min-width:150px;
    }

        fieldset input[type="text"]:focus,
        fieldset input[type="password"]:focus {
            border: 1px solid #7ac0da;
        }

    fieldset input[type="submit"] {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
    }

    fieldset .editor-label {
        clear:both;
        float:left;
        text-align:right;
        width:150px;
        margin: 0 10px 0 0;
        font-weight:bold;
        min-height:1.5em;
    }

    fieldset .editor-field {
        margin: 0 0 1.5em 0;
        min-height:1.5em;
        min-width: 150px;
    }

/* ajax login/registration dialog */
.modal-popup {
    font-size: 0.7em;
        background-color: #c8c8c8;
}

    .modal-popup input[type="text"],
    .modal-popup input[type="password"] {
        width: 90%;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


.DualListBoxes 
{
    clear:both;
}
 
.DualListBoxDiv 
{
    padding: 0px 25px 25px 0px;
    float:left;
}

.DualListBoxDiv input
{
width:300px;
}

.DualListBoxDiv select
{
width:300px;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
            clear:both;

    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.one,
            ol.round li.two,
            ol.round li.three {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    fieldset input[type="text"],
    fieldset input[type="password"] {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }


            fieldset .editor-label {
        clear:both;
        float:none;
        text-align:left;
        width:150px;
        margin: 0 10px 0 0;
        font-weight:bold;
        min-height:1.5em;
    }

    fieldset .editor-field {
        margin: 0 0 1.5em 0;
        min-height:1.5em;
        min-width: 150px;
        clear:both;
        float:none
    }
    
}

section.PageMenuItems li
{
    display: inline;
    background-color: #1432AA;
}

section.PageMenuItems a:link, section.PageMenuItems a:visited {
    padding: 0.2em 1em;
    background-color: #1432AA;
    color: #FFF;
    text-decoration: none;
    float: left; /*border-right: 1px solid #95bc0e;*/
}

section.PageMenuItems li a:hover
{
    background: #b6e41c url('/images/menu-hover.png') repeat-x;
    color: #485B06;
}
body
{
    margin: 0 0 0 0;
    padding: 0 0 100px 0;
    color: black;
    background-color: #eee; /*background-image: url('images/WaveBG.jpg');*/
    background: url('images/bg.png') repeat;
    line-height: 130%;
    text-align: center;
    min-height: 1000px;
}

.imagelink
{
    border: 0px;
    text-decoration: none;
}

.imagelink :hover
{
    background-color: #b3b3b3;
    border: 0px;
    text-decoration: none;
}

.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
#wrapper-header
{
    background: #222;
}

.dataTable table
{
}

.dataTable thead
{
}
.dataTable th
{
    padding: 2px 15px 0px 0px;
    font-weight: bold;
}

.dataTable td
{
    padding: 2px 15px 0px 0px;
}


#header
{
    /*background: #222 url('images/banner03.jpg') right no-repeat;*/
    background: #222 right no-repeat;
    width: 85%;
    height: 125px;
    margin: 0 auto;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    text-align: left;
}

#header h1
{
    margin: 0;
    padding: 13px 13px 12px 12px;
    color: #eee;
    font-size: 220%;
    padding-left: 10px;
    letter-spacing: -0.1em;
}

#header img
{
    vertical-align: middle;
}
#wrapper-menu {
    /*background: #88ac0b url('/images/menu-background.png') top left repeat-x;*/
    background-color: #1432B9;
    float: left;
    width: 100%;
}

#menu
{
    width: 85%;
    margin: 0 auto;
    font-size: 95%;
    white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
    /*padding-right: 2px; /* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */*/
}

* html #menu
{
    padding-right: 0;
}
/* See above comment. This re-adjusts IE to the above padding */

#menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    border-left: 1px solid #95bc0e;
    border-right: 1px solid #95bf0f;
    width: 100%;
}

#menu li
{
    display: inline;
}

#menu a:link, #menu a:visited
{
    padding: 0.2em 1em;
    /*background: transparent;*/
    color: #FFF;
    text-decoration: none;
    float: left; /*border-right: 1px solid #95bc0e;*/
}

#menu ul li a:hover
{
    /*background: #b6e41c url('/images/menu-hover.png') repeat-x;*/
    background: #b6e41c;
    color: #485B06;
}



#main-content
{
    /*background: url('images/Watermark.jpg') right bottom no-repeat;*/
    min-height: 500px;
}
#content
{
    width: 85%; 
    margin: 0 auto;
    padding: 1em 1% 0.7em 1%;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    background: #fff;
    font-size: 90%;
    text-align: left;
    clear: both;

}

.undoBootstrapBox *,
.undoBootstrapBox *:before,
.undoBootstrapBox *.after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing:content-box;
}


* html #content
{
    padding-top: 1.8em;
}
/* Set padding top in IE to 20px */


#footer
{
    margin: 0 auto;
    padding: 2px 1%;
    width: 85%;
    text-align: right;
    color: white;
    letter-spacing: 0.15em;
    /*background: #1432B9 url('/images/menu-background.png') top left repeat-x;*/
    background: #1432B9;
    border: 1px solid #a0c80e;
    font-size: 80%;
    height: 100;
    clear: both;
}

h2
{
    color: #666;
    padding-bottom: 3px;
    border-bottom: 1px solid #a0c80e;
    font-size: 150%;
    letter-spacing: -0.03em;
}

/*a:link, a:visited {
	color: #260;
	text-decoration: none;
}*/

a:hover
{
    color: #000;
    text-decoration: underline;
}



/*my styles----------------------------------------------*/
.filterMenuCurrent
{
    font-weight: bold;
}


.SpeciesHeader
{
    width: 100%;
    height: 7em;
    background: silver;
    line-height:7em;
        border: 1px solid #1432B9;
        margin: 15px 0px 15px 0px;
}

.SpeciesHeaderText 
{   
    font-size: 3em;
    font-weight: bold;
    float:right;
        margin-right:25px;
}

.SpeciesHeaderPicture
{
    float:left;
    height:100%;
    margin-right:25px;
}

.LotHeader 
{
clear:both;
width:100%;
border-bottom: 1px solid silver;
font-weight:bold;
margin-bottom: 10px;
}

.NoOutline 
{
    border:0px none;
    text-decoration:none;
}

.SublotIcon 
{
    text-decoration:none;
    margin:0px 10px 10px 0px;
    border:0px transparent;
    }
    
.SublotIcon :hover
{
    background-color:#b6e41c;
    text-decoration:none;
    border:0px transparent;
}

.SublotIcon img
{
    width:75px;
    height:75px;
        border:0px transparent;


}

.SublotIcon div
{
    width:75px;
    height:75px;
    text-decoration:none;
    float:left;
    text-align:center;
    vertical-align:middle;
}

a .LotSquare 
{ text-decoration:none;
  padding:10px;
}


a:focus 
{
    outline:0;
}

div .LotSquare 
{
    position:relative;
    background:white;
    min-width:100px;
    max-width:200px;
    border: 2px solid #1432B9;
            text-decoration:none;
    margin: 0px 15px 25px 0px;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius:15px;
    -webkit-box-shadow: black 0.5em 0.5em 0.3em;
    -moz-box-shadow: black 0.5em 0.5em 0.3em;
    box-shadow: black 0.5em 0.5em 0.3em;
    behavior: url(/Content/PIE.htc);
    
}

.LotSquareLinks 
{
    width:100%;
    text-align:center;

}

.tooltip 
{
    display:none;
    background-image: url(/Content/Images/black_arrow_big.png);
    background-repeat:no-repeat;
    font-size:1.3em;
    height:150px;
    width:370px;
    padding:25px;
        color:#eee;
}


.tooltip.bottom
{
    display:none;
    background-image: url(/Content/Images/black_arrow_big_bottom.png);
    background-repeat:no-repeat;
    font-size:1.3em;
    height:150px;
    width:370px;
    padding:25px;
        color:#eee;
}

.tooltip ol li 
{
    list-style-type:none;
}

.WarningBox 
{
    color:Black;
    font-weight:bold;
    background:red;
    padding:15px;
}

.PopupMenu 
{
    color: white;
            text-decoration:none;

    
    }
    .PopupMenu a a:visited
    {
        color:red;
        text-decoration:none;
    }
    
    .PopupMenu hover 
    {
        color:red;
        text-decoration:none;
    }
   
    
    .Runit 
    {
     width:auto;
     min-width:85px;
     min-height:115px;   
     float:left;
     margin:15px;
     border: 1px solid silver;
     
    }
    
    .RunitHeader 
    {   height:25px;
        background-color:Silver;
        font-weight:bold;
        padding-left:5px;
    }
    
    .SublotContainer 
    {
        padding-left:5px;
    }

    
.SublotIconContainer :hover
{
    background-color:#b6e41c;
    text-decoration:none;
    border:0px transparent;
}
    .Runit img 
    {
        width:75px;
        margin: 5px 5px 0px 0px;
    }
    
    .RunitSublotNoIcon 
    {
        width:75px;
        line-height:120%;
        margin: 5px 5px 0px 0px;
        font-size: .90em;
        
    }
    
    .NoUnderline 
    {
        text-decoration:none;
    }
    
    
    .NoDec 
    {
        text-decoration:none;
        border: 0px transparent;
    }
    
    .NoDec :hover 
    {
        text-decoration:none;
        border:0px transparent;
    }
    
    .OddRow
    {background-color:BlanchedAlmond;
        
    }
    
    .CodesListTable td
    {
	
}
