﻿ html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
    background-color: #000000;
    font-family: Verdana;
    color: #000000;
    font-size: 11px;
    line-height: 17px;
}
A:link, A:visited, A:Active
{
	text-decoration: underline;
	color: #000000;
}     

A:hover
{     
	text-decoration: none;
	color: #FF9900;
	
}

.OrangeText
{
	color: #FF9900;
	    font-family: Verdana;
	
}
.TableOrange
{
	background-color: #FFFFF0;
	color: #000000;
	text-align: left;
	vertical-align: top;
	width: 700px;
}

.H1
{
	
    font-size: 18px;
    font-weight: bold;
}

.H2
{
	
   font-size: 16px;
    font-weight: bold;
}

.H3
{
	
    font-size: 14px;
    font-weight: bold;
}

.H4
{
	
    font-size: 12px;
    font-weight: bold;
}

.H5
{
	
    font-size: 11px;
    font-weight: bold;
}

.H6
{
	
    font-size: 10px;
    font-weight: bold;
}

.H7
{
   
  font-size: 9px;
   font-weight: bold;
}

.H1_Orange
{
	
    color: #FF9900;
    font-size: 18px;
    font-weight: bold;
}

.H2_Orange
{
	
    color: #FF9900;
    font-size: 16px;
    font-weight: bold;
}

.H3_Orange
{
	
    color: #FF9900;
    font-size: 14px;
    font-weight: bold;
}

.H4_Orange
{
	
    color: #FF9900;
    font-size: 12px;
    font-weight: bold;
}

.H5_Orange
{
	
    color: #FF9900;
    font-size: 11px;
    font-weight: bold;
}

.H6_Orange
{
	
    color: #FF9900;
    font-size: 10px;
    font-weight: bold;
}

.H7_Orange
{
   
   color: #FF9900;
   font-size: 9px;
   font-weight: bold;
}

.Table100
{
	width: 100%;
	height: 100%;
}
.Gray10px
{
	font-size: 8px;
	color: #808080;
}


/*
		AJAX controls
*/

.collapsePanel {
	width: 100%;
	height:0px;
	background-color:white;
	overflow:hidden;
}
.collapsePanelHeader
{
	width: 100%;
	background-color: white;
	height: 30px;
	vertical-align: middle;
	color: Yellow;
	background-color: Black;
}

.collapsePanelHeader2{	
	width:100%;		
	height:20px;
	color: Yellow;
	background-color: Black;
	float:left;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}
.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}



.HighlightValidator
{
	background-color: #fffacd;
}
.Background
{
    background-color: #fff9e1;
}
.TableMenu
{
    background-position: left top;
    border: 1px solid #FF9900;
    width: 220px;
    background-image: url( 'Images/krzyz.jpg' );
    background-repeat: no-repeat;
    height: 150px;
}
.TabelaMain
{
    width: 720px;
    margin: 20px 15px 20px 15px;
}
.linkLanguage, A.linkLanguage
{
    font-size: 9px;
    font-variant: small-caps;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
A.linkLanguage:hoover
{
    font-size: 9px;
    font-variant: small-caps;
    text-decoration: none;
    color: #FF9900;
    font-family: Arial, Helvetica, sans-serif;
}

.UpdateProgress
{
	position: absolute;
	z-index: 10;
	left: expression((this.offsetParent.clientWidth/2)-(this.clientWidth/2)+this.offsetParent.scrollLeft);
	top: expression((this.offsetParent.clientHeight/2)-(this.clientHeight/2)+this.offsetParent.scrollTop);
	background-color: #FFFFFF;
	border: solid 1px black;
	text-align: center;
	vertical-align: middle;
}

.UpdateProgressTable
{
	width: 300px;
	height: 200px;	
}