﻿body, div, p, h1, ul, li, table
{
	margin:2;
	padding:2;
	border:none;
}

h2, h3, h4
{	
	background-color: black;
	margin:0;C:\Development\DocIT\DocitUpdateSerivice\DocitUpdateSerivice\StyleSheet.css
	padding:2;
	color:white; 
}
 
body
{
	font-family: Tahoma, Arial, sans-serif;
	font-size:75%;
}

.NewButton
{
	border: 1px solid #768753;
	font-size: 10px;
	font-weight: bold;
	background-color: navy;
	font-family: Tahoma;
	text-align: center;
	cursor: hand;
	color: White;
}

.ErrorStyle
{
	color:Red;
}
.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;

}

.TableStyle
{
	border: thin solid black;
	background-color: InfoBackground;
	font-family: Tahoma, Arial, sans-serif;
}