﻿

.BlueButton
{
	height: 25px;
	background-image: url(   '../images/Buttons/BlueButton.gif' );
	background-repeat: repeat-x;
	background-color: Transparent;
	border-width: 1px;
	border-style: outset;
	border-color: #fba28b;
	font-weight: bold;
	font-family: Verdana;
	font-size: 8pt;
	color: #5d2422;
	vertical-align: middle;
	cursor: pointer;
	margin: 2px 2px 2px 2px;
	text-decoration: none;
	padding: 5px 5px 0px 5px;
}

.BlueButton:hover
{
	height: 25px;
	background-image: url(   '../images/Buttons/YellowButton.gif' );
	background-repeat: repeat-x;
	background-color: Transparent;
	border-width: 1px;
	border-style: outset;
	border-color: #fba28b;
	font-weight: bold;
	font-family: Verdana;
	font-size: 8pt;
	color: #5d2422;
	vertical-align: middle;
	cursor: pointer;
	margin: 2px 2px 2px 2px;
	text-decoration: none;
	padding: 5px 5px 0px 5px;
}

.LinkButton
{
	text-decoration: none;
	border: solid 0px black;
	cursor: pointer;
}
.LinkButton:hover
{
	text-decoration: none;
	border: solid 0px black;
	cursor: pointer;
	color: Red;
}

/*Start Save Button*/
.rolloverSave
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/SaveButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverSave
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/SaveButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveSave
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/SaveButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledSave
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/SaveButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}

/*End Save Button*/

/*Cancel Button*/

.rolloverCancel
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/CancelButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverCancel
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/CancelButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveCancel
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/CancelButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledCancel
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/CancelButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End Cancel Button*/

/*Reset Button*/
.rolloverReset
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/ResetButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverReset
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/ResetButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveReset
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/ResetButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledReset
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/ResetButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End Reset Button*/

/*Add Button*/
.rolloverAdd
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverAdd
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveAdd
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledAdd
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End Add Button*/

/*Edit Button*/
.rolloverEdit
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EditButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverEdit
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EditButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveEdit
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EditButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledEdit
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EditButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End Edit Button*/

/*Upload Button*/
.rolloverUpload
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/UploadButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverUpload
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/UploadButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveUpload
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/UploadButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledUpload
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/UploadButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End Upload Button*/

/*UploadMore Button*/
.rolloverUploadMore
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/UploadMoreButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverUploadMore
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/UploadMoreButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveUploadMore
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/UploadMoreButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledUploadMore
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/UploadMoreButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End UploadMore Button*/

/*AddMore Button*/
.rolloverAddMore
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddMoreButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverAddMore
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddMoreButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveAddMore
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddMoreButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledAddMore
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddMoreButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End AddMore Button*/

/*Save Button*/
.rolloverSave
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/SaveButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverSave
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/SaveButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveSave
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/SaveButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledSave
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/SaveButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End Save Button*/

/*Delete Button*/
.rolloverDelete
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/DeleteButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverDelete
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/DeleteButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveDelete
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/DeleteButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledDelete
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/DeleteButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End Delete Button*/

/*GoBack Button*/
.rolloverGoBack
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/GoBackButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverGoBack
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/GoBackButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveGoBack
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/GoBackButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledGoBack
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/GoBackButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End GoBack Button*/

/*More Button*/
.rolloverMore
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/MoreButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverMore
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/MoreButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveMore
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/MoreButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledMore
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/MoreButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End More Button*/

/*AddComments Button*/
.rolloverAddComments
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddCommentsButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverAddComments
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddCommentsButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveAddComments
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddCommentsButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledAddComments
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddCommentsButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End AddComments Button*/

/*Enter Button*/
.rolloverEnter
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EnterButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverEnter
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EnterButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveEnter
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EnterButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledEnter
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EnterButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End Enter Button*/

/*AddComments Button*/
.rolloverAddComments
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddCommentsButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverAddComments
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddCommentsButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveAddComments
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddCommentsButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledAddComments
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/AddCommentsButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End AddComments Button*/


/*EnterGuest Button*/
.rolloverEnterGuest
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EnterGuestButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverEnterGuest
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EnterGuestButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveEnterGuest
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EnterGuestButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledEnterGuest
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EnterGuestButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End EnterGuest Button*/


/*Email Button*/
.rolloverEmail
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EmailButtonRange.png" ) no-repeat;
	text-decoration: none;
	border: solid 0px black;
}
.rolloverhoverEmail
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EmailButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -35px;
	border: solid 0px black;
}
.rolloveractiveEmail
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EmailButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -70px;
	border: solid 0px black;
}

.rolloverDisabledEmail
{
	display: block;
	width: 100px;
	height: 35px;
	background: url(    "../Images/EmailButtonRange.png" ) no-repeat;
	text-decoration: none;
	background-position: 0 -105px;
	border: solid 0px black;
}
/*End Email Button*/

.linkNormal
{
	font-family: Arial;
	font-size: 0.7em;
	text-decoration: none;
	cursor: pointer;
	border: solid 0px black;
	background-color: Transparent;
	color: #a0e9ff;
	font-weight: bold;
	cursor: pointer;
}

.linkHover
{
	font-family: Arial;
	font-size: 0.7em;
	text-decoration: none;
	cursor: pointer;
	border: solid 0px black;
	background-color: Transparent;
	color: #fd5e1d;
	font-weight: bold;
	cursor: pointer;
}

.FillRatingStar
{
	width: 13px;
	height: 12px;
	background: url(    "../Images/Buttons/Star.png" ) no-repeat;
}

.EmptyRatingStar
{
	width: 13px;
	height: 12px;
	background: url(    "../Images/Buttons/StarEmpty.png" ) no-repeat;
}
