﻿
.divCategory
{
    width: 74%;
    height: auto;
    float: left;
  
}
.divpictures
{
    float: left;
    width: 23%;
    margin-left: 10px;
    height: auto;
    margin-left: 3px;
    margin-top: 50px;
    min-height:310px;
}
.masterdiv
{
    width: 100%;
    background: #4c80b0 url(../images/bg.jpg) repeat-x left top;
    border: 2px solid white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: auto;
}
.gvImageclass
{
    width: 150px;
    height: 150px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.CategoryHeading
{
    font-family: Verdana;
    font-size: x-large;
    font-weight: bold;
    color: White;
}
.classAnswerDetail
{
    font-family: Verdana;
    font-size: 13px;
 
}

.maincalss
{
    width: 90%;
    height: auto;
    background-color:White;
    border: 1px solid Black;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-left: 48px;
}
.Question
{
    color: #0099cc;
    font-family: Verdana;
    font-size: medium;
}
.imageStyle
{
    margin-bottom: 10px;
     border-radius: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}
.CategoryName {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #0F0F0F;
    text-align: center;
    font-weight:bold;
    padding:10px 0 10px 0;
}