
ul
{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
img
{
    border: none;
}
p
{
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4
{
    margin: 0px;
    padding: 0px;
    color: #004784;
}

.selectbox, .textbox
{
    border: 1px solid;
    border-color: #E0E0E0; /* #F6F6F6 #F6F6F6 #E0E0E0;*/
}
.button
{
    border: 1px solid #EBEBEB;
    border-bottom-color: #DDDDDD;
    background: #FBFBFB url(images/img7.gif) repeat-x;
    font-size: 12px;
    color: #7A7A7A;
    font-weight: bold;
}

.clearAll
{
    clear: both;
}
.flLt
{
    float: left;
}
.flRt
{
    float: right;
}

/* Content */

#content
{
    width: 897px;
    margin: 0 auto;
    padding: 10px 10px;
    background: #FFFFFF url(images/img8.gif) no-repeat left bottom;
}

/*avatar*/
img.ava
{
    border: 1px solid #ccc;
    padding: 3px;
    margin: 3px;
}
a.updateprofile{background: url(images/edit.gif) no-repeat 3px center; 
               padding:3px 3px 3px 20px; display:block; clear:both; 
               height:18px; width:90px; color:Green; }
/*question*/

.question.alt
{
    background:#fcfcfc;
}
.question
{
    border-bottom: 1px solid #eee;
    padding-right: 5px;
    clear: both;
}
.question table
{
    clear: both;
}
.question td
{
    vertical-align: top;
}
.question h4
{
    font-weight: bold;
    padding-top: 5px;
}
.question h4 a
{
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #0066CC;
}
.question h4 a:hover
{
      color:#1E90FF;
}
.question td.profile .username
{
    display: block;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    width: 80px;
}
.posted
{
    font-size: 12px;
    color: #999999;
    border-bottom: 1px solid #F2F2F2;
    margin: 5px;
    height: 20px;
}
.posted a
{
    color: #333;
}
.posted p
{
    float: right;
}
.posted .comments
{
    float: left;
}
table.question
{
    width: 100%;
}
table.question td.profile
{
    width: 80px;
    border: none;
    background: transparent;
}

/*Answer*/
.answers
{
    border: 1px solid #D8DCDF;
    padding: 5px;
    background: url(images/top_bg.gif) repeat-x;
}
.answers td.profile
{
    border: none;
    background: transparent;
}

.answers .answer td.profile div
{
    width: 110px; overflow-x:hidden;
    border: none;
}
.answer
{
    border-top: 1px solid #D8DCDF;
    padding-right: 5px;
}
.answer td
{
    vertical-align: top;
}
.answer h4
{
    padding-top: 5px;
}
.answer h4 a
{
    color: #333;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
}
.answer:hover h4 a, .answer h4 a:hover
{
    color: #000;
}

.answer img.ava
{
    width: 60px;
}
.answer p.content
{
    color: #333; width:380px; overflow-x:hidden; 
}
/*headline*/
.headline
{
    border: 1px solid #D8DCDF;
    padding: 5px;
}
/*qaProfile*/

.qaProfile
{
    margin-bottom: 10px;
    border: 1px solid #D8DCDF;
    padding: 5px;
    background: url(images/top_bg.gif) repeat-x;
}
.qaProfile td.con
{
    position: relative;
}
.qaProfile td.con p
{
    margin: 0;
    padding: 0 0 5px;
}
.qaProfile h2
{
    background: url(images/vcard.png) no-repeat right;
    padding-left: 5px;
    font-size: 14pt;
    font-weight: bold;
    height: 30px;
}
.qaProfile img.ava
{
    width: 80px;
    height: 80px;
}
/*ask*/
.ask
{
    border: 1px solid #D8DCDF;
    padding: 5px;
    background: url(images/top_bg.gif) repeat-x;
}
.ask td
{
    padding: 5px;
}
.ask .hd
{
    width: 100px;
    font-weight: bold;
}
.ask .textbox
{
    width: 95%;
}
.ask .selectbox
{
    width: 200px;
}
.ask .content
{
    height: 100px;
}
.ask .title
{
    font-weight: bold;
    height: 40px;
}
.ask h2
{
    background: url(images/icon_question.gif) no-repeat 3px 0px;
    font-size: 14pt;
    font-weight: bold;
    height: 30px;
}

.ask .ava
{
    width: 80px;
}
/*questions*/

.questions
{
    clear: both;
    border: 1px solid #D8DCDF;
    padding: 5px;
    background: url(images/top_bg.gif) repeat-x;
}
 
/*more-questions*/
.answer-page .more-questions
{
    margin-top: 10px;
}
.more-questions
{
    clear: both;
    border: 1px solid #D8DCDF;
    padding: 5px;
    background: url(images/top_bg.gif) repeat-x;
}
.more-questions ul
{
    margin: 0px;
    padding: 0px;
    padding-left: 25px;
    list-style-type: disc;
    color: #0066CC;
}
.more-questions ul li a
{
    color: #0066CC;
}
.more-questions ul li a:hover
{
    text-decoration: underline;
}
/*Actions*/
.actions
{
    clear: both;
}
.actions .abutton
{
    border: 1px solid #ddd;
    background: url(images/top_bg.gif) repeat-x;
    font-size: 12px;
    color: green;
    font-weight: bold;
    padding: 4px;
    cursor: pointer;
    text-decoration: none;
}
.actions .abutton:hover
{
    background: url(images/bg_nav.gif) repeat-x 0px -130px;
}
.actions .OtherLinks
{
    width: 250px;
}
.actions a.reportAbuse
{
    cursor: pointer;
    background: transparent url(images/report-abuse.gif) no-repeat scroll 2px center;
    border: 1px solid #DDEAF6;
    color: #578CCA !important;
    float: left;
    font-size: 11px;
    height: 12px;
    margin: 0 0 0 5px;
    padding: 5px 5px 5px 20px;
    text-decoration: none;
    white-space: nowrap;
}
.actions a.answerRatingUp, .actions a.questionRatingUp
{
    cursor: pointer;
    background: transparent url(images/thumbs-up.gif) no-repeat scroll 80% 50%;
    border: 1px solid #DDEAF6;
    color: #578CCA !important;
    float: left;
    font-size: 11px;
    height: 12px;
    margin: 0 0 0 5px;
    padding: 5px 23px 5px 5px;
    text-decoration: none;
    white-space: nowrap;
}
.actions a.answerRatingDown, .actions a.questionRatingDown
{
    cursor: pointer;
    background: transparent url(images/thumbs-down.gif) no-repeat scroll 80% 50%;
    border: 1px solid #DDEAF6;
    color: #578CCA !important;
    float: left;
    margin: 0 0 0 5px;
    font-size: 11px;
    height: 12px;
    padding: 5px 23px 5px 5px;
    text-decoration: none;
    white-space: nowrap;
}
.actions a.InActiveRatingUp
{
    background: transparent url(images/thupinactive_14x14.gif) no-repeat scroll 80% 50%;
    border: 1px solid #DDEAF6;
    color: #578CCA !important;
    float: left;
    font-size: 11px;
    height: 12px;
    margin: 0 0 0 5px;
    padding: 5px 23px 5px 5px;
    text-decoration: none;
    white-space: nowrap;
}
.actions a.InActiveRatingDown
{
    background: transparent url(images/thdowninactive_14x14.gif) no-repeat scroll 80% 50%;
    border: 1px solid #DDEAF6;
    color: #578CCA !important;
    float: left;
    margin: 0 0 0 5px;
    font-size: 11px;
    height: 12px;
    padding: 5px 23px 5px 5px;
    text-decoration: none;
    white-space: nowrap;
}
/* Posted */

/* 
.posted p
{
     float: left;
    margin: 0;
    padding-left: 3px;
    padding-right: 3px;
}

.posted .comments
{
  float: right; 
    padding-left: 5px;
    position: absolute;
    right: 3px;
    font-size: 13px;
    color: #cc0000;
}
*/


/*question-content*/
.question-content
{
    border: 1px solid #D8DCDF;
    padding: 5px;
    background: url(images/top_bg.gif) repeat-x;
}
.question-content h3 a
{
    color: #0066CC;
}
.question-content .columnOne
{
    width: 120px;
}
.question-content img.ava
{
    width: 80px;
}
.profile
{
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px;
    
    border: 0px;
}
.profile span
{
    display: block; width:110px; overflow:hidden; height:18px;
    clear: both;
}
.question-content h2
{
    background: url(images/questionIcon.png) left no-repeat;
    font-size: 18px;
    color: #cc0000;
    padding: 0 0 0 22px;
}
.question-content .content
{
    line-height: normal;
}

/*pagenavigate*/
.pagenav
{
    text-align: right;
    padding-top: 5px;
    margin-top: 5px;
    clear: both;
    display: block;
    float: right;
    position: relative;
    line-height: 2;
}
.pagenav a
{
    border: 1px solid #D8DCDF;
    padding: 3px 5px;
    margin: 1px;
    text-decoration: none;
}
.pagenav a:hover
{
    text-decoration: underline;
}
.pagenav .current
{
    background-color: #eee;
    color: #333;
    text-decoration: none;
}
/*status*/
.status
{
    margin-top: 5px;
}

/*tabs*/
.tabs
{
    border: none;
    margin: 0px;
    padding: 0px;
}
.tabs ul
{
    float: left;
    border-bottom: 1px solid #D8DCDF;
    font-size: 12px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}
.tabs ul li
{
    border: medium none;
    float: right;
    font-weight: bold;
    margin-right: 5px;
    padding: 3px 10px;
    font-size: 14pt;
    font-weight: bold;
}
.tabs ul li.selected
{
    background: transparent url(images/top_bg.gif) repeat-x scroll left top;
    border-color: #D8DCDF #D8DCDF #FFFFFF;
    border-style: solid;
    border-width: 1px;
    bottom: -1px;
    float: left;
    padding: 3px 10px;
    position: relative;
}
.tabs ul li span
{
    font-size: 14px;
    font-weight: normal;
}
.tabs ul li a
{
    text-decoration: none;
    color: #333;
    font-size: 12pt;
}
.tabs ul li a:hover
{
    color: #000;
}
.tabs .questions
{
    background: transparent;
    margin-top: -10px;
    border-top: none;
    position: relative;
}
/*Message*/
.text-error
{
    color: #f00;
}
.error
{
    margin: 5px;
    vertical-align: middle;
    padding: 10px 5px 5px 5px;
}
.error span
{
    display: block;
    color: #f00;
    background: url(images/error.png) no-repeat;
    padding-left: 40px;
    min-height: 40px;
    height: 40px;
    overflow: visible;
}
.success
{
    margin: 5px;
    padding: 10px 5px 5px 5px;
}
.success span
{
    display: block;
    color: Green;
    background: url(images/success.png) no-repeat;
    padding-left: 40px;
    min-height: 40px;
    height: 40px;
    overflow: visible;
}
.required
{
    color: Red;
}

.answer-page .questions
{
    margin-top: 10px;
}

/*more-answered*/
.more-answered
{
    border: 1px solid #E8E6E6;
}
.more-answered .hd
{
    /*background: transparent url(images/cat-link.png) repeat-x scroll left top;*/
    display: block;
    font-weight: bold;
    line-height: 24px;
    padding-left: 10px;
    color: #333;
    font-size: 12px;
    text-transform: none;
    border-bottom: 1px solid #E8E6E6;
}
.more-answered .bd
{
}
.more-answered .bd ul
{
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    list-style-type: disc;
    color: #333;
}
.more-answered .bd
{
    padding: 5px;
}
.more-answered .bd ul li a
{
    color: #333;
}
.more-answered .bd ul li a:hover
{
    text-decoration: underline; color:#000;
}
.logo a
{
    position: absolute;
    top: 7px;
    left: 0px;
    background: url(images/logo.jpg);
    width: 342px;
    height: 72px;
}
/*Page Column */
.leftcol
{
    width: 170px;overflow-x:hidden; float:left;
}
.rightcol
{
    width: 250px;overflow-x:hidden; float:right;
}
.midcol
{
    width:520px; overflow-x:hidden; float:left;
    padding: 0px 5px;
}

.rightcol .more-answered
{
    margin-top: 10px;
}

.rightcol .topMembers
{
    margin-top: 10px;
}
/* Top Members */
.topMembers .colOne
{
    text-align: center;
}
.topMembers .alt
{
    background: #fcfcfc;
}
.topMembers td .username{   font-weight:bold;}
.topMembers td
{
    border-top: 1px solid #eee;
}
.topMembers img.ava
{
    width: 40px;
    height: 40px;
    padding: 2px;
    border: 1px solid #ccc;
}

