/*------------------------------------------------------------------------*/
/*     Rapid Deployment Buttons                                           */
/*------------------------------------------------------------------------*/

/* Box Button */
a.btn { 
	font-family: Arial,Geneva,Verdana,sans-serif; 
	font-size: 12px; text-decoration: none; 
	font-weight: bold; color: #464646; 
	padding: 3px; border: 1px solid #cdcdcd;
	background: #e4e4e4;
	/*float: left;*/
	margin: 0px 3px 3px 0px;
	text-align: center;
	}
	
a:link.btn { 
	text-decoration: none;
	color: #464646;
	font-weight:bold;
	}
	
a:active.btn { 
	text-decoration: none;
	color: #464646;
	font-weight:bold;
	}

a:visited.btn { 
	text-decoration: none;
	color: #464646;
	font-weight:bold;
	}

a:hover.btn {
	text-decoration: none;
	color: #163b65; 
	font-weight:bold; 
	background: #fff;
	}

a.btn-at { 
	font-family: Arial,Geneva,Verdana,sans-serif; font-size: 12px; 
	text-decoration: none; 
	font-weight: bold; 
	color: #163b65; 
	padding: 3px; 
	border: 1px solid #cdcdcd; 
	background: #fff; 
	float: left; 
	margin: 0px 3px 3px 0px;
	text-align: center;
	}
	
	
a:link.btn-at	{ 
	text-decoration: none; 
	color: #163b65; 
	font-weight:bold;
	}
a:active.btn-at { 
	text-decoration: none;
	color: #163b65;
	font-weight:bold;
	}

a:visited.btn-at { 
	text-decoration: none;
	color: #163b65;
	font-weight:bold;
	}

a:hover.btn-at { 
	text-decoration: none;
	color: #163b65;
	font-weight:bold;
	background: #fff; }


/* Input Form Button */
.btn-form { 
	font-family: Arial,Geneva,Verdana,sans-serif; 
	font-size: 12px; 
	text-decoration: none; 
	font-weight: bold; 
	color: #464646; 
	padding: 0px; 
	border: 1px solid #cdcdcd;
	background: #e4e4e4;
	margin: 0px;
	text-align: center; 
	}



/*------------------------------------------------------------------------*/
/*     HTML 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.btnPreview {
	display: table-cell;
	height: 39px;
	width: 65px;
	margin: 0px; 
	padding: 0px; 
	background: url("/admin/style/buttons/btn-publish.gif") no-repeat;
	}

a:hover.btnPreview:hover {
	background: url("/admin/style/buttons/btn-publish.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;
	}
	
/*---- Publish ---------------------------------------------*/
input.frmPreview {
	width: 65px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	background: url("/admin/style/buttons/btn-publish.gif") no-repeat;
	}

input.frmPreview:hover {
	background: url("/admin/style/buttons/btn-publish.gif") no-repeat 0px -20px;
	}	
