﻿body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-size: x-small;
	font-family: Verdana;
	color: #696969;
}

a:link	
{	
	text-decoration: none;
	font-weight: bold;
	color: #696969;
}	
		
a:visited	
{	
	text-decoration: none;
	font-weight: bold;
	color: #696969;
}	
		
a:active	
{	
	text-decoration: none;
	font-weight: bold;
	color: #696969;
}	
		
a:hover	
{	
	text-decoration: underline;
	font-weight: bold;	
	color: #696969;
}

.modalpopup
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
}

.container
{
    width: 300px;
    border: solid 1px #808080;
    border-width: 1px 0px;
} 

.containerMove
{
    width: 500px;
    border: solid 1px #808080;
    border-width: 1px 0px;
} 

.header
{
    background: url(images/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
} 

.header .msg
{
    font-weight: bold;
}  

.body
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
} 

.body .msg
{
    background: url(images/sprite.png) no-repeat 0px -1150px;	
    float: left;
    padding-left: 22px;
}  

.footer
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-bottom: 8px;
    padding-right: 8px;
} 

.close
{
	right: 7px;
	background: url(images/cross.png);
	width: 25px;
	cursor: pointer;
	position: absolute;
	top: 7px;
	height: 15px;
}

.modalBackground 
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.searchtextboxwatermark
{
	font-size: x-small;
	color: #a9a9a9;
	font-style: italic;
	font-family: Verdana;
}
