﻿    div.Question
    {
    }
    
    #QDescription
    {
       display:none;
    }
    
    
    label.qa {
	    clear: left;
	    float: left;
	    width: 120px; 
    }
    div.qaPag
    {
    }

    div.qaPag a, label.qaPagEmpty
    {
        background: -moz-linear-gradient(center top , #333333, #4e4e4e) repeat scroll 0 0 #4e4e4e;
        border: 0 none;
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        color: #FFFFFF;
        cursor: pointer;
        font-size: 12px;
        font-weight: 400;
        margin: 3px 5px;
        padding: 3px 10px 4px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    }
    
    div.qaPag a
    {
        text-decoration:underline;
    }
    
    
    div.qaViews, div.qaAnswers
    {
        background: -moz-linear-gradient(center top , Gray, #4e4e4e) repeat scroll 0 0 #4e4e4e;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
         float:left;
         border-radius: 3px;
         background-color:Gray;
         text-align:center;
         padding:5px;
         margin-right:5px;
         width:50px;
    }
    
    div.qaPostedby 
    {
        margin-left:130px;
        float:left;
    }
    
    div.qaPostedDate
    {
        float:right;
    }
    
    div.qaViews a, div.qaAnswers a
    {
        color:White;
       
    }
    
    div.qaQuestion
    {
        font-size:22px;
    }
   
   hr 
   {
    border: none;
    height: 1px;
    color: #535353;  
    background-color: #535353;  
    }
   