.TableColor
{
	background-color: aliceblue;
}
.Table
{
	border-top-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	font-size: 8pt;
	border-left-color: #ccccff;
	border-bottom-width: 1px;
	border-bottom-color: #ccccff;
	padding-bottom: 0px;
	margin: 0px;
	color: #131fa5;
	border-top-color: #ccccff;
	padding-top: 0px;
	font-family: Arial;
	border-right-width: 1px;
	border-right-color: #ccccff;
}
.td
{
	font-weight: normal;
	font-size: 10px;
	color: #155092;
	font-family: Arial;
	text-decoration: none;
}
.TextNormal
{
	border : 1;
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-weight: normal;
	font-size: 11px;
	border-left: #666666 1px solid;
	color: #000000;
	border-bottom: #666666 1px solid;
	font-family: Arial;
	text-decoration: none;
}

.TextNormalNumber
{
	font-weight: normal;
	font-size: 10px;
	/*color: #155092;*/
	color: Black;
	font-family: Arial;
	text-decoration: none;
	text-align:right;
}

.ButtonDue
{

	border-right: 0px;
	background-position: center top;
	border-top: #666666 0px;
	font-weight: bold;
	font-size: 18px;
	background-image: url(..\images\icon_due.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	
}




.ButtonBlank
{
	border-right: 0px;
	background-position: center top;
	border-top: #666666 0px;
	font-weight: bold;
	font-size: 18px;
	background-image: url(..\images\icon_blank.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
}


.ButtonDone
{
	border-right: 0px;
	background-position: center top;
	border-top: #666666 0px;
	font-weight: bold;
	font-size: 18px;
	background-image: url(..\images\icon_done.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
}

.ButtonNewDash
{
	border-right: 0px;
	background-position: center top;
	border-top: #666666 0px;
	font-weight: bold;
	font-size: 18px;
	background-image: url(..\images\icon_new.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;

}

.TextBold
{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: Arial;
	text-decoration: none;
}
.Heading
{
	font-weight: bold;
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-color: lightgrey;
	text-transform: capitalize;
	color: slategray;
	font-family: Arial;
	letter-spacing: 1px;
	text-decoration: none;
}

.HeadingLink
{

	font-size: 14px;
	color: #999999;
	font-family: Arial;	
	text-decoration:underline;
}

.SubHeading
{
	border-top-width: thin;
	font-weight: bold;
	border-left-width: thin;
	font-size: 11px;
	border-left-color: #e8e8e8;
	border-bottom-width: thin;
	border-bottom-color: #e8e8e8;
	color: #666666;
	border-top-color: #e8e8e8;
	text-indent: 5px;
	font-family: Arial;
	background-color: #eac77e;
	text-align: left;
	border-right-width: thin;
	text-decoration: none;
	border-right-color: #e8e8e8;
	height:20px;	
}
.SubHeadingFreq
{
	border-top-width: thin;
	font-weight: bold;
	border-left-width: thin;
	font-size: 11px;
	border-left-color: #e8e8e8;
	border-bottom-width: thin;
	border-bottom-color: #e8e8e8;
	color: #666666;
	border-top-color: #e8e8e8;
	text-indent: 5px;
	font-family: Arial;
	background-color: #eac77e;
	text-align: left;
	border-right-width: thin;
	text-decoration: none;
	border-right-color: #e8e8e8;
	height:20px;
	position:relative;
	top: expression(this.offsetParent.scrollTop);
	
}
.DatagridAlternateCol
{
	font-size: 11px;
	vertical-align: top;
	color: black;
	font-family: Arial;
	background-color: #e1e1e1;
}
.DatagridControlEditItem
{
	font-size: 11px;
	font-family: Arial;	
}
.DatagridNormalCol
{
	padding-left: 55px;
	font-size: 11px;
	color: black;
	font-family: Arial;
	background-color: white;
	vertical-align: top;
}

.DatagridHeader
{
	font-weight: bold;
	font-size: 11px;
	color: #edfaff;
	font-family: Arial;
	font-weight:bold;
	background-color: #9999cc;
	text-align:left;
	position:relative; 
	vertical-align: top;
	top: expression(this.offsetParent.scrollTop);
	/*background-color: #155092;*/
}
.DatagridCell
{ 
	BORDER-RIGHT: #9999cc thin solid; 
	BORDER-TOP: #9999cc thin solid; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px;
	LEFT: expression(this.offsetParent.scrollLeft); 
	VERTICAL-ALIGN: top; 
	BORDER-LEFT: #9999cc thin solid; 
	BORDER-BOTTOM: #9999cc thin solid; 
	FONT-FAMILY: Arial; 
	POSITION: relative; 
	TEXT-ALIGN: left 
}

.DatagridHeaderCell
{ 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px;
	LEFT: expression(this.offsetParent.scrollLeft); 
	VERTICAL-ALIGN: top; 
	COLOR: #edfaff; 
	FONT-FAMILY: Arial; 
	POSITION: relative;
	vertical-align: top;
	TOP: expression(this.offsetParent.scrollTop); 
	BACKGROUND-COLOR: #996699; 
	TEXT-ALIGN: left 
}

.DatagridHeaderNonScrolling
{
	font-weight: bold;
	font-size: 11px;
	color: #edfaff;
	font-family: Arial;
	font-weight:bold;
	background-color: #9999cc;
	text-align:left;
	position:fixed; 
	vertical-align: top;
	/*top: expression(this.offsetParent.scrollTop);*/
	
	/*background-color: #155092;*/
}

A
{
	font-size: 10Px;
	color: Black;
	font-family: Arial;
	text-decoration: none;
}
A:link
{
	font-size: 10px;
	color: Black;
	font-family: Arial;
	text-decoration: none;
}
A:visited
{
	font-size: 10px;	
	color: black;
	font-family: Arial;
	text-decoration:	none;	
}
A:active
{
	font-size: 10px;	
	color: Black;
	font-family: Arial;
	text-decoration:	none;	
}
A:hover
{
	font-size: 10px;
	color: #ff3300;

	font-family: Arial;
	text-decoration: underline;
}
.Button
{
	border-right: #000000 3px solid;
	border-top: #666666 1px solid;
	font-weight: bold;
	font-size: 10px;
	border-left: #666666 1px solid;
	color:Black;
	border-bottom: #000000 3px solid;
	font-family: Arial;
	background-color: #e1e1e1;
	cursor:hand;
}
.CheckBox
{
	font-size: 10px;	
	/*color: #155092;*/
	border:1;	 
	color: #666666;
	font-family: Arial;
	text-align:center;
	
}
.Dropdown
{
	border:1;
	border-right: #666666 1px solid;
	padding-right: 0px;
	border-top: #666666 1px solid;
	padding-left: 0px;
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #666666 1px solid;
	clip: rect(0px 0px 0px 0px);
	color: #666666;
	padding-top: 0px;
	border-bottom: #666666 1px solid;
	font-family: Arial;
	text-decoration: none;
}
.RadioButton
{
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	
	font-family: Arial;
}
.Listbox
{
	font-weight: normal;
	font-size:xx-small;
	/*color: #155092;*/
	color: Black;
	font-family:Arial;
}
.Label
{
	font-weight: bold;
	font-size: 10px;
	color: #155092;
	font-family: Arial;
	text-decoration: none;
}

.ErrorStyle
{
	border-right: #ff9966 1px double;
	border-top: #ff9966 1px double;
	font-weight: bold;
	font-size: 11px;
	border-left: #ff9966 1px double;
	color: #ffffff;
	border-bottom: #ff9966 1px double;
	font-family: Arial;
	background-color: #cc0000;
}
.SuccessStyle
{
	border-right: #ff9966 1px double;
	border-top: #ff9966 1px double;
	font-weight: bold;
	font-size: 10px;
	border-left: #ff9966 1px double;
	color: #ffffff;
	border-bottom: #ff9966 1px double;
	font-family: Arial;
	background-color: #339900;
}
.MessageStyle
{
	font-weight: normal;
	font-size: 12px;
	z-index: 500;
	left: 0px;
	color: #ffffff;
	font-family: Arial;
	position: absolute;
	top: 40px;
	background-color: #333366;
}

.SearchLink
{
	font-size: 12px;
	color: Black;
	font-family: Arial;
	text-decoration: none;
	font-weight:bold;
}

.OutTable
{
	border-right: #cc6633 1px double;
	border-top: #cc6633 1px double;
	border-left: #cc6633 1px double;
	border-bottom: #cc6633 1px double;
}

.DateCopy {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color:#CCCCCC;
}

.BodyCopyBold {

	font-family:   Arial,  Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.BodyCopyBoldBlue {

	font-family:   Arial,  Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0000CC;
	text-decoration: underline;		
}
.BodyCopyBold_wh 
{
	font-family:   Arial,  Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color:#9999CC;
	position:relative; 
	vertical-align: top;
	/*top:expression(this.offsetParent.scrollTop);*/
}
.BodyCopyBold_blue {
	font-family:   Arial,  Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #205291;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: disc;
}

.Header-1 {
	font-family:   Arial,  Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.Header-2 {
	font-family:   Arial,  Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.Header-3 {

	font-family:   Arial,  Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0066FF;
	text-decoration: none;
}

.BodyCopy {
	font-family:   Arial,  Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.agrey {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.agrey:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

/* ADD EDIT CONTACTS */


body
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 5px
}

tr{
font-size:11px;
height: 5px;

}

.tabtextnormal
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.tabtextselected
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

/*Orange patch tables Starts*/

.colorHead
{
width:100%;
background-color: #EAC77E;
height:10px;
border-width:0;
}
.whitebg
{
width : 1px;
background-color: #FFFFFF;
}
.trheight{
font-size:2px;
height: 5px;
}

.patchTitlesBold
{
	font-weight: bold;
	font-size: 11px;
	/*color: #155092;*/
	color: #666666;
	font-family: Arial;
	text-decoration: none;
	text-align:left;
}

/*Orange patch tables Ends*/

/*Border Table Starts*/

.bordertable
{
width: 99%;
border-width: 1;
border-color:#E8E8E8;
margin-left:5px;
}

.bordertablemain
{
width: 100%;
border-width: 1;
border-color:#333333;
border-top-color:#E6E6E6;
margin-left:0px;

}





/*Border Table Ends*/






table
{
padding: 0;
border: 0px outset ;
}


.titlesBold
{
	font-weight: bold;
	font-size: 11px;
	/*color: #155092;*/
	color: #666666;
	font-family: Arial;
	text-decoration: none;
	text-align:right;
}

.titlesBoldLeft
{
	font-weight: bold;
	font-size: 11px;
	/*color: #155092;*/
	color: #666666;
	font-family: Arial;
	text-decoration: none;
	text-align:left;
}

.frmStyle
{
	font-weight: bold;
	font-size: 10px;
	color: #115296;
	font-family: Arial;
	text-decoration: none;
	text-align:left;
	/*width:10px;*/
}
.titlesNorm
{
	font-weight: normal;
	font-size: 11px;
	/*color: #155092;*/
	color: #666666;
	font-family: Arial;
	text-decoration: none;
	text-align:left;
}
.titlesNormRight
{
	font-weight: normal;
	font-size: 11px;
	/*color: #155092;*/
	color: #666666;
	font-family: Arial;
	text-decoration: none;
	text-align:right;
}
.titlesNormLeft
{
	font-weight: normal;
	font-size: 11px;
	/*color: #155092;*/
	color: #666666;
	font-family: Arial;
	text-decoration: none;
	text-align:Left;
}

.ContactButtonSelected
{
	border-right: #000000 3px none;
	border-top: #666666 1px none;
	border-left: #666666 1px none;
	border-bottom: #000000 3px none;
	background-color: #e1e1e1;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-image:url(images/tab-3_bg.jpg);
}

.ContactButtonNormal
{
	border-right: #000000 0px none;
	border-top: #666666 0px none;
	border-left: #666666 0px none;
	border-bottom: #000000 0px none;
	background-color: #e1e1e1;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-image:url(images/tab-3_bg.jpg);
}

.ContactButtonSelectedBold
{
	border-right: #000000 3px none;
	border-top: #666666 1px none;
	border-left: #666666 1px none;
	border-bottom: #000000 3px none;
	background-color: #e1e1e1;
	font-family: Arial;
	font-size: 11px;
	font-weight:lighter;
	color:Black;
	background-image:url(images/tab-3_bg.jpg);

}


.ButtonHome
{
	border-right: 0px;
	background-position: center top;
	border-top: #666666 0px;
	font-weight: bold;
	font-size: 22px;
	background-image: url(..\images\home.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:46px;
}


.ButtonBack
{
	border-right: 0px;
	background-position: center top;
	border-top: #666666 0px;
	font-weight: bold;
	font-size:22px;
	background-image: url(..\images\back.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:46px;
}

.ButtonNew
{
	border-right: 0px;
	background-position: center top;
	border-top: #666666 0px;
	font-weight: bold;
	font-size: 22px;
	background-image: url(..\images\new.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:46px;
}

.ButtonSave
{
	border-right: 0px;
	background-position:center middle;
	border-top: #666666 0px;
	font-weight: bold;
	font-size:22px;
	background-image: url(..\images\save.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:46px;
}

.ButtonCancel
{
	border-right: 0px;
	background-position:center middle;
	border-top: #666666 0px;
	font-weight: bold;
	font-size:22px;
	background-image: url(..\images\1_grey_55_Cancel.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:55px;
}

.SendeMail
{
	border-right: 0px;
	background-position:center;
	border-top: #666666 0px;
	font-weight: bold;
	font-size:22px;
	background-image: url(..\images\send_email.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:80px;
}

.all
{
	border-right: 0px;
	background-position: center;
	border-top: #666666 0px;
	font-weight: bold;
	font-size:22px;
	background-image: url(..\images\all.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:31px;	
}
.Incomplete
{
	border-right: 0px;
	background-position: center;
	border-top: #666666 0px;
	font-weight: bold;
	font-size:22px;
	background-image: url(..\images\incomplete.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:79px;
}
.Complete
{
	border-right: 0px;
	background-position: center;
	border-top: #666666 0px;
	font-weight: bold;
	font-size:22px;
	background-image: url(..\images\complete.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:71px;
}

.NewTask
{
	border-right: 0px;
	background-position: center;
	border-top: #666666 0px;
	font-weight: bold;
	font-size:22px;
	background-image: url(..\images\new_task.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:69px;
}

.email_preview
{
	border-right: 0px;
	background-position: center middle;
	border-top: #666666 0px;
	font-weight: bold;
	font-size:22px;
	background-image: url(..\images\email_preview.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:94px;
}
.addmore
{
	border-right: 0px;
	background-position: center;
	border-top: #666666 0px;
	font-weight: bold;
	font-size:22px;
	background-image: url(..\images\add_more.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:71px;
}

.ReportEmailing
{
	border-right: 0px;
	background-position: center top;
	border-top: #666666 0px;
	font-weight: bold;
	font-size:22px;
	background-image: url(..\images\report_emailing.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:104px;
}

.BulkReportEmailing
{
	border-right: 0px;
	background-position: center top;
	border-top: #666666 0px;
	font-weight: bold;
	font-size:22px;
	background-image: url(..\images\bulk_report_emailing.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:150px;
}


.ButtonDelete
{
	border-right: 0px;
	background-position: center middle;
	border-top: #666666 0px;
	font-weight: bold;
	font-size:22px;
	background-image: url(..\images\delete.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:46px;
}

.ButtonExport
{
	border-right: 0px;
	background-position: center middle;
	border-top: #666666 0px;
	font-weight: bold;
	font-size:22px;
	background-image: url(..\images\export.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:46px;
}

.ButtonReset
{
	border-right: 0px;
	background-position: center;
	border-top: #666666 0px;
	font-weight:bold;
	font-size: 11px;
	background-image: url(..\images\blank_55.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:58px;
	height:44px;

}

.ButtonPrint
{
	border-right: 0px;
	background-position: center middle;
	border-top: #666666 0px;
	font-weight: bold;
	font-size:22px;
	font-family:Tahoma;
	background-image: url(..\images\print.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:46px;
}


.ButtonSearch
{
	border-right: 0px;
	background-position: center;
	border-top: #666666 0px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(..\images\blank_55.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:82px;
	height:44px;
}

.ButtonLoadSelection
{
	border-right: 0px;
	background-position:top;
	border-top: #666666 0px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(..\images\blank_105.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:115px;
}

.ButtonClear
{

	border-right: 0px;
	background-position: center center;
	border-top: #666666 0px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(..\images\blank_55.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:56px;

}

.sd
{

	border-right: 0px;
	background-position: center center;
	border-top: #666666 0px;
	font-weight: normal;
	font-size: 11px;
	background-image: url(..\images\blank.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:100%;

}

.ButtonMenus
{
	border-right: #000000 3px solid;
	border-top: #666666 1px solid;
	font-weight: bold;
	font-size: 10px;
	border-left: #666666 1px solid;
	color:Black;
	border-bottom: #000000 3px solid;
	font-family: Arial;
	background-color: #e1e1e1;
	cursor:hand;
}

.ButtonDashBlank
{
	border-right: 0px;
	background-position: center center;
	border-top: #666666 0px;
	font-weight: normal;
	font-size: 11px;
	background-image: url(..\images\dashblank.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:82px;
	height:44px;
}

.Button85
{
	border-right: 0px;
	background-position:center;
	border-top: #666666 0px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(..\images\blank_85.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:85px;
	height:32px;
}

.Button95
{
	border-right: 0px;
	background-position:center;
	border-top: #666666 0px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(..\images\blank_95.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	height:32px;
}

.Button75
{
	border-right: 0px;
	background-position:center;
	border-top: #666666 0px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(..\images\blank_75.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
	width:85px;
	height:32px;
}

.Button105
{
	border-right: 0px;
	background-position:center;
	border-top: #666666 0px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(..\images\blank_105.gif);
	border-left: #666666 0px;
	color: black;
	border-bottom: #000000 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	cursor:hand;
}
