/* reset CSS lifted from Eric Meyer's reset.css with minor alterations */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
ul {
    list-style: none;
}
ol {
    list-style-position: outside;
    list-style-type: decimal;
}
ol li {
    margin-left: 1.5em; //margin-left: 1.75em;
}
select {
    vertical-align: baseline; //vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;   
}

/* generic RL settings and reuable components */

body { /* Font Style 2.0: 13d */
    background-color: #FFFFFF;
    color: #282C33;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-top: solid 5px #598CAE;
}

body.print, body.print * {
    color: #000000 !important;
    background-color: white !important;
    background-image: none !important;
    border-width: 0px !important;
    float: none !important;
}
body.print .do-not-print {
    display: none !important;   
}
body.in-progress, body.in-progress * {
    cursor: progress !important;
}

a, .a { /* Font Style 2.0: 13e */
    color: #2370A9;
    cursor: pointer;
    text-decoration: none;
}
a:hover, .a:hover {
    text-decoration: underline;
}
a.disabled, .a.disabled {
    color: #CCCCCC !important;
}
a.disabled:hover, .a.disabled:hover {
    text-decoration: none;   
}

a img, .a img {
    border: 0;
}

strong {
    font-weight: bold;   
}

small { /* Font Style 2.0: 11c, 11g, etc */
    font-size: 11px;
    font-weight: normal;
}

h1, .h1 { /* Font Style 2.0: 18a */
    color: #6A6D6F;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: normal;
}

h2, .h2 { /* Font Style 2.0: 15a */
    color: #282C33;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
}

h3, .h3 { /* Font Style 2.0: 14a */
    color: #6A6D6F;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
}

h4, .h4 { /* Font Style 2.0: 13a */
    color: #282C33;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
}

h5, .h5 { /* Font Style 2.0: 12d */
    color: #6A6D6F;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
}

h6, .h6 { /*Font Style 2.0: 12c */
    color: #282C33;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
}

div.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin-bottom: -1px;
}

input.shim {
    display: none; //display: block;
    height: 0px;
    position: absolute;   
}

textarea {
    font-family: monospace;   
}

/* buttons! */

.glossy {
    background-image: url(../../images/buttons/btn_bg_glossy_sprite.png);
    background-repeat: repeat-x;
    border-style: solid; 
    border-width: 1px; _border-width: 0px;
    color: #FFFFFF; 
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 32px; //height: 34px; _height: 32px;
    margin: 10px 0px 0px 0px;
    overflow: visible;
    outline: 0px;
    padding: 1px 18px;
    text-transform: uppercase;
    width: auto;
    vertical-align: baseline; //vertical-align: middle;
}
a.glossy {
    height: 28px;
    line-height: 28px;
}
a.glossy:hover {
    text-decoration: none;   
}
*.glossy::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button.glossy, input.glossy {
    //border-color: transparent !important;
    //margin: 9px -1px -1px -1px;
}

.glossy.small {
    font-size: 13px;
    height: 20px; //height: 22px; _height: 20px;
    line-height: 16px;
    margin-top: 0px !important; 
    padding: 1px 8px;
    text-transform: none;
}
a.glossy.small {
    height: 16px;
}
input.glossy.small, button.glossy.small {
    //margin-top: -1px !important;
}

.glossy.big {
    font-size: 22px;
    font-weight: bold;
    height: 52px;
}

.glossy.disabled, *[disabled].glossy {
    background-color: #CDCECE !important;
    background-position: 0px -492px !important;
    border-color: #CDCECE !important;
    cursor: default !important;
    color: #FFFFFF !important;
    text-shadow: none !important; 
}
.glossy.disabled.small, *[disabled].glossy.small {background-position: 0px -497px !important;}
.glossy.disabled.big, *[disabled].glossy.big {background-position: 0px -523px !important;}

.glossy.white {
    background-color: #FFFFFF;
    background-position: 0px -573px;
    border-color: #d9d9da #9d9d9e #9d9d9e #d9d9da !important;
    color: #282C33;
}
.glossy.white.small {background-position: 0px -579px;}
.glossy.white.big {background-position: 0px -604px;} 
.glossy.white:hover {
    background-color: #2370A9;
    background-image: none;
    color: #FFFFFF;
    font-weight: bold;
}

.glossy.blue {
    background-color: #497285;
    background-position: 0px -328px;
    border-color: #497285;
    color: #FFFFFF; 
    text-transform: none;
}
.glossy.blue.small {background-position: 0px -334px;}
.glossy.blue.big {background-position: 0px -359px;}
.glossy.blue:hover {
    background-color: #1D4C63;
    background-position: 0px -410px;
    border-color: #1D4C63;
}
.glossy.blue.small:hover {background-position: 0px -416px;}
.glossy.blue.big:hover {background-position: 0px -441px;}

.glossy.gray {
    background-position: 0px -574px;
    border-color: #bbbbbb;
    color: #2370A9;
    font-size: 13px;
    text-transform: none;
}

.glossy.gray:hover {
    background-position: 0px -492px;
}

.glossy.red {
    background-color: #A21414;
    background-position: 0px -0px;
    border-color: #A21414;
    color: #FFFFFF; 
}
.glossy.red.small {background-position: 0px -6px;}
.glossy.red.big {background-position: 0px -31px;}
.glossy.red:hover {
    background-color: #7E0000;
    background-position: 0px -82px;
    border-color: #7E0000;
}
.glossy.red.small:hover {background-position: 0px -88px;}
.glossy.red.big:hover {background-position: 0px -113px;}

.glossy.green {
    background-color: #59830E;
    background-position: 0px -164px;
    border-color: #59830E;
    color: #FFFFFF; 
}
.glossy.green.small {background-position: 0px -170px;}
.glossy.green.big {background-position: 0px -195px;}
.glossy.green:hover {
    background-color: #405F07;
    background-position: 0px -246px;
    border-color: #405F07;
}
.glossy.green.small:hover {background-position: 0px -252px;}
.glossy.green.big:hover {background-position: 0px -277px;}

.glossy.green.small:hover {background-position: 0px -252px;}
.glossy.green.big:hover {background-position: 0px -277px;}


.big-green-button {
    background-color: #80AA3D;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: -moz-linear-gradient(top, rgba(128,170,61,1) 0%, rgba(141,187,67,1) 24%, rgba(111,159,34,1) 89%, rgba(106,154,28,1) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,170,61,1)), color-stop(24%,rgba(141,187,67,1)), color-stop(89%,rgba(111,159,34,1)), color-stop(100%,rgba(106,154,28,1))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(128,170,61,1) 0%,rgba(141,187,67,1) 24%,rgba(111,159,34,1) 89%,rgba(106,154,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -ms-linear-gradient(top, rgba(128,170,61,1) 0%,rgba(106,154,28,1) 100%); /* IE10+ */
    background-image: linear-gradient(top, rgba(128,170,61,1) 0%,rgba(141,187,67,1) 24%,rgba(111,159,34,1) 89%,rgba(106,154,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80aa3d', endColorstr='#6a9a1c',GradientType=0 ); /* IE6-8 */
    -moz-background-clip: padding;     /* Firefox 3.6 */
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
    border: 2px solid rgba(139, 185, 65, 0.4);
    border-radius: 6px;
    cursor: hand;
    cursor: pointer;
    -moz-border-radius: 6px;
    color: #FFFFFF;
    font: 13px/13px "lucida Grande","Lucida Sans",Arial,sans-serif;
    padding: 10px 15px;
    text-decoration: none;
}

.big-green-button:hover {
    background: #91bd49;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: -moz-linear-gradient(top, rgba(106,154,28,1) 0%, rgba(111,159,34,1) 11%, rgba(141,187,67,1) 76%, rgba(128,170,61,1) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,154,28,1)), color-stop(11%,rgba(111,159,34,1)), color-stop(76%,rgba(141,187,67,1)), color-stop(100%,rgba(128,170,61,1))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(106,154,28,1) 0%,rgba(111,159,34,1) 11%,rgba(141,187,67,1) 76%,rgba(128,170,61,1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -ms-linear-gradient(top, rgba(106,154,28,1) 0%,rgba(111,159,34,1) 11%,rgba(141,187,67,1) 76%,rgba(128,170,61,1) 100%); /* IE10+ */
    background-image: linear-gradient(top, rgba(106,154,28,1) 0%,rgba(111,159,34,1) 11%,rgba(141,187,67,1) 76%,rgba(128,170,61,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a9a1c', endColorstr='#80aa3d',GradientType=0 ); /* IE6-8 */;
}

.big-blue-button {
	background: #1c375b; /* Old browsers */
	background: -moz-linear-gradient(top, #1c375b 0%, #1a4765 40%, #1a4765 60%, #1c375b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c375b), color-stop(40%,#1a4765), color-stop(60%,#1a4765), color-stop(100%,#1c375b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1c375b 0%,#1a4765 40%,#1a4765 60%,#1c375b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1c375b 0%,#1a4765 40%,#1a4765 60%,#1c375b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1c375b 0%,#1a4765 40%,#1a4765 60%,#1c375b 100%); /* IE10+ */
	background: linear-gradient(top, #1c375b 0%,#1a4765 40%,#1a4765 60%,#1c375b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c375b', endColorstr='#1c375b',GradientType=0 ); /* IE6-9 */
    -moz-background-clip: padding;     /* Firefox 3.6 */
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
    border: 2px solid #b9c5ce;
    border-radius: 6px;
    -moz-border-radius: 6px;
    color: #FFFFFF;
    font: 13px/13px "lucida Grande","Lucida Sans",Arial,sans-serif;
    padding: 10px 15px;
    text-decoration: none;
}

.big-blue-button:hover {
    background: #1d5072; /* Old browsers */
    background: -moz-linear-gradient(top, #1d5072 0%, #2e658c 20%, #2e658c 70%, #1d5072 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d5072), color-stop(20%,#2e658c), color-stop(70%,#2e658c), color-stop(100%,#1d5072)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1d5072 0%,#2e658c 20%,#2e658c 70%,#1d5072 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1d5072 0%,#2e658c 20%,#2e658c 70%,#1d5072 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1d5072 0%,#2e658c 20%,#2e658c 70%,#1d5072 100%); /* IE10+ */
    background: linear-gradient(top, #1d5072 0%,#2e658c 20%,#2e658c 70%,#1d5072 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d5072', endColorstr='#1d5072',GradientType=0 ); /* IE6-9 */ /* IE6-9 */
    text-decoration: none;
}
/*******************************
 *    Common message styles
 *******************************/
.errorMessages, .successMessages, .infoMessages { 
    background-position: 10px 10px;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0px;
    padding: 10px;
}

.errorMessages ul, .errorMessages ol, .errorMessages p,
.successMessages ul, .successMessages ol, .successMessages p,
.infoMessages ul, .infoMessages ol, .infoMessages p {
    color: #282C33;
    font-size: 13px;
    line-height: 1.5em;
    margin: 0px;
    padding: 0px;
}
.errorMessages li, .errorMessages p,
.successMessages li, .successMessages p, 
.infoMessages li, .infoMessages p {
    padding-top: 4px;
}

.yui-overlay.errorMessages,
.yui-overlay.successMessages,
.yui-overlay.infoMessages {
    font-size: 14px;
    font-weight: bold;  
    line-height: 1.75em;
    position: absolute;
    visibility: hidden;
}

.errorMessages {
    background-color: #FCEDEF;
    background-image: url(../../images/assets/icons/icon_error_large.png);
    border: 1px solid #C9091F;
    color: #C9091F;
    line-height: 24px;
    padding-left: 45px;
}

.successMessages {
    background-color: #F4FFE0;
    background-image: url(../../images/assets/icons/icon_checkmark_large.png);
    border: 1px solid #C5EB7F;
    color: #85C413;
    line-height: 24px;
    padding-left: 40px;
}

.small.successMessages {
    background: url(../../images/assets/icons/icon_checkmark_small.png) no-repeat 4px 4px;
    background-color: #F4FFE0;
    color: #000000;
    font-size: 11px;
    line-height: 18px;
    padding: 2px 5px 2px 21px;
    margin: 0;
}

.infoMessages {
    background-color: #EEF5FA;
    background-image: url(../../images/assets/icons/icon_info.gif);
    border: 1px solid #D4EBFF;
    color: #6A6D6F;
    line-height: 26px;
    padding-left: 50px;
}

/*******************************
 *      expando fields
 *******************************/
 
textarea.expando {
    float: none !important;
    overflow-x: hidden;
    overflow-y: hidden;
}

.expando-footprint {
    left: -9999em;
    min-height: 16px; 
    position: absolute; 
    white-space: pre-wrap;
    top: -9999em; 
    visbility: hidden;
}

.expando-overlay {
    background-color: #00316C;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 5px 7px;
    position: relative;
    z-index: 103;
}

.expando-overlay textarea.expando {
    margin-top: 5px;
    width: 482px;
}

.expando-overlay .expando-footprint {
    min-height: 34px;   
}

/*******************************
 *    misc message styles
 *******************************/

.inlineErrorMessageText {
    color: #C9091F !important;   
}

.inlineCorrectMessageText {
    color: #69990F !important;  
}

.confirmation-mask {
    position: absolute;   
}

.confirmation-mask.error {
    background-color: #FF9FA3;
}

.confirmation-mask.success {
    background-color: #E2FFAF;
}

.confirmation-mask.info {
    background-color: #BFE5FF;
}    

/*******************************
 *  misc common layout styles
 *******************************/
 
.profile-image-wrapper {
    text-align: center;
}
 
.profile-image-wrapper.small {
    height: 50px;
    line-height: 47px; //line-height: 49px;
    width: 50px;
}

.profile-image-wrapper.medium {
    height: 125px;
    line-height: 122px; //line-height: 123px;
    width: 125px;
}

.profile-image-wrapper.large {
    height: 200px;
    line-height: 197px; //line-height: 198px;
    width: 200px;
}
 
.profile-image-wrapper img {
    display: inline;
    vertical-align: middle;
}

.introductionResponseCount {
    background-color: #FF3400;
    color:#FFFFFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 2px;
    text-decoration: none;
}

.menu-trigger-offscreen {
    left: -999em;
    position: absolute;
    top: -999em;
    visibility: hidden;
}

/***************************
*Today Bar Style
****************************/
#today-bar{
    background: url("../../images/components/todaybar-white-gradient.png") repeat scroll 0 0 transparent;
    color: #545454;
    font-size: 13px;
    padding: 30px 0px 20px 0px;
    text-align: center;
}

#today-bar h1{
    color:#80AA3D;
    font-size:30px;
    font-family: 'Droid Serif', Georgia, serif;
    line-height:15px;
    margin-bottom:10px;
}

.today-bar-bottom{
    height:12px;
    width:100%;
    background: url(../../images/components/todaybar-dropshadow.png) no-repeat bottom center;
}   

