﻿body
{
    font-family: Verdana;
    font-size: 10pt;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}


#MainWrapper
{
    margin-top: 10px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #999999;
    background-color: White;
    padding: 0px;
    min-height: 800px;
    margin-bottom: 25px;
}


#NavigationBar
{
    margin-bottom: 3px;
    /*border-bottom: 2px solid black;*/
    padding: 0px;

    width: 980px;
    height: 30px;

}

#TopHeader
{
    margin-bottom: 0px;
    /*border-bottom: 2px solid black;*/
    padding: 15px;
    height: 100px;
}

#Header_Content
{
    float: left;
    width: 350px;
}

#Logo
{
    float: left;
    width: 200px;
}

#ContentArea
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px;
}

#RussTip
{
    float: right;
    width: 200px;
    height: 100px;
}

#RussTip p
{
    color: #666666;
}

#WAAG
{
    float: left;
    width: 140px;
    height: 100px;
}



#LoginForm
{
    background-color: White;
    border: 2px solid #999999;
    padding: 10px;
    margin-top: 15px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
        
}

.HeaderXSML
{
    font-weight: bold;
    color: #666666;
}

.GenericHeader
{
    font-weight: bold;
    font-size: 16pt;
    color: #666666;
}

input
{
    border: 1px solid #333333; /* font-family: Arial; */
    font-family: Verdana;
    font-size: 10pt;
    font-weight: normal;
    color: #333333;
    background-color: #FFFFFF;
    padding: 5px;
}

input:hover
{
    background-color: #FFFFCC;
}

select
{
	border: 1px solid #333333;
	/* font-family: Arial; */
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	padding: 2px;
}

input[type="checkbox"]{background-color:transparent; border: 0px;}

input[disabled]
{
	border: 1px solid #C8AC89;
	/*font-family: Arial;*/
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #ECD9C4;
}

table.ForumTable
{
    width: 100%;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}

table.ForumTable td
{
    border: 1px solid #CCCCCC;
    padding: 5px;
}

.ForumColumHeader
{
    font-weight: bold;
    color: #3333CC;
}

div.ForumPost
{
    background-color: White;
    padding: 0px;
}

div.ForumPostReply
{
    margin-left: 10px;
    background-color: White;
}

div.ForumPostInner
{
   border: 1px solid #CCCCCC; 
   padding: 5px;
   margin-bottom: 5px;
}


body.WhiteBG
{
    background-color: #FFFFFF;
}



h1
{
    font-weight: bold;
    font-size: 16pt;
    color: #666666;
    margin-top: 0px;
}

h2
{
    font-weight: bold;
    font-size: 12pt;
    color: #0066CC; /*top,right,bottom,left*/
    margin: 0px 0px 5px 0px;
}

h3
{
    font-weight: bold;
    font-size: 10pt;
    color: #0066CC; /*top,right,bottom,left*/
    margin: 0px 0px 5px 0px;
}

a, a:visited
{
    color: #3366CC;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.ErrorText
{
    color: Red;
    font-size: 12pt;
}

a img
{
    border: 0px;
}

.ReportTable

{

    width: 100%;

    border-collapse: collapse;
}



.ReportTable td

{

    border: 1px solid #CCCCCC;

    padding: 3px;

    /*color: #666666;*/
    color: black;

    font-size: 8pt;
    vertical-align: top;
    text-align: right;

}



.ReportTable td a

{

    color: #666666;

    }





.HeaderRow td

{

    font-weight: bold;

}





.ReportHeader

{

    font-size: 16pt;

    font-weight: bold;

}



.ReportSubHeader

{

    font-size: 12pt;

}


/*MAIN HOLDER*/
div.ReportFilterHolder
{
    float: left;
    margin-right: 25px;

}

/*SUB HOLDERS HOLDER*/
div.ReportFilterTextHolder
{
    float: left;
    padding-right: 15px;
}

div.ReportFilterControlHolder
{
    float: left;
}


/*ITEMS*/
div.ReportFilterText
{
    float: none;
    height: 30px;
}

div.ReportFilterControl
{
    float: none;
    height: 30px;
}

table.ReportFilters
{
    width: 600px;
}

table.ReportFilters td.DisplayName
{
    width: 250px;
}

table.ReportTable tr
{
    background-color: #FFFFFF;
    color: black;
}

table.ReportTable tr.tr2
{
    background-color: #D7D7D7;
    color: black;
}

table.ReportTable tr.TitleRow td
{
    text-align: center;
}

hr
{
    border: 0px;
    height: 1px;
    background-color: #CCCCCC;
}




