﻿
.modalBackground

{
  background-color: Black;
  filter:alpha(opacity=60);
  opacity:0.5;
}

.centerAlign
{
    display: block;
    margin-left: auto;
    margin-right: auto 
}
.panelBackground
{
	font-family:Verdana;
	
	
	  background-color:White;
	 

	  


}

.themeColors
{
	background-color: Black;
	height:3px;
	width:100%;
}


.tabThemeColors
{
	width:100%;
	height:400px;
	
}

.tapeTheme
{
		background-color: #55C8FF;
	height:16px;
	width:100%;
}

.buttonsTheme
{
	background:url(../Images/TabIE/yui/sprite.png) #2647a0 repeat-x left -1400px;
	font-family:Verdana;
	font-weight:bold;
	color:White;
	
}


.ModalWindow

{
background-color:#CCCCFF;
  border: solid1px#c0c0c0;

  background:#f0f0f0;

  padding: 0px10px10px10px;

  position:absolute;

  top:-1000px;

}
.UpdateProgress1Ind {
	background-color:#CF4342;
   color:#fff;
   top:0px;
   right:0px;
   position:fixed;

 }
 
 .SiteTextTheme
 {
 	
 	text-decoration:underline:none;
 	font-family:Verdana;
 	font-size:small;
 	font-style:normal;
 	color:Black;
 	
 }

 .ErrorTextTheme
 {
 	
 	text-decoration:underline:none;
 	font-family:Verdana;
 	font-size:x-small;
 	font-weight:bold;
 	color:Red;
 	
 	
 }