@CHARSET "ISO-8859-1";

#pageheadid {
	width:90%;
	margin:0 auto;
	position:relative;
	z-index:-1;
	background-position: 90% 30% ;
	background-size:100% 100%;
}

#pageheadid span {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

#pageheadid table {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}

#centermenuid {
	width:90%;
	margin:0 auto;
}

#centermenuid table {
	margin:0 auto;
	apdding:0;
	width:100%;
	height:40px;
	cellpadding:0;
	cellspacing:0;
	border: 1px solid green;
	background-color:ThreeDLightShadow;

}

#centermenuid table td {
	text-align:center;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	opacity:0.7;
	filter:Alpha(opacity=70);
	border:lime 2px outset;
	background-image: url(../images/butBackImgLight.png);
	background-repeat: repeat-x;
}

#centermenuid table td:hover {
	color:red;
	font-size:16px;
	font-weight:bold;
	opacity:1.0;
	filter:Alpha(opacity=100);
	background-image: url(../images/butBackImgLightHover.png);
	background-repeat: repeat-x;
}

#centermenuid table td font {
	color:red;
	font-size:16px;
	font-weight:bold;
	opacity:1.0;
	filter:Alpha(opacity=100);
	background-image: url(../images/butBackImgLightHover.png);
	background-repeat: repeat-x;
}


#pagebodyid {
	width:90%;
	margin:0 auto;
}

#bodycontentid {
	display:block;
	width:100%;
	/*margin-top:15px;*/

}

#bodycontentid legend {
	font-size:14px;
	font-weight:bold;
}

#bodycontentid fieldset {
	text-align:left;
	border: 2px solid LawnGreen;
	height:100%;
	width:96%;
	z-index:-1;
}

#leftsiderid table td {
	white-space : nowrap;
	height:80px;
	width:150px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	border:0;
    font-size:14px;
	font-weight:bold;
	margin-left:20px;
    background-repeat: no-repeat;
	background-position: center;
	background-size:100% 60%;
}
#leftsideridtab .button0 {
	background-image: url(../images/greenbutton.png) ;
}
#leftsideridtab .button1 {
	background-image: url(../images/lightbluebutton.png);
}
#leftsideridtab .button2 {
	background-image: url(../images/lightbrownbutton.png);
}
#leftsideridtab .button3 {
	background-image: url(../images/bulebutton.png);
}

#leftsiderid table td img {
	height:80%;
	margin:0 auto;
}

#leftsiderid table td:hover {
	color:red;
	font-size:14px;
	font-weight:bold;
	background-image: url(../images/selectedbutton.png);
	background-repeat: no-repeat;
	background-size:100% 60%;
}

#BodyContens {
	width:100%;
	margin:0 auto;
}

#BodyContens table {
	cellpadding:0;
	cellspacing:0;
	border: 0px solid green;
}

/*
#topicTitleId {
	width:100%;
	background-image: url(../images/background_title_green.png);
	background-repeat:no-repeat; 
	background-size:100% 100%;
	background-position:top center;
}
*/

#BodyContens #topicTitleTableId td {
	padding-left:40px;
           color:#000000;
       font-size:14px;
     font-weight:bold;
}

#inputAreaTableId input {
	background-color: #00BFFF;
           font-size:12px;
              height:20px;
}

#inputAreaTableId select {
	background-color: #00BFFF;
           font-size:12px;
              height:20px;
}

#inputAreaTableId td {
	    white-space : nowrap;
	background-color: ##00BFFF;
           font-size:11px;
              height:30px;
}

#pricelistpopupwind {
	width:400px;
	height:500px;
	font-size:10px;
	overflow:scroll;
}

#pricelistpopupwind table {
	width:100%;
	border: 1px solid black;
}

#pricelistpopupwind table td {
	border-bottom-style: double;
	border-bottom-color: yellow;
	border-bottom-width: 1px;
}

#pricelistpopupwind table th {
	border-bottom-style: double;
	border-bottom-color: black;
	border-bottom-width: 1px;
	text-color:#00008B;
	background-color:#D3D3D3;
}

#showtotalamount {
	width:150px;
	height:20px;
	border: 2px solid red;
	background-color:black;
    font-weight:bold;
	color:#FFFFFF;
	display:none;
	position:absolute;
	top: 200px;
	left:0px;
	z-index:99;
}

#showtotalamount table {
	cellpadding:0;
	cellspacing:0;
	border:0;
}

#showtotalamount table tr td:nth-child(1) {
	text-align:left;
	font-size:12px;
}
#showtotalamount table tr td:nth-child(2) {
	text-align:right;
	font-size:14px;
	color:red;
}

#InputOrderAreaId {
	float:right;
	display:inline;
	margin-right:15px;
	white-space : nowrap;
	height:26px;
	width:158px;
	z-index:99;
}

#InputOrderAreaId #inputOrderButton {
	float:right;
	display:inline;
	height:28px;
	width:130px;
	text-align:center;
	vertical-align:middle;
	padding-top:8px;
	color:Blue;
	border:0;
    font-size:12px;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/inputOrderButton.png) ;
	background-size:130px 25px ;
}
#InputOrderAreaId #inputOrderButton:hover {
	color:red;
	background-image: url(../images/inputOrderButtonHover.png);
	background-repeat: no-repeat;
}
#InputOrderAreaId img {
	padding-top:5px;
}

#ServiceCategory {
    font-size:12px;
	font-weight:normal;
}

#ServiceCategory .servicesCat {
	display:block;
	margin:10px;
}
/*
#ServiceCategory .servicesCat img {
	width:20%;
	margin:0 auto;
}
*/
#ServiceCategory div:nth-child(even) {
	background-color:#F8ECE0;
}
#ServiceCategory div:nth-child(odd) {
	background-color:##CEF6F5;
}

#PriceBoardHtml {
	width:600px;
	height:500px;
	font-size:12px;
	overflow:scroll;
}
/*
#PriceBoardHtml table {
	width:100%;
	background-color:#FFDEAD;
	border: 1px solid black;
}
#PriceBoardHtml table td {
	background-color:##CEF6F5;
	border-bottom-style: double;
	border-bottom-color: yellow;
	border-bottom-width: 1px;
}

#PriceBoardHtml table th {
	border-bottom-style: double;
	border-bottom-color: black;
	border-bottom-width: 1px;
	text-color:#00008B;
	background-color:#D3D3D3;
}
*/
#orderedItemList {
	margin-top:20px;	
}

.pricelist table {
	width:100%;
	background-color:#FFDEAD;
	border: 1px solid black;
}
.pricelist table td {
	background-color:##CEF6F5;
	border-bottom-style: double;
	border-bottom-color: yellow;
	border-bottom-width: 1px;
}

.pricelist table th {
	border-bottom-style: double;
	border-bottom-color: black;
	border-bottom-width: 1px;
	text-color:#00008B;
	background-color:#D3D3D3;
}

#LoadWaitingImage{
	display:none;
	position:absolute;
	top:300px;
	left:500px;
	z-index:99;
}
.submenuContent {
	margin:5px;
	font-size:14px;
    background-color:#CEF6F5;	
}

.titleOfTopic {
	color:white;
	position:relative;
	font-size:18px;
	font-weight:bold;
	margin-top:15px;
	background-image: url(../images/titleBKImage.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size:130px 25px ;
	
	border-bottom-style: double;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

#openHoursTable tr td {
	color:blue;
}
#openHoursTable tr:nth-last-child td {
	color:red;
}
#hiddenUnselectedAction {display:none}

.subTitleClass {
	color:red;
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
}
