﻿body 
{
	font: 12px Arial;
}

td
{
    font: 12px Arial;    
}

input 
{
   font: normal 11px Arial;
   height:18px;
}

input[type=text]
{	
	width:120px;
	border:solid 1px #cecece;
}

input[type=password] 
{	
	width:120px;
	border:solid 1px #cecece;
}

input[type=button]
{
	border: solid 1px #cecece;
    width: 20px;
    height: 20px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    behavior: url(App_Themes/Theme1/buttonBehavior.htc);
}

input[type=submit]
{
	border: solid 1px #cecece;
    width: 18px;
    height: 18px;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    behavior: url(/App_Themes/buttonBehavior.htc);
}

input[type=file]
{
	background-color:#ffffff;
	border: solid 1px #cecece;
}
select 
{
	font: 11px Arial;
}

textarea
{
	border: solid 1px #cecece;
	font: 11px Arial;
	SCROLLBAR-BASE-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: white;
	background-color: white;
	
}

a, a.visited
{
    color:#727272;
    text-decoration:none;
}

.Error {
   color:Red;
}

.ErrorText 
{
   color:Red;
   font:bold 12px Arial;
}

.SectionBox
{
	background-color: #ececec;
	border: solid 3px #cecece;
}

.SectionBoxOver
{
	background-color: #9DABC9;
	border: solid 3px #cecece;
	color:#ffffff;
}

.SearchBox
{
    background-color: #ffffff;
	border: solid 1px #cecece;
}

.AltRow
{   
    background-color: #D3E2E2;
    color: #696969;
}

.ItemRow
{
   background-color: #EFF4FF;
   color: #696969;
}

.AltRowPast
{
    background-color: #cecece;
    color: #696969;
}

.ItemRowPast
{
    background-color: #ececec;
    color: #696969;
}

.ItemOver
{
   color: #ffffff;
   background-color:#cecece; 
   cursor:pointer; 
}

.ItemSelected
{
   color: #ffffff;
   background-color:#9DABC9; 
}

.hidden-header 
  {  
    display:none;
  }
  
.no-border
  {
    border-width:0px;
    height:22px;
  }
 
.SignatureImage {
   position:absolute;
   top:300px;
   left:300px;
}
      
.ButtonGo
  {background: #A7BCD3 url(/images/Go.gif) no-repeat;}

.ButtonNew
  {background: #A7BCD3 url(/images/New.gif) no-repeat;}

.ButtonNew32
  {background: #A7BCD3 url(/images/New_32.gif) no-repeat center; }
  
.ButtonSave
  {background: #A7BCD3 url(/images/Save.gif) no-repeat;}

.ButtonDelete
  {background: #A7BCD3 url(/images/RecycleBin.gif) no-repeat;}

.ButtonEdit
  {background: #A7BCD3 url(/images/edit.gif) no-repeat;}

.ButtonFind
  {background: #A7BCD3 url(/images/Find.gif) no-repeat;}

.ButtonClose
  {background: #A7BCD3 url(/images/Close.gif) no-repeat;}
  
.ButtonClose24
  {background: #A7BCD3 url(/images/Close_24.gif) no-repeat center;}

.ButtonCalendar
  {background: #A7BCD3 url(/images/icon-calendar.gif) no-repeat;}

.ButtonTable
  {background: #A7BCD3 url(/images/Table.gif) no-repeat;}
  
.ButtonTable32
  {background: #A7BCD3 url(/images/Table_32.gif) no-repeat center; }

.ButtonNewAppointment
  {background: #A7BCD3 url(/images/History.gif) no-repeat;}
  
.ButtonUp
{background: #A7BCD3 url(/images/Update.gif) no-repeat;}

.ButtonDown
{background: #A7BCD3 url(/images/UpdateDown.gif) no-repeat;}

.ButtonMap
{background: #A7BCD3 url(/images/Earth.gif) no-repeat;}

.ButtonReport
{background: #A7BCD3 url(/images/Report.gif) no-repeat;}

.ButtonMobile
{background: #A7BCD3 url(/images/MobilePhone.gif) no-repeat;}

.ButtonExit
{background: #A7BCD3 url(/images/Exit.gif) no-repeat;}

.ButtonExcel
{background: #A7BCD3 url(/images/excel.gif) no-repeat;}

.ButtonHistory
{background: #A7BCD3 url(/images/Tables.gif) no-repeat;}

.ButtonComments
{background: #A7BCD3 url(/images/Comments.gif) no-repeat;}
	
.ButtonCopy
{background: #A7BCD3 url(/images/Copy.gif) no-repeat;}

.ButtonUpload
{background: #A7BCD3 url(/images/UploadImage2.gif) no-repeat;}

.ButtonDownload
{background: #A7BCD3 url(/images/DownloadImage.gif) no-repeat;}

.ButtonSale
{background: #A7BCD3 url(/images/Dollar.gif) no-repeat;}

.ButtonSale24
{background: #A7BCD3 url(/images/Dollar_24.gif) no-repeat center;}

.ButtonPrint
{background: #A7BCD3 url(/images/Print.gif) no-repeat;}

.ButtonPrint24
{background: #A7BCD3 url(/images/Print_24.gif) no-repeat center;}

.ButtonAddToGroup
{background: #A7BCD3 url(/images/AddToGroup.gif) no-repeat;}

.ButtonSend
{background: #A7BCD3 url(/images/Envelope.gif) no-repeat;}

.ButtonUndo
{background: #A7BCD3 url(/images/Undo.gif) no-repeat;}

.ProgressIndicator
{
    border-width: 0px;
    width:41px;
    height:9px;
    background: Transparent  url(/images/progress_squares.gif) no-repeat;
    display:inline;
}

.ProgressIndicatorHidden
{
    border: 0px;
    width:41px;
    height:9px;
    background: Transparent  url(/images/progress_squares.gif) no-repeat;
    display:none;
}

.FaqTitle
{
    font:bold 15px Arial; 
    color:#008000; 
    padding:10px 0px 0px 0px;
}


