﻿body 
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    color: #000046;
}
table
{
    border: none;
}
.Sidebar
{
     border: solid 1px #000050;
     background-color: #d9d9ff;
}
input
{
    font-family: Verdana;
    font-size: 12px;
}
table.bordered
{
    border: solid 1px darkgray;
}
.textarea
{
    font-family: Verdana;
}
.borderedBackground
{
    background-color: #AAAAAA;
    border: solid 1px darkgray;
}
.borderedBackgroundLight
{
    background-color: silver;
    border: solid 1px darkgray;
}
.borderedBackgroundBlue
{
    background-color: aliceblue;
    border: solid 1px darkgray;
}
.tab
{
    width: 100px;
    color: navy;
    text-align: center;
    cursor: hand;
}
.tabOn
{
    width: 100px;
    color: navy;
    text-align: center;
    cursor: hand;
    text-decoration:underline;
}
.tab:hover
{
    color:Red;
    text-decoration: underline;
}
.tabOff
{
    width: 100px;
    color: navy;
    text-align: center;
    cursor: hand;
}
.subTabOff
{
    width: 100px;
    color: navy;
    text-align: center;
    cursor: hand;
    background-image: url(http://localhost/ResearchOption/Images/NewTabs/bg_grey.jpg);

}
.subTabOn
{
    width: 100px;
    color: navy;
    text-align: center;
    cursor: hand;
    background-image: url(http://localhost/ResearchOption/Images/NewTabs/bg_blue.jpg);
}

.required
{
    font-size: 11px;
    color: #800000;
}
.standardTextArea
{
    width: 400px;
    height: 40px;
}
.standardSelect
{
    width: 165px;
}
.standardText
{
    width: 160px;
    border: solid 1px navy;
}
.longText
{
    width: 375px;
    border: solid 1px navy;
}
.LongTextArea
{
    width: 400px;
    height: 40px;
    border: solid 1px navy;
}
.highlightTable
{
    background-color: aliceblue;
    border: solid 1px silver;
    width: 90%;
}
.heading
{
    font-size: 15px;
    font-weight: 600;
}
.standardCheck
{
    border: solid 1px navy;
}
.hidden
{
    display: none;
    border-collapse: collapse;
}
.hide
{
    display: none;
    border-collapse: collapse;
}
.show
{
    display: block;
}
a
{
    color: #000046;
    text-decoration: none;
}
a.forumLink
{
    color: #000046;
    text-decoration: underline;
}
a:hover
{
    color: navy;

}
a:visited
{
    color: #000046;
}
.ProfileHeader
{
    font-size:22px;
    Color : #454545;
}
.disabled
{
    color: Gray;
}
.button
{
    border: solid 1px navy;
    background-color: #4682b4;
    color: White;
    height: 20px;
    font-family: Verdana;
    font-size: 11px;
}

h1
{
    font-size: 14px;
    font-weight: bold;
}
h2
{
    font-size: 12px;
    font-weight: bold;
}
.smalltext
{
    font-size: 9px;
}
.smallRed
{
    font-size: 9px;
    color: Red;
}
.smallgrey
{
    font-size: 9px;
    color: silver;
}
.smallwhite
{
    font-size: 9px;
    color: white;
}
.smallgray
{
    font-size: 9px;
    color: gray;
}
.underline
{
    text-decoration: underline;
}
.clearfix
{
    min-height: 550px;
    height:auto;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.HostButton
{
    width: 150px;
    height: 30px;
    background-color: Silver;
    border: none;
    font-size: 12px;
    color:White;
    font-family: Verdana;
    font-weight: bold;
}
.HostButton:hover
{
    width: 150px;
    height: 30px;
    background-color: #636363;
    border: none;
    font-size: 12px;
    color:White;
    font-family: Verdana;
    font-weight: bold;
    cursor: hand;
}
.HostButtonHover
{
    width: 150px;
    height: 30px;
    background-color: #636363;
    border: none;
    font-size: 12px;
    color:White;
    font-family: Verdana;
    font-weight: bold;
    cursor: hand;
}