﻿body 
{
    background-color:#333333;
    margin:0px; 
}
td
{
    color: #666666;
    font-size: 12px;
    font-family: tahoma;
}
a
{
    color: #2A3A52;
    font-size: 12px;
    font-family: tahoma;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    color: #2A3A52;
    font-size: 12px;
    font-family: tahoma;
    font-weight: bold;
    text-decoration: none;
}
H1
{
    color: #ffffff;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
    font-size: 16pt;
}
.txt
{
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
    font-size: 10pt;
    color: #666666;
    font-family: Tahoma;
}
.btn
{
    color: #2A3A52;
    font-size: 12px;
    font-family: tahoma;
    font-weight: bold;
    border-right: #2A3A52 1px solid;
    border-top: #2A3A52 1px solid;
    border-left: #2A3A52 1px solid;
    border-bottom: #2A3A52 1px solid;
    height: 22px;
}
.AlignRight
{
    text-align:right;    
}
.AlignLeft
{
    text-align:left;    
}

.radio
{
    color:White;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.collapsePanel 
{
	overflow:hidden;
}