/* tag definitions */

body
{
    font: 11pt Arial, Verdana, Helvetica, sans-serif;
    color: Black;
    margin: 0px;
    padding: 0px;
    background: url(/Content/images/pageBG.jpg) repeat-y;
}
a
{
    color: #D7291E;
    text-decoration: underline;
}
a:hover
{
    color: #ef1008;
    text-decoration: underline;
}
td
{
    vertical-align: top;
}
h4
{
    font-size: 12pt;
    color: #575453;
    border-bottom: 1px solid #575453;
}

/*template classes */

div#header
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 115px;
    background-color: #666;
    overflow: hidden; /*background: #FFFFFF url(/Content/images/banner_bg.jpg) repeat-x;*/
}
div#navbar ul
{
    margin: 0px;
    padding: 0px;
}
div#navbar li
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}
div#sitenav
{
    position: absolute;
    left: 0px;
    top: 115px;
    width: 100%;
    height: 30px;
    background: #D9D9D9 url(/Content/images/siteNav_bg.jpg) repeat-x;
}
div#sitenav ul
{
    list-style-type: none;
    margin: 8px 10px 0px 10px;
    padding: 0px;
}
div#sitenav ul li
{
    float: left;
    padding: 0px 10px 0px 0px;
}
div#sitenav ul li a
{
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
div#sitenav ul li a:hover
{
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}
div#userinfo
{
    float: right;
    padding-right: 8px;
}
div#userinfo span
{
    font-weight: bold;
}
div#userinfo a
{
    font-size: 8pt;
    text-decoration: none;
}
div#navbar
{
    position: absolute;
    left: 0px;
    top: 145px;
    width: 155px;
}
div#main
{
    position: absolute;
    left: 155px;
    top: 155px;
    max-width: 835px;
    min-width: 585px;
    width: expression(document.body.clientWidth > 1000 ? "805px": "555px");
    padding: 5px 15px;
}
div#links
{
    padding-top: 20px;
    padding-bottom: 20px;
}

div#links ul
{
    text-align: center;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
div#links ul li
{
    display: inline;
    padding: 0px 15px 0px 0px;
}
div#quiz ul
{
    list-style-type: none;
}
/* table classes */

table.tblTable
{
    border: 1px solid #ccc;
    background: #f6f6f6;
    width: 100%;
}
table.tblTableNoBorder
{
    /*border: 1px solid #ccc;*/
    background: #f6f6f6;
    width: 100%;
}
table.tblTableSmall
{
    border: 1px solid #fff;
    background: white;
    width: 100%;
}
table.tblTableBBSObservation
{
    border: 1px solid #fff;
    background: white;
    width: 100%;
}
table.tblTable td
{
    border: 1px solid #fff;
    padding: 5px;
}
table.tblTableSmall td
{
    border: 1px solid #fff;
    padding: 2px;
}
table.tblTableBBSObservation td
{
    border: 1px solid #fff;
    padding: 5px;
}
table.tblNarrow
{
    width: auto;
}
table.tblHeader
{
    width: 100%;
    margin: 6px 0px;
}
table.tblHeaderSmall
{
    width: 100%;
    margin: 3px 0px;
}
.tblHdrCol td
{
    font-weight: bold;
    text-align: left;
    background: #DEDBD6;
    color: #000;
}
.tblHdrCol a
{
    font-weight: bold;
    text-align: left;
    background: #DEDBD6;
    color: #000;
    text-decoration: underline;
}
.tblHdrCol a:hover
{
    font-weight: bold;
    text-align: left;
    background: #DEDBD6;
    color: #000;
    text-decoration: underline;
}
.tblHdrRow
{
    font-weight: bold;
    text-align: right;
}
.tblHdrRowGray
{
    font-weight: bold;
    text-align: right;
    color: #999999;
}
.tblData td
{
    background-color: #f5f5f5;
}
.tblDataSmall td
{
    background-color: #f5f5f5;
    font-size: 11pt;
}
/*
.tblData table {
	background-color: #f5f5f5;
}
*/
.tblDataAlt table
{
    background-color: #f5f5f5;
}
.tblDataAlt td
{
    background-color: #fff;
}
.tblDataSmallAlt td
{
    background-color: #fff;
    font-size: 11pt;
}
.tblDataOver td, .tblDataAltOver td
{
    background-color: #F0E1D9;
}
.tblData td, .tblDataAlt td, .tblDataOver td, .tblDataAltOver td
{
    font-size: 9pt;
}
.tblLinkStrip
{
    text-align: right;
}
.tblLinkStrip a
{
    padding-left: 4px;
}
.ulDataList
{
    margin: 0px;
    padding-left: 15px;
    list-style: square;
}

/* misc classes */
.copy
{
    font-size: 8pt;
}
.hdrRed
{
    padding: 20px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #f00;
}
.hdrGreen
{
    padding: 20px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #090;
}
.txtCentered
{
    text-align: center;
}
.txt11
{
    font-size: 11pt;
}
.txt10
{
    font-size: 10px;
}
.txt9
{
    font-size: 9pt;
}
.txtNote
{
    text-align: center;
    padding: 20px 0px;
}
.txtGreen, .hdrGreen
{
    color: #009900;
}
.txtGreen10
{
    font-size: 10pt;
    color: #009900;
    font-weight: normal;
}
.txtRed, hdrRed
{
    color: #FF0000;
}
.txtRed11
{
    color: #FF0000;
    font-size: 11pt;
}
.txt12
{
    font-size: 12pt;
}
.hdrGreen, .hdrRed
{
    font-weight: bold;
}
.tbDisabled
{
    background-color: #f5f5f5;
}
.lnkDisabled, .lnkDisabled:hover
{
    color: #666;
    cursor: default;
}
.required
{
    font-size: 9pt;
    font-weight: normal;
    color: #f00;
}
.lnkPadded
{
    padding: 5px 5px 5px 0px;
    margin: 5px 5px 5px 0px;
}
.txtMessage
{
    color: #666;
    font-size: 10px;
}
.txtRed
{
    color: #FF0000;
}

/* tblDataSmall */
.tblHdrColSmall td
{
    font-weight: bold;
    text-align: left;
    background: #DEDBD6;
    color: #000;
}

.tblDataSmall td
{
    background-color: #f5f5f5;
}
.tblDataSmallAlt table
{
    background-color: #f5f5f5;
}
.tblDataSmallAlt td
{
    background-color: #fff;
}
.tblDataSmallOver td, .tblDataSmallAltOver td
{
    background-color: #F0E1D9;
}
.tblHdrColSmall td, .tblDataSmall td, .tblDataSmallAlt td, .tblDataSmallOver td, .tblDataSmallAltOver td
{
    font-size: 8pt;
}
.bookmark
{
    font-size: 12pt;
    color: #666666;
}
.bookmarkHeader
{
    font-size: 12pt;
    font-weight: bold;
    color: #666666;
    border-bottom: 1px solid #02ADCF;
}
.normal
{
    color: #000000;
    font-weight: normal;
}
.normalLnk
{
    color: blue;
    font-weight: normal;
}
.link_btn
{
    background: #fff;
    font-size: 11pt;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 4px;
}
.link_btn:hover
{
    background: #f5f5f5;
    text-decoration: underline;
}


/* Navigation */

.NavBar
{
    cursor: default;
}

.TopItem, .TopItemHover, .TopItemActive, .Level2ParentItem, .Level2ParentItemHover, .Level2ParentItemSelected, .Level2Item, .Level2ItemHover, .Level2ItemSelected, .Level3Item, .Level3ItemHover, .Level3ItemSelected
{
    color: #333;
    font-family: arial, tahoma;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
    cursor: hand;
}

.TopItem, .TopItemHover
{
    background-color: #D9D9D9;
    font-weight: bold;
    border: 1px solid white;
    border-right-color: #8C8C8C;
    border-bottom-color: #8C8C8C;
}

.TopItemHover
{
    background-color: #F6F6F6;
}

.Level2Group
{
    background-color: white;
}
div#navbar > ul > li > ul > li
{
    font-size: 11px;
    border: 1px solid white;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    padding: 3px;
    padding-left: 10px;
    font-weight: normal;
}
div#navbar a
{
    text-decoration: none;
    color: #000;
}
div#navbar a:hover
{
    text-decoration: none;
    color: #FF0000;
}
.Level2Item, .Level2ItemHover, .Level2ItemSelected, .Level2ParentItem, .Level2ParentItemHover, .Level2ParentItemSelected
{
    border: 1px solid white;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    padding: 3px;
    padding-left: 10px;
}

.Level2ItemHover, .Level2ParentItemHover, .Level3ItemHover
{
    color: red;
}

.Level2ItemSelected, .Level2ParentItemSelected, .Level3ItemSelected
{
    color: red;
}
.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.submitButton
{
    background-color: #FFF;
    border: solid 1px #FFF;
    font: 11pt Arial, Verdana, Helvetica, sans-serif;
    text-decoration: underline;
    cursor: pointer;
}

.submitButtonHover
{
    color: Red;
}

.quizQuestion
{
    border: solid 1px #000;
    padding: 5px;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#registrationInstructions li
{
    padding: 5px;
}

.boldText
{
    font-weight: bold;
}

fieldset
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

fieldset.form > div
{
    margin: 20px 10px;
}

fieldset.form label
{
    width: 35%;
    font-weight: bold;
    text-align: right;
    display: block;
    float: left;
    margin: 0px 5px 0 0;
}
fieldset.form label.inline
{
    display: inline;
    float: none;
    font-weight: normal;
}
fieldset.form input[type="text"], fieldset.form input[type="password"]
{
    width: 200px;
}
fieldset.form input[type="text"].longtext
{
    width: 500px;
}
fieldset.form textarea
{
    width: 400px;
}
fieldset.form label.error
{
    width: 100%;
    margin-left: 35%;
    margin-bottom: 10px;
    padding-left: 5px;
    font-weight: normal;
    color: #f00;
    text-align: left;
    clear: both;
}
fieldset.form input[type="text"].error, fieldset.form input[type="password"].error, fieldset.form textarea.error
{
    border-color: #f00;
}
fieldset.form input[type="checkbox"]
{
    margin: 0 5px 0 0;
}
fieldset.form .checkBoxList
{
    list-style: none;
    margin: 0 0 0 35%;
    padding: 0;
}
fieldset.form .checkBoxList li
{
    padding: 5px;
}
fieldset.form .checkBoxList label
{
    width: auto;
    font-weight: normal;
    display: inline;
    float: none;
    margin: auto;
}
fieldset.form .formColumn
{
    margin-left: 35%;
    padding-left: 10px;
}
fieldset.form .formColumn .txtFormFieldHint, fieldset.form .formColumn .checkBoxList, fieldset.form .formColumn label.error
{
    margin-left: 0;
}
fieldset.form .formColumn .checkBoxList
{
    padding: 0;
}
fieldset.form .buttons input
{
    margin: 5px;
}
fieldset.form .txtFormFieldHint
{
    margin-left: 35%;
    padding: 8px;
}
fieldset.shaded
{
    background: #F9F9F9 url(http://global.greenride.com/assets/backgrounds/grey_gradient.jpg) repeat-x;
    padding-top: 20px;
}
fieldset.narrow
{
    margin: 0 auto;
    width: 80%;
}
fieldset.small
{
    margin: 0 auto;
    width: 60%;
}
.buttons
{
    text-align: center;
    margin: 25px 10px 10px 10px;
}

fieldset legend
{
    font-weight: bold;
    font-size: 100%;
}

.linksBar
{
    float: right;
}

