/*------------------------------------------------------------------------*/
/*     HTML Buttons                                                       */
/*------------------------------------------------------------------------*/

/* Logo Buttons */

.myButtonLink {
	display: block;
	width: 100px;
	height: 60px;
	background: url('/style/template/mdi.png') bottom;
	text-indent: -99999px;
}

.myButtonLink:hover {
	background-position: 0 0;
}


.myButtonLinkTwo {
	display: block;
	width: 100px;
	height: 60px;
	background: url('/style/template/cti.png') bottom;
	text-indent: -99999px;

}

.myButtonLinkTwo:hover {
	background-position: 0 0;
}


.myButtonLinkThree {
	display: block;
	width: 100px;
	height: 60px;
	background: url('/style/template/hetronic.jpg') bottom;
	text-indent: -99999px;

}

.myButtonLinkThree:hover {
	background-position: 0 0;
}


.myButtonLinkFour {
	display: block;
	width: 100px;
	height: 60px;
	background: url('/style/template/touch-sensor.png') bottom;
	text-indent: -99999px;

}

.myButtonLinkFour:hover {
	background-position: 0 0;
}

.myButtonLinkFive {
	display: block;
	width: 100px;
	height: 60px;
	background: url('/style/template/trace.png') bottom;
	text-indent: -99999px;

}

.myButtonLinkFive:hover {
	background-position: 0 0;
}


.myButtonLinkSix {
	display: block;
	width: 100px;
	height: 60px;
	background: url('/style/template/data.png') bottom;
	text-indent: -99999px;

}

.myButtonLinkSix:hover {
	background-position: 0 0;
}

.myButtonLinkSeven:hover {
	background-position: 0 0;
}



.myButtonLinkSeven {
	display: block;
	width: 100px;
	height: 60px;
	background: url('/style/template/intuitek.png') bottom;
	text-indent: -99999px;

}

.myButtonLinkEight:hover {
	background-position: 0 0;
}

.myButtonLinkEight {
	display: block;
	width: 100px;
	height: 60px;
	background: url('/style/template/levelguard.png') bottom;
	text-indent: -99999px;
}

.myButtonLinkNine:hover {
	background-position: 0 0;
}

.myButtonLinkNine {
	display: block;
	width: 100px;
	height: 59px;
	background: url('/style/template/dabir.jpg') bottom;
	text-indent: -99999px;
}

.myButtonLinkTen:hover {
	background-position: 0 0;
}

.myButtonLinkTen {
	display: block;
	width: 100px;
	height: 60px;
	background: url('/style/template/Activenergy.jpg') bottom;
	text-indent: -99999px;
}

.myButtonLinkEleven:hover {
	background-position: 0 0;
}

.myButtonLinkEleven {
	display: block;
	width: 100px;
	height: 60px;
	background: url('/style/template/MDS.png') bottom;
	text-indent: -99999px;
}


/* End Logo Buttons */

/*---- Move Up ---------------------------------------------*/
a.btnUp { 
display: table-cell;
height: 16px;
width: 16px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-up.gif") no-repeat;
}

a:hover.btnUp { 
background: url("/admin/style/buttons/btn-up.gif") no-repeat 0px -16px;
}


/*---- Move Down ---------------------------------------------*/
a.btnDown { 
display: table-cell;
height: 16px;
width: 16px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-down.gif") no-repeat;
}

a:hover.btnDown { 
background: url("/admin/style/buttons/btn-down.gif") no-repeat 0px -16px;
}


/*---- Sort Up ---------------------------------------------*/
a.btnSortUp { 
display: table-cell;
height: 16px;
width: 16px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-sortup.gif") no-repeat;
}

a:hover.btnSortUp { 
background: url("/admin/style/buttons/btn-sortup.gif") no-repeat 0px -16px;
}


/*---- Sort Down ---------------------------------------------*/
a.btnSortDown { 
display: table-cell;
height: 16px;
width: 16px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-sortdown.gif") no-repeat;
}

a:hover.btnSortDown { 
background: url("/admin/style/buttons/btn-sortdown.gif") no-repeat 0px -16px;
}



/*---- Delete ---------------------------------------------*/
a.btnDelete { 
display: table-cell;
height: 19px;
width: 54px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-delete.gif") no-repeat;
}

a:hover.btnDelete { 
background: url("/admin/style/buttons/btn-delete.gif") no-repeat 0px -20px;
}


/*---- Edit ---------------------------------------------*/
a.btnEdit { 
display: table-cell;
height: 19px;
width: 45px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-edit.gif") no-repeat;
}

a:hover.btnEdit { 
background: url("/admin/style/buttons/btn-edit.gif") no-repeat 0px -20px;
}


/*---- Save ---------------------------------------------*/
a.btnSave { 
display: table-cell;
height: 19px;
width: 48px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-save.gif") no-repeat;
}

a:hover.btnSave { 
background: url("/admin/style/buttons/btn-save.gif") no-repeat 0px -20px;
}


/*---- Add Image ---------------------------------------------*/
a.btnAddImage { 
display: table-cell;
height: 16px;
width: 16px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-imageadd.gif") no-repeat;
}

a:hover.btnAddImage { 
background: url("/admin/style/buttons/btn-imageadd.gif") no-repeat 0px -16px;
}


/*---- Edit Image ---------------------------------------------*/
a.btnEditImage { 
display: table-cell;
height: 16px;
width: 16px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-imageedit.gif") no-repeat;
}

a:hover.btnEditImage { 
background: url("/admin/style/buttons/btn-imageedit.gif") no-repeat 0px -16px;
}


/*---- Save Image ---------------------------------------------*/
a.btnSaveImage { 
display: table-cell;
height: 16px;
width: 16px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-imagesave.gif") no-repeat;
}

a:hover.btnSaveImage { 
background: url("/admin/style/buttons/btn-imagesave.gif") no-repeat 0px -16px;
}


/*---- View Page ---------------------------------------------*/
a.btnPageView { 
display: table-cell;
height: 19px;
width: 71px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-pageview.gif") no-repeat;
}

a:hover.btnPageView { 
background: url("/admin/style/buttons/btn-pageview.gif") no-repeat 0px -20px;
}


/*---- Preview Page ---------------------------------------------*/
a.btnPagePreview { 
display: table-cell;
height: 19px;
width: 82px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-pagepreview.gif") no-repeat;
}

a:hover.btnPagePreview { 
background: url("/admin/style/buttons/btn-pagepreview.gif") no-repeat 0px -20px;
}


/*---- Publish Page ---------------------------------------------*/
a.btnPagePublish {
display: table-cell;
height: 19px;
width: 84px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-pagepublish.gif") no-repeat;
}

a:hover.btnPagePublish:hover {
background: url("/admin/style/buttons/btn-pagepublish.gif") no-repeat 0px -20px;
}


/*---- Back ---------------------------------------------*/
a.btnBack {
display: table-cell;
height: 19px;
width: 46px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-back.gif") no-repeat;
}

a:hover.btnBack:hover {
background: url("/admin/style/buttons/btn-back.gif") no-repeat 0px -20px;
}


/*---- Back ---------------------------------------------*/
a.btnContinue {
display: table-cell;
height: 19px;
width: 60px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-continue.gif") no-repeat;
}

a:hover.btnContinue:hover {
background: url("/admin/style/buttons/btn-continue.gif") no-repeat 0px -20px;
}


/*---- Add ---------------------------------------------*/
a.btnAdd {
display: table-cell;
height: 19px;
width: 43px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-add.gif") no-repeat;
}

a:hover.btnAdd:hover {
background: url("/admin/style/buttons/btn-add.gif") no-repeat 0px -20px;
}


/*---- Delete Small ---------------------------------------------*/
a.btnDeleteSm {
display: table-cell;
height: 16px;
width: 16px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-delete2.gif") no-repeat;
}

a:hover.btnDeleteSm:hover {
background: url("/admin/style/buttons/btn-delete2.gif") no-repeat 0px -16px;
}


/*---- Edit Small ---------------------------------------------*/
a.btnEditSm {
display: table-cell;
height: 16px;
width: 16px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-edit2.gif") no-repeat;
}

a:hover.btnEditSm:hover {
background: url("/admin/style/buttons/btn-edit2.gif") no-repeat 0px -16px;
}


/*---- Add List Item ---------------------------------------------*/
a.btnAddListItem {
display: table-cell;
height: 19px;
width: 78px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-addlist.gif") no-repeat;
}

a:hover.btnAddListItem:hover {
background: url("/admin/style/buttons/btn-addlist.gif") no-repeat 0px -20px;
}


/*---- Zoom Small ---------------------------------------------*/
a.btnZoomSm {
display: table-cell;
height: 16px;
width: 16px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-zoom.gif") no-repeat;
}

a:hover.btnZoomSm:hover {
background: url("/admin/style/buttons/btn-zoom.gif") no-repeat 0px -16px;
}


/*---- Add to Gallery ---------------------------------------------*/
a.btnAddGallery {
display: table-cell;
height: 19px;
width: 90px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-galleryadd.gif") no-repeat;
}

a:hover.btnAddGallery:hover {
background: url("/admin/style/buttons/btn-galleryadd.gif") no-repeat 0px -20px;
}


/*---- Edit Page ---------------------------------------------*/
a.btnEditPage {
display: table-cell;
height: 19px;
width: 66px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-editpage.gif") no-repeat;
}

a:hover.btnEditPage:hover {
background: url("/admin/style/buttons/btn-editpage.gif") no-repeat 0px -20px;
}


/*---- Add Folder ---------------------------------------------*/
a.btnAddFolder {
display: table-cell;
height: 19px;
width: 75px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-addfolder.gif") no-repeat;
}

a:hover.btnAddFolder:hover {
background: url("/admin/style/buttons/btn-addfolder.gif") no-repeat 0px -20px;
}


/*---- Edit Page ---------------------------------------------*/
a.btnAddFile {
display: table-cell;
height: 19px;
width: 62px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-addfile.gif") no-repeat;
}

a:hover.btnAddFile:hover {
background: url("/admin/style/buttons/btn-addfile.gif") no-repeat 0px -20px;
}


/*---- Next ---------------------------------------------*/
a.btnNext {
display: table-cell;
height: 19px;
width: 43px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-next.gif") no-repeat;
}

a:hover.btnNext:hover {
background: url("/admin/style/buttons/btn-next.gif") no-repeat 0px -20px;
}


/*---- Submit ---------------------------------------------*/
a.btnSubmit {
display: table-cell;
height: 19px;
width: 50px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-submit.gif") no-repeat;
}

a:hover.btnSubmit:hover {
background: url("/admin/style/buttons/btn-submit.gif") no-repeat 0px -20px;
}


/*---- Reset ---------------------------------------------*/
a.btnReset {
display: table-cell;
height: 19px;
width: 33px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-reset.gif") no-repeat;
}

a:hover.btnReset:hover {
background: url("/admin/style/buttons/btn-reset.gif") no-repeat 0px -20px;
}


/*---- Clear Form ---------------------------------------------*/
a.btnClearForm {
display: table-cell;
height: 19px;
width: 56px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-clearform.gif") no-repeat;
}

a:hover.btnClearForm:hover {
background: url("/admin/style/buttons/btn-clearform.gif") no-repeat 0px -20px;
}


/*---- Send ---------------------------------------------*/
a.btnSend {
display: table-cell;
height: 19px;
width: 41px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-send.gif") no-repeat;
}

a:hover.btnSend:hover {
background: url("/admin/style/buttons/btn-send.gif") no-repeat 0px -20px;
}


/*---- Cancel ---------------------------------------------*/
a.btnCancel {
display: table-cell;
height: 19px;
width: 39px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-cancel.gif") no-repeat;
}

a:hover.btnCancel:hover {
background: url("/admin/style/buttons/btn-cancel.gif") no-repeat 0px -20px;
}


/*---- Page Details ---------------------------------------------*/
a.btnPageDetails {
display: table-cell;
height: 19px;
width: 84px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-pagedetails.gif") no-repeat;
}

a:hover.btnPageDetails:hover {
background: url("/admin/style/buttons/btn-pagedetails.gif") no-repeat 0px -20px;
}


/*---- Document Details ---------------------------------------------*/
a.btnDocDetails {
display: table-cell;
height: 19px;
width: 99px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-documentdetails.gif") no-repeat;
}

a:hover.btnDocDetails:hover {
background: url("/admin/style/buttons/btn-documentdetails.gif") no-repeat 0px -20px;
}


/*---- URL Details ---------------------------------------------*/
a.btnURLDetails {
display: table-cell;
height: 19px;
width: 79px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-urldetails.gif") no-repeat;
}

a:hover.btnURLDetails:hover {
background: url("/admin/style/buttons/btn-urldetails.gif") no-repeat 0px -20px;
}


/*---- Edit Sub-nav ---------------------------------------------*/
a.btnEditSubNav {
display: table-cell;
height: 19px;
width: 79px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-editsubnav.gif") no-repeat;
}

a:hover.btnEditSubNav:hover {
background: url("/admin/style/buttons/btn-editsubnav.gif") no-repeat 0px -20px;
}


/*---- Attach ---------------------------------------------*/
a.btnAttach {
display: table-cell;
height: 19px;
width: 58px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-attach.gif") no-repeat;
}

a:hover.btnAttach:hover {
background: url("/admin/style/buttons/btn-attach.gif") no-repeat 0px -20px;
}


/*---- Detach ---------------------------------------------*/
a.btnDetach {
display: table-cell;
height: 19px;
width: 58px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-detach.gif") no-repeat;
}

a:hover.btnDetach:hover {
background: url("/admin/style/buttons/btn-detach.gif") no-repeat 0px -20px;
}


/*---- Remove ---------------------------------------------*/
a.btnRemove {
display: table-cell;
height: 19px;
width: 58px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-remove.gif") no-repeat;
}

a:hover.btnRemove:hover {
background: url("/admin/style/buttons/btn-remove.gif") no-repeat 0px -20px;
}


/*---- Disconnect ---------------------------------------------*/
a.btnDisconnect {
display: table-cell;
height: 19px;
width: 73px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-disconnect.gif") no-repeat;
}

a:hover.btnDisconnect:hover {
background: url("/admin/style/buttons/btn-disconnect.gif") no-repeat 0px -20px;
}


/*---- Publish ---------------------------------------------*/
a.btnPublish {
display: table-cell;
height: 19px;
width: 65px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-publish.gif") no-repeat;
}

a:hover.btnPublish:hover {
background: url("/admin/style/buttons/btn-publish.gif") no-repeat 0px -20px;
}


/*---- Preview ---------------------------------------------*/
a.btnPreview {
display: table-cell;
height: 19px;
width: 65px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-preview.gif") no-repeat;
}

a:hover.btnPreview:hover {
background: url("/admin/style/buttons/btn-preview.gif") no-repeat 0px -20px;
}	

/*---- Search ---------------------------------------------*/
a.btnSearch {
display: table-cell;
height: 19px;
width: 65px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-search.gif") no-repeat;
}

a:hover.btnSearch:hover {
background: url("/admin/style/buttons/btn-search.gif") no-repeat 0px -20px;
}

/*---- Publish This Section ---------------------------------------------*/
a.btnPublishSection {
display: table-cell;
height: 19px;
width: 111px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-publishThisSection.gif") no-repeat;
}

a:hover.btnPublishSection:hover {
background: url("/admin/style/buttons/btn-publishThisSection.gif") no-repeat 0px -20px;
}


/*---- Add Row ---------------------------------------------*/
a.btnAddRow {
display: table-cell;
height: 19px;
width: 111px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-addRow.gif") no-repeat;
}

a:hover.btnAddRow:hover {
background: url("/admin/style/buttons/btn-addRow.gif") no-repeat 0px -20px;
}


/*---- Add Column ---------------------------------------------*/
a.btnAddColumn {
display: table-cell;
height: 19px;
width: 111px;
margin: 0px; 
padding: 0px; 
background: url("/admin/style/buttons/btn-addColumn.gif") no-repeat;
}

a:hover.btnAddColumn:hover {
background: url("/admin/style/buttons/btn-addColumn.gif") no-repeat 0px -20px;
}




/*------------------------------------------------------------------------*/
/*     Form Buttons                                                       */
/*------------------------------------------------------------------------*/


/*---- Move Up ---------------------------------------------*/
input.frmUp { 
width: 16px;
height: 16px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-up.gif") no-repeat;
}

input.frmUp:hover { 
background: url("/admin/style/buttons/btn-up.gif") no-repeat 0px -16px;
}


/*---- Move Down ---------------------------------------------*/
input.frmDown { 
width: 16px;
height: 16px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-down.gif") no-repeat;
}

input.frmDown:hover { 
background: url("/admin/style/buttons/btn-down.gif") no-repeat 0px -16px;
}


/*---- Sort Up ---------------------------------------------*/
input.frmSortUp { 
width: 16px;
height: 16px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-sortup.gif") no-repeat;
}

input.frmSortUp:hover { 
background: url("/admin/style/buttons/btn-sortup.gif") no-repeat 0px -16px;
}


/*---- Sort Down ---------------------------------------------*/
input.frmSortDown { 
width: 16px;
height: 16px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-sortdown.gif") no-repeat;
}

input.frmSortDown:hover { 
background: url("/admin/style/buttons/btn-sortdown.gif") no-repeat 0px -16px;
}



/*---- Delete ---------------------------------------------*/
input.frmDelete { 
width: 54px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-delete.gif") no-repeat;
}

input.frmDelete:hover { 
background: url("/admin/style/buttons/btn-delete.gif") no-repeat 0px -20px;
}


/*---- Edit ---------------------------------------------*/
input.frmEdit { 
width: 45px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-edit.gif") no-repeat;
}

input.frmEdit:hover { 
background: url("/admin/style/buttons/btn-edit.gif") no-repeat 0px -20px;
}


/*---- Save ---------------------------------------------*/
input.frmSave { 
width: 48px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-save.gif") no-repeat;
}

input.frmSave:hover { 
background: url("/admin/style/buttons/btn-save.gif") no-repeat 0px -20px;
}


/*---- Add Image ---------------------------------------------*/
input.frmAddImage { 
width: 16px;
height: 16px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-imageadd.gif") no-repeat;
}

input.frmAddImage:hover { 
background: url("/admin/style/buttons/btn-imageadd.gif") no-repeat 0px -16px;
}


/*---- Edit Image ---------------------------------------------*/
input.frmEditImage { 
width: 16px;
height: 16px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-imageedit.gif") no-repeat;
}

input.frmEditImage:hover { 
background: url("/admin/style/buttons/btn-imageedit.gif") no-repeat 0px -16px;
}


/*---- Save Image ---------------------------------------------*/
input.frmSaveImage { 
width: 16px;
height: 16px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-imagesave.gif") no-repeat;
}

input.frmSaveImage:hover { 
background: url("/admin/style/buttons/btn-imagesave.gif") no-repeat 0px -16px;
}


/*---- View Page ---------------------------------------------*/
input.frmPageView { 
width: 71px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-pageview.gif") no-repeat;
}

input.frmPageView:hover { 
background: url("/admin/style/buttons/btn-pageview.gif") no-repeat 0px -20px;
}


/*---- Preview Page ---------------------------------------------*/
input.frmPagePreview { 
width: 82px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-pagepreview.gif") no-repeat;
}

input.frmPagePreview:hover { 
background: url("/admin/style/buttons/btn-pagepreview.gif") no-repeat 0px -20px;
}


/*---- Publish Page ---------------------------------------------*/
input.frmPagePublish {
width: 84px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-pagepublish.gif") no-repeat;
}

input.frmPagePublish:hover {
background: url("/admin/style/buttons/btn-pagepublish.gif") no-repeat 0px -20px;
}


/*---- Back ---------------------------------------------*/
input.frmBack {
width: 46px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-back.gif") no-repeat;
}

input.frmBack:hover {
background: url("/admin/style/buttons/btn-back.gif") no-repeat 0px -20px;
}


/*---- Continue ---------------------------------------------*/
input.frmContinue {
width: 60px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-continue.gif") no-repeat;
}

input.frmContinue:hover {
background: url("/admin/style/buttons/btn-continue.gif") no-repeat 0px -20px;
}


/*---- Add ---------------------------------------------*/
input.frmAdd {
width: 43px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-add.gif") no-repeat;
}

input.frmAdd:hover {
background: url("/admin/style/buttons/btn-add.gif") no-repeat 0px -20px;
}


/*---- Delete Small ---------------------------------------------*/
input.frmDeleteSm {
width: 16px;
height: 16px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-delete2.gif") no-repeat;
}

input.frmDeleteSm:hover {
background: url("/admin/style/buttons/btn-delete2.gif") no-repeat 0px -16px;
}


/*---- Edit Small ---------------------------------------------*/
input.frmEditSm {
width: 16px;
height: 16px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-edit2.gif") no-repeat;
}

input.frmEditSm:hover {
background: url("/admin/style/buttons/btn-edit2.gif") no-repeat 0px -16px;
}


/*---- Add List Item ---------------------------------------------*/
input.frmAddListItem {
width: 78px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-addlist.gif") no-repeat;
}

input.frmAddListItem:hover {
background: url("/admin/style/buttons/btn-addlist.gif") no-repeat 0px -20px;
}


/*---- Zoom Small ---------------------------------------------*/
input.frmZoomSm {
width: 16px;
height: 16px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-zoom.gif") no-repeat;
}

input.frmZoomSm:hover {
background: url("/admin/style/buttons/btn-zoom.gif") no-repeat 0px -16px;
}


/*---- Add to Gallery ---------------------------------------------*/
input.frmAddGallery {
width: 90px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-galleryadd.gif") no-repeat;
}

input.frmAddGallery:hover {
background: url("/admin/style/buttons/btn-galleryadd.gif") no-repeat 0px -20px;
}


/*---- Edit Page ---------------------------------------------*/
input.frmEditPage {
width: 66px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-editpage.gif") no-repeat;
}

input.frmEditPage:hover {
background: url("/admin/style/buttons/btn-editpage.gif") no-repeat 0px -20px;
}


/*---- Add Folder ---------------------------------------------*/
input.frmAddFolder {
width: 75px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-addfolder.gif") no-repeat;
}

input.frmAddFolder:hover {
background: url("/admin/style/buttons/btn-addfolder.gif") no-repeat 0px -20px;
}


/*---- Add File ---------------------------------------------*/
input.frmAddFile {
width: 62px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-addfile.gif") no-repeat;
}

input.frmAddFile:hover {
background: url("/admin/style/buttons/btn-addfile.gif") no-repeat 0px -20px;
}


/*---- Next ---------------------------------------------*/
input.frmNext {
width: 43px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-next.gif") no-repeat;
}

input.frmNext:hover {
background: url("/admin/style/buttons/btn-next.gif") no-repeat 0px -20px;
}


/*---- Submit ---------------------------------------------*/
input.frmSubmit {
width: 50px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-submit.gif") no-repeat;
}

input.frmSubmit:hover {
background: url("/admin/style/buttons/btn-submit.gif") no-repeat 0px -20px;
}


/*---- Reset ---------------------------------------------*/
input.frmReset {
width: 33px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-reset.gif") no-repeat;
}

input.frmReset:hover {
background: url("/admin/style/buttons/btn-reset.gif") no-repeat 0px -20px;
}


/*---- Clear Form ---------------------------------------------*/
input.frmClearForm {
width: 56px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-clearform.gif") no-repeat;
}

input.frmClearForm:hover {
background: url("/admin/style/buttons/btn-clearform.gif") no-repeat 0px -20px;
}


/*---- Send ---------------------------------------------*/
input.frmSend {
width: 41px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-send.gif") no-repeat;
}

input.frmSend:hover {
background: url("/admin/style/buttons/btn-send.gif") no-repeat 0px -20px;
}


/*---- Cancel ---------------------------------------------*/
input.frmCancel {
width: 39px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-cancel.gif") no-repeat;
}

input.frmCancel:hover {
background: url("/admin/style/buttons/btn-cancel.gif") no-repeat 0px -20px;
}


/*---- Page Details ---------------------------------------------*/
input.frmPageDetails {
width: 84px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-pagedetails.gif") no-repeat;
}

input.frmPageDetails:hover {
background: url("/admin/style/buttons/btn-pagedetails.gif") no-repeat 0px -20px;
}


/*---- Document Details ---------------------------------------------*/
input.frmDocDetails {
width: 99px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-documentdetails.gif") no-repeat;
}

input.frmDocDetails:hover {
background: url("/admin/style/buttons/btn-documentdetails.gif") no-repeat 0px -20px;
}


/*---- URL Details ---------------------------------------------*/
input.frmURLDetails {
width: 79px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-urldetails.gif") no-repeat;
}

input.frmURLDetails:hover {
background: url("/admin/style/buttons/btn-urldetails.gif") no-repeat 0px -20px;
}


/*---- Edit Sub-nav ---------------------------------------------*/
input.frmEditSubNav {
width: 79px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-editsubnav.gif") no-repeat;
}

input.frmEditSubNav:hover {
background: url("/admin/style/buttons/btn-editsubnav.gif") no-repeat 0px -20px;
}


/*---- Attach ---------------------------------------------*/
input.frmAttach {
width: 58px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-attach.gif") no-repeat;
}

input.frmAttach:hover {
background: url("/admin/style/buttons/btn-attach.gif") no-repeat 0px -20px;
}


/*---- Detach ---------------------------------------------*/
input.frmDetach {
width: 58px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-detach.gif") no-repeat;
}

input.frmDetach:hover {
background: url("/admin/style/buttons/btn-detach.gif") no-repeat 0px -20px;
}


/*---- Remove ---------------------------------------------*/
input.frmRemove {
width: 58px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-remove.gif") no-repeat;
}

input.frmRemove:hover {
background: url("/admin/style/buttons/btn-remove.gif") no-repeat 0px -20px;
}


/*---- Disconnect ---------------------------------------------*/
input.frmDisconnect {
width: 73px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-disconnect.gif") no-repeat;
}

input.frmDisconnect:hover {
background: url("/admin/style/buttons/btn-disconnect.gif") no-repeat 0px -20px;
}

/*---- Preview ---------------------------------------------*/
input.frmPreview {
width: 65px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-preview.gif") no-repeat;
}

input.frmPreview:hover {
background: url("/admin/style/buttons/btn-preview.gif") no-repeat 0px -20px;
}	

/*---- Publish ---------------------------------------------*/
input.frmPublish {
width: 65px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-publish.gif") no-repeat;
}

input.frmPublish:hover {
background: url("/admin/style/buttons/btn-publish.gif") no-repeat 0px -20px;
}	


/*---- Search ---------------------------------------------*/
input.frmSearch {
width: 65px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-search.gif") no-repeat;
}

input.frmSearch:hover {
background: url("/admin/style/buttons/btn-search.gif") no-repeat 0px -20px;
}

/*---- Publish This Section ---------------------------------------------*/
input.frmPublishSection {
width: 111px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-publishThisSection.gif") no-repeat;
}

input.frmPublishSection:hover {
background: url("/admin/style/buttons/btn-publishThisSection.gif") no-repeat 0px -20px;
}

/*---- Add Row---------------------------------------------*/
input.frmAddRow {
width: 111px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-addRow.gif") no-repeat;
}

input.frmAddRow:hover {
background: url("/admin/style/buttons/btn-addRow.gif") no-repeat 0px -20px;
}


/*---- Add Column---------------------------------------------*/
input.frmAddColumn {
width: 111px;
height: 19px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
background: url("/admin/style/buttons/btn-addColumn.gif") no-repeat;
}

input.frmAddColumn:hover {
background: url("/admin/style/buttons/btn-addColumn.gif") no-repeat 0px -20px;
}


/*--------------------------------Industries Page Buttons---------------------------*/



.module_220 {
background-color: #FFFFFF;
margin-top: 25px;  
overflow-x: hidden;
overflow-y: hidden;
}

.module_220 ul {
float: left;
padding:0px;
margin:0px;
border:0px solid #ff0000;
}


.module_220 li {
float: left;
list-style-type:none;
border-right:3px solid #fff;
}

.module_220 li a {
background-color: #FFFFFF;
background-image: url("../images/style.220.module.jpg");
background-repeat: no-repeat;
display: block;
height: 127px;
/* margin-right: 4px;*/
text-decoration: none;
width: 343px;
}

.module_220 li a span.title {
background-image: url("../images/style.220.module.png");
background-repeat: no-repeat;
color: #FFFFFF;
display: block;
font-size: 16px;
font-weight: bold;
line-height: 14px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 2px;
opacity: 0.9;
padding-bottom: 7px;
padding-left: 8px;
padding-right: 8px;
padding-top: 7px;
text-transform: uppercase;
}

.module_220 li a.automotive {
background-position: 0 0;
}

.module_220 li a.automotive:hover {
background-position: -400px 0;
}

.module_220 li a.automotive span {
background-position: 0 0;
}
.module_220 li a.aerospace {
background-position: 0 -200px;
}
.module_220 li a.aerospace:hover {
background-position: -400px -200px;
}
.module_220 li a.aerospace span {
background-position: 0 -200px;
}
.module_220 li a.communications {
background-position: 0 -400px;
}
.module_220 li a.communications:hover {
background-position: -400px -400px;
}
.module_220 li a.communications span {
background-position: 0 -400px;
}
.module_220 li a.industrial {
background-position: 0 -600px;
}
.module_220 li a.industrial:hover {
background-position: -400px -600px;
}
.module_220 li a.industrial span {
background-position: 0 -600px;
}
.module_220 li a.commercial {
background-position: 0 -800px;
}
.module_220 li a.commercial:hover {
background-position: -400px -800px;
}
.module_220 li a.commercial span {
background-position: 0 -800px;
}
.module_220 li a.medical {
background-position: 0 -1000px;
}
.module_220 li a.medical:hover {
background-position: -400px -1000px;
}
.module_220 li a.medical span {
background-position: 0 -1000px;
}
.module_220 li a.transportation {
background-position: 0 -1200px;
}
.module_220 li a.transportation:hover {
background-position: -400px -1200px;
}
.module_220 li a.transportation span {
background-position: 0 -1200px;
}
.module_220 li a.construction {
background-position: 0 -1400px;
}
.module_220 li a.construction:hover {
background-position: -400px -1400px;
}
.module_220 li a.construction span {
background-position: 0 -1400px;
}



/*--------------------------ABOUT US PAGE LOCATION BUTTON ----------------*/
.global-btn-holder{
border:0px solid #000;
background-image: url("../images/global-about.png") ;
background-repeat: no-repeat;
height:150px;
margin-top:25px;
}

.global-btn-hdr{
border:0px solid #ff0000;
width:135px;
float:left;
color: #44697d; 
font-size:15px;
font-weight:bold;
padding:51px 0px 0px 15px;
}

.global-btn-mdl{
font-size:12px;
line-height:16px;
float:left;
width:360px;
border:0px solid #00ff00;
margin:5px;
}

.global-btn{
width:140px;
float:right;
border:0px solid #0000ff;
padding:51px 55px 0px 0px;
}