﻿
H1
{
    font-family:Arial;
    font-size:26pt;
}    

.home-footer
{
    font-family:Arial;
    font-size:10pt;
    padding:10px;
    
}

.tree-item
{
    font-family:Arial;
    font-size:10pt;
    padding:2px;
}

.tree-item:hover
{
    background-color:Aqua
}

.maintable
{
text-align: center;
margin-left:auto;
margin-right:auto;
}

H2
{
font-family:Arial;
font-size:14pt;
} 
     
.footer
{
    font-family:Arial;
    font-size:8pt;
    padding:2px;
}


.logo{
    background: #FFFFFF url('logo.png') repeat-x;
    width:592px;
    height:100px;
}

channel-picker TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}




.LetterCell
{
		background : #FFFFFF;
		padding: 5px 5px 5px 5px;
		border-bottom : #808080 1px solid;
		border-top : #808080 1px solid;
		border-right : #808080 1px solid;
		border-left : #808080 1px solid;	
		font-family:Verdana;
		font-size:9pt;
		cursor:hand
}


.LetterCell:hover
{
		background:#FFBA75;
		cursor:hand;
		cursor:pointer;
}



.LetterCellSelected
{
		background: PaleGoldenrod;
		padding: 5px 5px 5px 5px;
		border-bottom : #FF0000 1px solid;
		border-top : #FF0000 1px solid;
		border-right : #FF0000 1px solid;
		border-left : #FF0000 1px solid;	
		font-family:Verdana;
		font-size:9pt;
		font-weight:bold;
		cursor:hand
}


#ctl00_ContentPlaceHolder1_channel_panel1_UpdateProgress1{
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:100%;    
    text-align: center;
    vertical-align:middle;   
     }

#ctl00_ContentPlaceHolder1_UpdateProgress1 {
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    text-align: center;
    vertical-align:middle;   
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;	
     }
 
  .UpdateProgress-Box2 {
    background-color:#FF0000;
    font-family:Arial;
    font-size:20pt;
    padding:2px;
    width:300px;
    height:100px;
    border:solid 1px #000000;
 
     }  
 
 .UpdateProgress-Box {
    background-color:#FFFFFF;
    font-family:Arial;
    font-size:20pt;
    padding:2px;
    width:300px;
    height:100px;
    margin-left:auto;
    margin-right:auto;
    border:solid 10px #A0A0A0;
 
     }  
     
     
     .modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#C0C0C0;
	border-width:6px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:905px;
	min-height:320px;
	margin-left:auto;
	margin-right:auto;
    
}

.modalPopupTrack {
	background-color:#FFFFFF;
	border-width:10px;
	border-style:solid;
	border-color:#d4dae8;
	padding:3px;
	width:400px;
	min-height:240px;
	margin-left:auto;
    margin-right:auto;
}

.cancelButton
{
font-family:Arial;
font-size:10pt;
}