html {
    background-color: white;  
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: Tahoma;
}

h1 {
  font-size: 32px;
  color: #cc0202;
}

a {
  color: #1155BB;
}

#body {
  height: 100%;
  width: 100%;
}

#logo {
  padding-top: 5px;
  padding-bottom: 5px;
  height:75px;
}

#logo img {
  border: 0px;
}

#logo a {
  color: #474754;
  text-decoration: none;
  font-size:14px;
  text-align: center;
}

#adminbar {
  background-color: silver;
  height:55px;
}

#userbarholder {
  background-color: #eeeeee;
}

#userbar {
  margin: auto;
  width: 960px;
  background-color: #eeeeee;
  height: 25px;
    color: #666666;
}

#userbar a{ 
    color: #666666;
}

#userbar div {
  margin-top: 4px;
}

#main {
  width: 960px;
  margin: 0 auto;
}
#mainadmin {
  width: 960px;
  margin: 0 auto;
}

#maindownload {
  width: 100%;
  margin-left: 20px;
  margin-top: 10px;
}

#maindownload a{
  color: #666666 !important;  
}

#maindownload .column-left {
  width: 100%;
}

#maindownload .column-inner-left {
  width: 240px;
}

#maindownload .column-inner-right {
  width: 600px;
}

.column-left {
  float: left;
  width: 780px;
}

.column-inner-left {
  float: left;
  width: 180px;
}

.column-inner-right {
  float: left;
  width: 600px;
  background-color: white;
  padding: 0;
}

.column-right {
  float: right;
  width: 180px;
}

#footer {
  text-align: center;
  padding: 5px;
}

.cb {
  clear:both;
  display:block;
  height:0;
  margin:0;
  padding:0;
  font-size: 1px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

div.errorText {
  background-color: red;
  padding: 2px;
}
ul.error_list {
  padding: 0px; 
}
ul.error_list li{
  background-color: red;
  padding: 2px;
  list-style-type: none;
  margin: 0px;  
}

div.messageText {
  background-color: #aaffaa;
  padding: 2px;
}

.user {
  font-weight: bold;
  /*background:transparent url(/images/user_gray.gif) no-repeat scroll 16px 16px;*/
  color: blue;
  font-size: 11px;
  padding: 8px 0 0 5px;
}

a.username {
  background:transparent url(/images/user_gray.gif) no-repeat scroll 0px -1px;
  padding-left:18px;  
}

.question,.answer,.result {
  margin: 5px;
  padding: 3px;
  background-color: #eeeeee;
  border: 1px solid gray;
}

.ui-sortable-placeholer {
  border: 1px dotted black !important;
  visibility: visible !important;
  background-color: #ffffff !important;
  margin: 5px;
  padding: 3px;
}

.header_answer, .header_question {
  background-color: #999999;
  margin-bottom: 4px;
  padding: 2px;
  font-weight: bold;
  color: #333333;
}

label {
  color: #333333;
  font-weight: bold;
  margin: 2px 0px 2px 0px;
  padding: 2px;
  vertical-align: top;
  display: block;
}

input,textarea {
  border: 1px solid gray;
  font-family: tahoma;
  font-size: 12px;
  padding: 2px;
}

textarea {
  width: 500px;
}

div.test_container.textarea {
  height: 70px;
}

#test input.test_image_delete, .question input.question_image_delete,
#pool input.pool_image_delete, .question input.question_image_delete {
  width: auto !important;
}

#test input, #test textarea,
#poll input, #poll textarea
{
  width: 584px !important;
  width: 564px !important;
}

.question input,.question textarea,.result textarea {
  width: 566px !important;
  width: 546px !important;
}

.answer input,.answer textarea {
  width: 548px !important;
  width: 528px !important;
}

.answer input.answer_radio {
  width: auto !important;
}

input.answer_text_after_radio {
  width: 502px !important;
}

input.answer_number,input.result_diapason_min,input.result_diapason_max
  {
  width: 90px !important;
}

div.header:hover_answer, div.header:hover_question {
  cursor: n-resize;
}

.spacer {
  height: 10px;
}

#content {
  padding: 5px;
  width: 590px;
  overflow-x: hidden;
}

#menu {
  text-align: center;
  padding: 3px;
  font-weight: bold;
  font-size: 14px;
  word-spacing: 1em;
}

.search_button {
  border: 0px;
  background-color: #eeeeee;
  font-weight: bold;
  color: #333333;
}

span.search {
  margin-left: 10px;
  margin-right: 20px;
}

.search input {
  padding: 0 !important;
}

.error {
  border: 1px solid red;
}

.valid {
  border: 1px solid green;
}

label.error {
  color: red;
  padding: 2px;
  font-weight: normal;
  font-style: italic;
  border: 0;
}

input[type=radio] .error {
  background-color: red;
}

.result .header {
  cursor: default !important;
}

label.normal {
  display: inline;
}

.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */ /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
  line-height: 16px;
  overflow: hidden;
}

.ac_loading {
  background: white url('/images/indicator.gif') right top no-repeat;
}

.ac_odd {
  background-color: #eee;
}

.ac_over {
  background-color: #0A246A;
  color: white;
}

div.tag-cloud a{
    color: #336699 !important;
}

.tag-cloude-group1 {
  font-size: 11px !important;
}

.tag-cloude-group2 {
  font-size: 14px !important;
}

.tag-cloude-group3 {
  font-size: 16px !important;
}

.tag-cloude-group4 {
  font-size: 18px !important;
}

.tag-cloude-group5 {
  font-size: 20px !important;
}

a.active {
  text-decoration: none;
  color: #CC0202;;
}

img.personage {
  width: 16px;
  border: 0px;
  text-decoration: none;
  vertical-align:middle;
}

div.rating, div.complete {
  display: table-cell;
  float: left;
}

.rating table,.complete table {
  border: 0px;
}

.rating_vote_up,.rating_vote_down {
  float: left;
  height: 20px;
  margin: 3px 3px 0;
  width: 9px;
  display: inline;
  line-height: 20px;
}

.rating_vote_down {
  background: white url(/images/arrows.gif) no-repeat scroll right bottom;
}

.rating_vote_up {
  background: white url(/images/arrows.gif) no-repeat scroll left bottom;
}

.rating_number {
  background-color: #00dd66;
  color: white;
  text-align: center;
  font-size: 22px;
}

.complete_number {
  background-color: blue;
  color: white;
  text-align: center;
  font-size: 22px;
}

.rating_header,.rating_footer,.complete_header,.complete_footer {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.user_top10 ol {
    margin-left:22px;
    padding-left:0; 
}

.user_top10 div.user_top {
    display: table;
    list-style-type: decimal; 
    width:100%;
}

div.user_top10 .username {
  width: 80px;
  display: table-cell;
  float: left;
  margin-top:1px;
}

div.user_top10 .userrating {
  text-align: right;  
  display: table-cell;
  float: right;
  color: white;
  background-color: #CD0808;
  padding: 1px;
    margin-bottom: 1px;
}

div.user_top10 .useriq {
  text-align: right;  
  display: table-cell;
  float: right;
  color: white;
  background-color: #CD0808;
  padding: 1px;
    margin-bottom: 1px;
}

div.user_top10 li {
    padding-top: 2px; 
}

div.userbox {
  width: 480;
  overflow-x: hidden; 
}

div.user {
  width: 250px;
  color: black;
  font-weight: normal;
  float: left;
  padding: 2px;
  margin: 2px;
  background-color: #E3FCD3;
  overflow-x: hidden;
}

div.user .avatar {
  float: left;
  margin: 2px;
}

div.user .userinfo {
  float: left;
  margin: 2px;
  width: 183px;
}

div.userbox .usermenu {
  padding-left: 20px;
  float: left;
  width:200px;
}
div.usermenu h2{
    color: #CC0202;
}

.test_score {
  padding-bottom: 5px;  
}

.test_score_result_description {
  font-style: italic;

}

.avatar_small {
  border: 0px;
  margin: 4px;
}

.sf_admin_form_row .avatar_small {
  margin: 0px;
}

#sfWebDebugDatabaseLogs li {
  white-space: nowrap;
}

div.avataruser {
  clear: both;
}

span.ac_user_item {
  vertical-align: middle;
}

span.ac_user_item img {
  margin: 2px;
  padding: 0px;
  vertical-align: middle;
}

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

a.message_notifier {
}

.index_top_block {
  float: left;
  width: 50%;
  overflow: hidden;
 
}

.top_test_name, .top_game_name {
  width:170px;
  height: 14px;
  overflow: hidden;
  display: table-cell;
  float:left; 
}

.top_test_rating, .top_game_rating{
  display: table-cell;
  float:right;    
  margin-left: 5px; 
  padding-left: 2px;
  padding-right: 2px;
  background-color: #CD0808;
  color: white;
}

.top_test_complete, .top_game_shown{
  display: table-cell;
  float:right;
  margin-left: 5px;
  padding-left: 2px;
  padding-right: 2px;
  color: #D11A1A;   
}

.top_test_complete a{
    color: #D11A1A; 
}

.top_test a.sort {
  color: #6E6E6D;
}

.top_test_name a, .top_game_name a {
    white-space: nowrap;
}

ol.top_test, ol.top_game{
margin-left:0;
padding-left:25px;
}

ol.top_test li{
    
}

.top_test_text, .top_game_text{
    color: gray;
}

.adv {
   background-color: #fefefe;
   height: 100%;
   text-align: center;
}

div.top_test, div.top_game  {
    border: 0;
    width:auto;
    height: 100%;
    margin: 1px;
    padding: 2px;
    overflow: hidden;
}

.usercontrol {
    line-height: 12px;
    padding:2px;          
}

.admincontrol {
    color: #ff0000 !important;
    line-height: 12px;
    padding:2px;
}

a.edititem{
    background: transparent url(/images/page_edit.gif) no-repeat scroll 0px 0px;
    padding-left: 18px;      
}

a.deleteitem{
    background: transparent url(/images/page_delete.gif) no-repeat scroll 0px 0px;
    padding-left: 18px;      
}

.is_moderated {
    color: #ff0000;
    font-size: 9px;
}

.prefooter_info {
    background-color: #f0f0e7;
    padding: 5px;
    color: #676763;
}

.prefooter_info h1{
    text-align: center;
    color: #d62220;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
}

.spacer1 {
    height: 10px;
}

.adminswitch {
  display: inline;  
}

div.banner_name_helper {
    color: maroon;
    font-size: 9px;
}

div.banner_name_helper div.adv{
    background: #AAAAAA url(/images/diagonals.gif);     
}

div.adv_banner_180x602_left {
    border: 0px; 
    width: 180px; 
    height: 602px; 
    overflow: hidden; 
}

div.adv_banner_180x602_right {
    border: 0px; 
    width: 180px; 
    height: 602px; 
    overflow: hidden; 
}

div.adv_banner_600x92_top {
    border: 0px; 
    width: 600px; 
    height: 92px; 
    overflow: hidden; 
}
div.adv_banner_600x92_bottom {
    border: 0px; 
    width: 600px; 
    height: 92px; 
    overflow: hidden; 
}

div.adv_banner_468x90_top {
    border: 0px; 
    width: 468px; 
    height: 90px; 
    overflow: hidden; 
}

div.adv_banner_index_bottom_block {
    border: 0px; 
    width: 100%; 
    height: 100px; 
    overflow: hidden; 
}
div.adv_banner_index_top_block {
    border: 0px; 
    width: 100%; 
    height: 100px; 
    overflow: hidden; 
}
div.adv_banner_index_bottom_block3 {
    border: 0px; 
    width: 100%; 
    height: 100px; 
    overflow: hidden; 
}

input.answer_incorrect{
    border: 2px solid red; 
}

input.answer_correct{
    border: 2px solid #00ff00;  
}

ol.hiddenbullet {
    margin: 0px;
    padding: 0px;
}

ol.hiddenbullet li{
    list-style: none;
}


#seo_button {
    line-height: 25px;
}

#seo {
    position: absolute;    
    background-color: #999999;  
    z-index: 10000;
    padding: 4px;
    width: 400px;
    top: 22px;
    right: 0px;
       
}

textarea.external, textarea.external1, textarea.external2 {
    width:90%;
    height: 50px;
}

textarea.external2 {
    height: 70px;
}

.seo_form input, .seo_form textarea {
    width: 393px;    
}

.button {
    width: auto !important;
}

input.button_complete {
    width: auto !important;
}

div.site_block{        
    width: 170px;
    overflow-x:hidden;
    padding-left: 5px;  
    padding-right: 5px;  
}

div.site_block_1{
    background-color: #F0F0E7;        
    width: 180px;
    overflow-x:hidden;
}

div.site_block_1 a {
    color: #6E6E6D;
}

div.site_block_2{
    background-color: #EAFCD4;        
}


div.column-right h3, div.column-inner-left h3, div.index_top_block h3{
  color: #CC0202; 
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 19px;
}

h3 span {
    color: #1155BB;   
}

span.time {
    color: #CD1D1C; 
    font-size: 10px;
}

div.short_post {
  color: #707170;
}

span.xxx {
    text-align: center;
    color: #94968B;
    font-size: 12px;
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
}

div.test_list {
    background-color: #009BFF;
    margin-top: 10px;
    border-top: 1px solid #7C7C7C;  
    width:100%;
}
  
div.test_list li{ 
    color: #FD7C00;
    list-style: disc;
}

div.test_list a{   
    color: #EFF9FF;
}

#footer, #footer a {
    color: #A6A6A6;
}

div.copyright {
    margin-top: 5px;
}

div.create_test_button a {
    font-size: 17px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 2px;
    line-height:12px;
}

input.search {
    border: none;
    margin-top:3px;
}

div.digitletter_question{
    margin:1em 2px 2px;
    font-size:14px;
}

div.digitletter_column_30 {
    width: 30%;    
}

div.digitletter_column_15 {
    width: 15%;    
}
div.digitletter_column_20 {
    width: 20%;    
}

div.digitletter_column_50 {
    width: 50%;    
}
div.digitletter_column_60 {
    width: 60%;    
}

div.digitletter_column_50 input.answer_text {
  width: 100% !important;
  font-size: 14px;
}

div.digitletter_column_30 strong {
  font-size: 16px;  
}

div.digitletter_answer{
  margin-left: 10px;
}

div.digitletter_answer input{
  width: 100px !important;
}

div.cloud{
                
    width: 170px;
    overflow-x: hidden;
    margin-right: 4px; 
    position: relative;   
}
            
div.cloud h4 {
    text-align: center;
    margin-top: 5px;  
    margin-bottom: 5px;   
}

#tag_cloud_container {
  width: 170px;
  overflow-x: hidden;
  position: relative; 
}

#tag_cloud_content{
    
}
div.tags {
    padding-top: 2px;    
    padding-bottom: 2px;    
}

span.tags_header {
  background: transparent url(/images/tag_green.gif) no-repeat scroll 0px 0px;
  padding-bottom: 2px;
  padding-left: 18px;   
}

a.addfavorite {
  background: transparent url(/images/heart_add.gif) no-repeat scroll 0px 3px;
    padding-bottom: 2px;
    padding-left: 18px;
} 
  
a.delfavorite {
    background: transparent url(/images/heart_delete.gif) no-repeat scroll 0px 3px;
    padding-bottom: 2px;
    padding-left: 18px;
}


div.test_item h2, div.post_item h2,{
    display: inline;    
}

h2 a {
    display: inline;
    color: #256CBD !important;
} 

div.test_item, div.test_item a, 
div.post_item, div.post_item a, 
div.poll_item, div.poll_item a, 
div.game_item, div.game_item a {
    color: #333333;
}

a.comments, span.comments  {
    background: transparent url(/images/comments.gif) no-repeat scroll 0px 0px;
    padding-bottom: 2px;
    padding-left: 18px;   
} 

a.del_friend {
    background: transparent url(/images/user_delete.gif) no-repeat scroll 0px -1px;
    padding-bottom: 2px;
    padding-left: 18px;
}   
    
a.add_friend {
    background: transparent url(/images/user_add.gif) no-repeat scroll 0px -1px;
    padding-bottom: 2px;
    padding-left: 18px;
}

span.created_at {
    background: transparent url(/images/date.gif) no-repeat scroll 0px -1px;
    padding-bottom: 2px;
    padding-left: 18px;
}

a.test_start {
  background-color:buttonface;
  border:1px solid gray;
  font-size:15px;
  padding:4px;
  text-decoration:none;    
  margin: 2px;
  font-weight:bold;
  line-height:35px;
}

div.spacer5 {
    height: 5px;
}

div.spacer2 {
    height: 2px;
}

div.spacer10 {
    height: 10px;
}

div.spacer15 {
    height: 15px;
}

div.spacer20 {
    height: 20px;
}

span.test_description {
    color: black;
}

span.test_status{
    font-size: 10px;    
    font-weight: normal;
    line-height: 12px;
}

span.empty {
    color: #6E6E6D;
}

ul.radio_list {
  list-style-type: none;
  padding-left:0;
  margin: 0px;  
}

ul.radio_list label{
  display: inline;
      
}

form label {
  margin-top: 10px; 
  
}

form {
  padding-left: 30px;
}

form.test_form, form.poll_form {
  padding-left: 0px;
}

div.test_menu {
  line-height: 17px;
}

div.test_menu a{
  float: left;
}

div.test_menu span{
  float: right; 
  color: #D11A1A;
}
div.test_menu br{
  clear: both;
}

div.tbl {
  display: table;
}

div.test_item, div.post_item, div.game_item, div.poll_item, div.moderator_not_allowed{
  width: 100%;
  padding-bottom:15px;
}

div.moderator_not_allowed {
  width: 100%;
  padding-bottom:15px;
  color:red;
}

span.moderator_not_allowed {
    color:red;
}

div.top_test_item {
  width:  100%;
  display: table;
}

.top_num {
    text-align: right;
    width:20px;
    vertical-align: top;
    padding-top: 4px !important;  
}

.top_tabel {
   
}

.top_tabel td{
   padding:0px;
}
.top_tabel tr{
   padding:0px;
}

div.top_test li, div.top_game li{
  margin-bottom: 2px;
}


ul.li_cont1, ul.li_cont2, ul.li_cont3, ul.li_cont4, ul.li_cont5, ul.li_cont6 {
    margin-left: 5px;
    padding-left: 20px;
    padding-right: 0px;
    margin-right: 0px;
}

div.short_post a.username {
    color: #707170;
}

div.top_test_text a {
    color: gray;
}

.tags a {
    color: #333333;
}

a.commentadd {
    background: transparent url(/images/comment_add.gif) no-repeat scroll 0px 0px;
    padding: 2px;
    padding-left: 18px;      
}

a.editcomment {
    background: transparent url(/images/comment_edit.gif) no-repeat scroll 0px 0px;
    padding: 2px;
    padding-left: 18px;      
}

a.userreply {
    background: transparent url(/images/user_comment.gif) no-repeat scroll 0px 0px;
    padding: 2px;
    padding-left: 18px;      
}



div.comment_body {
    margin-top: 4px;
}

.corner-tl {
    background: transparent url(/images/corner_tl.gif) no-repeat 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}  

.corner-tr {
    background: transparent url(/images/corner_tr.gif) no-repeat top right;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;     
}

.corner-bl {
    background: transparent url(/images/corner_bl.gif) no-repeat bottom right;
    width: 100%;
    height: 100%;    
    margin: 0;
    padding: 0; 
}

.corner-br{
  width: 100%;
    height: 100%; 
  background: transparent url(/images/corner_br.gif) no-repeat bottom left;
    margin: 0;
    padding: 0; 
  
}

.corner-br div.rounded-content {
    padding:5px;
    padding-top:8px;
    padding-bottom:8px;
}

div.poll_results {
  width: 550px;
  
}

div.poll_result {
  padding-bottom: 1px;
}

div.poll_number {
  float: left;
  margin-right: 10px;
  width: 20px;
}

div.poll_percent{
  float: left;
  background-color: red;
  overflow-x: hidden;
}
span.poll_percent{
  padding-left: 3px;
}

div.poll_percent span {
  position: absolute; 
  margin-left: 2px;
  margin: 0 auto 0;
}

div.poll_answer {
  float: left;
  width: 250px;
  text-align: right; 
  margin-right: 10px;
}

a.poll_statistic{
    background: transparent url(/images/statistic.gif) no-repeat scroll 0px 0px;
    padding: 2px;
    padding-left: 18px;      
}

div.top_poll_item form {
  padding-left:0px;
  font-size: 9px;
  font-weight: normal;
}

#poll_form {
  display: inline-table;
}

.poll_col1 {
  display: table-cell;
  float: left;
}
.poll_col1 .answer_radio {
  border: 0px;
}

.poll_col2 {
  display: table-cell;
  float: left;
}

.poll_col2 label {
  margin-top: 0px;
}

div.top_poll_item .poll_col2 {
  width: 115px;
  padding-top:3px;
}

.top_poll_description {
  font-weight: bold;
  padding-top: 3px;
  font-size: 9px;
}

#form_comment {
  padding-left: 0px;
}

#form_comment label {
  margin-top:0px;
}

#comment_text {
  width: 565px;
}

fieldset {
  border: 0px;
}

form.poll_form input.answer_text {
  width: 565px !important;
}

#flash_test {
  margin: 0 auto 0;
}

a.rss {
    background: transparent url(/images/rss.gif) no-repeat scroll right;
    line-height: 20px;
    padding: 2px 18px 2px 2px;
}

ol.poll_test {
  padding-left: 25px;
  margin-left:0;
}

.score_description {
  font-weight: bold;
}

#seo form{
  padding-left: 0px;
}

form.adminswitch{
  padding-left: 0px;
}

div.timer {
  padding: 4px;
  background-color: #CC0202;
  color:white;
  font-size:22px;
  text-align:center;  
  margin-right: 5px;
}

div.score_result {
  font-size: 17px;
}

div.start_test .question, div.start_test .answer, div.start_test .result {
  margin: 5px;
  padding: 3px;
  background-color: #ffffff;
  border: 1px solid gray;
}

div.download_test .question, div.download_test .answer, div.download_test .result {
  margin: 5px;
  padding: 3px;
  background-color: #ffffff;
  border: none;
}
div.download_test a{
  color: #666666 !important;  
}
div.sf_admin_form_field_is_active label {
  margin-top: 0px;
}

span.box {
  display:block;
  width: 10px;
  height: 10px;
  border: 1px solid gray;
  margin: 0px;
  margin-right: 3px;
  padding: 0px;
  float: left;
  line-height: 8px;
}

span.box2 {
  display:block;
  width: 280px;
  height: 20px;
  border: 1px solid gray;
  margin: 0px;
  margin-right: 3px;
  padding: 0px;
  line-height: 8px;
}

div.download_test {
  padding: 10px;
}

.seo_info{
  margin-top: 5px;
}

.site_settings textarea {
  width: 100%;
  height: 100px;
}

.captcha{
  display: block;
  margin-top: 4px;
}

.all_items {
  text-align: right;
}

.all_items a{
  color: #1155BB !important;
} 

.personages {
  line-height: 1.7em;
}

span.input_note{
  color: #999999;
  padding-bottom: 3px;
  display: block;
}

.start_test form {
    padding-left:0px;
}

span.question_x_from_xx {
  font-weight: bold;  
}

span.iq_score_result{
  font-size: 32px;
  color: #cc0202;
}

#cse-search-box {
    vertical-align: top;
}
  
#cse-search-box input {
}

.filter a{
    color: #666666 !important;
}

.filter a.active{
    color: #cc0202 !important;
}

.pager {
    padding-top: 20px;  
}

span.userimgs {
    background:transparent url(/images/user_gray.gif) repeat-x scroll 0 4px;
    display:inline-block;
    width:32px; 
}

div.create_link{
    position: relative;
    float: right;
    color: #256CBD;
    font-size: 18px;
    top:7px; 
}

span.dummyradio {
    background:transparent url(/images/check-gray.gif) no-repeat scroll 0 0;
    cursor:pointer;
    display:inline-table;
    height:20px;
    padding-top:2px;
    width:18px;    
}

span.dummyradio_on{
    background:transparent url(/images/check-green.gif) no-repeat scroll 0 0;    
}

div.user_rating_full ol{

}

div.user_rating_full li{
    padding-bottom: 5px;
}


#sf_admin_header {
  
  padding-bottom: 1px;  
}

#sf_admin_bar {
/*      float: right;
  margin-left: 20px;
    margin-right: -30px;
    position: relative;
    overflow: hidden;*/
display:block;
left:100%;
margin-left: -332px;
position:absolute;
width: 332px;
}

.sf_admin_filter {
    width: 332px;    
}

#filter_switcher {  
  color: #666666;
    border: 1px solid #aaaaaa;
    background-color: white;
    padding-left: 3px;
    padding-right: 3px;    
    cursor: pointer;        
    float: right;    
    width: 60px;
    text-align:center;
}

#filter_switcher:hover {      
    background-color: #ffffaa;    
}

#invite_url, #invite_email {
    width: 300px;
}

#invite_subject, #invite_email {
    width: 300px;
}

 
#content {

    padding:5px 15px;
    width:570px;
}

.column-inner-right {
    
}

.top_wrapper{
    display: table-row;
}