﻿html,body, form {
    margin:0;
    padding:0;
    height:100%; /* needed for container min-height */
}

div#container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#container 
{
    position:relative; /* needed for footer positioning*/
    margin:0 auto; /* center, not in IE5 */
    width: 100%;
	
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treated as min-height*/

    min-height:100%; /* real browsers */
}

div#header 
{
    height: 0px;
}

div#toolbar 
{
}

div#content 
{
}

div#statusbar {
    position: absolute;
    width: 100%;
    bottom: 0; /* stick to bottom */        
}

a:link
{
	color: #202020;
}
a:visited
{
	text-decoration: none;
	color: #202020;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
}
a:active
{
	text-decoration: none;
	color: #000000;
}

.RadForm_Black a:link
{
	color: #d0d0d0;
}
.RadForm_Black a:visited
{
	text-decoration: none;
	color: #d0d0d0;
}
.RadForm_Black a:hover
{
	text-decoration: underline;
	color: #ffffff;
}
.RadForm_Black a:active
{
	text-decoration: none;
	color: #ffffff;
}

/* Task 1874 */
::-ms-clear {
  width : 0;
  height: 0;
}
::-ms-reveal {
  width : 0;
  height: 0;
}