﻿html, body 
{
    height: 100%;
}

body
{
    background-color: #FFFFFF;
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	margin: 0px;
    padding: 0px;
	text-decoration: none; 
}

html>body #container
{
    height: auto;
    width: auto;
}

#container
{
    height: 100%;
    left: 0px;
    min-height: 100%;
    min-width: 1000px;
    position: relative;
    top: 0px;
    width: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
}

/* Clearing */
	
.clearfix:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html>body .clearfix
{
    width: 100%;
}

* html .clearfix 
{
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
}
/* End clearing */

table, select
{
	font-size: 100%;
}
	
a:link 
{
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

a:visited 
{
	color: #800080;
	font-weight: bold;
	text-decoration: none;
}

a:hover 
{
	color: #FF3300;
	font-weight: bold;
	text-decoration: underline;
}

a:active 
{
	color: #FF3300;
	font-weight: bold;
	text-decoration: none;
}

a.accesskey 
{ 
    display: none; 
}

h1
{
    color: #3692C0;
	background-color: inherit;
    font-size: 145%;
    font-weight: bold;
    padding-bottom: 20px;
}

h2
{
    color: #3692C0;
	background-color: inherit;
    font-size: 100%;
}

h3 
{
	background-color: inherit;
    font-size: 100%;
}

h4 
{
	background-color: inherit;
    font-size: 100%;
}

ul
{
    list-style-image: url(/channels/img/bullet-blue.gif);
}

hr
{
    border-top: dashed 1px #3692C0;
    height: 1px;
}

/* Style for ASP.NET button control */
input.button
{
    color: #343434;
    font-size: 100%;
    background-color: #E0DFE3;
    border: 1px solid;
    border-top-color: #C9C9C9;
    border-left-color: #B3B3B3;
    border-right-color: #B3B3B3;
    border-bottom-color: #919194;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#E9E9E9',EndColorStr='#CECECE');
    height: 22px;
}

input.button:hover
{
    color: #343434;
    cursor: pointer;
    font-size: 100%;
    background-color: #EDEDED;
    border: 1px solid;
    border-top-color: #C9C9C9;
    border-left-color: #B3B3B3;
    border-right-color: #B3B3B3;
    border-bottom-color: #919194;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#EDEDED',EndColorStr='#DDDDDD');
    height: 22px;
}

/* Style for ASP.NET file control */
div.fileUploads
{
	position: relative;
}

div.fakeUploads
{
    position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file
{
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

.fakeFile
{
    float: left;
    padding-right: 10px;
}
