﻿
.Maintenance
{
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.White
{
   background-color: #FFFFFF;
}
.blackline
{
	background-image: url(/Images/blackline.gif);
	background-repeat: repeat-x;
}
.bordertopleft
{
	height:40px;
	width:40px;
	background-image :url("/Images/Background/Ver2TL.jpg");
	background-repeat :no-repeat 
	
}
.FadeBack
{
	background-image: none;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color :#CC0000;
	
}
.FadeBack3
{
	background-image: none;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #CC0000;
}
.roundedPanel
{
	width: 80%;
	background-color: #FFFFFF;
	color: white;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}

.cssbutton
{
	background-color: #C0C0C0;
	border: 2px #C0C0C0 outset;
	padding: 1px 4px;
	color: White;
	text-decoration: none;
	font: bold 90% "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
	text-align: center;
	background-position: left center;
	background-image: url(Images/Dagger-DarkYellow.gif);
	background-repeat: no-repeat;
	width: 98px;
	Height: 24px;
	font-style: normal;
	text-indent: inherit;
	white-space: normal;
}


.cssbutton:visited{
color: black;
}

 

.cssbutton:hover{ 
border-style: inset;
background-color: #D6D4D4;
background-image: url(Images/Dagger-LightYellow.gif);
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
background-position: left center;
background-repeat: no-repeat; }

.cssbutton:active{
color: black;
}


.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}
.progress
{
	color: #FFFF99;
	font: bold x-large "Segoe UI" , Segoe, sans-serif;
	margin-top: -20px;
	text-align: center;
} 

.topleft
{
background-position: 0px 0px;  
background-image:url('Images/Background/Ver2TL.jpg'); 
background-repeat:no-repeat;  
width:39px;
}
.topmiddle
{
background-image:url('Images/Background/Ver2Top.jpg');
 background-repeat:repeat-x; 
 height:40px;
}
.topright
{
background-position: 0px 0px; 
background-image:url('Images/Background/Ver2TR.jpg'); 
background-repeat:no-repeat;  
width:40px;
}
.borderleft
{
background-position: 0px 0px; 
background-image:url('Images/Background/Ver2LSide.jpg'); 
background-repeat:repeat-y;  
width:39px;
}
.borderright
{
background-position: 0px 0px; 
background-image:url('Images/Background/Ver2RSide.jpg'); 
background-repeat:repeat-y;
}
.bottomleft
{
background-position: 0px 0px; 
background-image:url('Images/Background/Ver2BL.jpg'); 
background-repeat:no-repeat;  
width:39px;
}
.bottommiddle
{
background-image:url('Images/Background/Ver2Bottom.jpg'); 
background-repeat:repeat-x; 
height:40px;
}
.bottomright
{
background-position: 0px 0px; 
background-image:url('Images/Background/Ver2BR.jpg'); 
background-repeat:no-repeat;  
width:40px;
}
