/* css reset */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
em, font, img, q, s, samp,
small, strike, strong, b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html { overflow-y:scroll; }
ol,
ul { list-style: none; margin: 0; padding: 0; }
body { background-color:#333; color:#333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; }

a:link, a:visited, a:active { color:#2892ce; text-decoration: none; }
a:hover { text-decoration: underline !important; }

a.op_hover:link img, a.op_hover:visited img {  }
a.op_hover:focus img, a.op_hover:hover img, a.op_hover:active img { opacity: .9; filter:alpha(opacity=90); }

a.blue:link,a.blue:visited,a.blue:active { color: #2892ce; }
a.blue:hover { text-decoration: underline; }

a.white:link,a.white:visited,a.white:active { color: #fff; }
a.white:hover { text-decoration: underline; }

a.dark_gray:link,a.dark_gray:visited,a.dark_gray:active { color: #333; }
a.dark_gray:hover { text-decoration: underline; }

a.gray:link,a.gray:visited,a.gray:active { color: #999; }
a.gray:hover { text-decoration: underline; }

a.notify:link,a.notify:visited,a.notify:active { color: #333; text-decoration: underline; }
a.notify:hover { text-decoration: underline; }

.center { text-align:center; margin-left: auto; margin-right: auto; }

.geo_txt { color: #2892ce; }
.white_txt { color: #fff; }
.red_txt { color: #FF0000; }
.green_txt { color: #44BB33; }
.blue_txt { color: #2892ce; }
.gray_txt { color: #999; }
.smaller_txt { font-size: 10px; }
.light_gray_txt { color:#ccc; }
.small_txt { font-size: 11px; }
.normal_txt { font-size: 12px; }

.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }
.fl { float: left; }
.fr { float: right; }

#content_holder { width:100%; background-color:#FFFFFF; }

#main { width: 990px; margin: 0 auto; }


#header {
    width: 990px;
    height: 72px;
    margin: 0 auto;
    background-color: #333;
    background-image:url(//media.gpfiles.com/images/ml_header_bg.png);
    background-repeat: repeat-x;
    position:relative;
    z-index: 50;
}

/**
 * Header Gradient 
 */
 #header-container {
    background: #333333;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGMwYzBjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #333333 50%, #0c0c0c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#333333), color-stop(100%,#0c0c0c));
    background: -webkit-linear-gradient(top,  #333333 50%,#0c0c0c 100%);
    background: -o-linear-gradient(top,  #333333 50%,#0c0c0c 100%);
    background: -ms-linear-gradient(top,  #333333 50%,#0c0c0c 100%);
    background: linear-gradient(to bottom,  #333333 50%,#0c0c0c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#0c0c0c',GradientType=0 );

 }

#logo { float: left; margin: 12px 0 0 12px; width:228px; height:57px; display:block; position:relative; }
#logo img { border: none; max-height: 57px; }
#logo span { position:absolute; bottom:0; left:6px; font-size:10px; }
a.ml_logo:link,a.ml_logo:visited,a.ml_logo:active, span.ml_logo { color: #aaa; }
a.ml_logo:hover { text-decoration: none; }

#header_links { position:relative; float:right; height:28px; color:#666; padding:0 13px 0 0; }
#header_links a { font-size:11px; padding:7px 6px; color:#999; text-decoration:none; float:left; }
#header_links span.hpipe { float: left; padding:5px 0 0 0; color:#555; }
#header_links a:hover { color: #fff; }
#header_links strong.active { color: #FF0000; }

/* start navigation */
#menu_wrap {
    position:absolute;
    bottom:0;
    left:270px;
    float: left;
    height:34px;
    z-index: 70;
    zoom: 1;
    font-family: Tahoma, Arial, sans-serif;
}


a#menu_upgrade {
    position:absolute;
    display:block;
    bottom:0;
    right:-4px;
    z-index:70;
    color:#fff;
    height:34px;
    cursor:pointer;
    text-decoration:none;
}

a#menu_upgrade span {
    display:block;
    height:25px;
    float:left;
    display:inline;
    margin-left:10px;
    padding:9px 14px 0 5px;
    cursor:pointer;
}

a#menu_upgrade:hover { background:transparent url(//media.gpfiles.com/images/sprite_tabs.png) 0 -224px no-repeat; }

a#menu_upgrade:hover span {
    background:transparent url(//media.gpfiles.com/images/sprite_tabs.png) right -224px no-repeat;
    margin-left:10px;
    padding:9px 14px 0 5px;
}


#menu, #menu ul { padding:0; margin:0; list-style:none; }
#menu li a small { font-size:10px; }
#menu a { display:block; text-decoration:none; color:#000; }
#menu li { position:relative; float:left; margin:0; padding:0; }
#menu li ul { position:absolute; width:10em; left:-999em; }
#menu li li { height:30px; width:130px; border-left:2px solid #fff; border-right:2px solid #fff; background-color:#e2e2e2 !important; clear:both; }
#menu li.normal a { background-image:none !important; margin:0 !important; }

#menu li:hover ul, #menu li.sfhover ul { left: 6px; }

#menu li:hover, #menu li.sfhover {
    height: 34px;
    background:transparent url(//media.gpfiles.com/images/sprite_tabs.png) 0 -224px no-repeat;
}

#menu li:hover a, #menu li.sfhover a {
    background:transparent url(//media.gpfiles.com/images/sprite_tabs.png) right -224px no-repeat;
}

#menu li li:hover, #menu li li.sfhover { height:30px; color:#fff; background-image:none !important; }
#menu li li span { display:block; height:29px; border-bottom:1px solid #c2c2c2; }

#menu li li.top, #menu li li.bot { height: 25px; }
#menu li li.top span, #menu li li.bot span { height: 24px; }

#menu li li.top a { height:22px !important; padding:3px 0 0 8px !important; }
#menu li li.bot a { height:17px !important; padding:8px 0 0 8px !important; }
#menu li li.corner { position:relative; width:134px; height:7px; background-color:transparent !important; border:none !important; }
#menu li li.corner:hover { position:relative; height:7px; }

.menu_tl { position:absolute; height:7px; width:7px; left:0; top:0; }
.menu_mid_top { height:5px; border-top:2px solid #fff; background-color:#e2e2e2 !important; margin:0 7px; overflow:hidden; }
.menu_mid_bot { height:5px; border-bottom:2px solid #fff; background-color:#e2e2e2 !important; margin:0 7px; overflow:hidden; }

.menu_tr { position:absolute; height:7px; width:7px; right:0; top:0; }
.menu_bl { position:absolute; height:7px; width:7px; left:0; bottom:0; }
.menu_br { position:absolute; height:7px; width:7px; right:0; bottom:0; }
#menu li a { height:25px; padding:9px 17px 0 7px; margin-left:10px; color:#fff; float:left; display:inline !important; }

#menu li a:hover { display: block; }
#menu li li a:hover { color: #ff0000 !important; }
#menu li li.sfhover a { color: #000; }

#menu li li a {
    display: block !important;
    height: 22px;
    /*width: 130px;*/
    float:none;
    padding: 8px 0 0 8px;
    color: #000 !important;
    background-image: none !important;
    margin: 0 !important;
    white-space:nowrap;
}

#menu li#upgrade_now_menu_item {
 margin:0   
}
    #menu li#upgrade_now_menu_item a {
        padding:11px 0 !important   
    }


/***** TABS *****/
#menu li.active {
    background:transparent url(//media.gpfiles.com/images/sprite_tabs.png) 0 -160px no-repeat;
    color: #333;
    position: relative;
    float: left;
}


#menu li.active a {
    background:transparent url(//media.gpfiles.com/images/sprite_tabs.png) right -160px no-repeat;
    margin-left: 10px;
    padding-left: 8px;
    color: #333;
    position: relative;
    display: block;
}

.menu_arrow {
    display:-moz-inline-stack;
    display:inline-block;
    *display:inline;
    background:transparent url(//media.gpfiles.com/images/sprite_buttons.gif) 0 -552px no-repeat;
    width: 7px;
    height: 4px;
    vertical-align: middle;
    margin-left: 4px;
}

#menu li.active .menu_arrow { background-position:-16px -552px; }
#content { padding:5px 0 1px 0; min-height:400px; zoom:1; }




.btn_on_blue, .btn_on_gray, .btn_on_white {
    position: relative;
    border: 0;
    height: 24px;
    margin: 0 !important;
    padding: 0 3px 2px 10px !important;
    font-weight: bold;
    font-size: 12px !important;
    font-family: Tahoma, Arial, sans-serif;
    color: #333;
    cursor: pointer;
    float: left;
    overflow: hidden !important;
}

.btn_on_blue_rt, .btn_on_gray_rt, .btn_on_white_rt {
    width: 6px;
    height: 24px;
    float: left;
    overflow: hidden;
}



a.btn2_on_blue, a.btn2_on_gray, a.btn2_on_white {
    display:-moz-inline-stack;
    display:inline-block;
    *display:inline;
    border: none;
    vertical-align:middle;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    padding: 0 0 0 6px;
    color: #333;
    height: 24px;
    cursor: pointer;
    zoom: 1;
}

a.btn2_on_blue span, a.btn2_on_gray span, a.btn2_on_white span {
    display:-moz-inline-stack;
    display:inline-block;
    *display:inline;
    height: 24px;
    white-space:nowrap;
    padding: 0 12px 0 7px;
    line-height: 24px;
    zoom: 1;
}

.btn_green { 
  display: inline-block;
  *display: inline;
  background-repeat: repeat-x;
  background-color: #77af03;
  background-position: 0 -631px;
  border: 2px solid #67a806;
  height: 35px;
  padding: 0 34px;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  *line-height: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;  
}

/***** PAGINATION BUTTONS *****/
.prev_white, .prev_white_active, .prev_gray, .prev_gray_active,
.next_white, .next_white_active, .next_gray, .next_gray_active {
    width: 19px;
    height: 22px;
    background-image: url(//media.gpfiles.com/images/sprite_buttons.gif);
    background-repeat: no-repeat;
}

.prev_white { background-position: 0 -514px; }
.prev_white_active { background-position: -112px -514px; cursor:pointer;}
.prev_gray { background-position: -56px -514px; }
.prev_gray_active { background-position: -168px -514px;  cursor:pointer;}

.next_white { background-position: -24px -514px; }
.next_white_active { background-position: -136px -514px; cursor:pointer;}
.next_gray { background-position: -80px -514px; }
.next_gray_active { background-position: -192px -514px; cursor:pointer;}


.check { float:left; width:13px; height:13px; margin:0 5px 0 0; padding:0; }
.module_heading { color:#333; font-size:19px; height:42px; padding:3px 1px 0 0; }
.module_heading_link { float:right; font-size:11px; font-weight:bold; padding:2px 0 0 0; }

.module_heading_link a { display:inline-block; color:#2892ce; padding:5px }
.module_heading_link a:hover { text-decoration: underline; }

.top_module_heading { color:#333; font-size:19px; height:31px; padding:4px 0 0 3px; }
.top_module_heading p { float:left; padding:0 0 0 8px; }
.top_module_heading h2 { float:right; padding:4px 12px 0 0; font-size:12px; }
.top_module_heading_sm { height:26px; }
.head_icon { float:left; margin:2px 0 0 4px; }
.blue_heading_link { float:right; font-size:11px; padding:7px 2px 0 0; color:#fff !important; }

.blue_heading_link a { color: #fff; font-weight: bold; }
.blue_heading_link a:hover { text-decoration: underline; }

ul#updates_msg { }

ul#updates_msg li { border-top:1px dotted #9e9e9e; padding:7px 0 7px 8px; zoom:1; }
ul#updates_msg .usr_thumb { float:left; width:80px; height:80px; margin-right:8px; }
ul#updates_msg .home_comment_wrap { float:left; width:306px; zoom:1; }
ul#updates_msg .member_comment_wrap { float:left; width:306px; zoom:1; }

ul#updates_msg .home_comment_wrap h2 { float:left; color: #2892ce; font-size: 12px; }
ul#updates_msg .member_comment_wrap h2 { float:left; color: #2892ce; font-size: 12px; padding-left:2px; }
ul#updates_msg .member_comment_wrap .usr_stats, ul#updates_msg .home_comment_wrap .usr_stats { color: #999; font-size: 10px; padding:0 0 0 5px; }
ul#updates_msg .timestamp { clear: both; color: #c5c5c5; font-size: 10px; padding-top: 5px; }

/***** BOX MODULES *****/
.box_blue_wrap,
.box_gray_wrap,
.box_featured_wrap {
    position: relative;
    margin-bottom: 4px;
    z-index:1
}

.box_blue_wrap .box_content, .box_blue_wrap .box_content_b, .box_content_success, 
.box_gray_wrap .box_content, .box_gray_wrap .box_content2,
.box_white_wrap .box_content, .box_white_inner_wrap .box_content2,
.box_white_blue_wrap .box_content,
.box_white_gold_wrap .box_content2,
.box_highlight_wrap .box_content,
.message-summary .box_content,
.message-unread .box_content,
.box_featured_wrap .box_content,
.box_filter_wrap .box_content {
    position: relative;
    padding: 0 5px 0 5px;
    zoom: 1;
}

/* green box */
.box_content_success { color: #468847; background-color: #dff0d8; }

 
.box_blue_wrap { color: #fff; }
.box_blue_wrap .box_content, .box_blue_wrap .box_content_b { background-color: #3399cc; }


.box_gray_wrap { color: #333; z-index: 1;}
.box_gray_wrap .box_content, .box_gray_wrap .box_content2 { background-color: #e2e2e2; }

 feed filter box 
.box_filter_wrap { color: #333; }
.box_filter_wrap .box_content { background-color: #f4f4f4;}

/* white box & unread message */
.box_white_wrap, .message-unread { position: relative; color: #333; zoom: 1; }
.message-unread { margin-top: 1px; }
.box_white_wrap .box_head, .message-unread .box_head, .box_white_inner_wrap .box_head2 { background-position: 0 -736px; background-color: #fff; }
.box_white_wrap .box_tr, .message-unread .box_tr, .box_white_inner_wrap .box_tr2 { background-position: 0 -771px; background-color: #fff; }
.box_white_wrap .box_foot, .message-unread .box_foot, .box_white_inner_wrap .box_foot2 { background-position: 0 -666px; background-color: #fff; }
.box_white_wrap .box_br, .message-unread .box_br, .box_white_inner_wrap .box_br2 { background-position: 0 -701px; background-color: #fff; }
.box_white_wrap .box_content, .message-unread .box_content, .box_white_inner_wrap .box_content2 { background-color: #fff; }

/*white box on blue background */
.box_white_blue_wrap { position: relative; color: #333; }
.box_white_blue_wrap .box_head { background-position: 0 -876px; background-color: #fff; }
.box_white_blue_wrap .box_tr { background-position: 0 -911px; background-color: #fff; }
.box_white_blue_wrap .box_foot { background-position: 0 -806px; background-color: #fff; }
.box_white_blue_wrap .box_br { background-position: 0 -841px; background-color: #fff; }
.box_white_blue_wrap .box_content { background-color: #fff; }

/* highlighted box */
.box_highlight_wrap { position: relative; color: #333; }
.box_highlight_wrap .box_head { background-position: 0 -962px; background-color: #ffcc33; }
.box_highlight_wrap .box_tr { background-position: 0 -970px; background-color: #fff; }
.box_highlight_wrap .box_foot { background-position: 0 -978px; background-color: #ffcc33; }
.box_highlight_wrap .box_br { background-position: 0 -986px; background-color: #fff; }
.box_highlight_wrap .box_content { background-color: #ffcc33; }


/* white box on gold background */
.box_white_gold_wrap { position: relative; color: #333; }
.box_white_gold_wrap .box_head2 { background-position: 0 -1125px; background-color: #fff; }
.box_white_gold_wrap .box_tr2 { background-position: 0 -1133px; background-color: #fff; }
.box_white_gold_wrap .box_foot2 { background-position: 0 -1141px; background-color: #fff; }
.box_white_gold_wrap .box_br2 { background-position: 0 -1149px; background-color: #fff; }
.box_white_gold_wrap .box_content2 { background-color: #fff; }


/* Read Message */
.message-summary { position: relative; color: #333; zoom: 1; margin-top: 1px; }
.message-summary .box_head { background-position: 0 -1000px; background-color: #f0f0f0; }
.message-summary .box_tr { background-position: 0 -1008px; background-color: #f0f0f0; }
.message-summary .box_foot { background-position: 0 -1016px; background-color: #f0f0f0; }
.message-summary .box_br { background-position: 0 -1024px; background-color: #f0f0f0; }
.message-summary .box_content { background-color: #f0f0f0; }


/* Featured box on white */
.box_featured_wrap { position: relative; color: #333; }
.box_featured_wrap .box_head { background-position: 0 -1189px; background-color: #e4f1fe; }
.box_featured_wrap .box_tr { background-position: 0 -1197px; background-color: #e4f1fe; }
.box_featured_wrap .box_foot { background-position: 0 -1205px; background-color: #e4f1fe; }
.box_featured_wrap .box_br { background-position: 0 -1213px; background-color: #e4f1fe; }
.box_featured_wrap .box_content { background-color: #e4f1fe; }


/***** Gold boxes *****/
.box_blue_pin_wrap,
.box_gold_pin_wrap {
    position: relative;
    margin-bottom: 4px;
}

.box_blue_pin_wrap .box_head, .box_gold_pin_wrap .box_head {
    position: relative;
    background-image: url(//media.gpfiles.com/images/sprite_boxes.gif);
    background-repeat: no-repeat;
    height: 7px;
    padding: 0 7px 0 7px;
}

.box_blue_pin_wrap .box_tr, .box_gold_pin_wrap .box_tr {
    position: absolute;
    background-image: url(//media.gpfiles.com/images/sprite_boxes.gif);
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    top: 0;
    right: 0;
    overflow: hidden;
}

.box_blue_pin_wrap .box_foot, .box_gold_pin_wrap .box_foot {
    position: relative;
    background-image: url(//media.gpfiles.com/images/sprite_boxes.gif);
    background-repeat: no-repeat;
    height: 7px;
    padding: 0 7px 0 7px;
}

.box_blue_pin_wrap .box_br, .box_gold_pin_wrap .box_br {
    position: absolute;
    background-image: url(//media.gpfiles.com/images/sprite_boxes.gif);
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    top: 0;
    right: 0;
    overflow: hidden;
}

.box_blue_pin_wrap .box_content, .box_gold_pin_wrap .box_content {
    position: relative;
    padding: 0 7px 0 7px;
    zoom: 1;
}


.box_blue_pin_wrap { color: #2892CE; }
.box_blue_pin_wrap .box_head { background-position: 0 -920px; background-color: #fff; }
.box_blue_pin_wrap .box_tr { background-position: 0 -930px; background-color: #fff; }
.box_blue_pin_wrap .mid_top { height:4px; border-top:3px solid #3399CC; zoom:1; }
.box_blue_pin_wrap .mid_bot { height:4px; border-bottom:3px solid #3399CC; zoom:1; }
.box_blue_pin_wrap .box_foot { background-position: 0 -940px; background-color: #fff; }
.box_blue_pin_wrap .box_br { background-position: 0 -950px; background-color: #fff; }
.box_blue_pin_wrap .box_content { background-color: #fff; border-left:3px solid #3399CC; border-right:3px solid #3399CC;}

.box_gold_pin_wrap { color: #2892CE; }
.box_gold_pin_wrap .box_head { background-position: 0 -960px; background-color: #fff; }
.box_gold_pin_wrap .box_tr { background-position: 0 -970px; background-color: #fff; }
.box_gold_pin_wrap .mid_top { height:4px; border-top:3px solid #e8bb00; zoom:1; }
.box_gold_pin_wrap .mid_bot { height:4px; border-bottom:3px solid #e8bb00; zoom:1; }
.box_gold_pin_wrap .box_foot { background-position: 0 -980px; background-color: #fff; }
.box_gold_pin_wrap .box_br { background-position: 0 -990px; background-color: #fff; }
.box_gold_pin_wrap .box_content { background-color: #fff; border-left:3px solid #e8bb00; border-right:3px solid #e8bb00; }


/* comment box */
.comment_box { position:relative; color:#333; padding-left:6px; margin:4px 0 0 -6px; }

.comment_nub, .comment_box .top, .comment_box .top_tr,
.comment_box .bottom, .comment_box .bottom_br {
    background-image: url(//media.gpfiles.com/images/sprite_boxes.gif);
    background-repeat: no-repeat;
}

.comment_nub {
    position: absolute;
    width: 8px;
    height: 8px;
    background-position: 0 -170px;
    top: 11px;
    left: 0;
    z-index: 5;
    overflow: hidden;
}

.comment_box .top { position:relative; background-position:0 -596px; background-color:#fff; height:5px; padding:0 5px 0 5px; }
.comment_box .top_middle { padding:0 5px 0 5px; height:4px; border-top:1px solid #999; font-size:1px; }

.comment_box .top_tr {
    background-position: 0 -631px;
    background-color: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

.comment_box .bottom { position:relative; background-position:0 -526px; background-color:#fff; height:5px; padding:0 5px 0 5px; }
.comment_box .bottom_middle { padding:0 5px 0 5px; height:4px; border-bottom:1px solid #999; font-size:1px; }

.comment_box .bottom_br {
    background-position: 0 -561px;
    background-color: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

.comment_box .comment_text {
    background-color: #fff;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    padding: 0 5px;
    overflow: hidden;
    zoom: 1;
}

.comment_box .comment_text_inner { zoom:1; }

.comment_box a.sfeed_pics { float:right; padding:2px 0; margin-right:-4px; }
.comment_box a.sfeed_pics img { float:left; margin-right:5px; }
.comment_box .has_pics { float:left; width:160px; }

.comment_box .comment_text a.prof_update { display:inline-block; padding-top:2px; text-decoration:none; }


/* comment box on white background */
.comment_box_white { position:relative; color:#333; padding-left:6px; margin:0 0 0 -6px; }

.comment_nub_white, .comment_box_white .top, .comment_box_white .top_tr,
.comment_box_white .bottom, .comment_box_white .bottom_br,
.comment_box_white_gold .top, .comment_box_white_gold .top_tr,
.comment_box_white_gold .bottom, .comment_box_white_gold .bottom_br {
    background-image: url(//media.gpfiles.com/images/sprite_boxes.gif);
    background-repeat: no-repeat;
}

.comment_nub_white {
    position: absolute;
    width: 8px;
    height: 8px;
    background-position: 0 -1114px;
    top: 11px;
    left: 0;
    z-index: 5;
    overflow: hidden;
}

.comment_box_white .top, .comment_box_white_gold .top { position:relative; background-position:0 -1086px; background-color:#fff; height:5px; padding:0 5px 0 5px; }
.comment_box_white .top_middle { padding:0 5px 0 5px; height:4px; border-top:1px solid #ccc; font-size:1px; }

.comment_box_white .top_tr, .comment_box_white_gold .top_tr {
    background-position: 0 -1093px;
    background-color: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

.comment_box_white .bottom, .comment_box_white_gold .bottom { position:relative; background-position:0 -1100px; background-color:#fff; height:5px; padding:0 5px 0 5px; }
.comment_box_white .bottom_middle { padding:0 5px 0 5px; height:4px; border-bottom:1px solid #ccc; font-size:1px; }

.comment_box_white .bottom_br, .comment_box_white_gold .bottom_br {
    background-position: 0 -1107px;
    background-color: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

.comment_box_white .comment_text {
    height:28px;
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0 8px;
    overflow: hidden;
    zoom: 1;
    *line-height: 12px;
}

.comment_box_white .timestamp { clear: both; color: #c5c5c5; font-size: 10px; padding-top: 4px; }

.comment_box_white_gold .top { background-position:0 -1157px; }
.comment_box_white_gold .top_tr { background-position:0 -1165px; }
.comment_box_white_gold .bottom { background-position:0 -1173px; }
.comment_box_white_gold .bottom_br { background-position:0 -1181px; }

#info_content { padding: 5px 10px; }
#info_content p { line-height: 19px; margin: 10px 0; }
#info_content .faq { width: 650px; line-height: 19px; margin: 20px auto; zoom:1; }
#info_content h3 { font-weight:bold; font-size:14px; padding:0 0 3px 0; }
#info_content h4 { font-weight:bold; font-size:13px; padding:0 0 3px 0; }

.notice { border:1px solid #cccc99; background-color:#f5f5d0; }

/* footer */
#footer_wrap { background-color:#333; }
#footer { width:960px; margin:0 auto; background-color:#333; color:#ccc; padding:16px 16px 25px 16px; font-size:11px; line-height:1.4em; }
#footer a { font-size:11px; color:#999; text-decoration:none; }
#footer a:hover { color:#fff; }
#footer #left { float:left; width:218px; padding:0 50px 0 0; }
#footer ul.ft_links { float:left; max-width:154px; padding:0 50px 0 0; }
#footer #right { float:left; width:150px; }
#footer #right h1 { font-size:11px; }

#footer #ft_social { width: 208px; margin-bottom:12px; zoom:1; }
#footer #ft_social p#label { float:left; margin:3px 0 0 6px; font-size:11px; font-weight:bold; }
#footer #ft_social div#gplus { float: left; }
#footer ul.ft_social_list { margin: 0; padding: 0; }
#footer ul.ft_social_list li { float: left; height: 21px; margin: 0 10px 12px 0; }
#footer ul.ft_social_list li:last-child { margin-right: 0; }
#footer ul.ft_social_list li#gplus img { width: 20px; }
#footer ul.ft_social_list li#ig img { height: 21px; }

#footer #norton_secure { float:left; margin:2px 0 15px -3px; }
#footer #ft_agents { margin-top: 15px; line-height: 17px; }
#footer .biller-info {
    padding: 15px 0;
}
#footer .biller-info p {
    margin-bottom: 10px;
}
#footer .biller-info p:last-child {
    margin-bottom: 0;
}

/* language drop down */
#language_wrap { position:relative; width:174px; height:24px; margin:0 0 10px 0; z-index:20; line-height:normal !important; }
.flag { float:left; padding:4px 0 0 6px; }
.arrow { float:right; padding:4px 6px 0 0; }

ul#lang_drop {
    position: absolute;
    width: 170px;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    border:1px solid #666;
    list-style: none;
    background-color: #eee;
    font-size: 12px;
}

ul#lang_drop li {
    height: 20px;
    width: 170px;
    line-height:20px !important;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d5;
    border-right: none;
    border-left: none;
    border-top: none;
    color:#333;
    float: left;
    clear: both;
    display: none;
    cursor: pointer;
}

ul#lang_drop li:hover { background-color:#e4e4e4; height:20px; width:170px; color:#333; }
ul#lang_drop li span { font-size:12px; margin:0; padding:0 0 0 10px; float:left; display:block; }
ul#lang_drop li.last { border-bottom:0; display:block; }
.results_links { float:right; padding:4px 6px 0 0; height:26px; }

td.prev { }

.cur, td.cur, td.cur2, td.cur3 {
    text-align: center;
    padding: 0 8px;
    font-size: 12px;
}

.cur a, .cur b, td.cur b, td.cur strong, td.cur2 b, td.cur2 strong, td.cur3 b, td.cur3 strong { padding:5px; }
td.cur a, td.cur2 a, td.cur3 a { padding:5px; }
td.next { }
ul#search_results {}
ul#search_results li.odd, ul#search_results li.even {
    float: left;
    zoom: 1;
    width: 493px;
    margin-bottom: 4px;
}


ul#search_results li.even { margin-right:4px; }
.search_results_thumb { position:absolute; top: 7px; left:7px; }
.search_results_info { position:absolute; top:3px; right:3px; width:326px; z-index:100; }
.search_results_outer { height:154px; }
.no_margin { margin:0; }
.search_results_info .search_results_content { height:148px; padding:0 8px; }
.search_results_info .search_results_content_updates { height:108px; padding:0 8px; }

.search_results_info .head { height:18px; border-bottom:1px dotted #9E9E9E; margin-bottom:1px; font-size:13px; }
.search_results_info .head a { }
.search_results_info .head .mem_type { font-size:12px; font-weight:bold; }
.search_results_info .head img { margin:1px 7px 0 0; vertical-align:top; }

.search_results_updates { position:absolute; bottom:3px; right:3px; width:326px; z-index:10; }
.qsearch_ico_online { float:left; margin:3px 7px 0 0 !important; }
.search_results_info ul.stats { font-size:12px; zoom:1; }
.search_results_info ul.stats li { padding:2px 0; *padding:1px 0; width:auto !important; margin-bottom:0 !important; line-height: 13px; }
.search_page_links { height:30px; margin:0 auto; }

/****** QUICKSEARCH ******/
#quicksearch_form { }
#quicksearch_form table { border-collapse: collapse; }

ul.qs_tabs { float:right; font-size:11px; font-weight:bold; padding:4px 0 0 0; }
ul.qs_tabs li { float:left; }
ul.qs_tabs a { display:inline-block; padding:5px; color:#cbe6ef !important; }
ul.qs_tabs a:hover { color:#fff !important; text-decoration:underline; }
ul.qs_tabs li a.active { padding:5px; color:#fff !important;  }
ul.qs_tabs li.active { padding:3px 0; color:#fff !important;  }
ul.qs_tabs li.divider { padding:5px 0 0 0 ; color:#5ab0cd; }

#advanced_search_box { border-top:1px dotted #2991ce; margin-top:10px; zoom:1; }

.qsearch, #qsearch_seek {
    float: left;
    border-right: 1px dotted #2991ce;
    padding-right: 15px;
    margin-right: 15px;
    height: 57px;
}

#qsearch_seek { padding-right:1px; }
#qsearch_seek .seeking_opts { padding-top:7px; }
#qsearch_seek .seeking_opts table td { padding:0 14px 10px 0; }
#quicksearch_form select, #quicksearch_form input { margin: 0; padding: 1px 0; }

.qsearch_ages { width:52px; }

#quicksearch_form .check, #qsearch_seek .seeking_opts input {
    float: left;
    width: 13px;
    height: 13px;
    margin: 0 5px 0 0;
    padding: 0;
}

#quicksearch_form td.cell { padding: 7px 2px 9px 2px; }

.qlabel, .check_label {
    text-align: right;
    font-weight: bold;
    padding-right: 4px;
}

.check_label { padding-top: 6px; }

#pop_searches { font-size: 11px; padding-left:3px; }
table#popular { margin: 7px 0 0 0; }

#usr_btn_wrap { width:282px; margin:0 auto; padding:7px 0 0 230px; }

#pop_searches a { color: #fff; font-weight: bold; }

h1#results {
float:left;
font-size:14px;
padding: 7px 28px 3px 6px;
}

h2#results {
    float: left;
    font-size: 19px;
    padding: 3px 0 3px 6px;
    font-weight: normal;
}

#search_sort { float:left; }
#search_sort ul { }
#search_sort ul li { float:left; font-size:16px; }
#search_sort ul li#label { font-size:14px; margin:7px 8px 0 0; }
#search_sort ul li a { display:inline-block; padding:5px 9px; color:#333; }

#search_sort ul li.active {
  float: left;
  background-image: url(//media.gpfiles.com/images/sprite_buttons.gif);
  background-repeat: no-repeat;
  background-position: 0 -566px;
  padding: 0 0 0 5px;
  height: 28px;
  font-size: 16px;
  text-decoration: none;
}
#search_sort ul li.active span {
  background-image: url(//media.gpfiles.com/images/sprite_buttons.gif);
  background-repeat: no-repeat;
  background-position: right -566px;
  height: 23px;
  float: left;
  padding: 5px 9px 0 5px;
  white-space: nowrap;
}

.activity_image { float:left; padding:0 6px 0 2px; }





/* mc */
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('/ellipsis.xml#ellipsis');
}

.usrname_wrap { height:15px; zoom:1; }
.usrname_wrap a {  }
.stxt { display:block; width: 100px; margin:0 auto; vertical-align:top; margin-top:3px; }
p.s2txt { width: 150px; height:15px; margin:0 auto; }
a.s2txt { display:block; width: 150px; height:15px; margin:0 auto; }
img.simg { width: 100px; height: 100px; vertical-align:top; }
img.s2img {width: 150px; height: 150px; }
img.s3img { width: 72px; height: 72px; }

a:link img.simg, a:visited img.simg {  }
a:hover img.simg, a:active img.simg {  opacity: .9; filter:alpha(opacity=90); }

a:link img.s2img, a:visited img.s2img {  }
a:hover img.s2img, a:active img.s2img { opacity: .9; filter:alpha(opacity=90); }

/* end mc */


.jqmWindow {
    display: none;
    position: fixed;
    left: 50%;
}


.jqmOverlay { background-color:#000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
              width: expression(this.parentNode.offsetWidth+'px');
              height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#invite_wrapper {
    display:none;
    width: 600px;
    height: 453px;
    margin-left: -300px;
    top: 100px;
}
.invite_load {
text-align:center;
}
#invite_content {
width: 600px;
height: 350px;
background: #eee;
border: 5px solid #ccc;
}
#invite_content a { 
color:#072ab8;
}
#invite_content h1 {
padding:10px 0 10px 10px;
margin:0;
font-size:22px;
background-color:#fff;
border-bottom:2px solid #ccc;
color:#555;
}

#invite_content h2 {
padding:10px 0 10px 10px;
margin:0;
font-size:14px;
font-weight:bold;
}
#invite_content .inner_wrap {
    background-color:#fff;
    border:1px solid #ccc;
    margin:0 10px 10px;
    padding:10px;
}

.clearfix {
  *zoom: 1;
} 



/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #cfcfcf;
  background-image: -moz-linear-gradient(top, #ffffff, #cfcfcf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cfcfcf));
  background-image: -webkit-linear-gradient(top, #ffffff, #cfcfcf);
  background-image: -o-linear-gradient(top, #ffffff, #cfcfcf);
  background-image: linear-gradient(to bottom, #ffffff, #cfcfcf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#cfcfcf', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #cfcfcf;
  *background-color: #cfcfcf;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active,
.btn-grey.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc !important;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732 !important;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
  text-decoration: none !important;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd !important;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-grey {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #8a8a8a;
    background-image: -moz-linear-gradient(top, #adadad, #585858);
    background-image: -ms-linear-gradient(top, #adadad, #585858);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#adadad), to(#585858));
    background-image: -webkit-linear-gradient(top, #adadad, #585858);
    background-image: -o-linear-gradient(top, #adadad, #585858);
    background-image: linear-gradient(top, #adadad, #585858);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#adadad', endColorstr='#585858', GradientType=0);
    border-color: #adadad #adadad #4d4d4d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #585858;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-grey:hover,
.btn-grey:active,
.btn-grey.active,
.btn-grey.disabled,
.btn-grey[disabled] {
  color: #ffffff;
  background-color: #585858;
  *background-color: #4d4d4d; 
}
.btn-grey:active,
.btn-grey.active {
  background-color: #444444 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn-group.open .btn-grey.dropdown-toggle {
  background-color: #585858;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret,
.btn-grey .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in, .tooltip.show {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.modal-backdrop {
  position: fixed !important;
  top: 0 !important;
  right: 0;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 1050 !important; /* Bootstrap 5: Updated from 1040 to 1050 */
  background-color: #000000 !important;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in,
.modal-backdrop.fade.show {
  opacity: 0.8 !important;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1060 !important;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in, .modal.fade.show {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open  > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.navbar-nav a:hover {
  text-decoration: none !important;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in, .fade.show {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in, .collapse.show {
  height: auto;
}

/* manual overrides (because we have a ridiculous amount of css and some of it fucks w bootstrap) */
ul.dropdown-menu {
    text-align: left;
}
ul.dropdown-menu li a {
    text-decoration: none;
}

/* dropdown-menu background-color: grey */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #b2b2b2;
  background-image: -moz-linear-gradient(top, #bcbcbc, #b2b2b2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bcbcbc), to(#b2b2b2));
  background-image: -webkit-linear-gradient(top, #bcbcbc, #b2b2b2);
  background-image: -o-linear-gradient(top, #bcbcbc, #b2b2b2);
  background-image: linear-gradient(to bottom, #bcbcbc, #b2b2b2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbcbcbc', endColorstr='#ffb2b2b2', GradientType=0);
}
.profile_cont .dropdown-menu .active > a,
.profile_cont .dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #b2b2b2;
  background-image: -moz-linear-gradient(top, #bcbcbc, #b2b2b2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bcbcbc), to(#b2b2b2));
  background-image: -webkit-linear-gradient(top, #bcbcbc, #b2b2b2);
  background-image: -o-linear-gradient(top, #bcbcbc, #b2b2b2);
  background-image: linear-gradient(to bottom, #bcbcbc, #b2b2b2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbcbcbc', endColorstr='#ffb2b2b2', GradientType=0);
}
.profile_cont .dropdown-menu a.disabled,
.profile_cont .dropdown-menu a.disabled:visited,
.profile_cont .dropdown-menu a.disabled:active,
.profile_cont .dropdown-menu a.disabled:hover {
    color: #999;
    cursor: default;
    background-color: #fff;
}
/* END: TWITTER BOOTSTRAP */

/* start of CSS added for network.friend_requests (ticket: https://www.wrike.com/open.htm?id=10657242) */
.txtdarkgray { color:#666; }
.txtorange { color:#f90; }
.txtbold { font-weight:700; }
/* end of CSS added for network.friend_requests */

/**
 * Rounded dd menu 
 */
#menu_container ul li ul li:first-child, #menu_container ul li ul li:first-child a,
#menu li.active li:first-child a:hover, #menu li li:first-child a:hover {
 border-radius:4px 4px 0 0;
}

#menu_container ul li ul li:last-child, #menu_container ul li ul li:last-child a,
#menu li.active li:last-child a:hover, #menu li li:last-child a:hover {
 border-radius:0 0 4px 4px;
}
/* slider styles */
div#sm_slider {
    position: fixed;
    bottom: 15px;
    left: -206px;
    z-index: 10000;
    width: 205px;
    height: 200px;
    padding: 0;
    margin: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    background-color: #ccc;
    border: 1px solid #000000;
    border-left: none;
}
div#sm_slider a.close_slider {
    display: block;
    background-color: #000000;
    color: #FFFFFF;
    height: 17px;
    text-align: right;
    text-decoration: none;
}
div#sm_slider a.close_slider i { margin: 4px 4px 0 0; opacity: 0.84; filter: alpha(opacity=84); }
div#sm_slider a.close_slider:hover i { text-decoration: none; opacity: 1; filter: alpha(opacity=100); }
div#sm_slider iframe {
    width: 220px;
    height: 230px;
    padding: 0;
    margin: 0;
    clear: both;
}
div#sm_slider div.click_overlay {
    position: absolute;
    width: 200px;
    height: 230px;
    padding: 0;
    margin: 0;
    top: 15px;
    left: 0;
    opacity: 0;
    z-index: 10000;
    cursor: pointer;
}

/* activity feed styles */
.text_overflow { text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }

#activity-feed-wrap {
    display: block;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 999;
    margin-right: 15px; /* account for scroll bar so center aligned children match center aligned items in iframe */
}

#activity-feed-carousel-wrap {
    margin: 0 auto;
    width: 970px;
    height: 60px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px #888;
       -moz-box-shadow: 0 0 4px #888;
            box-shadow: 0 0 4px #888;
}   

#activity-feed-cta {
    display: inline-block;
    position: relative;
    top: -60px;
    height: 45px;
    width: 41px;
    padding-top: 15px;
    padding-left: 5px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: url(//media.gpfiles.com/images/btn_add_me_gradient.png); no-repeat top left; 
}   

#activity-feed-toggle {
    color: #888;
    text-align: center;
    letter-spacing: 1px;
    width: 50px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-top: 1px solid #fff;
    cursor: pointer;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#activity-feed {
    width: 970px;
    height: 60px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background: #fff;
    
}
#activity-feed ul {
    width: 20000em;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
}

#activity-feed ul:first-child {
    margin-left: 0;
}

#activity-feed li {
    float: left;
    padding: 0 3px;
}

#activity-feed li img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    vertical-align: bottom;
}

#activity-feed .activity-feed-content {
    position: relative;
}

#activity-feed-tooltip-wrap {
    position: relative;
    width: 990px;
    margin: 0 auto;
}

.activity-feed-tooltip {
    z-index: 1000;
    width: 110px;
    height: 155px;
    position: absolute;
    top: -92px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px #000;
       -moz-box-shadow: 1px 1px 10px #000;
            box-shadow: 1px 1px 10px #000;
}

.activity-feed-tooltip img {
    display: inline-block;
}

.activity-feed-tooltip a {
    text-decoration: none;
}
.activity-feed-tooltip a:hover {
    color: #000;
}

.activity-feed-tooltip p {
    text-align: center;
}
.activity-feed-tooltip p.username {
    font-weight: bold;
}
.activity-feed-tooltip > a {
    display:inline-block;
    width: 100px;
    margin: 5px;
}
/* end: activity feed styles */

/* growl notifications */
div.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px;
}   

div.jGrowl {
    position: absolute;
}   

body > div.jGrowl {
    position: fixed;
}   

div.jGrowl.top-left {
    left: 0px;
    top: 0px;
}   

div.jGrowl.top-right {
    right: 0px;
    top: 35px;
}   

div.jGrowl.bottom-left {
    left: 0px;
    bottom: 0px;
}   

div.jGrowl.bottom-right {
    right: 0px;
    bottom: 0px;
}

div.jGrowl.center {
    top: 0px;
    width: 50%;
    left: 25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
    margin-left: auto;
    margin-right: auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color: #000;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
    zoom: 1;
    width: 235px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.jGrowl div.jGrowl-notification {
    min-height: 30px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
    margin: 10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
    font-weight: bold;
    font-size: .85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
    z-index: 99;
    float: right;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
}

div.jGrowl div.jGrowl-closer {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
  div.jGrowl {
    display: none;
  }
}div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color: #000;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
    zoom: 1;
    width: 235px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.jGrowl div.jGrowl-notification {
    min-height: 30px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
    margin: 10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
    font-weight: bold;
    font-size: .85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
    z-index: 99;
    float: right;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
}

div.jGrowl div.jGrowl-closer {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
  div.jGrowl {
    display: none;
  }
}div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color: #000;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
    zoom: 1;
    width: 235px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.jGrowl div.jGrowl-notification {
    min-height: 30px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
    margin: 10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
    font-weight: bold;
    font-size: .85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
    z-index: 99;
    float: right;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
}

div.jGrowl div.jGrowl-closer {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
  div.jGrowl {
    display: none;
  }
}


/* custom jgrowl styles */
div.jGrowl.top-right {
    right: 15px;
    top: 67px;
}

div.jGrowl div.jGrowl-notification {
    margin: 7px 10px;
}

div.jGrowl div.jGrowl-notification a {
    text-decoration: none;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
    font-size: 1.5em;
    margin-top: -7px;
    margin-right: -3px;
}

div.jGrowl-message div.new-message,
div.jGrowl-message div.viewed-feed,
div.jGrowl-message div.hovered-feed {
    cursor: pointer;
}
div.jGrowl-message div.new-message p,
div.jGrowl-message div.viewed-feed p,
div.jGrowl-message div.hovered-feed p {
    line-height: 16px;
    color: #ddd;
}
div.jGrowl-message div.new-message p.header,
div.jGrowl-message div.viewed-feed p.header,
div.jGrowl-message div.hovered-feed p.header {
    font-weight: bold;
    color: #eee;
}
div.jGrowl-message div.new-message img,
div.jGrowl-message div.viewed-feed img,
div.jGrowl-message div.hovered-feed img {
    margin: 1px 5px 0 3px;
    width: 30px;
    height: 30px;
    float: left;
}
/* end: custom jgrowl styles */

/* bootstrap popover style */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
  padding:0 0 0 0;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

