html {
/*    color: #222222; */
    color: #333;
    font-family: Ubuntu,"Ubuntu Beta",UbuntuBeta,"Bitstream Vera Sans","DejaVu Sans",Tahoma,sans-serif;
    font-size: 13px;
    line-height: 1.25em;
}

body {
    background: url("../images/light/dotted.png") repeat scroll 0 0 #F5F6F7;
    min-width: 985px;
    margin: 0 1px 0 0;
    padding: 0;
}

div {
    margin: 0 auto;
    padding: 0;
}

h1, h2, h3, ul, li, form, img, p {
    border: medium none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: normal;
    margin-bottom: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}

label {
    /*vertical-align: middle;*/
}

.login label {
    display: block;
}

.login .form-row-vertical {
    margin-bottom: 8px;
}

hr {
    border-color: #DDD;
    border-style: dashed none none;
}

input, select {
    font-family: Trebuchet MS, "segoe ui", Helvetica, "Microsoft YaHei", Tahoma, Verdana, MingLiu, PMingLiu, Arial, sans-serif;
    vertical-align: middle;
}

p {
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 13px;
}

a {
    color: #DD4814;
    text-decoration: none;
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
}

.badges a {
    color: #763333;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

.tright {
    text-align: right;
}

/*.spacer3 {
    clear: both;
    height: 30px;
    line-height: 30px;
    visibility: hidden;
}*/

h1 {
    font-size: 160%;
    padding: 5px 0;
    line-height: 110%;
    overflow: hidden;
}

h2 {
    font-size: 140%;
    padding: 3px 0;
    line-height: 110%;
}

h3 {
    font-size: 120%;
    padding: 3px 0;
    line-height: 110%;
}

ul {
    list-style: disc outside none;
    margin-left: 20px;
    padding-left: 0;
}

ol {
    list-style: decimal outside none;
    margin-bottom: 1em;
    margin-left: 30px;
    padding-left: 0;
}

td ul {
    vertical-align: middle;
}

li input {
    margin: 3px 3px 4px;
}

pre {
    background-color: #F5F5F5;
    font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;
    font-size: 90%;
    margin-bottom: 10px;
    overflow: auto;
    padding-left: 5px;
    padding-top: 5px;
    width: 580px;
    white-space: pre-wrap;
}

code {
    font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;
    font-size: 90%;
    white-space: pre-wrap;
}

blockquote {
    background-color: #F5F5F5;
    margin-bottom: 10px;
    margin-right: 15px;
    padding: 10px 0 1px 10px;
    max-width: 650px;
}

blockquote blockquote {
    margin: 0;
    padding: 0;
}

#main-body {
    clear: both;
}

.shadowed {
    box-shadow: 0 1px 3px #989898;
    -webkit-box-shadow: 0 1px 3px #989898;
    -moz-box-shadow: 0 1px 3px #989898;
    -khtml-box-shadow: 0 1px 3px #989898;
}

.curved-top {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
}

.curved-bottom {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
}

.curved-both {
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
}

#wrapper, #announcement {
}

.container {
  background: transparent;
  margin: 0 auto;
  padding: 0;
  width: 985px;
}

#wrap {
    min-width: 985px;
}

#header {
    background: url("../images/light/header_b.png") repeat-x scroll left top #DD4814;
    height: 64px;
    margin: 0 2px;
    text-shadow: 0 1px black;
    min-width: 985px;
    padding: 0 5px;
    position: relative;
    font-size: 13px;
}

#header .container {
    background: url("../images/light/topnav_divider.png") no-repeat scroll left top transparent !important;
    height: 100%;
    padding-left: 2px;

}

#header li, #header li.last {
    border: 0 none;
}

#header .links {
    margin-left: 0;
}

#header .links *:first-letter {
    text-transform: capitalize;
}

#header li {
    background: url("../images/light/topnav_divider.png") no-repeat scroll right top transparent !important;
    padding-right: 2px;
    float: left;
    margin: 0;
    padding-right: 2px;
    list-style: none;
}

#header li a {
    background: url("../images/light/header_b.png") repeat-x scroll left top #DD4814;
    height: 64px;
    line-height: 64px;
    padding: 0 7px 0 5px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #333333;
    float: left;
}

#header li.active-trail a, #header li a.active, #header li.active a, #header li a:hover, #header li a.on {
    background: url("../images/light/header_b_active.png") repeat-x scroll left top #B83A10 !important;
    text-decoration: none;
}

#fixed-header {
    height: 105px;
}

#page-header { display: none; }
#page-body {
overflow: hidden;
margin-top: 0px;
padding-top: 4px;
}

#logo {
    float:right;
    color: white;
    text-shadow: none;
    padding: 0;
}

#logo > span.description {
  float: right;
  font-size: 12px;
  opacity: 0.8;
  line-height: 24px;
}

#logo > span.title {
  font-size: 30px;
  display: block;
  margin-top: 23px;
  color:white;
  text-align:right;
}

#logo > span.suffix {
  color: #6F240A;
  font-size: 20px;
  margin-right: 5px;
  display:none;
}

#logo a:hover {
  text-decoration: none;
}

#header .buttons {
    cursor: pointer;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

#header .buttons #accessibility {
    background: url("../images/light/accessibility.png") repeat scroll 0 0 transparent;
    height: 24px;
    width: 24px;
}

#header .buttons #accessibility:hover {
    background-position: center bottom;
}

#header .buttons #accessibility:active {
    background-position: 24px 50%;
}

#header #ubuntu-it-sites {
    float: right;
    font-size: 10.5px;
}

#header #ubuntu-it-sites a {
    color: #FFFFFF;
    padding: 1px 6px 2px;
    text-shadow: none;
}


#header #ubuntu-it-sites a:hover {
    text-shadow: 1px 1px 1px #333333;
    text-decoration: none;
}

#header #ubuntu-it-sites a.active {
   background: url(../images/light/header-uit-bk.png) repeat;
   border: 1px solid #6F202A;
   background: rgba(0, 0, 0, 0.25);
   border: 1px solid rgba(0, 0, 0, 0.1);
   text-shadow: 0 1px 1px #333;
   border-radius: 0 0 4px 4px;
}

#subheader .container-inside {
    background: url("../images/light/header-shadow.png") repeat-x scroll center top #F7F7F7;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    height: 39px;
    margin: 0 auto;
    position: relative;
    width: 96%;
    background-color: #F7F7F7;
    box-shadow: 0 1px 1px #DFDFDF;
    -webkit-box-shadow: 0 1px 1px #DFDFDF;
    -moz-box-shadow: 0 1px 1px #DFDFDF;
    font-size: 12px;
    min-width: 974px;
}



#top {
    display: block;
    padding: 0 10px;
    float: right;
}

#top > * {
    clear: none;
    color: #333333;
    display: block;
    float: left;
    text-shadow: none;
    width: auto;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
}

#top * {
    line-height: 40px;
}

#top span {
    padding: 0;
}

#content {
    width: 985px;
    margin: 10px auto;
}

#content-top {
    background: url("../images/light/box-bottom-top.png") no-repeat scroll center top transparent;
    height: 10px;
    padding: 0;
    width: 100%;
}

#content-center {
    background: url("../images/light/box-content.png") repeat-y scroll center top transparent;
    padding: 3px 15px;
}

#content-bottom {
    background: url("../images/light/box-bottom-top.png") no-repeat scroll center bottom transparent;
    height: 12px;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
}



#top a:focus, #top a:hover, #top a:active, #top li.active a {
    background: url("../images/light/header-shadow.png") repeat-x scroll center top #F2F2F2;
    border-bottom: medium solid #666666;
    color: #DD4814;
}

#top a:hover {
    border-color: #DD4814;
}

#mainbar-full {
    padding: 5px;
}

#CALeft {
    float: left;
    width: 728px;
    padding: 5px;
}

#CARight {
    float: right;
    width: 210px;
    border-left: 1px solid #EEE;
}

#CARight h3 {
    font-size: 18px;
    text-align: center;
}

#CARight p {
    font-size: 14px;
}

#CARight p.tags {
    clear: both;
    float: none;
}

#CAFull {
    float: left;
    width: 100%;
}

#ground {
    padding-bottom: 0;
    padding-top: 6px;
    text-align: center;
    width: 990px;
}

#ground a, #ground a:hover, #ground a:visited {
    color: black;
}

#listA {
    float: left;
    padding: 0 0;
    width: 100%;
}

.thousand {
    color: orange;
}

.short-summary {
    border-top: 1px dotted #e0e0e0;
    float: left;
    overflow: hidden;
    padding: 8px 0;
    position: relative;
    width: 100%;
}

#listA .short-summary:first-of-type {
    border-top: 0;
}

.user-stats-table {
    margin: 0 !important;
}

.user-stats-table .tags {
    float: none;
}

.user-stats-table .short-summary {
    width: 100%;
}

.answer-link a {
    color: #444;
}

.short-summary h2 a {
    color: #333;
    font-family: "Trebuchet MS", "segoe ui", arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    float: left;
    width: 74%;
/*    white-space: nowrap;*/
}

.short-summary h2 a:hover {
    color: #DD4814;
}

.short-summary .userinfo {
    color: #666666;
    float: right;
    font-size: 11px;
}

.userinfo a, a.userinfo {
    color: #DD4814;
    margin-right: 5px;
}

.short-summary .counts {
    float: left;
    margin-right: 0px;
    margin-top: 4px;
    padding-right: 2px;
    width: 25%;
}

.short-summary .counts .item-count {
    font-size: 17px;
    font-weight: bold;
}

/*.short-summary .question-summary-wrapper {
  float: left;
  width: 100%;
}*/

.question-summary-wrapper h2 a
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.short-summary-title {
    float: left;
}

.short-summary .votes, .short-summary .status, .short-summary .views {
    float: left;
    font-size: 11px;
    height: 42px;
    margin: 0 6px 0 0px;
    padding: 8px 2px 0;
    text-align: center;
    width: 46px;
}

.short-summary .votes, .short-summary .views {
    color: #666666;
}

.short-summary .favorites {
    width: 24px;
    float: left;
    text-align: center;
}

#question-table {
    margin-bottom: 10px;
}

.questions-count {
    color: #DD4818;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 3px;
    margin-right: 5px;
    padding: 0 0 5px 0;
}

.boxA {
    background: none repeat scroll 0 0 #888A85;
    margin-bottom: 8px;
    padding: 6px;
}

.boxA h3 {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 4px;
    padding: 0;
}

.boxA .body {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    font-size: 13px;
    padding: 8px;
}

.boxA .more {
    font-weight: 800;
    padding: 2px;
    text-align: right;
}

.boxC {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.boxC p {
    margin-bottom: 8px;
}

.boxC p.nomargin {
    margin: 0;
}

.boxC p.info-box-follow-up-links {
    margin: 0;
    text-align: right;
}

.pager {
    float: left;
    margin-bottom: 16px;
    margin-top: 10px;
}

.pagesize {
    text-align:center;
}

.paginator {
    font: 12px sans-serif;
    padding: 5px 0 10px;
}

.paginator .prev a, .paginator .prev a:visited, .paginator .next a, .paginator .next a:visited {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #777777;
    font: bold 100% sans-serif;
    padding: 2px 4px 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.paginator .prev {
    margin-right: 0.5em;
}

.paginator .next {
    margin-left: 0.5em;
}

.paginator .page, .paginator .page a:visited, .paginator .curr {
    background-color: white;
    border: 1px solid white;
    color: #DD4818;
    font: 0.875em Ubuntu;
    margin: 0 0.25em;
    padding: 0.25em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 100%;
}

.paginator .curr {
    background-color: #DD4818;
    border: 1px solid #DD4818;
    color: #FFFFFF;
    font-weight: bold;
    font: 0.875em Ubuntu;

}

.paginator .page:hover, .paginator .prev a:hover, .paginator .next a:hover {
    background-color: #DD4818;
    border: 1px solid #DD4818;
    color: white !important;
    text-decoration: none;
}

.paginator .page:hover a {
    color: white;
    text-decoration: none;
}

.paginator .text {
    color: #777777;
    font: bold 100% Ubuntu;
    padding: 0.3em;
}

.paginator-container-left {
    padding: 5px 0 10px;
}

.tags {
    /*display: block;*/
    font-family: sans-serif;
    float:left;
    margin-top: 4px;
}

.tags-summary {
    font-family: sans-serif;
    float: left;
}

.tags a, span.tag, .tags-summary a {
    height: 14px;
    font-size: 11px;
    vertical-align: middle;
    display: inline-block;
    color: #5E5E5E;
    text-decoration: none;
    padding: 3px 5px 2px 19px;
    white-space: nowrap;
    overflow: visible;
    background-position: 0 -8px;
    margin: 2px 2px 6px 0;
    line-height: 12px;
    background: url('../images/tag.png');
}

.tags a:hover, .tags-summary a:hover {
    color: #DD4814;
}

.tag-number {
    font-family: sans-serif;
    font-weight: 700;
    margin-right: 25px;
}

.marked-tags {
    margin-bottom: 5px;
    margin-top: 0;
}

.medal {
    white-space: nowrap;
    color: #626262 !important;
    margin: 0 3px 5px 0;
    padding: 0px 8px 0px 2px;
    display: inline-block;
    line-height: 24px;
    background-color: #E8E7E5;
    text-shadow: 0 1px 0 white;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #E2E2E2;
}

a.medal {
    text-decoration: none;
    color: white;
}

.medal span, .bronze, .silver, .gold {
    background: url("../images/icon.png");
    text-indent: -10000px;
    width: 18px;
    height: 17px;
    display: inline-block;
    background-position: 0 top;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.badgecount {
    margin-right: 10px;
    margin-left: 2px;
}

#award-list p {
    display: table-row;
    width: auto !important;
}

.tabBar {
    clear: both;
    height: 30px;
    margin: 3px;
    width: 100%;
}

.tabsA {
    background: #eeeeee;
    display: block;
    float: right;
    font-weight: bold;
    position: relative;
    padding: 0 3px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 4px #cccccc;
    -webkit-box-shadow: 0 1px 4px #cccccc;
    -moz-box-shadow: 0 1px 4px #cccccc;
    -khtml-box-shadow: 0 1px 4px #cccccc;
}

.tabsA a, .sticky-sort-tabs {
    background: #eeeeee;
    color: #888A85;
    display: block;
    float: left;
    line-height: 22px;
    text-decoration: none;
}

.tabsA a {
    padding: 0 11px;
}

.sticky-sort-tabs {
    width: 20px;
    padding: 0;
}

.sticky-sort-tabs input {
    border: 0;
    height: 14px;
    width: 14px;
    margin: 2px;
}

.tabsA a.on {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #DD4818;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.tabsA a:hover {
    background: none repeat scroll 0 0 #DD4818;
    color: #FFFFFF;
}

.headlineA {
    border-bottom: 1px solid #777777;
    font-size: 13px;
    font-weight: 800;
    height: 30px;
    margin-bottom: 12px;
    padding-bottom: 2px;
    text-align: right;
}

.headQuestions {
    background: url("../images/dot-list.gif") no-repeat scroll left center transparent;
    border-bottom: 0 solid #777777;
    float: left;
    font-size: 15px;
    font-weight: 700;
    height: 23px;
    line-height: 23px;
    padding-left: 15px;
    margin-top: 2px;
}

.headUsers {
    background: url("../images/dot-list.gif") no-repeat scroll left center transparent;
    border-bottom: 0 solid #777777;
    float: left;
    font-size: 15px;
    font-weight: 700;
    height: 23px;
    line-height: 23px;
    margin: 5px 0 0 5px;
    padding: 0 6px 0 15px;
}

.headMedals {
    background: url("../images/dot-list.gif") no-repeat scroll left center transparent;
    border-bottom: 0 solid #777777;
    float: left;
    font-size: 15px;
    font-weight: 700;
    height: 23px;
    line-height: 23px;
    margin: 5px 0 0 5px;
    padding: 0 6px 0 15px;
}

.headUser, .headNormal {
    font-size: 2.4em;
    margin: 0.4em 0 0.8em;
}

.headNormal h1 {
    font-size: 100%;
    margin-bottom: 0.4em;
}

.questions-related {
    font-weight: 700;
    /*word-wrap: break-word;*/
}

.questions-related p {
    font-size: 100%;
    line-height: 20px;
    margin-bottom: 10px;
}

.question-body {
    font-size: 13px;
    line-height: 20px;
    min-height: 100px;
}

.question-body img {
    max-width: 640px;
}

.vote-buttons {
    float: left;
    text-align: center;
    margin: 2px 10px 0 5px;
}

.vote-buttons > * {
    margin-bottom: 8px;
}

span.form-error {
    color: #990000;
    font-weight: normal;
    margin-left: 5px;
}

ul.errorlist li {
    color: #990000;
    font-weight: normal;
    margin-left: 0px;
    margin-top: 5px;
}

.answer {
    border-bottom: 1px solid #EEE;
    padding-top: 10px;
    width: 100%;
}

.answer-body {
    margin: 0 0 20px 0;
}

.answer-body img {
    max-width: 640px;
}

/* Fixes OSQA-143 IE8 text overflow issue */
div.question-body p, div.answer-body p {
    font-size: 14px; 
    word-wrap: break-word;
    line-height: 17px;
}

.answered-by-owner {
    background: none repeat scroll 0 0 #f0f0f0;
    border-radius: 3px;
    margin-top: 1px;
}

/*.accepted-answer {
    background-color: #EBFFE6;
    border-bottom-color: #9BD59B;
}*/

.answered {
    background: url(../images/light/answered.png) no-repeat center center transparent;
    color: black;
}

.answered-accepted, .answer-votes.answered-accepted {
    background: url(../images/light/answered-accepted.png) no-repeat center center transparent;
    color: white;
    text-shadow: 0 1px 1px #999;
}

.unanswered {
    background: url(../images/light/unanswered.png) no-repeat center center transparent;
    color: white;
    text-shadow: 0 1px 1px #999;
}

.answer-summary .answered {
    background-color: #DD4818;
}

.answer-summary .answered-accepted {
    background-color: #2DB651;
}

.focusedAnswer {
    background: #FFFFCC;
}

.tagsList {
    list-style-type: none;
    margin: 0;
    min-height: 360px;
    padding: 0;
}

.badge-list {
    list-style-type: none;
    margin: 0;
    white-space: nowrap;
    width: 204px;
    overflow: hidden;
}

.badge-list li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*.badge-list a {
    color: #DD4818;
}

.badge-list a.medal {
    color: white;
}

.badge-list a.medal:hover {
    color: #DD4818;
}*/

#medalList .badgeListDescription {
    float: left;
    margin-top: 8px;
    max-width: 60%;
}

#medalList .badgeListItem {
    float: left;
    width: 32%;
}

#medalList .intoMyBadges span {
    font-size: 175%;
    padding-right: 5px;
    color: #5B9058;
}
#medalList .intoMyBadges {
    float: left;
    min-width: 25px;
    text-align: right;
    height:30px;
}

.list-item {
    margin-left: 15px;
}

.list-item li {
    font-size: 13px;
    line-height: 20px;
    list-style-type: disc;
    margin-bottom: 10px;
}

.form-row {
    line-height: 25px;
}

table.form-as-table {
    margin-top: 5px;
}

table.form-as-table ul {
    display: inline;
    list-style-type: none;
}

table.form-as-table li {
    display: inline;
}

table.form-as-table pre {
    display: inline;
}

table.check-table td {
    padding-right: 50px;
}

.submit-row {
    clear: both;
    display: block;
    line-height: 30px;
    padding-top: 10px;
}

.error {
    color: darkred;
}

.small {
    font-size: 11px;
}

span.form-error {
    color: #990000;
    font-size: 90%;
    font-weight: normal;
    margin-left: 5px;
}

.title-desc {
    color: #666666;
    font-size: 90%;
}

#editor {
    font-size: 100%;
    line-height: 18px;
    min-height: 200px;
    width: 100%;
}

.wmd-preview {
    background-color: #F5F5F5;
    margin-top: 10px;
    min-height: 20px;
    padding: 6px;
    width: 98%;
    overflow: hidden;
}

.preview-toggle {
    color: #444;
    font-weight: 600;
    text-align: left;
    width: 100%;
}

.preview-toggle span:hover {
    cursor: pointer;
}

#revisions {
    width: 950px;
}

.revision {
    font-size: 13px;
    margin: 10px 0;
    width: 100%;
}

.revision .rev-arrow {
    cursor: pointer;
}

.revision .header {
    background-color: #EEEEEE;
    padding: 5px;
}

.revision .author {
    background-color: #E9E9FF;
}

.revision .summary {
    padding: 5px 0 10px;
}

.revision .summary span {
    /**background-color: yellow;**/
    display: inline;
    padding-left: 3px;
    padding-right: 3px;
}

.revision h1 {
    font-size: 130%;
    font-weight: 600;
    padding: 15px 0;
}

.revision-mark {
    display: inline-block;
    font-size: 90%;
    overflow: hidden;
    text-align: left;
    width: 200px;
}

.revision-number {
    font-family: sans-serif;
    font-size: 300%;
    font-weight: bold;
}

.revision .body {
    margin-bottom: 50px;
    padding-left: 10px;
}

del {
    color: #FF5F5F;
}

ins {
    background-color: #97FF97;
}

.count {
    color: #777777;
    font-family: Arial;
    font-size: 200%;
    font-weight: 700;
    margin-right: 4px;
}

.scoreNumber {
    color: #777777;
    font-family: Arial;
    font-size: 35px;
    font-weight: 800;
    line-height: 40px;
}

.user-details {
    font-size: 13px;
    width: 100%;
}

.user-about {
    height: 200px;
    line-height: 20px;
    overflow: auto;
    padding: 10px;
    width: 90%;
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #e7e7e7;
    margin-right: 1px;
    box-shadow: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.userSection
{
    margin: 20px 0;
}

.userSection > h2
{
    float: left;
    width: 50%;
}

.userSection .tabsA
{
    float: right;
    max-width: 50%;
}

.userSection .tabsA:after
{
    clear: both;
    content: '';
    display: block;
}

.user-info-table {
    margin-bottom: 10px;
    width: 100%;
}

.relativetime {
    text-decoration: none;
    float: right;
}

.answer-summary {
    clear: both;
    display: block;
    padding: 3px;
}

.answer-votes {
    background-color: #EEEEEE;
    color: #555555;
    float: left;
    font-family: Arial;
    font-size: 110%;
    font-weight: bold;
    height: 15px;
    margin-right: 10px;
    padding: 4px 4px 5px;
    text-align: center;
    text-decoration: none;
    width: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.vote-count {
    color: #777777;
    font-family: Arial;
    font-size: 160%;
    font-weight: 700;
}

.user-action-1 {
    color: #333333;
    font-weight: bold;
}

.user-action-2 {
    color: #CCCCCC;
    font-weight: bold;
}

.user-action-3 {
    color: #333333;
}

.user-action-4 {
    color: #333333;
}

.user-action-7 {
    color: #333333;
}

.user-action-8 {
    background-color: #CCCCCC;
    color: #763333;
    font-weight: bold;
    padding: 3px;
}

.question-title-link a {
    color: #DD4814;
    font-weight: bold;
}

.answer-title-link a {
    color: #333333;
}

.post-type-1 a {
    font-weight: bold;
}

.post-type-3 a {
    font-weight: bold;
}

.post-type-2 a {
    color: #333333;
}

.post-type-4 a {
    color: #333333;
}

.post-type-8 a {
    color: #333333;
}

.gold, .badge1 {
    color: #FFCC00;
    background-position: -115px 0 !important;
}

.silver, .badge2 {
    color: #CCCCCC;
    background-position: -88px 0 !important;
}

.bronze, .badge3 {
    color: #CC9933;
    background-position: -61px 0 !important;
}

.score, .accept_rate {
    color: #333333;
    font-size: 110%;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
}

#subheader .score, .accept_rate {
    float: left;
    margin-left: 0px;
    min-width: 20px;
    text-align: center;
    height: 40px;
    padding-right: 10px;
}

#sub_header_options {
    float: left;
}

#sub_header_options select {
    background: none;
    border: 1px solid #DDD;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    height: 26px;
    margin-top: -3px;
    color: #444;
    margin-right: -1px;
    padding-right: 4px;
    padding-left: 6px;
}

#sub_header_search {
    float: left;
}

#searchtags {
    margin: 5px;
}

#searchBar {
    float: left;
    margin-left: 15px;
    margin-top: 7px;
}

#searchBar .content {
}

#searchBar .searchInput {
    border: 1px solid #D7D7D7;
    padding: 3px;
    font-size: 13px;
    height: 18px;
    width: 380px;
    border-radius: 0 3px 3px 0;
}

#searchBar .searchInputGrey {
    border: 1px solid #D7D7D7;
    padding: 3px;
    font-size: 13px;
    height: 18px;
    width: 380px;
    color: #E7E7E7;
    font-style: italic;
}

#searchBar .searchInput:focus {
    outline: medium none;
	border: 1px solid #DD4818;
}

#searchBar .searchBtn {
    background-color: inherit;
    background-image: url(../images/light/icon-search.png);
    vertical-align: middle;
    cursor: pointer;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    border-style: none;
}

#searchBar .searchBtn:hover {
    background-image: url(../images/light/icon-search-hover.png);
}

#searchBar .options {
    color: #333333;
    font-size: 120%;
    padding: 3px 0;
}

#searchBar .options input {
    margin: 0 3px 0 15px;
}

#searchBar .options input:hover {
    cursor: pointer;
}

#footer * {
color: #666;
font-size: 10px;
text-align: center;
text-shadow: 0 1px 0 white;
padding: 6px;
}

.user {
    line-height: 140%;
    padding: 5px;
    width: 200px;
    display: inline-block;
}

.user ul {
    list-style-type: none;
    margin: 0;
}

.user .thumb {
    clear: both;
    display: inline;
    float: left;
    margin-right: 4px;
}

.message, .notify, #announcement {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #e7e7e7;
    padding: 10px 10px 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px 0;
    position: relative;
}

#announcement {
    background: #f7f7f7;
    border-color: #e0e0e0;
    text-align: center;
}

.message p, .notify p, #announcement p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: #333;
}

.darkred { /*Quando è un figlio di notify lo facciamo bianco, altrimenti lo convertiamo in arancio per i titoletti*/
}
.notify > .darkred {
}

.submit {
    padding: 0 20px;
    background: #DD4814 url("../images/light/cta-background.png") repeat-x scroll 0 0 !important;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    display: block;
    font-size: 15px;
    line-height: 30px;
    margin: 30px 10px 30px 0px;
    color: white !important;
    text-shadow: none;
    float: left;
    cursor:pointer;
    border: 0;
}

.ask-body {
    padding-right: 10px;
}

.gravatar {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#close-notify {
    cursor: pointer;
    padding: 0 3px;
    position: absolute;
    right: 10px;
    top: 0;
    background-image: url(../images/light/delete.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 10px;
    vertical-align: middle;
    background-position: 0 center;
}

#close-notify:hover {
    text-decoration: none;
    background-position: right center;
}

.big {
    font-size: 15px;
}

.strong {
    font-weight: bold;
}

.orange {
    color: #D64000;
    font-weight: bold;
}

.grey {
    color: #808080;
}

.about div {
    border-top: 1px dashed #AAAAAA;
    padding: 10px 5px;
}

.about div.first {
    border-top: medium none;
    padding-top: 0;
}

.about p {
    margin-bottom: 10px;
}

.about a {
    color: #D64000;
    text-decoration: underline;
}

.about h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 0;
}

.nomargin {
    margin: 0;
}

.inline-block {
    display: inline-block;
}

.list-table td {
    vertical-align: top;
}

table.form-as-table input {
    display: inline;
    margin-left: 4px;
}

ul.form-horizontal-rows {
    list-style: none outside none;
    margin: 0;
}

ul.form-horizontal-rows li {
    height: 40px;
    position: relative;
}

ul.form-horizontal-rows label {
    display: inline-block;
}

ul.form-horizontal-rows label {
    bottom: 6px;
    font-size: 12px;
    left: 0;
    line-height: 12px;
    margin: 0;
    position: absolute;
}

ul.form-horizontal-rows li input {
    bottom: 0;
    left: 180px;
    margin: 0;
    position: absolute;
}

#changepw-form li input {
    left: 150px;
}

.user-profile-tool-links {
    font-weight: bold;
    padding-bottom: 10px;
}

.post-controls, .tags-container {
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 5px;
    min-width: 200px;
}

.tags-container {
    margin: 0 0 16px 0;
}

#question-tags {
    margin-top: 15px;
}

.post-controls {
    float: left;
    clear:both;
}

#question-controls .tags {
    margin: 0 0 3px;
}

.post-update-info {
    display: inline-block;
    float: right;
    margin-bottom: 5px;
    width: 190px;
}

.post-update-info p {
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 4px;
    padding: 0;
}

.post-update-info img {
    float: left;
    margin: 4px 8px 0 0;
    width: 32px;
}

#tagSelector {
    padding-bottom: 2px;
}

#hideIgnoredTagsControl {
    margin: 5px 0 0;
}

#hideIgnoredTagsCb {
    margin: 0 2px 0 1px;
}

a.sidebar_button {
    background: none repeat scroll 0 0 #EEEEEE;
    color: black;
    cursor: pointer;
    font-size: 11px;
    padding: 3px;
}

a.sidebar_button:hover {
    background-color: #777777;
    color: white;
    text-decoration: none;
}

a.post-vote, .favorite-mark, a.accept-answer {
    display: block;
    height: 24px;
    position: relative;
    width: 24px;
}

/*Icone con hover da 24px*/
a.post-vote.up, a.post-vote.down, a.accept-answer, .favorite-mark {
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    background-color: transparent;
}

a.post-vote.up {background-position: 0 -157px;}
a.post-vote.down {background-position: 0 -132px;}
a.accept-answer {background-position: 0 -105px;}
.favorite-mark {background-position: 0 -185px;}

a.post-vote.up.on, a.post-vote.up:hover {background-position: -31px -157px;}
a.post-vote.down.on, a.post-vote.down:hover {background-position: -31px -132px;}
a.accept-answer.on, a.accept-answer:hover {background-position: -31px -105px;}
.favorite-mark.on, a.favorite-mark:hover {background-position: -31px -185px;}

.community-wiki {
    font-size: 11px;
    color: #333;
    background: url("../images/wiki.png") no-repeat left center;
    padding-left: 36px;
    margin: 6px 0 0 0;
    min-height: 32px;
    line-height: 15px;
}

.post-score, .comments-char-left-count {
    color: #777777;
    font-family: Arial;
    font-size: 165%;
    font-weight: bold;
    padding: 0 0 3px;
}

.favorite-count {
    color: #777777;
    font-family: Arial;
    font-size: 100%;
    font-weight: bold;
    padding: 0;
}

.comments-container {
    clear: both;
}

.comments-container {
    padding: 0;
}

.answered-by-owner .comments-container {
/*    background-color: #E6ECFF;*/
}

.accepted-answer .comments-container {
/*    background-color: #CCFFBF;*/
}

.comment {
    border-top: 1px dotted #CCCCCE;
    margin: 0;
    position: relative;
    padding-top: 8px;
}

.comment.not_top_scorer {
    display: none;
}

.comment-score {
    color: #777777;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
    float: left;
    width: 40px;
    height: 100%;
    text-align: center;
}

.comment-text {
    color: #444444;
    font-size: 12px;
    margin: 0 0 0 40px;
    padding: 0;
}

.comment-text p {
    font-size: 12px;
}

.comment-info {
    font-size: 11px;
    margin: 0 0 4px 0;
    text-align: right;
    height: 18px;
    vertical-align: middle;
}

.comment-info * {
    float: right;
    height: 18px;
    margin-left: 4px;
}

/*Icone con hover da 14px*/
a.comment-delete, a.comment-edit, a.comment-like, a.comment-convert, a.comment-convert-to-question {
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    background-color: transparent;
    
    margin-left: 2px;
    width: 18px;
}

a.comment-delete {background-position: 0 -18px;}
a.comment-edit {background-position: 0 -36px;}
a.comment-like {background-position: 0 -52px;}
a.comment-convert {background-position: 0 -69px;}
a.comment-convert-to-question {background-position: 0 -86px;}
a.comment-delete:hover {background-position: -19px -18px;}
a.comment-edit:hover {background-position: -19px -36px;}
a.comment-like:hover, a.comment-like.on {background-position: -19px -52px;} 
a.comment-convert:hover {background-position: -19px -69px;}
a.comment-convert-to-question:hover {background-position: -19px -86px;}

img.subscription-remove {
    float:right;
}

.comment-form-container {
    display: none;
    padding-top: 12px;
    margin-bottom: 8px;
}

.comment-form-widgets-container input {
    vertical-align: top;
}

.comment-form-widgets-container textarea {
    height: 80px;
    width: 75%;
    float: left;
}

span.comment-chars-left {
    font-size: 11px;
    margin-right: 20px;
}

div.comment-tools {
    border-top: 1px dotted #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    text-align: right;
}

div.comment-tools span.comment-tools-separator {
    float: left;
    display: block;
    line-height: 17px;
    color: #ccc;
    font-size: 15px;
    margin-left: 1px;
}

div.comment-tools .comments-showing {
    color: #777777;
    font-size: 11px;
}

div.comment-tools a {
    background: none repeat scroll 0 0 #777777;
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

div.comment-tools a:hover {
    background-color: #dd4814;
    text-decoration: none;
}

.action-link {
    color: #777777;
    cursor: pointer;
    padding: 3px;
}

.action-link a {
    color: inherit;
}

.action-link a.ajax-command:hover {
    background-color: #777777;
    color: #FFFFFF;
    text-decoration: none;
}

.action-link-separator {
    color: #CCCCCC;
}

.deleted {
    background-color: #F4E7E7;
}

#command-loader {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
    background: url('/m/default/media/images/indicator.gif')
}

#command-loader.success {
    background: url('/m/default/media/images/vote-accepted-on.png')
}

.comment-form-buttons {
    padding-top: 5px;
    width: 23%;
    height: 100%;
    float: right;
}

.comment-form-buttons input, .user-prompt .prompt-buttons button {
    height: 12px;
    line-height: 10px;
    font-size: 110%;
    background: #db8264;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.comment-form-buttons .comment-submit {
    background: #dd4814;
}

.comment-form-buttons .comment-submit:hover {
    background: #db8264;
}

.comment-form-buttons input:hover, .user-prompt .prompt-buttons button:hover {
    background: #dd4814;
}

.comment-form-buttons input:disabled, .user-prompt .prompt-buttons button:disabled {
    background: #aaaaaa !important;
    cursor: default;
}

.comment-form-buttons input {
    width: 100%;
    height: auto;
    padding: 2px 0 2px 0;
    vertical-align: middle;
    margin-top: 6px;
}

.comments-char-left-count.warn {
    color: orange;
}

#ask-related-questions {
    max-height: 150px;
    overflow-y: auto;
}

.context-menu {
    position: relative;
}

div.dialog, .context-menu-dropdown {
    position: absolute;
    background-color: #EEEEEE;
}

.context-menu-dropdown {
    display: none;
    right: 0px;
    top: 1.5em;
    text-align: left;
    list-style-type: none;
    z-index: 500;
    width: 200px;
}

.context-menu-dropdown li.item {
    padding: 4px 8px 4px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.context-menu-dropdown li.item a {
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
    display: block;
}

.context-menu-dropdown li.separator {
    text-align: center;
    padding: 10px 0 4px 0;
    font-size: 120%;
    font-weight: bold;
}

.context-menu-dropdown li.item:hover {
    background-color: #DD4818;
    color: white;
}

.context-menu-dropdown span {
    margin-right: 4px;
    float: left;
    width: 16px;
    height: 16px;
}

.context-menu-trigger {
    cursor: pointer;
}


div.dialog, .context-menu-dropdown {
    color: #000000;
    font-size: 11px;
    outline: none;
    text-align: center;
    text-decoration: none;
    padding: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #aaaaaa;
    background: #f0f0f0;
}

div.dialog
{
    padding: 30px;
    min-width: 300px;
}

.dialog a, .context-menu-dropdown a {
    color: #ffffff;
    cursor: pointer;
}

div.dialog .dialog-wcwontent {
    padding: 12px 12px 42px 12px;
    z-index: 1000;
}

div.dialog .dialog-content table
{
    width: 100%;
}

div.dialog .dialog-buttons {
    margin: 0px;
    height: 25px;
    text-align: center;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin-top: 4px;
}

div.dialog .dialog-buttons a {
    color: #333;
}

.dialog-yes, .dialog-no {
    padding: 0px 5px;
    margin: 0 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #DD4818;
    color: white;
    line-height: 20px;
    vertical-align: baseline;
    font-weight: bold;
    border: 0;
    cursor: pointer;
}

div.dialog.confirm, div.dialog.warning {
    text-align: center;
}

div.dialog.confirm {
    font-size: 140%;
    font-weight: bold;
}

div.dialog.prompt {
    width: 355px;
}

div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content textarea, div.dialog.prompt .dialog-content input[type=text] {
    width: 100%;
    padding: 0;
    border: 0;
}

.user-prompt .prompt-buttons {
    text-align: right;
}

.suspended-user {
    text-decoration: line-through;
}

.feed-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 4px;
}

.boxC .feed-icon {

}

.tabBar .feed-icon {
    position: relative;
    top: 6px;
    left: 5px;
}

.feed-icon-big {
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 10px;
    margin-top: 6px;
}

div#subscription_list {
    width: 100%;
    /*float:left;*/
}

.subscription_switch {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 11px Arial, Helvetica, sans-serif;
    padding: .2em 1em .275em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #101010 !important;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top,  #fff,  #ededed);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.subscription_switch:hover {
    text-decoration: none;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
    color: #101010 !important;
}
.subscription_switch:active {
    position: relative;
    top: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top,  #ededed,  #fff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

div.subscription_summary {
    border-top: 2px dotted #CCCCCE;
    overflow: hidden;
    padding: 3px 0px 5px 0;
    position: relative;
    width:100%;
    margin-top: 5px;
}

div.subscription_title {
    /*float:left;
    line-height:30px;*/
    margin-top: 5px;
    font-size: 16px;
    font-weight:bold;
}

a.subscription_unsubscribe_button {
    float:left;
    font-size: 11px;
    font-weight:bold;

    margin-right:15px;
    margin-top: 5px;
}

div.subscription_userinfo {
    float:right;
}

div.subscription_tags {
    font-family: sans-serif;
    float:left;
}
div.subscription_tags a, span.tag {
}
div.subscription_tags a:hover {
    background-color: #356FCB;
    color: #FFFFFF;
}

div.wmd-button {
    color:white;
}
div.wmd-button-bar {
    float:left;
}

#error > h1 {
    color: #ffffff;
	background-color: rgb(221, 72, 24);
	border-radius: 4px;
}

#error {
    text-align: center;
    margin: 5px;
}

.error-box {
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 32%;
    text-align: center;
    height: 66px;
    padding-top: 44px;
    font-size: large;
}

.provider_logo.big {
    min-width: 135px;
}

h3.or_label, .signin_form#dummy_form_unused {
    display: none !important;
}

.no-item-to-display
{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.ac_results
{
    width: 398px !important;
    background: #eeeeee;
    border: 2px solid #cccccc;
    border-top: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius:  5px;
    -moz-border-radius-bottomright:  5px;
    -moz-border-radius-bottomleft:   5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius:  5px;
    padding: 5px;
}

.ac_results ul li
{
    cursor: pointer;
    padding: 5px 0;
}

#item-right, .item-right
{
    max-width: 659px;

    word-break: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
}

form.pretty-form label {
    margin-bottom: 3px;
    font-weight: bold;
}

form.pretty-form p.error {
    margin-top: 3px;
}

form.pretty-form .margin-bottom {
    margin-bottom: 13px;
}

form.pretty-form .submit-row {
    padding: 0;
}

form.pretty-form .submit {
    margin: 0;
    margin-bottom: 13px;
}

form.pretty-form input {
    padding: 3px 7px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    width: 40%;
    transition: border 0.2s ease-in-out;
}

form.pretty-form input:focus {
    border-color: #aaaaaa;
}
