﻿html, body {
	height: 100%; 
	margin: 0;
}

#SelectedItemMenu {
    text-transform: uppercase;
	background-color: purple;
	color: white;
	text-align: center;
	font-size:10pt;
	/*padding: 0px;
	font-size:10pt;*/
}

#SmallImageMenu{
	width:75px;
	height:75px;
}

#MediumImage{
	width:130px;
	height:70px;
}

#BigImage{
	width:400px;
	height:130px;
}

td {
   text-align: center;
}

#TableWithoutBorderMenu, #TableWithoutBorder{
	border: 0;
	font-family:'Century Gothic'; 
	font-size:12pt;
	background-color: #FFF;
	color: #333;
	width:100%;
	padding: 0px;
}

/*#TableWithoutBorder{
	position: fixed;
    bottom: 11%;
}
#TableWithoutBorder td {
	text-align: center;
	border: 1px solid #190707;
}*/

#InputWithoutBorder[type=text], textarea {
  border: 1px solid #FFFFFF;
  font-family:'Arial Narrow';
  font-size:11px;
  height: 15px
}

.FooterTable{
	width: 100%;
	height: 25px;
	line-height:24px;
	font-family:'Century Gothic';
	font-size:11pt;
	background: #610B5E;
	padding: 0px;
	color: #FFCCCC;
    position: fixed;
    bottom: 0;
	opacity:0.9;
	z-index:4;
	letter-spacing:1px;
}
.FooterTable b:hover{
	color:#FFFFFF;
}
.FooterTable span.right_ab{
	position:absolute;
	right:4px;
}
