﻿.main
{
    margin-top:3px;
    margin-left:150px;
    background-color:rgb(200, 208, 217);
    padding:5px 20px;
}
.mainTop
{
    padding-bottom:15px;
}
.menu
{
    float:left;
}
.menuItem
{
    width:150px;
    height:50px;
    font-weight:bold;
    font-size:20px;
}
.menuItemActive
{    
    margin-top:3px;
    width:150px;
    height:25px;
    top:0px;
    left:0px;
    background-color:rgb(200, 208, 217);
    font-weight:bold;
}
.header
{
    position: relative;
    background: rgb(25, 40, 80);
}
a
{
    color:#002450;
    font-weight:bold;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
} 
a:visited
{
    color:#002450;
} 
.search
{
    float:right;    
}

.userInput
{
    margin-left:10px;
    float:left;
}
.userInputTitles
{
    background:rgb(200, 208, 217);
    font-weight:bold;
}

.inputControl
{
    width:498px;
}

.inputField
{
    padding:10px 0px;
}
.group
{
    background:rgb(210, 218, 227);
    font-weight:bold;
    width:540px;
}
    
.tableRow1
{  
    background:#F7F6F3;
    width:100%;
    padding:2px 5px;
}
.tableRow2
{
    background:white;
    width:495px;
    padding:2px 5px;
}
.removeButtonInTable
{
    float:right;
}

.answerViewCards
{
    width:250px;
    height:85px;
    margin: 0 5px 5px 5px;
    border: solid 2px #CCCCCC;
    background-color:#F0F0F0;
}

td.answerViewCardsLbl
{
    width:173px;
    margin:0;
    padding:0;
}

.tableRowText
{
    background-color:White;
    float:left; 
    font-weight:normal;
    width:100%;
}
.tableRowText2
{
    background-color: #F0F0F0;
    float: left;
    font-weight: normal;
    width: 100%;
}
.buttonInRepeater
{
float:right;
}

.removeButton
{
float:right;
}
.searchRow1
{  
    /*width:467px;*/
    background-color:White;
    padding:2px 5px;
}
.searchRow2
{
    /*width:467px;*/
    background-color:#F7F6F3;
    padding:2px 5px;
}
#mainBody
{
    background-color:White;
    margin-top:20px;
    padding:20px 20px;
    clear:both;
}
.heading
{
    font-weight:bold;
    font-size:16px;
    padding-top:15px;
    padding-bottom:7px;
    clear:both;
}
.icon
{
     float:left;
}
.topicString
{
    padding-top:10px;
    margin-left:45px;
    font-weight:bold;
}
