/************** Fonts *******************/


/*
    CSS Reset by Eric Meyer
    http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    color: #514C40;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea, input {
    outline: none;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}
sup, sub {
    font-size: 8px;
}

/******************************************/
/************** General Stuff *************/
/******************************************/

b, strong {font-weight: bold;}
i, em {font-style: italic;}
u {text-decoration: underline;}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden; /*Use this to hide an element but still have it take up the space on the page*/
}
.nowrap {
    white-space: nowrap;
}

.clear {
    clear: both !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

h1, h2, h3, h4, h5, h6, #main-nav, #pagetabs, .parisine {
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #0093af;
}
.grey_h2 {
	color: #524d3d;
    font-size: 20px;
    font-family: "Basing1";
}
hr {
    border:  none;
    height: 1px;
    background:  #ECECEC;
}
hr.dark {
    background: #b6b5b2;
}
hr.dashed {
    border:  none;
    height: 0px;
    border-top: 1px dashed #CCCCCC;
}

hr.solid {
    border: none;
    height: 0px;
    border-top: 1px solid #CCCCCC;
}

fieldset, div.fieldset {
    padding:  0;
    margin-top: 5px;
}

legend, div.fieldset > div.legend {
    font-size: 16px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    height: 34px;
    line-height: 34px;
    display: block;
    width: 100%;

    background-color: #1A9EB7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A9EB7), to(#01859E));
    background-image: -webkit-linear-gradient(top, #1A9EB7, #01859E);
    background-image:    -moz-linear-gradient(top, #1A9EB7, #01859E);
    background-image:     -ms-linear-gradient(top, #1A9EB7, #01859E);
    background-image:      -o-linear-gradient(top, #1A9EB7, #01859E);
    background-image:         linear-gradient(top, #1A9EB7, #01859E);
              filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1A9EB7', EndColorStr='#01859E');
}
label {
    line-height: 20px;
}
legend > span, div.fieldset > div.legend > span {
    padding: 0 10px;
}
.column2 legend > span, div.fieldset > div.legend > span {
    font-size: 14px;
}
/* Note that this is a hack because IE7 is not legend compliant */
div.lgnd {
    font-size: 16px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    height: 34px;
    line-height: 34px;
    display: block;
    width: 100%;


    background-color: #1A9EB7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A9EB7), to(#01859E));
    background-image: -webkit-linear-gradient(top, #1A9EB7, #01859E);
    background-image:    -moz-linear-gradient(top, #1A9EB7, #01859E);
    background-image:     -ms-linear-gradient(top, #1A9EB7, #01859E);
    background-image:      -o-linear-gradient(top, #1A9EB7, #01859E);
    background-image:         linear-gradient(top, #1A9EB7, #01859E);
              filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1A9EB7', EndColorStr='#01859E');
}
div.lgnd > span {
    padding: 0 10px;
}

div.fieldset.dashed {
    border: 2px dashed #808080;
    background: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 20px;
}
div.fieldset.dashed > div.legend {
    background: #E8E8E8;
    filter: none;
    margin-left: 10px;
    margin-top: -12px;
    width: auto;
    display: block;
    color: #0093AF;
    float: left;
    height: 24px;
    line-height: 24px;
}

.heavy {
    font-weight: bold;
}

.emp {
    font-style: italic;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}
.justify {
    text-align: justify;
}

.inlineblock {
    display: inline-block;
}

.lefty {
    float: left;
}
.lefty.pad {padding-left: 15px;}

.righty {
    float: right;
}
.righty.pad {padding-right: 15px;}

.lefty.columns2,
.righty.columns2 {
    width: 50%;
}
.lefty.columns2 > .wrapper {
    padding-right: 8px;
}
.righty.columns2 > .wrapper {
    padding-left: 8px;
}
.lefty.columns2 input,
.righty.columns2 input,
.lefty.columns2 select,
.righty.columns2 select,
.lefty.columns2 .defaultValuesWrapper,
.righty.columns2 .defaultValuesWrapper {
    width: 100%;
}

.row {
}

.column {
    display: inline-block;
    float: left;
    color: #514C40;
    padding-right: 10px;
    padding-bottom: 20px;
}
.mini {
    font-size: 12px;
}
.supermini {
    font-size: 10px;
}

.mini label {
    line-height: 14px;
}

img.mid {
    vertical-align: middle;
}

ol {
    list-style: decimal;
    margin:  0 0 0 25px;
}

.yellow {
    color: #f39a0c;
}

.blue-text {
    color: #0093AF;
}

.grey-text,
a.grey-text,
.ui-widget-content a.grey-text {
    color: #999;
}

.usertip {
    padding-top: 18px;
    padding-left: 75px;
    background: url("https://www.parchment.com/c/site-chrome/tip.png") 0px 2px no-repeat;
    height: auto !important;
    height: 58px;
    min-height: 58px;
}

.viewMore {text-align: right; padding: 10px 0 10px;}

.dialog {display: none;}

span.pink {color: #DB0962;}

ul.gtlist {
    list-style-image: url("https://www.parchment.com/c/site-chrome/checkmark.png");
    margin-left: 25px;
}

ul.gtlist li {
    margin: 4px 0;
}

label.check-multiline {
    padding-left: 25px;
    position: relative;
    display: block;
}
label.check-multiline > input[type='checkbox'],
label.check-multiline > a.jquery-checkbox {
    position: absolute;
    top: 0;
    left: 0;
}

/***************** Headings ***************/

header.underpink {
    border-bottom: 2px solid #DB0962;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

h1 {
    color: #0093af;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
}
h1.huggies {
    margin-bottom: 0;
}
h2 {
    color: #0093af;
    font-size: 26px;
    line-height: 28px;
}
h3 {
    font-size: 21px;
    line-height: 23px;
    font-weight: bold;
    color: #FFF;
}
h4 {
    font-size: 18px;
    line-height: 20px;
}
h5 {
    font-size: 18px;
    line-height: 20px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}
h6 {
    font-size: 16px;
    line-height: 18px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark {
    color: #524c40;
}
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue {
    color: #0093AF;
}
h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green {
    color: #007237;
}
h1.pink,
h2.pink,
h3.pink,
h4.pink,
h5.pink,
h6.pink {
    color: #DB0962;
}
h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline,
p.underline {
    border-bottom: 2px solid #0093AF;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
h1.underpink,
h2.underpink,
h3.underpink,
h4.underpink,
h5.underpink,
h6.underpink,
p.underpink {
    border-bottom: 2px solid #DB0962;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.btnAsLink {
    border: 0;
    background: none;
    width: auto;
    height: auto;
    color: #0093AF;
    text-decoration: underline;
    padding: 0;
    display: inline;
    margin: 0;
    cursor: pointer;
}

/**************** Paragraphs **************/

p {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #514c40;
    margin-bottom: 15px;
}
p.parisine {
    font-size: 12px;
    line-height: 16px;
    color: #514c40;
    margin-bottom: 15px;
}
p.tight {
    margin-bottom: 5px;
}

/****************** Links *****************/

a {
    color: #0093af;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
a.nohover:hover {text-decoration: none;}

/********** Text/Password Fields ***********/

input {
    color: #4B483D;
}

input.default {
    color: #adadad;
}

.infieldLabel {
    position: absolute;
    top: 2px;
    left: 2px;
    color: #999;
    cursor: text;
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-style: italic;
}

.field {
    position: relative;
    display: inline-block;
}

.field .infield {
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 10;
    font-size: 12px;
    line-height: 14px;
}

.blocklink {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ECECEC;
    margin:  3px;
    background:  #FFF;
}
.blocklink:hover {
    text-decoration: none;
    color: #db0962;
}


/******************************************/
/************ General Structure ***********/
/******************************************/

body, html {
    width: 100%;
    min-width: 1024px;
    background:  #787571;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

.outer-wrapper {
    width: 100%;

    text-align: center;
    position: relative;
    z-index: auto;
}

.inner-wrapper {
    width: 1024px;
    margin: 0 auto;
    position: relative;

    text-align: left;
    z-index: auto;
}

#content .pre-content {
    padding: 15px;
    background: #FFF;
    margin-bottom: 0px;
}

/******************************************/
/***************** Header *****************/
/******************************************/

#header {
    height: 117px;

    background: url("https://images.parchment.com/images/sprites/repeat-x.png?version=60") 0 0 repeat-x;
    z-index: 500;
}

#logo {
    position: absolute;
    top: 29px;
    left: 38px;
}

/***************** UserBox ****************/

#userbox {
    position: absolute;
    top: -5px;
    right: -2px;
    z-index: 400;

    width: 223px;
    height: 33px;
}

#userbox #userbox-content {
    margin-bottom: -6px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

#userbox #usercontent {
    height: 100%;
    overflow: hidden;
    position: relative;
}

#userbox #usercontent-left {
    height: 100%;
    width: 4px;
    background: url("https://images.parchment.com/images/sprites/repeat-y.png?version=60") 0px 0px repeat-y;
    float: left;
}

#userbox #usercontent-center {
    height: 100%;
    background: #FFFFFF url("https://images.parchment.com/images/site-chrome/userbox.gradient.png") left bottom repeat-x;
    margin: 0 4px;
}

#userbox #usercontent-right {
    height: 100%;
    width: 4px;
    background: url("https://images.parchment.com/images/sprites/repeat-y.png?version=60") -5px 0px repeat-y;
    float: right;
}

#userbox #userfooter {
    height: 11px;
    width: 100%;
    clear: both;
    position: relative;
}

#userbox #userfooter-left {
    height: 11px;
    width: 11px;
    background: url("https://images.parchment.com/images/sprites/userbox.bottom.left.png?version=60") 0 0 no-repeat;
    float: left;
}

#userbox #userfooter-center {
    height: 11px;
    background: url("https://images.parchment.com/images/sprites/userbox.bottom.middle.png?version=60") 0 0 repeat-x;
    margin: 0 11px;
}

#userbox #userfooter-right {
    height: 11px;
    width: 11px;
    background: url("https://images.parchment.com/images/sprites/userbox.bottom.right.png?version=60") 0 0 no-repeat;
    float: right;
}

#userbox ul {
    position: relative;
    top: 4px;
    margin: 0;
    padding: 0;
}

#userbox ul li {
    line-height: 14px;
}

#userbox li, #userbox a {
    display: block;
    width: 100%;
    color: #0093af;
    text-decoration: none;
    font-size: 12px;
}

#userbox li .outer {
    padding: 0px 5px;
    display: block;
}

#userbox a span {
    cursor: pointer;
}

#userbox li .inner {
    padding: 5px 12px;
    border-top: 1px solid #dcdcdc;
    display: block;
    background: url("https://images.parchment.com/images/site-chrome/color.fff.48.png") 0 0 repeat-x;
}

#userbox .first li .inner {
    padding: 8px 7px 8px 12px;
    border-top: 0px;
}

#userbox .second li .inner {
    padding-top: 10px;
    border-top: 1px solid #adadad;
}

#userbox .signedin a:hover {
    background: #e3e2e2;
}

#userbox .signedin .first a:hover {
    background: none;
}

#userbox .first a {
    line-height: 16px;
    font-size: 14px;
    color: #007997;
    font-weight: bold;
}

#userbox .oc-icon {
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url("https://images.parchment.com/images/sprites/25px.png?version=60") -105px -5px no-repeat;
    display: inline-block;
    float: right;
    position: relative;
}

#userbox.open .oc-icon {
    background-position: -5px -30px;
}

#userbox li .inner a {
    color: #0093af;
    display: inline;
}

#userbox li .inner a:hover {
    text-decoration: underline;
}

#userbox label {
    display: inline;
}

.footer {
    background: none repeat scroll 0 0 #1692B3;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0;
    padding: 10px 20px;
}

.footer .viewport {
    width: 1024px;
    margin: 0 auto;
    text-align: left;
}

.footer .viewport .copyright a {
    color: #FFFFFF;
}

.footer .viewport .copyright {
    display: block;
    margin: 0 auto;
    line-height: 1.5;
    text-align: right;
    font-family: 'Rokkitt',sans-serif;
    font-size: 85%;
}

/************* SignIn ****************/


#userbox .signin li .inner {
    padding: 8px 5px;
    color: #4b483d;
}

#userbox .signin li, #userbox .signin .inner a {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
}

#userbox .signin .inner a {
    width: auto;
}

#userbox .signin .first a {
    white-space: nowrap;
    font-size: 12px;
}

#userbox img {
    vertical-align: middle;
}

#userbox .facebook-login a {
    text-align: center;
    position: relative;
    line-height: 25px;
}

#userbox .facebook-login .icon.facebook2 {
    /*position: absolute;
    top: 10px;
    right: 10px;*/
    float: right;
}

#userbox .signin-icon {
    padding-left: 3px;
    display: inline-block;
    height: 22px;
}

#mini-signin .text-field {
    margin:  5px 0;
}

#mini-signin .text {
    width: 177px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#userbox .signin .oc-icon {
    top: 3px;
}

#userbox #rememberLine {
    line-height: 25px;
}

#userbox #rememberLine #signin_button {
    float: right;
}

#userbox #forgotLine {
    text-align: left;
}

/************ PageTabs ***************/

#pagetabs {
    position: absolute;
    top: 0;
    right: 231px;
    height: 32px;

}

#pagetabs, #pagetabs a {
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
}

#pagetabs li {
    float: right;
}

#pagetabs li a {
    display: inline-block;
    padding: 0 11px;
    line-height: 32px;
    height: 32px;

    background-color: #0488A1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0488A1), to(#1A9EB7));
    background-image: -webkit-linear-gradient(top, #0488A1, #1A9EB7);
    background-image:    -moz-linear-gradient(top, #0488A1, #1A9EB7);
    background-image:     -ms-linear-gradient(top, #0488A1, #1A9EB7);
    background-image:      -o-linear-gradient(top, #0488A1, #1A9EB7);
    background-image:         linear-gradient(top, #0488A1, #1A9EB7);
              filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0488A1', EndColorStr='#1A9EB7');
}
#pagetabs li a:hover {

    background-color: #1A9EB7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A9EB7), to(#0488A1));
    background-image: -webkit-linear-gradient(top, #1A9EB7, #0488A1);
    background-image:    -moz-linear-gradient(top, #1A9EB7, #0488A1);
    background-image:     -ms-linear-gradient(top, #1A9EB7, #0488A1);
    background-image:      -o-linear-gradient(top, #1A9EB7, #0488A1);
    background-image:         linear-gradient(top, #1A9EB7, #0488A1);
              filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1A9EB7', EndColorStr='#0488A1');

}

/**************** Main-Nav ****************/

#main-nav {
    position: absolute;
    top: 79px;
    left: 279px;
}

#main-nav .nav-button {
    float: left;
    display: block;
    height: 36px;
    line-height: 36px;
}

#main-nav .content {
    display: block;
    padding: 0 23px;
    height: 36px;
    line-height: 36px;
	white-space: nowrap;
}

#main-nav .content:hover {
    color: #db0962;
}

#main-nav .active .content {
    color: #FFF;

    background: #db0962;
}

#main-nav, #main-nav .content, #main-nav .no-hover .content {
    text-transform: uppercase;
    color: #0093af;
    font-weight: bold;
    text-decoration: none;

    background: none;
}

#main-nav .icon {
    float: left;
    height: 50%;
    margin-bottom: -18px;
}

#main-nav .content {
    clear: both;
    height: 36px;
    position: relative;
}

#main-nav .content img {
    vertical-align: top;
    position: relative;
    top: 9px;
}

/******************************************/
/***************** Content ****************/
/******************************************/

#content {
    height: auto !important;
    height: 643px;
    min-height: 643px;

    font-size: 14px;

    background: #FFF url("https://images.parchment.com/images/site-chrome/content.jpg") center 0 repeat-x;
 padding-bottom: 85px;
}

#content #main-content {
    padding-top: 15px;
}

#content #main-content.huggies {
    padding-top: 0;
}

/****************** SubNav ****************/


.bg-subnav {
    background: url("https://images.parchment.com/images/sprites/repeat-x.png?version=60") 0 -130px repeat-x;
    width: 100%;
    /*height: 45px;*/
}

#sub-nav {
    /*height: 41px;*/
    overflow: hidden;

    font-family: "Trebuchet MS", "Helvetica", sans-serif;
}

#sub-nav:after {
    clear: both;
}

#sub-nav ul {
}

#sub-nav li {
    float: left;
}

#sub-nav a {
    color: #514c40;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

#sub-nav a span {
    display: block;
    line-height: 41px;
    padding: 0 10px;
    position: relative;
    top: -1px;
}

#sub-nav a:hover {
    color: #db0962;
}

#sub-nav .active a {
    color: #db0962;
    border-left: 1px solid #e6e5e3;
    border-right: 1px solid #e6e5e3;
    background: url("https://images.parchment.com/images/sprites/repeat-x.png?version=60") 0 -176px repeat-x;
}

#sub-nav .active a span {
    background: url("https://images.parchment.com/images/site-chrome/subnav.triangle.png") top center no-repeat;
    display: inline-block;
    cursor: pointer;
}

/****************** SideMenu ****************/



#sideMenu {
    /*height: 41px;*/

    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    width: 138px;
    height: auto !important;
    height: 1px;
    min-height: 1px;
}

#sideMenu ul {
}

#sideMenu li {
    display: block;
    border-bottom: 1px solid #ECECEC;
}

#sideMenu li a {
    color: #0093af;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#sideMenu li a span {
    display: block;
    line-height: 16px;
    padding: 5px 14px;
}
#sideMenu li.nolink a {
    padding-left: 18px;
    position: relative;
}
#sideMenu li.nolink a .icon {
    position: absolute;
    top: 1px;
    left: 1px;
}

#sideMenu li.nolink a span {
    display: inline-block;
    line-height: normal;
    padding: 0px;
}

#sideMenu a {
    color: #0093af;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#sideMenu a:hover {
    color: #db0962;
    text-decoration: none;
}

#sideMenu .active a {
    color: #FFF;
    background: #db0962;
}


/******************************************/
/************** Column Layouts ************/
/******************************************/

.stackbox {
    padding-bottom: 15px;
}
.stackbox .heading .icon.arrow {
    float: right;
    margin-top: 5px;
}

.box-separator {
    height: 15px;
}


.box {
    border: 1px solid #e8e8e8;
    background: #FFFFFF;
    padding: 19px;
}

.box.nopad {
    padding: 0;
}

.box.tight {
    padding: 8px;
}

.box.noborder {
    border: 0;
    background: none;
}

.box.darken, .darken {
    background: #F9F9F9;
}

.box.stacked {
    border: none;
    border-top: 1px solid #ECECEC;
    padding-left: 0;
    padding-right: 0;
}

.column1 .box.error {
    border:  1px solid #F00;
}

.column1 .box.min {
    height: auto !important;
    height: 460px;
    min-height: 460px;
}

.column2 .box {
    padding: 19px;
    border: 0;
    background: #EBEBEB;
}

.column2 .box.tight {
    padding: 8px;
}

.column2 .heading {
    color: #514c40;
    /*font-size: 22px;
    line-height: 22px;*/
    font-weight: bold;
}
.column2 .footing {
    text-align: right;
    border-top:  1px solid #b6b5b2;
    padding-top: 5px;
}

.col1 .column1 {
}

.col2 .column1,
.col3 .column1{
    width: 825px;
    float: left;
}

.col2 .column2,
.col3 .column2 {
    float: left;
    width: 198px;
}

.col3 .column0 {
    width: 138px;
    float: left;

    background: #FFF url("https://images.parchment.com/images/site-chrome/sidemenu.bg.png") right top repeat-y;
    border: 1px solid #ECECEC;
    border-right: none;
}
.col3.huggies .column0 {
    border-top:  none;
}
.col3 .column1 {
    width: 685px;
}

.column2.paper {
    background: url("https://images.parchment.com/images/site-chrome/paper.jpg") repeat-y;
    height: auto !important;
    height: 280px;
    min-height: 280px;
	overflow:hidden;
}

.column2.paper.dark {
    background: url("https://images.parchment.com/images/site-chrome/paper-dark.jpg") repeat-y;
    height: auto !important;
    height: 301px;
    min-height: 301px;

    color: #FFF;
}
.column2.paper .box {
    padding: 10px;
}

.col1 .column2, .col1 .column0 {display: none;}
.col2 .column0 {display: none;}

.column2 ul {
    list-style: disc;
    margin-left: 20px;
}
.column2 ul li {
    margin:  10px 0;
    line-height: 18px;
}

.column1 .wrapper {
    background: #FFF url("https://images.parchment.com/images/site-chrome/sidemenu.bg.png") 44px top repeat-y;
	border-right: 1px solid #ECECEC;
    border-left:  1px solid #ECECEC;
    border-bottom:  1px solid #ECECEC;
}

.column1 .column1a {
    float: left;
    width: 138px;
}
.column1 .column1b {
    float: left;
    width: 685px;
}
.column1 .column1b > .box:last-child {
    border-bottom: none;
}

.col1 .column1 .column1b {
    width: 884px;
}
.col1 .column1 .column1b > .box {
    border: 0;
}


/******************************************/
/***************** Footer *****************/
/******************************************/

.footer {
    background: none repeat scroll 0 0 #1692B3;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0;
    padding: 10px 20px;
}

.footer .viewport {
    width: 1024px;
    margin: 0 auto;
    text-align: left;
}

.footer .viewport .copyright a {
    color: #FFFFFF;
}

.footer .viewport .copyright {
    display: block;
    margin: 0 auto;
    line-height: 1.5;
    text-align: right;
    font-family: 'Rokkitt',sans-serif;
    font-size: 85%;
}


#footer {
    height: auto !important;
    height: 12px;
    min-height: 12px;
    padding-bottom: 40px;

    background: url("https://images.parchment.com/images/site-chrome/footer.png") repeat-x;
}

#footer-logo {
    position: absolute;
    top: 10px;
    right: 0px;
}

#footer, #footer a {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
}

#footer-nav a:hover {
    text-decoration: underline;
}

#footer-nav .block {
    float: left;
    padding: 0px 33px 0px 12px;;
    background: url("https://images.parchment.com/images/site-chrome/color.fff.48.png") top left repeat-y;
}

#footer-nav .block li {
    line-height: 18px;
}

#footer-nav .block .head,
#footer-nav .block .head a  {
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 42px;
}

#footer #copy-line {
    clear: both;
    padding-top: 40px;
}

#footer #copy-line a {
    text-decoration: underline;
}

#footer #copy-line li {
    float: left;
    padding-right: 15px;
    line-height: 25px;
}

#footer #copy-line .social-icons {
    letter-spacing: 4px;
}

/********************************/
/************* Icons ************/
/********************************/


.icon {
    display: inline-block;
    background: url("https://images.parchment.com/images/sprites/25px.png?version=60") 1000px 1000px no-repeat;
    width: 25px;
    height: 25px;
    /*text-indent: -9999em;*/
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    font-size: 0px !important;
    text-decoration: none;
    line-height: 0;
    border:  0;
}

.icon.bottom {
    vertical-align: bottom;
}

.icon.trans, .iconX.trans {
    opacity: .8;
    filter: alpha(opacty=80);
}

.iconX {
    display: inline-block;
    background: url("https://images.parchment.com/images/sprites/50px.png?version=60") 1000px 1000px no-repeat;
    width: 50px;
    height: 50px;
    /*text-indent: -9999em;*/
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    font-size: 0px !important;
    text-decoration: none;
    line-height: 0;
    border:  0;
}

.icon.facebook {
    background-position: 0 0;
    cursor: pointer;
}

.icon.facebook:hover {
    background-position: -25px 0px;
}

.icon.twitter {
    background-position: -50px 0px;
    cursor: pointer;
}

.icon.twitter:hover {
    background-position: -75px 0px;
}

.icon.bulletdown {
    background-position: -105px -5px;
    width: 16px;
    height: 16px;
}

.icon.bulletup {
    background-position: -5px -30px;
    width: 16px;
    height: 16px;
}

.icon.home {
    background-position: -25px -25px;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.icon.pinktriangle {
    background-position: -100px -25px;
    width: 11px;
    height: 7px;
}

.icon.minus {
    background-position: 0px -50px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.icon.plus {
    background-position: -25px -50px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.icon.send {
    background-position: -50px -50px;
    width: 18px;
    height: 15px;
    cursor: pointer;
}

.icon.delete {
    background-position: -75px -50px;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.icon.refresh {
    background-position: -100px -50px;
    width: 14px;
    height: 15px;
    cursor: pointer;
}

.icon.refresh.inactive {
    background-position: 0px -75px;
    width: 14px;
    height: 15px;
    cursor: default;
}

.icon.question {
    background-position: -25px -75px;
    width: 15px;
    height: 15px;
}

.icon.question.blue {
    background-position: -0px -150px;
    width: 15px;
    height: 15px;
}

.icon.goto{
    background-position: -50px -75px;
    width: 15px;
    height: 12px;
    cursor: pointer;
}

.icon.goto.lower{
    background-position: 0 -200px;
    width: 15px;
    height: 12px;
    cursor: pointer;
}

.icon.facebook2 {
    background-position: -75px -75px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.icon.go {
    background-position: -100px -75px;
    width: 20px;
    height: 19px;
    cursor: pointer;
}

.icon.pagination.next {
    background-position: 0px -100px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.icon.pagination.prev {
    background-position: -25px -100px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.icon.pagination.current {
    background-position: -50px -100px;
    width: 22px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    font-size: 14px !important;;
    color: #0093af;
    letter-spacing: -.02em;
    vertical-align: baseline;
    cursor: pointer;
}

.icon.add {
    background-position: -75px -100px;
    width: 17px;
    height: 16px;
    cursor: pointer;
}

.icon.remove {
    background-position: -100px -100px;
    width: 17px;
    height: 16px;
    cursor: pointer;
}

.icon.percent {
    background-position: 0 -125px;
    width: 15px;
    height: 16px;
}

.icon.pencil {
    background-position: -25px -125px;
    width: 17px;
    height: 18px;
    cursor: pointer;
}

.icon.pencil.blue {
    background-position: -50px -125px;
    width: 17px;
    height: 18px;
    cursor: pointer;
}

.icon.bullet, .icon.bullet.green {
    background-position: -75px -125px;
    width: 16px;
    height: 16px;
}

.icon.printer {
    background-position: -100px -125px;
    width: 20px;
    height: 17px;
}

.icon.add.small {
    background-position: -25px -150px;
    width: 11px;
    height: 10px;
}

a:hover .icon.add.small,
.icon.add.small:hover {
    background-position: -50px -150px;
}

.icon.email {
    background-position: -75px -150px;
    width: 10px;
    height: 8px;
}

a:hover .icon.email,
.icon.email:hover {
    background-position: -100px -150px;
}

.icon.checkmark{
    background-position: -0px -175px;
    width: 13px;
    height: 13px;
}

.icon.checkmark.green{
    background-position: -25px -175px;
    width: 13px;
    height: 13px;
}

.icon.pencil.small {
    background-position: -50px -175px;
    width: 13px;
    height: 13px;
}
a:hover .icon.pencil.small,
.icon.pencil.small:hover {
    background-position: -75px -175px;
}

.icon.thumbs{
    background-position: -100px -175px;
    width: 25px;
    height: 16px;
}

.icon.arrow.down {
    background-position: -25px -200px;
    width: 12px;
    height: 12px;
}

.icon.arrow.up {
    background-position: -50px -200px;
    width: 12px;
    height: 12px;
}

.icon.arrow.left {
    background-position: -75px -200px;
    width: 12px;
    height: 12px;
}

.icon.arrow.right {
    background-position: -100px -200px;
    width: 12px;
    height: 12px;
}

.icon.add.white {
    background-position: 0 -225px;
    width: 15px;
    height: 16px;
}

.icon.remove.white {
    background-position: -25px -225px;
    width: 15px;
    height: 16px;
}

.icon.pencil.white {
    background-position: -50px -225px;
    width: 14px;
    height: 14px;
}

.icon.graph {
    background-position: -25px -250px;
    width: 25px;
    height: 20px;
}

.icon.people {
    background-position: -50px -250px;
    width: 25px;
    height: 25px;
}

.icon.target {
    background-position: -75px -250px;
    width: 23px;
    height: 24px;
}

.iconX.thumbsUp {
    background-position: -150px 0;
    width: 33px;
    height: 44px;
}

.iconX.thumbsDown {
    background-position: -100px 0;
    width: 31px;
    height: 44px;
}

.iconX.bullet {
    background-position: -200px 0;
    width: 28px;
    height: 26px;
}

.iconX.exclaim {
    background-position: 0 -50px;
    width: 32px;
    height: 32px;
}


/********************************/
/********** Pagination **********/
/********************************/

div.pagination {
    /*padding: 10px 0;*/
}
div.pagination:after {
    content: "";
    clear: both;
    display: block;
}

div.pagination a.previous,
div.pagination a.next {
    padding: 0 30px;
    line-height: 24px;
    vertical-align: middle;
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    font-size: 16px;
    margin: 15px 5px;
    /*
    border-radius: 3px;
    border: 1px solid #CCC;
    background-color: #DDD;
    box-shadow: 1px 1px 3px #999;
    */
}

div.pagination.hugbottom a.previous,
div.pagination.hugbottom a.next {
    margin-bottom: 0;
}

div.pagination a.previous:hover,
div.pagination a.next:hover {
    border-color: #999;
    /*text-decoration: none;*/
}

div.pagination a.previous {
    padding-right: 5px;
    background-image: url("https://images.parchment.com/images/site-chrome/pagination.previous.png?version=60");
    background-position: left center;
    float: left;
}

div.pagination a.next {
    padding-left: 5px;
    background-image: url("https://images.parchment.com/images/site-chrome/pagination.next.png?version=60");
    background-position: right center;
    float: right;
}

/********************************/
/*********** Tool Tips **********/
/********************************/

.tooltip.fluid span {display: inline-block;}
.tooltip.fluid .wrapper {text-align: center;}

.tooltip {
    width: 224px;
    background: url("https://images.parchment.com/images/sprites/repeat-y.png?version=60") -10px 0px repeat-y;
    position: absolute;
    z-index: 6000;
    top: 100px;
    left: 100px;
}
.tooltip .wrapper {
    display: inline-block;
    width: auto;
    background: none;
    border: 0;
}

.tooltip .tip {
    padding: 0 15px;
}
.tooltip.fluid {
    width: auto;
    background: none;
    position: absolute;
    display: inline-block;
}

.tooltip.fluid .fluidBox {
    display: inline-block;
    border:1px solid #CCC;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    background: #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.tooltip.fluid .fluidArrowShadow {
    margin: 0 auto;
    position: relative;
    left: -25px;
    top: -2px;
    z-index: 1;
    width: 0px;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: #CCC transparent transparent transparent;
    border-color: #CCC rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
}
.tooltip.fluid .fluidArrow {
    margin: 0 auto;
    position: relative;
    top: -3px;
    z-index: 2;
    width: 0px;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #FFF transparent transparent transparent;
    border-color: #FFF rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
}

.tooltip.fluid .tip {
    padding: 15px;
}

.tooltip.fluid .tip .tip-content {
    text-align:left;
}
.tooltip .tip .title {
    color: #0093af;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    padding: 0 10px 5px;
    text-align: left;
}

.tooltip .tip .tip-content {
    background: #eaf3f4;
    padding: 10px 14px;
    color: #514c40;
    font-size: 12px;
    line-height: 16px;
}

.tooltip .before {
    content: "";
    display: block;
    width: 224px;
    height: 9px;
    position: relative;
    top: -9px;
    background: url("https://images.parchment.com/images/site-chrome/tooltip.header.png") top center no-repeat;
    font-size: 0;
    line-height: 0;
}

.tooltip .after {
    content: "";
    display: block;
    width: 224px;
    height: 19px;
    position: relative;
    top: 19px;
    background: url("https://images.parchment.com/images/site-chrome/tooltip.footer.png") top center no-repeat;
    font-size: 0;
    line-height: 0;
}

/********************************/
/********** Text Fields *********/
/********************************/

input[type="text"], input[type="password"] {
	margin: 5px 0;
    height: 22px;
    line-height: 22px;
	background: #FFF;
	border: 1px solid #398EAB;
}

textarea {
	background: #f8f8f8;
	border: 1px solid #398EAB;
	width: 100%;
	height: 140px;
}

.text-field {
    margin: 5px 5px 5px 0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.text-field .before,
.text-field .after,
.text-field .field {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: top;
}

.text-field .before{
    background: url("https://images.parchment.com/images/sprites/50px.png?version=60") 0 0 no-repeat;
    width: 6px;
}
.text-field .after{
    background: url("https://images.parchment.com/images/sprites/50px.png?version=60") -50px 0 no-repeat;
    width: 6px;
}
.text-field .field {
    background: url("https://images.parchment.com/images/sprites/repeat-x.png?version=60") 0 -218px repeat-x;
    position: relative;
    white-space: nowrap;
}

.text-field textarea,
.text-field input[type="text"],
.text-field input[type="password"],
.text-field input[type="datetime"],
.text-field input[type="datetime-local"],
.text-field input[type="date"],
.text-field input[type="month"],
.text-field input[type="time"],
.text-field input[type="week"],
.text-field input[type="number"],
.text-field input[type="email"],
.text-field input[type="url"],
.text-field input[type="search"],
.text-field input[type="tel"],
.text-field input[type="color"],
.text-field .uneditable-input {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.text-field textarea:focus,
.text-field input[type="text"]:focus,
.text-field input[type="password"]:focus,
.text-field input[type="datetime"]:focus,
.text-field input[type="datetime-local"]:focus,
.text-field input[type="date"]:focus,
.text-field input[type="month"]:focus,
.text-field input[type="time"]:focus,
.text-field input[type="week"]:focus,
.text-field input[type="number"]:focus,
.text-field input[type="email"]:focus,
.text-field input[type="url"]:focus,
.text-field input[type="search"]:focus,
.text-field input[type="tel"]:focus,
.text-field input[type="color"]:focus {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}



/********************************/
/********* Link Buttons *********/
/********************************/

button.silver {
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;

    text-transform: uppercase;
    font-size: 12px;
    color: #0093AF;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;

    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d5d1d0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d5d1d0));
    background: -webkit-linear-gradient(top, #ffffff 0%,#d5d1d0 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#d5d1d0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#d5d1d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d1d0',GradientType=0 );
    background: linear-gradient(top, #ffffff 0%,#d5d1d0 100%);
}
button.silver:hover,
button.silver:focus {
    color: #dd0865;
    border-color: #CCC;
}

button.nobutton {
    background:  none;
    padding: 0;
    border:  0;
    cursor: pointer;
    height: 100%;
}

.ui-dialog .ui-dialog-buttonpane button.orange,
button.orange {
    color: #FFFFFF;
    background-color: #fea100;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fea100), to(#ce6805));
    background-image: -webkit-linear-gradient(top, #fea100, #ce6805);
    background-image:    -moz-linear-gradient(top, #fea100, #ce6805);
    background-image:     -ms-linear-gradient(top, #fea100, #ce6805);
    background-image:      -o-linear-gradient(top, #fea100, #ce6805);
    background-image:         linear-gradient(top, #fea100, #ce6805);
              filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fea100', EndColorStr='#ce6805');
    border: 0;
}
.ui-dialog .ui-dialog-buttonpane button.orange:hover,
button.orange:hover {
    border: 0;
}

.button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.button > span {
    display: block;
    float: left;
    cursor: pointer;
}

.button:hover {
    text-decoration: none !important;
}


/**** .button.blue27 ****/
.button.blue27 {
    background: url("https://images.parchment.com/images/sprites/buttons.27.right.png?version=60") no-repeat;
    background-position: right -1px;
    height: 27px;
    line-height: 27px;
    border: 0;
    padding: 0;
    padding-right: 16px; /* Width buttons.right */
    margin: 0 -4px;
}
.button.blue27 > span {
    background: url("https://images.parchment.com/images/sprites/buttons.27.left.png?version=60") no-repeat;
    background-position: 0px -1px;
    line-height: 25px;
    padding: 1px 0px 0px 16px;
    cursor: pointer;
}
.button.blue27:hover, button:hover .button.blue27 {
    background-position: right -29px;
    text-decoration: none;
}
.button.blue27:hover > span, button:hover .button.blue27 > span {
    background-position: 0px -29px;
}
.button.blue27.disabled:hover, button:hover .button.blue27.disabled {
    background-position: right -1px;
    text-decoration: none;
}
.button.blue27.disabled:hover span, button:hover .button.blue27.disabled span {
    background-position: 0 -1px;
}
.button.blue27 button {
    height: 26px;
}
.button.blue27, .button.blue27 button {
    color: #FFF !important;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    font-size: 12px;
    vertical-align: middle;
}


/**** .button.blue28 ****/
.button.blue28, .button.grey28, .button.orange28 {
    background: url("https://images.parchment.com/images/sprites/buttons.28.right.png?version=60") no-repeat;
    background-position: right -1px;
    height: 28px;
    line-height: 28px;
    border: 0;
    padding: 0;
    padding-right: 26px; /* Width buttons.right */
}
.button.blue28 > span, .button.grey28 > span, .button.orange28 > span {
    background: url("https://images.parchment.com/images/sprites/buttons.28.left.png?version=60") no-repeat;
    background-position: 0px -1px;
    line-height: 27px;
    padding: 0px 0px 1px 8px;
    cursor: pointer;
}
.button.blue28 button {
    height: 27px;
}
.button.blue28, .button.blue28 button {
    color: #FFF !important;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    font-size: 14px;
    vertical-align: middle;
}

.button.grey28 {
    background-position: right -30px;
}
.button.grey28 span {
    background-position: 0px -30px;
}
.button.grey28 button {
    height: 27px;
}
.button.grey28, .button.grey28 button {
    color: #FFF !important;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    font-size: 14px;
    vertical-align: middle;
}

.button.orange28 {
    background-position: right -59px;
}
.button.orange28 span {
    background-position: 0px -59px;
}
.button.orange28 button {
    height: 27px;
}
.button.orange28, .button.orange28 button {
    color: #FFF !important;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    font-size: 14px;
    vertical-align: middle;
}


/**** .button.grey30 ****/
.button.grey30 {
    background: url("https://images.parchment.com/images/sprites/buttons.30.right.png?version=60") no-repeat;
    background-position: right -1px;
    height: 30px;
    line-height: 30px;
    border: 0;
    padding: 0;
    padding-right: 16px; /* Width buttons.right */
}
.button.grey30 > span {
    background: url("https://images.parchment.com/images/sprites/buttons.30.left.png?version=60") no-repeat;
    background-position: 0px -1px;
    line-height: 30px;
    padding: 0px 0px 0px 16px;
    cursor: pointer;
}
.button.grey30 button {
    height: 30px;
}
.button.grey30, .button.grey30 button {
    color: #1a94af !important;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    font-size: 14px;
    vertical-align: middle;
}


/**** .button.orange44 ****/
.button.orange44 {
    background: url("https://images.parchment.com/images/sprites/buttons.44.right.png?version=60") no-repeat;
    background-position: right -1px;
    height: 44px;
    line-height: 44px;
    border: 0;
    padding: 0;
    padding-right: 37px; /* Width buttons.right */
    margin: 0 -1px;
}
.button.orange44 > span {
    background: url("https://images.parchment.com/images/sprites/buttons.44.left.png?version=60") no-repeat;
    background-position: 0px -1px;
    line-height: 41px;
    padding: 0px 0px 3px 37px;
    cursor: pointer;
}
.button.orange44 button {
    height: 44px;
}
.button.orange44, .button.orange44 button {
    color: #FFF !important;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    font-size: 20px;
    vertical-align: middle;
}

.button.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}
.button.disabled * {
    cursor: default !important;
}

/****************************************/
/*********** NoImage Buttons ************/
/****************************************/

.btn {
    zoom: 1;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    display: inline-block;
    margin: 2px;
    overflow: visible;
}

.btn.blue27,
.ui-dialog .ui-dialog-buttonpane button {
    height: 21px;
    line-height: 19px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #01abeb;
    background: -moz-linear-gradient(top,  #01abeb 0%, #0f5978 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01abeb), color-stop(100%,#0f5978));
    background: -webkit-linear-gradient(top,  #01abeb 0%,#0f5978 100%);
    background: -o-linear-gradient(top,  #01abeb 0%,#0f5978 100%);
    background: -ms-linear-gradient(top,  #01abeb 0%,#0f5978 100%);
    background: linear-gradient(top,  #01abeb 0%,#0f5978 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01abeb', endColorstr='#0f5978',GradientType=0 );
    border: 0;
    color: #FFFFFF !important;
    font-size: 12px !important;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
}
.ui-button-text-only .ui-button-text {
    color: #FFFFFF;
    padding: 0;
}
.btn.blue27:hover,
.btn.blue27:focus,
.ui-dialog .ui-dialog-buttonpane button:hover,
.ui-dialog .ui-dialog-buttonpane button:focus {
    background: #64ceef;
    background: -moz-linear-gradient(top,  #64ceef 0%, #2f6f90 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64ceef), color-stop(100%,#2f6f90));
    background: -webkit-linear-gradient(top,  #64ceef 0%,#2f6f90 100%);
    background: -o-linear-gradient(top,  #64ceef 0%,#2f6f90 100%);
    background: -ms-linear-gradient(top,  #64ceef 0%,#2f6f90 100%);
    background: linear-gradient(top,  #64ceef 0%,#2f6f90 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64ceef', endColorstr='#2f6f90',GradientType=0 );
}

.btn.orange27 {
    height: 21px;
    line-height: 19px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fcae17;
    background: -moz-linear-gradient(top,  #fcae17 0%, #f68d1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcae17), color-stop(100%,#f68d1f));
    background: -webkit-linear-gradient(top,  #fcae17 0%,#f68d1f 100%);
    background: -o-linear-gradient(top,  #fcae17 0%,#f68d1f 100%);
    background: -ms-linear-gradient(top,  #fcae17 0%,#f68d1f 100%);
    background: linear-gradient(top,  #fcae17 0%,#f68d1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcae17', endColorstr='#f68d1f',GradientType=0 );
    border: 0;
    color: #FFFFFF !important;
    font-size: 12px !important;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
}

.btn.red27 {
    height: 21px;
    line-height: 19px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ec4d49;
    background-image: -moz-linear-gradient(top,#ee5f5b,#e9322d);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#e9322d));
    background-image: -webkit-linear-gradient(top,#ee5f5b,#e9322d);
    background-image: -o-linear-gradient(top,#ee5f5b,#e9322d);
    background-image: linear-gradient(to bottom,#ee5f5b,#e9322d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffe9312c', GradientType=0);
    border: 0;
    color: #FFFFFF !important;
    font-size: 12px !important;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
}

.btn.blue28 {
    height: 28px;
    line-height: 28px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #25a9e0;
    background: -moz-linear-gradient(top,  #25a9e0 0%, #0e5776 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25a9e0), color-stop(100%,#0e5776));
    background: -webkit-linear-gradient(top,  #25a9e0 0%,#0e5776 100%);
    background: -o-linear-gradient(top,  #25a9e0 0%,#0e5776 100%);
    background: -ms-linear-gradient(top,  #25a9e0 0%,#0e5776 100%);
    background: linear-gradient(top,  #25a9e0 0%,#0e5776 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9e0', endColorstr='#0e5776',GradientType=0 );
    border: 0;
    color: #FFFFFF !important;
    font-size: 14px !important;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
}

.btn.blue28:after,
.btn.orange28:after {
    content: " ";
    background: url(https://images.parchment.com/images/site-chrome/button.arrow.png?version=60) no-repeat;
    width: 17px;
    height: 10px;
    display: inline-block;
    margin: 0 0 0 4px;
}
.btn.blue28.no-icon:after,
.btn.orange28.no-icon:after {
    content: "";
    background: none;
    width: 0;
    height: 0;
    display: none;
    margin: 0 ;
}

.btn.orange28 {
    height: 28px;
    line-height: 28px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fcae17;
    background: -moz-linear-gradient(top,  #fcae17 0%, #f68d1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcae17), color-stop(100%,#f68d1f));
    background: -webkit-linear-gradient(top,  #fcae17 0%,#f68d1f 100%);
    background: -o-linear-gradient(top,  #fcae17 0%,#f68d1f 100%);
    background: -ms-linear-gradient(top,  #fcae17 0%,#f68d1f 100%);
    background: linear-gradient(top,  #fcae17 0%,#f68d1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcae17', endColorstr='#f68d1f',GradientType=0 );
    border: 0;
    color: #FFFFFF !important;
    font-size: 14px !important;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
}

.btn[disabled] {
    cursor: default;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.btn.blue27[disabled]:hover,
.btn.blue27[disabled]:focus,
.ui-dialog .ui-dialog-buttonpane button[disabled]:hover,
.ui-dialog .ui-dialog-buttonpane button[disabled]:focus {
    cursor: default;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: #01abeb;
    background: -moz-linear-gradient(top,  #01abeb 0%, #0f5978 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01abeb), color-stop(100%,#0f5978));
    background: -webkit-linear-gradient(top,  #01abeb 0%,#0f5978 100%);
    background: -o-linear-gradient(top,  #01abeb 0%,#0f5978 100%);
    background: -ms-linear-gradient(top,  #01abeb 0%,#0f5978 100%);
    background: linear-gradient(top,  #01abeb 0%,#0f5978 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01abeb', endColorstr='#0f5978',GradientType=0 );
}

.btn.iefix {
    filter: none;
}

.btn.iefix:after {
    display: none;
    width: 0;
    height: 0;
}

/****************************************/
/************* Data Tables **************/
/****************************************/

td.center {
    text-align: center;
    vertical-align: middle;
}
td.center .icon {vertical-align: middle;}

table.wide {
    width: 100%;
}

table.data {
    border-bottom: 1px solid #ececec;
    width: 100%;
}

table.data .nowrap {
    white-space: nowrap;
}

table.data thead tr {

  background-color: #01859E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01859E), to(#1A9EB7));
  background-image: -webkit-linear-gradient(top, #01859E, #1A9EB7);
  background-image:    -moz-linear-gradient(top, #01859E, #1A9EB7);
  background-image:     -ms-linear-gradient(top, #01859E, #1A9EB7);
  background-image:      -o-linear-gradient(top, #01859E, #1A9EB7);
  background-image:         linear-gradient(top, #01859E, #1A9EB7);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#01859E', EndColorStr='#1A9EB7');
}

table.data thead tr th {
    height: 33px;
    vertical-align: middle;
    padding: 7px;

    border-left: 1px solid #0595b0;
    border-right: 1px solid #077287;

    color: #FFFFFF;
    font-size: 16px;
}
table.data thead tr th:last-child {
    border-right: 1px solid #0a8ea7;
}
table.data thead tr.subhead {
    background: #eeeced;
}
table.data thead tr.subhead th {
    padding: 7px;

    color: #524b41;
    font-weight: normal;
    font-size: 13px;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}

table.data thead {
    border-collapse: separate;
}

table.data tbody {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;

    line-height: 20px;

    font-size: 14px;
    color: #514c40;
    letter-spacing: -.03em;
}

table.data tfoot {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;

    line-height: 20px;

    font-size: 14px;
    color: #514c40;
    letter-spacing: -.03em;
    background: #F9F9F9;
}

table.data tbody:first-child {
    border-top: 5px !important;
}

table.data tbody.odd, table.data tr.odd {
    background: #eaf3f4;
}
table.data tbody.even, table.data tr.even {
    background: #FFF;
}

table.data tbody td, table.data tfoot td {
    border-collapse: separate;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 10px 5px 10px 10px;
    vertical-align: top;
}

table.data .icon {
    margin: 0 5px;
    text-indent: 0px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    word-spacing: 0;
    vertical-align: top;
}

/****************************************/
/************ Simple Tables *************/
/****************************************/


table.simple {
    width: 100%;
    border:  1px solid #f1f0f0;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #514c40;
}
table.simple.noborder {
    border: 0px;
}
table.simple thead {
    border-bottom: 2px solid #199db6;
    background:  #FFFFFF;
    height: 33px;
    line-height: 33px;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
}
table.simple thead th {
    padding: 0 5px;
    border-bottom: 2px solid #199db6;
}
table.simple tbody {
    background:  #FFFFFF;
    line-height: 25px;
}
table.simple td, table.simple tbody td {
    padding: 0 10px;
}
table.simple tbody.even, table.simple tr.even {
    background: #eaf3f4;
}
table.simple tbody.odd, table.simple tr.odd {
    background: #FFF;
}
table.simple tfoot {
    background: #FFF;
    border-top: 1px solid #eaf3f4;
}
table.simple.nobg tbody {background: none;}

/*****************************************/
/************* Zebra Tables **************/
/*****************************************/

table.zebra tbody tr.odd {
    background: #eaf3f4;
}
table.zebra tbody tr.even {
    background: #FFF;
}
table.zebra tbody tr:nth-child(odd) {
    background: #eaf3f4;
}
table.zebra tbody tr:nth-child(even) {
    background: #FFF;
}

/****************************************/
/************* Form Tables **************/
/****************************************/

table {
}

table .nowrap {
    white-space: nowrap;
}

table tbody {

    line-height: 20px;

    font-size: 14px;
    color: #514c40;
    letter-spacing: -.03em;
}
table .mini {
    font-size: 12px;
}

table tbody td {
    padding: 10px 5px 10px 10px;
    vertical-align: top;
}

table .icon {
    margin: 0 5px;
    text-indent: 0px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    word-spacing: 0;
    vertical-align: top;
}

/****************************************/
/************* Progress Bar *************/
/****************************************/

.progress, .progress .bar, .progress .bar .cap {
    background: url("https://images.parchment.com/images/sprites/progress.png?version=60") 0 0 no-repeat;
}

.progress {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    width: 113px;
    height: 16px;
    background: url("https://images.parchment.com/images/sprites/progress.png?version=60") 0 0 no-repeat;
    margin: 0px 10px 0px 0;
    text-align: left;
}

.progress.tight {
    margin-right: 2px;
}

.progress .bar, .progress .bar .cap {
    background-position: 0 -16px;
}

.progress .bar {
    display: inline-block;
    width: 0%;
    height: 16px;
}

.progress .bar .cap {
    display: inline-block;
    width: 2px;
    height: 16px;
    float: right;
    margin-right: -1px;
}

.progressLabel {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

.progressLabel.state0 {
    color: #9f9f9f;
}

.progressLabel.state1 {
    color: #d5140b;
}

.progressLabel.state2 {
    color: #f39a0c;
}

.progressLabel.state3 {
    color: #e1cb0b;
}

.progressLabel.state4 {
    color: #62a672;
}

/****************************************/
/*************** Error Box **************/
/****************************************/

#ErrorBox, .error-label-container {
    padding: 10px;
    background: #fce3e3;
    border: 1px solid #fb7c7c;
    color: #f00;
    margin: 10px 0;
}

#ErrorBox .title, .error-label-container .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#ErrorBox ul, .error-label-container ul  {
    list-style: circle;
    margin-left: 20px;
}

.error {
    color: #F00 !important;
}

div.warning {
    background:  #FBF9EE;
    border:  1px solid #FCEFA1;
    padding:  10px;
    margin:  5px 0;
}

/****************************************/
/************* Message Box **************/
/****************************************/

#MessageBox {
    padding: 10px;
    background: #e6f8ed;
    border: 1px solid #9cdab7;
    color: #459667;
    margin: 10px 0;
}

#MessageBox .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#MessageBox ul  {
    list-style: circle;
    margin-left: 20px;
}

/****************************************/
/********** Announcement Box ************/
/****************************************/

#AnnouncementBox {/* #db0962 */
    padding: 10px;
    background: #e4f6f9;
    border: 1px solid #92cad5;
    color: #0093AF;
    margin: 10px 0;
    position: relative;
    line-height: 1.2em;

    padding: 10px;
    background: #ededed;
    color: #DB0962;
    margin: 0;
    position: relative;
    line-height: 1.2em;
    border: 0;
    border-bottom: 1px solid #CDCDCD;
}

#AnnouncementBox a.close {
    color: #DB0962;
    text-decoration: underline;
}

#AnnouncementBox .close-wrapper {
    text-align: right;
    padding: 0 10px;
}

#AnnouncementBox .close-wrapper a {
    background: #FFF;
    padding: 2px 8px;
    color: #db0962;
    text-decoration: none;
}
#AnnouncementBox .close {
    /*position: absolute;
    top: -7px;
    right: -7px;
    cursor: pointer;*/
}

#AnnouncementBox .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#AnnouncementBox ul  {
    list-style: none;
}

#AnnouncementBox ul li  {
    margin-top: 10px;
}

#AnnouncementBox ul li:first-child  {
    margin-top: 0;
}

#main-content > #AnnouncementBox {
    margin-top: 0;
}

/****************************************/
/**************** Reg Box ***************/
/****************************************/

.regbox {
}

.regbox .column {
    height: auto !important;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
}

.regbox .column-1 {
    width: 170px;
    padding-right: 30px;
}
.regbox .column-2 {
    padding-left: 20px;
    border-left:  1px solid #ececec;
    width: 475px;
}

/****************************************/
/***************** Lists ****************/
/****************************************/

ul.greenBullet {
    list-style: none;
    margin-left: 0;
}
ul.greenBullet li {
    padding-left: 25px;
    background: url("https://images.parchment.com/images/site-chrome/bullet.green.png") 0 2px no-repeat;
    line-height: 18px;
}

ul.dashed li {
    padding: 5px 0;
    border-bottom: 1px dashed #888888;
}

ul.nolist {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.nolist li {
}


/****************************************/
/************** Pagination **************/
/****************************************/

.slider {
    display: inline-block;
    text-decoration: none;
}

.slider span {
    display: block;
    float: left;
    cursor: pointer;
}

.slider:hover {
    text-decoration: none !important;
}


/**** .slider.pagination ****/
.slider.pagination {
    background: url("https://images.parchment.com/images/site-chrome/pagination.current.right.png") right 0 no-repeat;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    border: 0;
    padding: 0 4px 0 0; /* Width buttons.right */
    margin: 0;
    height: 21px;

    text-align: center;
    line-height: 21px;
    font-size: 14px !important;;
    color: #0093af;
    letter-spacing: -.02em;
    vertical-align: top;
}
.slider.pagination span {
    background: url("https://images.parchment.com/images/site-chrome/pagination.current.png") 0 0 no-repeat;
    line-height: 21px;
    padding: 0 0 0 4px;
    cursor: pointer;
}

/****************************************/
/*************** Step bar ***************/
/****************************************/

.stepBar {
    margin: 10px 0;
    border: 1px solid #e0dfdf;
    background: #eeeded;

    color: #524c3f;
}

.stepBarContent {
    padding: 10px;
}

.stepBar .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.stepBar .step .bar {
    height: 16px;
    line-height: 16px;
    background: url("https://images.parchment.com/images/sprites/steps.png?version=60") -5px 0 no-repeat;
}

.stepBar .step.first .bar {
    background-position: left 0;
}

.stepBar .step.last .bar {
    background-position: right 0;
}

.stepBar .step.complete .bar {
    background-position: -5px -16px;
}

.stepBar .step.complete.first .bar {
    background-position: left -16px;
}

.stepBar .step.complete.last .bar {
    background-position: right -16px;
}

.stepBar .step .divider {
    width: 12px;
    height: 16px;
    background: url("https://images.parchment.com/images/sprites/steps.png?version=60") 0 -32px no-repeat;
    display: inline-block;
}

.stepBar .step.first .divider {
    width: 5px;
    background: url("https://images.parchment.com/images/sprites/steps.png?version=60") 0 -16px no-repeat;
}

.stepBar .stepIndex {
    font-weight: bold;
}

.stepBar .stepText {
    padding: 0 5px;
    font-size: 11px;
    line-height: 13px;
}

.stepBar .steps table {width: 100%; border: 0;}
.stepBar table td {padding: 0; margin: 0; border: 0;}

/****************************************/
/**************** Colors ****************/
/****************************************/

.white {
    color: #FFF;
}

/****************************************/
/************* Signature Box ************/
/****************************************/

.signatureBox {
    border: 1px solid #000;
    background:  url("https://images.parchment.com/images/site-chrome/signaturepad.jpg") left bottom no-repeat;
    padding:  0;
}

/****************************************/
/*************** Page Tabs **************/
/****************************************/

.pageTabs {
    list-style: none;
    margin:  10px 0 0;
    display: block;
    border: 1px solid #ECECEC;
    border-bottom:  0;
    background: #F9F9F9 url("https://images.parchment.com/images/site-chrome/shadow.top.png") left bottom repeat-x;
}
.pageTabs .tab {
    float: left;
}
.pageTabs .selected,
.pageTabs .tab a {
    padding:  10px 20px;
    display: block;
    text-decoration: none;
}
.pageTabs .selected {
    background: #DB0962;
    color: #FFF;
}
.pageTabs .tab a:hover {
    color: #DB0962;
}

/****************************************/
/************ Popup Container ***********/
/****************************************/

.modal_dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.modal_dialog .background {
    background: #333;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.modal_dialog .modalbox {
    width: 80%;
    max-width: 400px;
    height: auto !important;
    height: 300px;
    min-height: 300px;
    max-height: 80%;
    overflow: auto;
    margin: 50px auto 0;
    background:  #FFF;
    position: relative;
    z-index: 1001;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:  1px solid #333;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

.modal_dialog .content {
    padding:  10px 20px 20px 20px;
    text-align: left;
    position: relative;
}

.modal_dialog .replaceableContent {
    height: 100%;
}

.modal_dialog .close {
    text-align: right;
    display: block;
    cursor: pointer;
}
.modal_dialog .close:hover {
    text-decoration: none;
}

/****************************************/
/************* Deliver Pages ************/
/****************************************/

.memberLogo {
    float: right;
    padding: 10px;
}

#deliveryDestinationList{}
#deliveryDestinationList ul{list-style: none; margin: 0 0 0 5px; display: block;}
#deliveryDestinationList li {
    display: block;
    margin: 10px 0;
}
#deliveryDestinationList .removeDestination {padding-right: 10px;}
#deliveryDestinationList .heading {}

.formfield {
    margin-left: 10px;
    padding-bottom: 15px;
}

#captcha {
    border: 1px solid #999;
    width: 200px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
}
#captcha img {
    vertical-align: middle;
}
#captcha .default {height: 100%;}



/****************************************/
/************* Profile Pages ************/
/****************************************/

#profileHeader {
    padding: 19px 0 14px 19px;
}
#profileImage {
    /*background: url("https://images.parchment.com/images/site-chrome/profileBorder.png") no-repeat;*/
    padding: 2px;
    margin-bottom: 10px;
    border: 1px solid #c7c7c7;
    width: 100px;
}
#profileName {
    padding: 2px;
    margin-bottom: 20px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
#profileImage img {
    width: 100px;
    display: block;
}
.profileLink {
    margin-bottom: 5px;
}

.profileBlock {
    padding: 20px 0;
    border-top: 1px dashed #CCC;
}

.profileBlock.huggies {
    padding: 10px 0;
}

.profileBlock .blockTitle {
    font-weight: bold;
    width: 190px;
    margin-left: 20px;
}
.profileBlock .blockContent {
    width: 430px;
    font-size: 12px;
    line-height: 16px;
}
.profileBlock label {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}
.profileBlock .blockContent li ul {
    margin-left: 5px;
}
.profileBlock .blockContent li  {
    padding: 5px 0;
}
.profileBlock .blockContent li:first-child  {
    padding: 0 0 5px;
}
.profileBlock .blockContent li li,
.profileBlock .blockContent ul.squish li  {
    padding: 0 0;
}
.minicontact {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 5px 0;
}
.minicontact .connectionImage {
    margin-right: 5px;
}

.profiler {
    padding-left: 38px;
    position: relative;
    height: auto !important;
    height: 40px;
    min-height: 40px;
}
.profiler .profileIcon {
    position: absolute;
    top: 0px;
    left: 0px;
}

ul.profileList li div.avatar {
    float: left;
    padding-right: 8px;
}
ul.profileList li div.avatar img {
    width: 30px;
}
ul.profileList li div.content {
    padding-top: 4px;
}
ul.profileList li div.content .memberName {
    color: #0093AF;
}
ul.profileList li div.content .timeAgo {
    font-style: italic;
}

/****************************************/
/************* College List *************/
/****************************************/

.collegelist {
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

.collegelist .logo {
    border-right: 0;
}
.collegelist .name {
    border-left: 0;
}
.collegelist .status {font-weight: bold;}
.collegelist .vote {
    color: #0093af;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
}

.collegelist tbody td, .collegelist tfoot td {
    padding: 10px;
}

.collegelist .progress {
    margin: 0 10px 0 0;
}
.collegelist .mini {font-size: 11px;}

/****************************************/
/*************** Widgets ****************/
/****************************************/

.widget {}

/************* ChanceSelect *************/

.widget.chanceSelect,
.widget.chanceSelect .buttons {
    font-size: 0px;
    height: 44px;
    line-height: 44px;
    white-space: nowrap;
}
.widget.chanceSelect span {
    font-size: 10px;
    vertical-align: top;
}
.widget.chanceSelect .buttons {
    display: inline-block;
    line-height: 38px;
    padding: 1px 0 5px;
    background: url("https://images.parchment.com/images/site-chrome/widget.chanceSelect.bg.png") top left repeat-x;
}
.widget.chanceSelect a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    padding: 0 5px;
    border-right: 1px solid #ECECEC;
    font-size: 10px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}
.widget.chanceSelect .buttons span:last-child a {border-right: 0px;}
.widget.chanceSelect a:hover {
    text-decoration: none;
    color: #DB0962;
}
.widget.chanceSelect a.active {
    text-decoration: none;
    background: #098da7;
    color: #FFFFFF;
}

/****************************************/
/**************** Blocks ****************/
/****************************************/

.block-wrap .block {
    padding-bottom: 20px;
}/****************************************/
/************* messageBlock *************/
/****************************************/

.messageBlock {
    border-top:  1px solid #d2d2d1;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    color: #514c40;
    font-size: 12px;
    line-height: 16px;
}
.messageContent {
    border-top: 1px solid #eeeded;
    padding: 10px;
    height: auto !important;
    height: 77px;
    min-height: 77px;
}
.messageBlock .linkArea {
    vertical-align: top;
    padding-left: 45px;
    position: relative;
    width: 160px;
    padding-right: 10px;
    float: left;
}
.messageBlock .linkArea .linkTitle a {
    color: #007236;
    font-size: 15px;
    line-height: 18px;
}
.messageBlock .bullet {
    position: absolute;
    top: 0;
    left: 0;
}
.messageBlock .descriptionArea {
    float: right;
    width: 655px;
}
.messageBlock ul li {
    background:  url("https://images.parchment.com/images/site-chrome/checkmark.png") 0px 3px no-repeat;
    line-height: 14px;
    padding: 3px 0 3px 20px;;
}

/****************************************/
/************* shadowBlock **************/
/****************************************/

.shadowBlock {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    color: #514c40;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
}
.shadowBlock .shadowTop,
.shadowBlock .shadowMiddle,
.shadowBlock .shadowBottom {
    position: relative;
    clear: both;
}
.shadowBlock .tl {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 7px;
    background: url("https://images.parchment.com/images/sprites/shadowBlock.png?version=60") 0 -8px no-repeat;
}
.shadowBlock .tm {
    height: 7px;
    background: url("https://images.parchment.com/images/sprites/shadowBlock.png?version=60") 0 0 repeat-x;
    margin: 0 7px 0 5px;
}
.shadowBlock .tr {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url("https://images.parchment.com/images/sprites/shadowBlock.png?version=60") -6px -8px no-repeat;
}

.shadowBlock .l {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 100%;
    background: url("https://images.parchment.com/images/sprites/shadowBlock.lr.png?version=60") 0 0 repeat-y;
}
.shadowBlock .m {
    background: #FFF;
    margin: 0 7px 0 5px;
}
.shadowBlock .r {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 7px;
    height: 100%;
    background: url("https://images.parchment.com/images/sprites/shadowBlock.lr.png?version=60") right 0 repeat-y;
}

.shadowBlock .bl {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 7px;
    background: url("https://images.parchment.com/images/sprites/shadowBlock.png?version=60") 0 -16px no-repeat;
}
.shadowBlock .bm {
    height: 7px;
    background: url("https://images.parchment.com/images/sprites/shadowBlock.png?version=60") 0 -24px repeat-x;
    margin: 0 7px 0 5px;
}
.shadowBlock .br {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url("https://images.parchment.com/images/sprites/shadowBlock.png?version=60") -6px -16px no-repeat;
}
.shadowBlock .content {
    padding: 10px;
}

.shadowBlock .shadowTitle {
    color: #007236;
    font-size: 16px;
    line-height: 18px;
    border-bottom:  2px solid #199db6;
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-weight: bold;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
}


/****************************************/
/************ College Profile ***********/
/****************************************/

#prefrank {
    float: right;
    text-align: right;
    width: 200px;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
}
#prefrank .rank {
    color: #0093af;
}
#studentPrefers {
    padding: 10px 0px 10px 5px;
}
#preferOver,
#preferEqual,
#preferLess {
    float: left;
    width: 33%;
}
#studentPrefers .shadowBlock .content {
    height: auto !important;
    height: 200px;
    min-height: 200px;
}
#newPosts {
    display: block;
}
.map {
    border: 1px solid #ECECEC;
    padding: 2px;
}
.map a {
    display: inline-block;
    width: 228px;
    height: 210px;
    line-height: 210px;
    vertical-align: top;
}
.map img {
    width: 228px;
    height: 210px;
    vertical-align: top;
}
.shareApplicant {
    position: relative;
    padding-left: 55px;
}
.shareApplicant .value {
    position: absolute;
    top: 0;
    left: 0;
}
#collegeProfileRighty {
    width: 395px;
}
#collegeProfileLefty {
    width: 234px;
}

#college-profile #your-chances {
    padding-bottom: 15px;
}

#college-profile #admission-overview {
    float: left;
    width: 243px;
    padding-bottom: 15px;
}

#college-profile #acceptance-rate-by-gender {
    float: right;
    width: 390px;
    padding-bottom: 15px;
}
#college-profile #acceptance-rate-by-gender img {
    width: 100%;
}

#college-profile #acceptance-rate-by-test-scores {
    padding-bottom: 15px;
    clear: both;
}
#college-profile #acceptance-rate-by-test-scores .graph img {
	border: 1px solid #ECECEC;
	margin-left: 15px;
}
#college-profile #degree-completions {
    padding-bottom: 15px;
}
#college-profile #degree-complete-data {
    padding-top: 15px;
}
#college-profile #member-admissions {
    padding-bottom: 15px;

}
#college-profile #stats-disclaimer {
    padding-bottom: 15px;

}
.colorizeGreen {
    border: 1px solid #CCFF88 !important;
    background: #e8ffe8 !important;
}
.colorizeRed {
    border: 1px solid #FFAAAA !important;
    background: #fee0e0 !important;
}
.colorizeYellow {
    border: 1px solid #FFFF44 !important;
    background: #fdfdda !important;
}


/****************************************/
/******** College Recommendations *******/
/****************************************/

#saved-majors,
#saved-colleges {
    padding: 3px;
    margin-top: 5px;
    position: relative;
    height: auto !important;
    height: 1.2em;
    min-height: 1.2em;
}
#saved-majors .no-save,
#saved-colleges .no-save {
    position: absolute;
    padding: 3px;
    font-style: italic;
    font-size: 12px;
}
#saved-majors .save-wrap,
#saved-colleges .save-wrap {
    background: #eaf3f4;
    position: relative;
}
#saved-majors .save-wrap > div,
#saved-colleges .save-wrap > div {
    border-top: 1px solid #d2e9ed;
    padding: 8px 5px 5px 28px;
    position: relative;
    cursor: pointer;
}
#saved-majors .save-wrap > div:hover,
#saved-colleges .save-wrap > div:hover {
    background: #e5eeef;
}
#saved-majors .save-wrap > div:first-child,
#saved-colleges .save-wrap > div:first-child {
    border-top: 0px;
    padding-top: 5px;
}
#saved-majors .save-wrap > div .icon,
#saved-colleges .save-wrap > div .icon {
    position: absolute;
    top: 8px;
    left: 8px;
}
#saved-majors .save-wrap > div:first-child .icon,
#saved-colleges .save-wrap > div:first-child .icon {
    top: 5px;
}

#recommendLeft {
    float: left;
    width: 215px;
}
#recommendLeft .selectBox-inline {
    width: 196px;
}
#recommendLeft .text-field input {
    width: 180px;
}
#recommendRight {
    float: right;
    width: 550px;
}
#majorOptions,
#collegeSelections {
    overflow: auto;
    max-height: 400px;
}
#recommendSearchResults .chances,
#recommendSearchResults .action {
    width: 68px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 13px;
    padding: 0;
}
#recommendSearchResults .chances a,
#recommendSearchResults .action a {
    padding: 10px 5px;
    display: block;
    font-size: 11px;
}
#recommendSearchResults .chances a:hover,
#recommendSearchResults .action a:hover {
    text-decoration: none;
}
#recommendSearchResults .chances .icon,
#recommendSearchResults .action .icon {
    margin-bottom: 5px;
}
#recommendSearchResults td {
    padding: 10px;
}
#recommendSearchResults td {
    border: 1px solid #ECECEC;
}

#noRecommendResults {
    padding-left: 45px;
    position: relative;
}

#noRecommendResults > .iconX {
    position: absolute;
    top: 0;
    left: 0;
}

#recommendGetStarted {
    background: #FFF;
}
#recommendGetStarted .steps {
    border-bottom: 2px solid #ecebeb;
    margin-bottom: 5px;
}
#recommendGetStarted .step .heading {
    border-bottom: 2px solid #ecebeb;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
#recommendGetStarted .step {
    float: left;
    width: 30%;
    padding: 1%;
}
#recommendGetStarted #getStartedButton {
    font-size: 22px;
    line-height: 30px;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
}

/****************************************/
/***** Styles for our extension *********/
/***** of jQuery autocomplete ***********/
/****************************************/
.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}

/****************************************/
/************ 3D Paper Effect ***********/
/****************************************/

.threeDpaper {
    position: relative;
}
.threeDpaper .tl {
    background: url('https://images.parchment.com/images/sprites/threeDpaper.png?version=60') 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 110px;
}
.threeDpaper .tr {
    background: url('https://images.parchment.com/images/sprites/threeDpaper.png?version=60') -130px 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 110px;
}


/****************************************/
/************** Chances List ************/
/****************************************/

#chancesList #headRight {
    float: right;
}
#chancesList #searchField {
    position: relative;
}
#chancesList .icon.go {
    position: absolute;
    top: 10px;
    right: 10px;
}
#chancesList #searchField input[type='text'] {
    width: 240px;
    padding-right: 25px;
}
#chancesList #schoolChances {
    margin-top: 15px;
}
#chancesList #schoolChances .footing .lefty {
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
}
#chancesList #schoolChances .footing .righty {
    padding-right: 10px;
    font-size: 22px;
    line-height: 34px;
}
#chancesList #schoolChances .footing .righty .iconX {
    position: relative;
    top: -2px;
}
#chancesList #schoolChances .footing a:hover {
    text-decoration: none;
}
#chancesList #schoolChances .footing a {
    color: #FFF;
}
#chancesList #schoolChances .chance-data > div {
    float: left;
    padding: 8px 8px;
    border-left: 1px solid #ECECEC;
    height: 100%;
}
#chancesList #schoolChances .chance-data .title {
    font-weight: bold;
    font-size: 14px;
    color: #514c40;
}
#chancesList #schoolChances .chance-data .progressWrap {
    padding: 5px 0;
}
#chancesList #schoolChances .chance-data .logo img {
    width: 52px;
}
#chancesList #schoolChances .chance-data .logo {
    padding: 10px 5px;
}

#chancesList #schoolChances .chance-data .logo,
#chancesList #schoolChances .chance-data .name,
#chancesList #schoolChances .chance-data .your-chance {
    border-left: none;
}
#chancesList #schoolChances .chance-data .logo{
    width: 52px;
}
#chancesList #schoolChances .chance-data .name{
    width: 150px;
}
#chancesList #schoolChances .chance-data .your-chance{
    width: 175px;
	background-color: #ffffff;
	border:1px solid darkGray;
}
#chancesList #schoolChances .chance-data .peer-predict{
    width: 175px;
}
#chancesList #schoolChances .chance-data .avg-chance{
    width: 162px;
}
#howToGetNumbers {
    padding: 20px 0;
}

#chancesLanding {
}
#chancesLanding .rightImage {
    float: right;
    padding: 30px;
}

/****************************************/
/************ Chances Layout ************/
/****************************************/

.chance-group {
    padding: 15px 0;
}

.chance-group .heading {

    background-color: #1A9EB7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A9EB7), to(#01859E));
    background-image: -webkit-linear-gradient(top, #1A9EB7, #01859E);
    background-image:    -moz-linear-gradient(top, #1A9EB7, #01859E);
    background-image:     -ms-linear-gradient(top, #1A9EB7, #01859E);
    background-image:      -o-linear-gradient(top, #1A9EB7, #01859E);
    background-image:         linear-gradient(top, #1A9EB7, #01859E);
              filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1A9EB7', EndColorStr='#01859E');


    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;

    padding: 10px;
}

.chance-group .stackbox {
    background: #F9F9F9;
    border: 1px solid #E8E8E8;
    margin-top: 15px;
    padding: 0;
}

.chance-group .stackbox .logo {
    float: left;
    padding: 5px;
}
.chance-group .stackbox .name {
    float: left;
    padding: 5px;
    width: 170px;
}
.chance-group .stackbox .chances {
    float: left;
    padding: 5px;
    width: 350px;
}
.chance-group .stackbox .chance  {
    clear: both;
}
.chance-group .stackbox .chance .title {
    float: left;
    padding: 5px;
    width: 155px;

    text-align: right;
}
.chance-group .stackbox .chance .progressWrap {
    float: left;
    padding: 5px;
    width: 175px;
}
.chance-group .stackbox .actions {
    float: left;
    padding: 5px;
    width: 150px;
}

.chance-group .stackbox .action {
    float: left;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    width: 59px;
    border: 1px solid #E8E8E8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 2px;
    background: #F2F2F2;
    box-shadow: 0 0 2px #D8D8D8;
}
.chance-group .stackbox .action:hover {
    border-color: #BBBBBB;
    box-shadow: 0 0 2px #CCCCCC;
    text-decoration: none;
}
.chance-group .stackbox .action .icon {
    height: 25px;
}
.chance-group .stackbox .action .text {
    font-size: 10px;
    display: block;
}
.chance-group .stackbox .details {
    padding: 10px;
}

/****************************************/
/************ Center Options ************/
/****************************************/

.centerOptions .labels {
	float: left;
	width: 50%;
	text-align: right;
}
.centerOptions .labels {
	float: left;
	width: 40%;
	text-align: right;
	padding: 0 0 0 10%;
}
.centerOptions .labels label {
	font-weight: bold;
}
.centerOptions .fields {
	float: right;
	width: 50%;
	text-align: left;
}
.required {
	color: #F00;
	padding: 0 0 0 3px;
}
.centerOptions .entry {
	padding-bottom: 10px;
}
.centerOptions .entry a.selectBox {
	margin: 7px 0;
}

#standardized-test-scores .test a.selectBox-dropdown {
    width: 110px;
}
#standardized-test-scores .score a.selectBox-dropdown {
    width: 40px;
}
#standardized-test-scores img[title=Remove] {
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
#family-income a.selectBox-dropdown,
#mother-education a.selectBox-dropdown,
#father-education a.selectBox-dropdown,
#involvement-level a.selectBox-dropdown {
    width: 245px;
}

/****************************************/
/********** Manage College List *********/
/****************************************/

#manage-college-list .logo img {
    width: 50px;
    padding-right: 10px;
}
#manage-college-list .check {
    text-align: center;
    vertical-align: middle;
    padding: 0;
}
#manage-college-list .school {
    width: 50%;
}
#manage-college-list .actions {
    width: 70px;
}
#manage-college-list .icon {
    margin: 0 2px;
    vertical-align: middle;
}
#manage-college-list tfoot td {
    vertical-align: middle;
}



/****************************************/
/********** Discussion Counter **********/
/****************************************/

.discussionCounter {
    position: relative;
    width: 0;
    height: 0;

    font-size: 9px;
    line-height: 12px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
}
.discussionCounter .counter {
    position: absolute;
    top: -11px;
    left: 0;
}
.discussionCounter .counter .before,
.discussionCounter .counter .after,
.discussionCounter .counter .middle {
    width: 2px;
    height: 13px;
    position: absolute;
    top: 0;
}
.discussionCounter .counter .before {
    background: url(https://images.parchment.com/images/site-chrome/discussion_bubble.blue.left.png) no-repeat;
    left: 0;
}
.discussionCounter .counter .after {
    background: url(https://images.parchment.com/images/site-chrome/discussion_bubble.blue.right.png) no-repeat;
    right: 0;
}
.discussionCounter .counter .middle {
    background: url(https://images.parchment.com/images/site-chrome/discussion_bubble.blue.middle.png) repeat-x;
    width: auto;
    padding: 0 2px;
    position: relative;
    margin: 0 2px;
}
.discussionCounter .counter .bottom {
    position: relative;
    top: -1px;
    height: 4px;
    clear: both;
    background: url(https://images.parchment.com/images/site-chrome/discussion_bubble.blue.bottom.png) center top no-repeat;
}
.discussionCounter .counter .main {
    white-space: nowrap;
}

.nav-button.active .discussionCounter .counter .before {
    background-image: url(https://images.parchment.com/images/site-chrome/discussion_bubble.white.left.png);
}
.nav-button.active .discussionCounter .counter .after {
    background-image: url(https://images.parchment.com/images/site-chrome/discussion_bubble.white.right.png);
}
.nav-button.active .discussionCounter .counter .middle {
    background-image: url(https://images.parchment.com/images/site-chrome/discussion_bubble.white.middle.png);
    color: #0093AF;
}
.nav-button.active .discussionCounter .counter .bottom {
    background-image: url(https://images.parchment.com/images/site-chrome/discussion_bubble.white.bottom.png);
}

/****************************************/
/********** Discussion Comments *********/
/****************************************/

/* Create a new post */
textarea#post {
    font-size: 1.3em;
}

.commentWrapper {
    font-size: 1em;
}

.commentWrapper p {
    font-size: 1em;
    color: inherit;
}


/****************************************/
/************ Add College Form **********/
/****************************************/
.college_app_form ul ul {
    margin-left: 30px;
}
.college_app_form .appsection  {
    padding: 8px 0;
}
.college_app_form .appsection .title {
    font-weight: bold;
    margin-bottom: 5px;
}
.college_app_form .appsection > .title {
    background: #0093AF;
    color: #FFF;
    padding: 5px 10px;
}

a.incomplete-profile {
    padding: 0 10px;
    color: #0093AF;
}

/*********************************************/
/************ Complete Profile Form **********/
/*********************************************/

#CompleteProfile .value {
    cursor: default;
    font-size: 15px;
    color: #666;
    display: block;
    margin: 5px 0;
    padding: 4px 5px;
}

#CompleteProfile select#sat_verbal,
#CompleteProfile select#sat_writing,
#CompleteProfile select#sat_math,
#CompleteProfile select#act {
    width: 120px;
}

/*********************************************/
/****************** Callout ******************/
/*********************************************/

a.callout {
    display: block;
    position: relative;
    zoom: 1;

    padding: 10px;
    margin: 5px 0;

    background: #DB0962;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;

    -webkit-box-shadow:1px 1px 5px #333333;
    -moz-box-shadow:1px 1px 5px #333333;
    box-shadow:1px 1px 5px #333333;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    behavior: url(/c/includes/js/pie.php);
}

a.callout.orange {
    background-color:#e98f34;
    background-image: -moz-linear-gradient(90deg, #e98f34, #ffa131 33px);
    background-image: -webkit-linear-gradient(90deg, #e98f34, #ffa131 33px);
    background-image: -o-linear-gradient(90deg, #e98f34, #ffa131 33px);
    background-image: -ms-linear-gradient(90deg, #e98f34, #ffa131 33px);
    background-image: linear-gradient(90deg, #e98f34, #ffa131 33px)
}

/****************************************/
/************** Dashboard ***************/
/****************************************/

#headRight {
    float: right;
    width: 50%;
    text-align: right;
}
#searchField {
    position: relative;
    float: left;
    text-align: left;
}
#searchField .text-field input {
    padding-right: 30px;
    width: 200px;
}
#searchField .go {
    position: absolute;
    top: 11px;
    right: 10px;
}

#dashboardRequests {
    width: 425px;
    float: right;
}
#dashboardRequests .numberRequests {
    float: left;
}
.numberRequests {
    background: #DB0962;
    font-size: 14px;
    color: #FFFFFF;
    height: 21px;
    line-height: 21px;
    padding: 0 3px;
    margin-right: 10px;
}

#recentActivityContent {
    padding: 10px 0 10px 8px;
}

#recentActivityContent > div{
    padding-left: 7px;
}

#recentActivity .column {
    width: 32%;
    float: left;
    padding: 0;
    margin: 0 1% 0 0;
}

#recentActivity .shadowBlock {
    width: 100%;
    padding: 0 5px 0 0;
    margin: 0;
}
#recentActivity .shadowBlock .content {
    height: auto !important;
    height: 420px;
    min-height: 420px;
}

#recentActivity .column ul li {
    border-bottom: 1px dotted #7f7f7f;
    padding: 5px 0;
}

#discussionPosts ul li {
    height: auto !important;
    height: 38px;
    min-height: 38px;
}
#recentActivity .column .footing {
    padding: 10px 0;
}

/****************************************/
/************* Profile Pages ************/
/****************************************/

#profileHeader {
    padding: 19px 0 14px 19px;
}
#profileImage {
    padding: 2px;
    margin-bottom: 10px;
}
#profileImage img {
    width: 100px;
}
.profileLink {
    margin-bottom: 5px;
}

.profileBlock {
    padding: 20px 0;
    border-top: 1px dashed #CCC;
}

.profileBlock .blockTitle {
    font-weight: bold;
    width: 190px;
    margin-left: 20px;
}
.profileBlock .blockContent {
    width: 430px;
    font-size: 12px;
    line-height: 16px;
}
.profileBlock label {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}
.profileBlock .blockContent li ul {
    margin-left: 5px;
}
.profileBlock .blockContent li  {
    padding: 5px 0;
}
.profileBlock .blockContent li:first-child  {
    padding: 0 0 5px;
}
.profileBlock .blockContent li li,
.profileBlock .blockContent ul.squish li  {
    padding: 0 0;
}
.minicontact {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 5px 0;
}
.minicontact .connectionImage {
    margin-right: 5px;
}

.profileIcon {
    padding: 0 10px 0 0;
    float: left;
}
.profileIcon img {
    border: 1px solid #b2b1af;
    width: 35px;
    height: 35px;
}

/****************************************/
/************ Global Templates **********/
/****************************************/

#ShareCollegeAcceptanceToFacebook {
    font-size: 13px;
}
#ShareCollegeAcceptanceToFacebook > .title {
    margin-bottom: 15px;
}
#ShareCollegeAcceptanceToFacebook .preview .logo {
    float: left;
    padding-right: 15px;
}
#ShareCollegeAcceptanceToFacebook .preview.box {
    border-width: 3px;
}
#ShareCollegeAcceptanceToFacebook label.preview {
    margin-bottom: 5px;
    color: #666;
}
#ShareCollegeAcceptanceToFacebook .preview .logo img {
    width: 100px;
}
#ShareCollegeAcceptanceToFacebook .preview .title {
    font-weight: bold;
    margin-bottom: 5px;
}
#ShareCollegeAcceptanceToFacebook .preview .subtitle {
    color: #666;
    font-size: 11px;
}
#ShareCollegeAcceptanceToFacebook .buttons {
    text-align: right;
    padding-top: 10px;
}
#ShareCollegeAcceptanceToFacebook .buttons .nothanks {
    color: #666;
    font-size: 11px;
}
.shareToFacebookDialog .ui-dialog-titlebar {
    background: #085394;
    color: #FFFFFF;
    background-color: #1A9EB7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A9EB7), to(#01859E));
    background-image: -webkit-linear-gradient(top, #1A9EB7, #01859E);
    background-image:    -moz-linear-gradient(top, #1A9EB7, #01859E);
    background-image:     -ms-linear-gradient(top, #1A9EB7, #01859E);
    background-image:      -o-linear-gradient(top, #1A9EB7, #01859E);
    background-image:         linear-gradient(top, #1A9EB7, #01859E);
              filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1A9EB7', EndColorStr='#01859E');
}

#pendingTranscriptRequests .request {
    position: relative;
    padding-left: 60px;
    height: auto !important;
    height: 33px;
    min-height: 33px;
    margin-top: 15px;
}

#pendingTranscriptRequests .box .request:first-child {
    margin-top: 0;
}

#pendingTranscriptRequests .request .request-icon {
    position: absolute;
    top: 0;
    left: 0;
}
#pendingTranscriptRequests .request .request-icon .overlay {
    position: absolute;
    top: 3px;
    right: 0px;
    background: #DB0962;
    font-size: 10px;
    color: #FFF;
    padding: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/***********************************************/
/*************** Standard Dialogs **************/
/***********************************************/

.ui-dialog.noclose .ui-dialog-titlebar-close {
    display:none;
}

.simpleDialog.ui-dialog {
    background: #FFF;
}
.simpleDialog.ui-dialog .ui-dialog-title {
    color: #0093AF;
    font-weight: bold;
    font-size: 21px;
}
.simpleDialog.noTitle .ui-dialog-titlebar {
    display: none;
}
.simpleDialog .ui-dialog-titlebar {
    background: none;
    border: 0;
}
.simpleDialog .ui-dialog-content,
.simpleDialog .ui-dialog-buttonpane {
    background: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-button {
    height: 21px;
    line-height: 19px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #01abeb;
    background: -moz-linear-gradient(top,  #01abeb 0%, #0f5978 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01abeb), color-stop(100%,#0f5978));
    background: -webkit-linear-gradient(top,  #01abeb 0%,#0f5978 100%);
    background: -o-linear-gradient(top,  #01abeb 0%,#0f5978 100%);
    background: -ms-linear-gradient(top,  #01abeb 0%,#0f5978 100%);
    background: linear-gradient(top,  #01abeb 0%,#0f5978 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01abeb', endColorstr='#0f5978',GradientType=0 );
    border: 0;
    color: #FFFFFF !important;
    font-size: 12px !important;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
}

.ui-button-text-only .ui-button-text {
    color: #FFFFFF;
    padding: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-button:hover,
.ui-dialog .ui-dialog-buttonpane .ui-button:focus {
    background: #64ceef;
    background: -moz-linear-gradient(top,  #64ceef 0%, #2f6f90 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64ceef), color-stop(100%,#2f6f90));
    background: -webkit-linear-gradient(top,  #64ceef 0%,#2f6f90 100%);
    background: -o-linear-gradient(top,  #64ceef 0%,#2f6f90 100%);
    background: -ms-linear-gradient(top,  #64ceef 0%,#2f6f90 100%);
    background: linear-gradient(top,  #64ceef 0%,#2f6f90 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64ceef', endColorstr='#2f6f90',GradientType=0 );
}

.ui-widget-content {
    font-size: 14px;
}

.ui-widget-content a {
    color: #0093AF;
}

/******************************/
/*     Dashboard Tabs         */
/******************************/
.ui-tabs-nav {
    border: 0;
    border-bottom: 2px solid #0093AF;
    padding: 0 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.ui-tabs li.ui-state-default {
    background: none;
    color: #0093AF;
    border: 1px solid #A0A0A0;
}
.ui-tabs li.ui-tabs-selected {
    background: #0093AF;
    color: #FFFFFF;
}
.ui-tabs li.ui-tabs-selected a:link {
    color: #FFFFFF;
}
.ui-tabs .ui-tabs-panel {
    border-top: 0;
}

/******************************/
/* College List - Dashboard   */
/******************************/
.chance-group.collegeList .even {
    background-color: #F9F9F9;
}

.chance-group .stackbox .actions.collegeList {
    width: 185px;
}

.chance-group .collegList {
    padding: 0;
}

.chance-group.collegeList .stackbox {
    margin-top: 0;
    padding: 0;
}

#CollegeListBlock .ui-tabs .ui-tabs-panel {
padding: 0;
}

#CollegeListBlock .ui-widget-content {
    border: none;
}

#CollegeListBlock .box {
    padding: 5px;
}

#CollegeListBlock .progressLabel {
    font-size: 10px;
}

#CollegeListBlock .chance-group {
    padding: 2px 0;
}
#CollegeListBlock .chance-group .stackbox .chance .progressWrap {
    width: 146px;
    padding: 2px;
}
#CollegeListBlock .chance-group .stackbox .chances {
    width: 233px;
    padding: 2px;
}
#CollegeListBlock .chance-group .odd {
    background: #EAF3F4;
}

#CollegeListBlock .chance-group .stackbox .chance .title {
   width: 77px;
   padding: 2px;
}

#CollegeListBlock .chance-group .stackbox .name {
    width: 130px;
}

#CollegeListBlock .chance-group .stackbox .updated {
    float: left;
    padding: 5px;
}

#CollegeListBlock .chance-group .stackbox .action {
    width: 45px;
    height: 40px;
}

#CollegeListBlock .chance-group .stackbox .action .text {
    font-size: 8px;
}
#CollegeListBlock icon.graph {
    background-position: -25px -250px;
    width: 20px;
}

#CollegeListBlock .progress {
    width: 96px;
}

#CollegeListBlock h5 {
    color: #000000;
    margin-bottom: 10px;
}
#collegeListSearchBar .rightColumn {
    float: right;
    width: 30%;
    margin-top: 10px;
    }

#collegeListSearchBar .leftColumn {
    float: left;
    width: 70%;
    }

#collegeRecommendationBlock .rightColumn {
    float: right;
    width: 25%;
}

#collegeRecommendationBlock .leftColumn {
    float: left;
    width: 75%;
    margin-top: 10px;
}
#collegeRecommendationBlock.chance-group div.stackbox div.leftColumn div.name {
    width: 70%;
}

#collegRecommendationBlock .chance-group {
    padding: 2px 0;
}

#collegeRecommendationBlock.chance-group div.stackbox div.rightColumn div.actions a.action span.text {
    font-size: 10px;
}


/* LikeYou Module on Dashboard */

.likeYouTableCel {
    margin: 0px;
    padding: 5px 1px 2px 1px;
    vertical-align: middle;
    line-height: 1.25em;
}
.likeYouTableCel.logo {
    width: 34px;
}

img.likeYouProfileImage {
    width: 30px;
}


.widgetContent .more {
    margin-top: 10px;
}

/*
* Confidence Intervals Display
*/

.confidencecontainer {
    padding-top: 1px;
    vertical-align: top;
    width: 110px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}

.confidenceText {
    float:left;
    padding-top: 3px;
}

.confidence {
    width: 8px;
    height: 8px;
    float:left;
    float: left;
    border: 0px;
    padding-top: 2px;
    margin: 2px;
}

.confidence > div {
    width: 8px;
    height: 8px;
}

.confidence.state100 > div {
    background-color: #62a672;
}

.confidence.state75 > div {
    background-color: #e1cb0b;
}
.confidence.state50 > div{
    background-color: #f39a0c;
}
.confidence.state25 > div{
    background-color: #d5140b;
}

.confidence.selected {
    border: 1px solid #000;
    padding: 1px;
}

/* Registration Workflow Styles */
.registrationBlock {
    padding-left: 50px;
    padding-bottom: 10px;
}

#studentsubscriptions_sos_label h4 {
    color: #514C40;
}

#subscribe_marketinginfo_label {
    color: #0093AF;
}

.registrationFieldTitle {
    padding: 0px 0px 0px 10px;
    vertical-align: bottom;
}

.registrationRedHighlight {
    color: #F00;
}

.LoadingContentWidget {
    text-align: center;
    padding: 10px 0;
}
.LoadingContentWidget .text {
    padding: 5px;
}
.LoadingContentWidget .animation {
    padding: 5px;
}

.zinchOptInDialog .logo-info {
    float: right;
    text-align: right;
    padding-left: 20px;
}

.zinchOptInDialog .signed-up {
    font-size: 16px;
}

.lead-information-dialog {
    font-size: 14px;
    color: #514C40;
}

.lead-information-dialog .profile-information table tr td:first-child {
    text-align: right;
    line-height: 35px;
}

.lead-information-dialog .profile-information table {
    table-layout: fixed;
    width: 100%;
}

.lead-information-dialog .profile-information a.selectBox-dropdown {
    width: 55px;
}

.lead-information-dialog .buttons {
    text-align: right;
}

.lead-information-dialog input[name='address1'],
.lead-information-dialog input[name='address2'] {
    width: 640px;
}

.multi-select-autocomplete > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.multi-select-autocomplete > ul > li {
    border: 1px solid #ECECEC;
    padding: 5px;
    background: #F9F9F9;
    margin-top: 2px;
    position: relative;
    padding-left: 35px;
}
.multi-select-autocomplete > ul > li:first-child {
    margin-top: 0;
}
.multi-select-autocomplete > ul > li .icon {
    vertical-align: middle;
}
.multi-select-autocomplete > ul > li [name='remove'] {
    position: absolute;
    top: 9px;
    left: 5px;
}

.inform-added-college-dialog .title table td {
    vertical-align: middle;
}

