﻿/***************************/
/* ****GENERAL HTML PROPERTIES**** */
/***************************/
body{	
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: white;
}

p
{

}

/***************************/
/* ****TEXT PROPERTIES**** */
/***************************/
p.titleheader
{
	color:#4B4B4B;
	font-size: 18pt;
	font-weight:bold;
}

p.title
{
	color:#4B4B4B;
	font-size: 17pt;
	font-weight:bold;
}

p.menu
{
	color:#3F3F3F;
	font-size:16pt;
	font-weight:bold;
}

 .maintxt
 {
    color: #3f3f3f;
	font-size: 12px;
	font-family: tahoma;
 }
 
 .validator
 {
    color: Red;
	font-size: 12px;
	font-family: tahoma;
 }

/***************************/
/* ****DIV PROPERTIES**** */
/***************************/
#header
{
	width:805px;
	height:135px;
}

.headerleft
{
	width:176px;
	height:135px;
	background-position:center center;
	background-image:url(images/mellott_logo.gif);
	background-repeat:no-repeat;
	border-right:solid 1px #C6C6C6;
	border-bottom:solid 1px #C6C6C6;

}
.headerright
{
	width:630px;
	height:135px;
	border-bottom:solid 1px #C6C6C6;	
}

#righttop
{
	width: 628px;
	height:90px;
	background-position:center center;
	background-image:url(images/headerimage.gif);
	background-repeat:no-repeat;
} 

#rightbottom
{
	width:628px;
	height:45px;
	vertical-align:text-bottom;	
}

.borderright
{
	border-right:solid 1px #C6C6C6;		
	vertical-align:bottom;
}
.borderrightend
{
	vertical-align:bottom;
}

.msGridview
{
	font-family:tahoma;
	color: #3f3f3f;
	font-size: 12px;
}

.msGridviewHeader
{
	font-family:tahoma;
	color: #3f3f3f;
	font-size: 14px;
	font-weight:bold;
}

.msGridviewFooter
{
	font-family:tahoma;
	color: #3f3f3f;
	font-size: 14px;
	font-weight:bold;
}
.msGridviewFooter a
{
	font-family:tahoma;
	color: #2466B4;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}

.msGridviewHeader a
{
	font-family:tahoma;
	color: #3f3f3f;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}

.msGridviewHeader a:hover
{
	font-family:tahoma;
	color: #3f3f3f;
	font-size: 14px;
	font-weight:bold;
	text-decoration:underline;
}


.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


.noDataLabel
{
	font-family:@Arial Unicode MS;
	color: #E22D32;
	font-size: 12px;
		
}

.helpPopup
{
	padding:5px;
	visibility:hidden
}

.GridpaddingRight
{
	padding-left: 20px;
	padding-right: 20px
}




