﻿
/* GENERAL */ 

body
{
    margin: 0;
    padding: 0;
    background-image: url('../Images/template/background.png');
    background-repeat: repeat-x;
    background-color: #F7FDEF;
}
h1
{
    font-size: 18px;
}
h2
{
    font-size: 16px;
}

/* TEMPLATE CONTAINERS */

#signin
{  
    padding: 5px 0;
    background: #6B7267;
    text-align: right;
    color: #fff;
    font-size: 12px;
}
#signin ul
{
    display: inline;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}
#signin li
{
    display: inline;
    position: relative;
    margin-left: 5px;
    padding-left: 12px;
    background: transparent url('/Content/Images/template/arrow.gif') no-repeat;
    background-position: left center;
}
#signin a
{
    color: #fff;
}
#signin a:hover
{
    color: #CCFF66;
}
#signin a.hidden
{
    visibility: hidden;
}

#signin li.mega div
{
    display: none;
    position: absolute;
    z-index: 9999;
    top: 1.6em;
    left: 0em;
    background-color: #6B7267;
    text-align: left;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 0 5px 10px #666;
    -webkit-box-shadow: 0 5px 10px #666;
    box-shadow: 0 5px 10px #666;
}
#signin li.hover div
{
    display: block;
}
#signin li.mega div ul
{
    display: block;
    margin: 5px 10px 10px 10px;
    padding: 0;
}
#signin li.mega div li
{
    display: list-item;
    margin: 0;
    padding: 5px 5px 10px 5px;
    white-space: nowrap;
    background: none;
    font-weight: bold;
}
#signin li.mega div li.sub
{
    margin-top: -10px;
    padding-left: 20px;
    font-size: 90%;
    font-weight: normal;
}
#signin li.mega > a
{
    background: transparent url('/Content/Images/template/triangle-arrow-down.png') right top no-repeat;
    padding-right: 12px;
    text-decoration: none;
}
#signin li.mega > a:hover
{
    background-position: right -25px;
}
#header
{
    position: relative;
    height: 118px;
    background: url('/Content/Images/template/logo.png') no-repeat;
}
#header.minimal
{
    height: 68px;
    background-image: url('/Content/Images/template/logo-small.png');
}
#header h1
{
    display: none;
}
#header #navigation
{
    position: absolute;
    right: 0px;
    bottom: 0px;
    white-space: nowrap;
}
#header #navigation ul
{
    margin: 5px 15px;
    padding: 0;
    list-style: none;
}
#header #navigation li
{
    display: inline;
    margin-left: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #CCFF66;
}
#header #navigation a
{
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
#header #navigation a:hover
{
    color: #CFFE32;
}
#header #navigation li#customPagesLink a
{
    font-size: 18px;
}
#header #navigation #customPagesList 
{
    position: absolute;
    right: 0;
    margin: -2px 10px;
    padding-top: 5px;
}
#header #navigation li#customPagesLink #customPagesList
{
    display: none;
}
#header #navigation li#customPagesLink:hover #customPagesList 
{
    display: block;
}
#header #navigation #customPagesList ul,
#header #navigation #customPagesList .menuTop
{
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
#header #navigation #customPagesList ul
{
    margin: 10px 0px 0px;
    padding: 0px 10px;
    z-index: 9999;
    background: #eee;
    border: 1px solid #999;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position:relative;
}
#header #navigation #customPagesList li 
{
    display: block;
    margin: 0;
    padding: 10px;
    text-align: left;
    border: none;
}
#header #navigation #customPagesList a
{
    font-family: Verdana;
    text-transform: none;
    color: #333;
    font-size: 12px !important;
}
#header #navigation #customPagesList a:hover
{
    text-decoration: underline;
}
#header #survey
{
    background: #2D2F2C;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border:1px solid #89AF57;border-top:0px;
    width:125px;
    float:right;
    padding:5px;
    text-align:center;
}
#header #survey a {
    font-size:10px;
    height:14px;
    line-height:14px;
    color: #CFFE32;
    display:block;
    text-decoration:none;
}
#header #survey a:hover {
  color:#fff;
}
#breadcrumbs
{
    padding: 10px 15px;
    color: #fff;
    font-size: 85%;
}
#breadcrumbs a
{
    color: #CCFF66;
    text-decoration: none;
}
#breadcrumbs a:hover
{
    text-decoration: underline;
}
#main
{
    padding: 15px;
    background-color: #fff;
    min-height: 300px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
#introText
{
    width: 400px;
    margin: 20px;    
}
#submain
{
    margin: 20px 0;
}
#footer
{
    margin: 10px;
    padding: 10px;
    color: #2D540E;
    text-align: center;
    font-size: 85%;
}
#footer a
{
    color: #2D540E;
    text-decoration: underline;
    font-size: 110%;
}
#footer div
{
    padding: 5px;
}
#noScript
{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 42px;
    height: 42px;
    background: #fff url('//global.greenride.com/assets/icons/32x32/alarm.png') no-repeat center center;
    border: 1px solid red;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#phoneNumber input[type="text"]
{
   width: 40px;
}

/* TEMPLATE CLASSES */

.pageWidth
{
    width: 942px;
    margin: 0 auto;
}
.boxShadow
{
    background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 0 10px #666;
    -webkit-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
}
.impersonation 
{
    background-color: red !important;
}

/* GENERAL CLASSES */

p.intro
{
    text-align: justify;
}
ul.lnkList
{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.lnkList li
{
    display: inline;
    width: auto;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
}
ul.lnkList li.first
{
    border-left: none;
}

div.updateProgress
{
    margin: 10px;
    text-align: center;
}
div.updateProgress span
{
    display: block;
    margin-bottom: 10px;
    font-size: 150%;
    font-style: italic;
    color: #ccc;
}
div.total
{
    width:55%;
    padding-left:50px;
}
.shaded
{
    padding: 15px;
    background: #F9F9F9 url('//global.greenride.com/assets/backgrounds/grey_gradient.jpg') repeat-x;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
}

/* TABLES */

.tblHdrCol th, .tblHdrCol td
{
    background: #C0C0C0 url(../Images/backgrounds/table_header.jpg) repeat-x center;
    font-size: 12px;
}
.tblData,
.tblDataAlt
{
    font-size: 11px;
}
.tblHdrBar 
{
    background: #F5F5F5 none repeat scroll 0%;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
}

/* FORMS */

input[type="text"],
input[type="password"],
input[type="file"],
textarea, select
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
input[type="submit"],
input[type="button"],
input[type="reset"]
{
    color: #fff;
    background: #459120;
    border: none;
    padding:6px;
    font-weight: bold !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;    
    min-width:75px;
    cursor: pointer;
    overflow: visible;
}
input[type="submit"]:hover,
input[type="button"]:hover
{
    background: #666;
}

fieldset.form > div
{
    margin: 20px 10px;
    clear: both;
}
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 textarea
{
    width: 400px;
}
fieldset.form span.field-validation-valid
{
    display: none;
}
fieldset.form label.error,
fieldset.form span.field-validation-error
{
    display: block;
    width: 65%;
    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="text"].input-validation-error,
fieldset.form input[type="password"].error,
fieldset.form input[type="password"].input-validation-error,
fieldset.form textarea.error,
fieldset.form textarea.error.input-validation-error
{
    border-color: #f00;
}
fieldset.form input[type="checkbox"]
{
    margin: 0 5px 0 0;
}
fieldset.form .checkBoxList
{
    list-style: none;
    margin: 0 0 0 36%;
    padding: 0;
}
fieldset.form .checkBoxList li
{
    padding: 0 5px 5px 0;
}
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,
fieldset.form span.field-validation-error
{
    margin-left: 0;
}
fieldset.form .formColumn .checkBoxList
{
    padding: 0;
}
fieldset.form .txtFormFieldHint
{
    margin-left: 35%;
    padding: 8px;
}
fieldset.shaded
{
    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;
}
.buttons input
{
    margin: 5px;
}
input.tiny,
input.number
{
    width: 50px !important;
}
input.small,
input.date
{
    width: 100px !important;
}
input.medium
{
    width: 150px !important;
}
input.longtext
{
    width: 300px !important;
}
input.large
{
    width: 400px !important;
}
input.readonly
{
    background: #f9f9f9;
    color: #666;
}

/* LINK BUTTONS */

a.btnFeatureLink
{
    display: block;
    width: 250px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    color: #fff !important;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 1px 0 #223F6B;
    background: transparent url(../Images/buttons/medium-background.gif);
    cursor: pointer;
}
a.btnFeatureLink span
{
    display: block;
    width: 190px;
    padding: 13px 15px;
    cursor: pointer;
}
a.btnFeatureLink:hover
{
    background-position: 0 100px;
}
a.btnToolbarSmall,
a.btnToolbarSmall span
{
    color: #000;
}
a.btnToolbarSmall:hover,
a.btnToolbarSmall:hover span
{
    color: #666;
}
a.btnToolbarSmall
{
    padding-right: 10px; 
}
a.btnToolbarSmall span
{ 
    padding-left: 28px; 
}
a.btnToolbarSmallSave,
a.btnToolbarSmallSave span
{
    background-image: url(../Images/buttons/small-save.gif);
}
a.btnToolbarSmallView,
a.btnToolbarSmallView span
{
    background-image: url(../Images/buttons/small-view.gif);
}
a.btnToolbarSmallDelete,
a.btnToolbarSmallDelete span
{
    background-image: url(../Images/buttons/small-delete.gif);
}
a.btnToolbarMedium,
a.btnToolbarMedium span,
a.btnToolbarMedium:hover,
a.btnToolbarMedium:hover span
{
    line-height: 40px;
    height: 40px;
    color: #000;
}
a.btnToolbarMedium:hover,
a.btnToolbarMedium:hover span
{
    color: #666;
}
a.btnToolbarMedium
{
    padding-right: 10px; 
}
a.btnToolbarMedium span
{ 
    padding-left: 38px; 
}
a.btnToolbarMediumSaveOk,
a.btnToolbarMediumSaveOk span
{
    background-image: url(../Images/buttons/medium-save-ok.gif);
}
a.specialLink
{
    display: block;
    margin: 5px auto;
    padding: 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
    background-color: #f5f5f5;
    text-decoration: none;
    cursor: pointer;
}
a.specialLink:hover
{
    color: Red !important;
    border-color: #ccc;
}
a.specialLinkIcon
{
    padding-left: 54px;
    background-image: url('//global.greenride.com/assets/icons/32x32/star_grey.png');
    background-repeat: no-repeat;
    background-position: 12px center;
}

/* WIZARD STEPS */

div.wizardStepsContainer
{
    margin: 5px 0px 50px 5px;
    text-align: center;
}
div.wizardStepsContainer span
{
    display: inline-block;
    width: 150px;
    background: top center no-repeat;
    padding: 75px 0px 0px 0px;
    color: #adadad;
}
div.wizardStepsContainer span.selected
{
    font-size: 110%;
    font-weight: bold;
    color: #61A51C;
}
div.wizardStepsContainer span.CreateAccount
{
    background-image: url('/Content/images/registration/create-account.jpg');
}
div.wizardStepsContainer span.ProfileInformation
{
    background-image: url('/Content/images/registration/profile-information.jpg');
}
div.wizardStepsContainer span.SelectEmployer
{
    background-image: url('/Content/images/registration/employer-selection.jpg');
}
div.wizardStepsContainer span.SelectSchoolPool
{
    background-image: url('/Content/images/registration/schoolPool-selection.jpg');
}
div.wizardStepsContainer span.HomeAddress
{
    background-image: url('/Content/images/registration/home-address.jpg');
}
div.wizardStepsContainer span.CreateCommuteProfile
{
    background-image: url('/Content/images/registration/commute-profile.jpg');
}

/* RichListSelector */

.RichListSelector .FilterTabs,
.RichListSelector .LetterLinksContainer,
.RichListSelector .SearchBoxContainer,
.RichListSelector .ItemLinksContainer
{
    width: 450px;
}
.RichListSelector .LetterLinksContainer,
.RichListSelector .SearchBoxContainer
{
    height: 35px;
    padding: 20px 0px 5px 0px;
    background: #f5f5f5 url('https://global.greenride.com/assets/backgrounds/grey_gradient.jpg') repeat-x;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #C0C0C0;
    border-bottom-width: 4px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.RichListSelector .SearchBoxContainer
{
    display: none;
}
.RichListSelector .SearchBoxContainer input
{
    background-image: url('https://global.greenride.com/assets/icons/16x16/view2.gif');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 26px;
}
.RichListSelector .ItemLinksContainer
{
    position: relative;
    height: 250px;
    overflow: auto;
    background: #fff;
    border-bottom: solid 4px #C0C0C0;
}
.RichListSelector .FilterTabs,
.RichListSelector .LetterLinks,
.RichListSelector .ItemLinks
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.RichListSelector .FilterTabs
{
    text-align: right;
    padding: 4px 0;  
}
.RichListSelector .FilterTabs li
{
    display: inline;
    margin: 0 0 0 4px;
}
.RichListSelector .LetterLinks
{
    margin: 4px auto;
}
.RichListSelector .LetterLinks li
{
    display: inline;
    font-family: "Courier New", Courier, monospace;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.RichListSelector .ItemLinks
{
    margin: 10px;
    background: #fff;
}
.RichListSelector .ItemLinks li
{
    margin: 4px;
    width: 385px;
}
.RichListSelector .ItemLinks a
{
    display: block;
    width: 100%;
    padding: 4px 8px;
    background: #f6f6f6 url('https://global.greenride.com/assets/backgrounds/glass/F6F6F6.png') repeat-x scroll 50%;
    font-size: 11px;
    text-decoration: none;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.RichListSelector .ItemLinks a:hover
{
    color: #D07405;
    border: 1px solid #fbcb09;
    background: #f5f5ce url('https://global.greenride.com/assets/backgrounds/glass/FDF5CE.png') repeat-x scroll 50%;
}

/* MyCommutesAccordian */

#MyCommutesAccordian td
{
    padding: 4px;
    font-size: 85%;
}

/* StatusMessage */

.divStatusContainer 
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* MVC Calendar */

.calendar td, .calendar th {
    width: 75px;
    height: 75px;
    border: 1px solid #ccc;
    vertical-align: top;
    font-size: x-small;
}

.calendar {
    border-collapse: collapse;
}

.calendar .daysOfTheWeek th {
    text-align: center;
    height: auto;
    padding: 5px 0 5px 0px;
    background-color: #E8EEF4;
}

.calendar a {
    color: #fff;
}

.calendar td a {
    color: #000;
    vertical-align: bottom;
}

.dayNotInMonth {
    background-color: #eee;
}

.calendar caption {
    background-color: #555;
    color: White;
    padding: 5px;
    font-size: 110%;
    font-weight: bold;
}

.dayNumber {
    padding-bottom: 3px;
}

.hover {
    background-color: #D4E4C3;
    cursor: pointer;
}

/* EMPLOYER CUSTOM CONTENT */

#employerFooter
{
    border: 1px solid #ddd;    
    padding: 8px;
    margin-top: 10px;
    clear: both;
}

/* Admin Pages */

ul.adminNavigation 
{
    margin: 0;
    padding: 0;
}
ul.adminNavigation > li 
{
    margin: 0 0 25px 0;
}
ul.adminNavigation li 
{
    list-style: none;
}
ul.adminNavigation h2 
{
    vertical-align: top;
}
ul.adminNavigation h2 img 
{
    margin-right: 10px;
    float: left;
}
ul.adminNavigation a 
{
    display: block;
    margin: 5px;
    padding: 5px 10px;
    border: 1px solid #999;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
ul.adminNavigation a.sub
{
    margin-left: 25px;
    font-size: 85%;    
}
#adminDetails 
{
    background: #f5f5f5;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/* Survey Pages */

div.hr 
{
    height: 5px;
    background-color:#C0C0C0;
}
div.hr hr 
{
    display: none;
}
div.surveyQuestion
{
    padding:5px 0px;
}
div.noListStyle ul
{
    list-style-type:none;
}
div.questionInstructions
{
    padding:0px 0px 5px 0px;
}
div.quizInformation
{
    text-align:center;
}
div.quizInformation p
{
    font-weight:bold;
}
.surveyColumnHeader
{
    text-align:left;
    font-size:small;
    padding:0px 5px;
}

/* Hover Help */

.hoverHelp
{
    position: relative;
    z-index:98;
}
.hoverHelp > a
{
    display: block;
    width: 16px;
    height: 16px;
    padding-left: 18px;
    background: url('https://global.ene.com/assets/icons/16x16/help2.png') no-repeat;
    color: #666;
    font-size: 0.8em;
    white-space: nowrap;
}
.hoverHelp > a.hover
{
    background-image: url('https://global.ene.com/assets/icons/16x16/help.png');
    padding-left: 28px;
}
.hoverHelp > div
{
    display: none;
    position: absolute;
    top: 2px;
    padding: 0 0 0 16px;
    width: 194px;
    background: url(/Content/Images/hoverhelp/hover-top.gif) no-repeat right top;
    z-index: 9999;
}
.hoverHelp > div p
{
    margin: 10px 0;
    padding: 0 10px 10px 25px;          
    font-size: 0.8em;
    line-height: 1.6em;
    text-align: left;
    background: url(/Content/Images/hoverhelp/hover-bottom.gif) no-repeat right bottom;
}
.tableRow{}
.tableRowAlternative { background-color: #F0F0F0;}
.tableRow:hover, .tableRowAlternative:hover { background-color: #666666; color: #FFFFFF; }

/* Error Pages */

.errorBox {
    text-align: center;
    margin: 25px auto;
    width: 750px;
    height: 266px;
}
.errorMsg {
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
}

/* Misc */

#theMap
{
    position: relative;
}
.mapControl { margin: 0px 10px 10px 10px; width: 500px; height: 380px; }
#indicator
{
    display: block;
}

.CustomContentContainer { display: inline-table; max-width:80%;}
.CustomContentContainer div { margin-bottom: 5px; }
fieldset.shaded .CustomContentContainer label { margin:0 5px; text-align:right; width:55px; font-weight:normal; color:#555; }
fieldset.shaded .CustomContentContainer textarea { display:block; }

.betaFeature {background: #2D2F2C;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border:1px solid #89AF57;
    border-top:0px;
    display:inline-block;
    float:right;
    padding:5px;
    text-align:center;
    margin-top:-57px;
    width: 200px;color:#CFFE32; text-decoration:none; font-weight:bold; }
#signin .newMessages{ font-weight:bold; color:Red;}

.portlet
            {
                font-size:90%;
                padding-bottom:15px;
            }
            .portlet .titleBar
            {
                background-color:#f0f0f0;
                position: relative;
                padding:3px 3px 3px 10px;
                border: 1px solid #CCCCCC;
                cursor:pointer;
                min-height: 15px;
            }
            .portlet .titleBar .options
            {
                display:inline-block;
                position: absolute;
                right: 6px;
                top: 3px;
            }
            .portlet .titleBar .triangle
            {
                background-image: url('/Content/Styles/smoothness/images/ui-icons_888888_256x240.png');
                background-position: -96px -192px;
                display:inline-block;   
                height: 16px;
                padding: 0 1px;
                width: 16px;
            }
            .closed .content
            {
                display:none;
            }
            .closed .titleBar .triangle
            {
                background-position: -64px -192px;
            }
            .portlet .content
            {
                border: 1px solid #CCCCCC;
                margin-top:2px;
                padding:3px 10px 3px 10px;
                color:#666;
                overflow:auto;
            }
            
            #Blog-Archive #pageHeader,
            #Blog-Preview #pageHeader
            {
                display:none;
            }
            
            .blogTitle
            {
                font-weight:bold;
                font-size:20px;
                color:#444;
            }
            .publishedDate
            {
                color:#777;
            }
            .blogLink{ text-decoration:none; color:inherit; }
            a.blogLink:hover
            {
                color:Blue;
            }
            .blogContent
            {
                margin:10px 0px 20px;
            }
            .facebookCenter
            {
                background: url("/Content/Images/Facebook_button_center.png") repeat-x scroll 0 0 transparent;
                color: White;
                display: inline-block;
                height: 17px;
                margin: 0;
                padding: 3px 8px;
                text-decoration: none;
                vertical-align: top;
                font-weight:bold;
            }

.clearer { clear: both; }

.exportSection { height: 20px; padding-top:2px; }

.editor-label { float: left; clear: both; }
.editor-field { float: left; }

/* WEBGRID */

table.webGrid
{
    margin: 5px 0; 
	border-collapse: collapse; 
	width: 100%;     
	font-size: 12px;
}
table.webGrid th,
table.webGrid td
{
    padding: 4px;
}
table.webGrid thead th
{
    text-align: left;
    font-weight: bold;
    background-color: #ddd;
}
table.webGrid thead th,
table.webGrid tbody td
{
    border: 1px solid #ddd;
}
table.webGrid thead th a
{
    color: #000;
}
table.webGrid tr.alt
{
    background-color: #f5f5f5;
}
table.webGrid tbody tr:hover
{ 
    background: #fdf5ce url('/Content/Styles/images/ui-bg_glass_100_fdf5ce_1x400.png') 50% 50% repeat-x; 
}
table.webGrid tbody tr:hover,
table.webGrid tbody tr:hover a 
{ 
    color: #c77405;
}
table.webGrid tbody tr:hover td
{
    border-top-color: #fbcb09;
    border-bottom-color: #fbcb09;
}
table.webGrid td.link
{
    width: 1%;
    white-space: nowrap;
    padding-left: 6px;
    padding-right: 6px;
}
table.webGrid tr.paging td
{
    padding: 8px 0;
}
table.webGrid tr.paging span.currentPage,
table.webGrid tr.paging a.pageNav
{
    display: inline-block;
    padding: 4px;
    min-height: 16px;
    min-width: 16px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}
table.webGrid tr.paging span.currentPage
{
    background: #ddd;
    font-weight: bold;
}   
table.webGrid tr.paging a.pageNav
{
    text-decoration: none; 
}
table.webGrid tr.paging a.pageNav:hover
{
    border-color: #aaa;
}
table.webGrid div.pagingAndExport
{
    float: right;
    padding: 4px 0;
    font-size: 11px;
}
table.webGrid img.ajaxSpinner
{
    display: none;
}

/*STYLES FOR FEEDBACK ON MATCHES2 AND EDIT2*/
.feedback
{
    background-color:#F7FDEF;
}
.success,.fail,.feedbackBody
{
    width:942px;
    margin: auto;
    padding:5px 0px;
    line-height:5px;
    line-height: 20px;
}
.feedbackBody 
{
    height:85px;
}
.feedbackBody textarea
{
    width:97%;
}
.c1,.c2,.c3
{
    display:inline;
    float:left;
}
.c1{width:9%;text-align: center;text-align: right;padding:6px 5px 0px 0px;}
.c2{width:50%;}
.c3{width:40%;}
.feedbackBody .lnkList{margin:0px;}
.feedback .success
{
    text-align: center;
    font-weight: bold;
}

