body	{
}

.bg img {
	width: 100%;
	opacity: 0.15;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;   
}

a:link     	   { color: #000000; text-decoration: none; outline: none; }
a:active   	   { color: #000000; text-decoration: none; outline: none; }
a:visited  	   { color: #000000; text-decoration: none; outline: none; }
a:hover    	   { color: #000000; text-decoration: none; outline: none; position: relative; top: 1px; right: -1px; }

a.nohover:link     	   { outline: none; }
a.nohover:active   	   { outline: none; }
a.nohover:visited  	   { outline: none; }
a.nohover:hover    	   { outline: none; position: relative; top: 0px; right: 0px; }

table, tr, td, th, tbody, thead, tfoot {
	background-color: transparent;
	background: transparent;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

.DataTable {
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	background: transparent;
	padding: 0px; 
	margin: 0px;
	border-width: 1px;
	border-spacing: 2px;
	border-style: dashed;
	border-color: black;
	border-collapse: collapse;
}

.DataTable th {
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 0px;
	margin: 0px;
}

form {
	display: inline;
	margin: 0;
}

input, textarea, select {
 	font-family: Verdana, Arial, Helvetica;
	border: 1px solid lightslategray;
	height: 25px;
	border-radius: 5px;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover, input[type=submit]:hover, button:hover, input[type=radio]:hover:before, input[type=checkbox]:hover:before, select:hover {
	-webkit-box-shadow: #336 0 0 3px;
	box-shadow: #336 0 0 3px;
	-moz-box-shadow: #336 0 0 3px;
	background-color: #FFFF99;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, input[type=submit]:focus, input[type=radio]:focus:before, input[type=checkbox]:focus:before, select:focus {
	background: #FFF444;
}

input[type=text].search {
	background: #FFFFFF url('../images/ico-srch.png') right center no-repeat;
}
input[type=text].search:hover {
	background: #FFFF99 url('../images/ico-srch.png') right center no-repeat;
}
input[type=text].search:focus {
	background: #FFF444 url('../images/ico-srch.png') right center no-repeat;
}
input[type=text].search:blur {
	background: #FFFFFF url('../images/ico-srch.png') right center no-repeat;
}
select.search {
	background: #FFFFFF url('../images/ico-srch.png') right center no-repeat;
}

.fontselect {
	font-family: Verdana, Arial, Helvetica;
        font-size: 25px;
        color: #B22222;
        font-style: italic;
}

.fontselecttitle {
	font-family: Verdana, Arial, Helvetica;
        font-size: 16px;
        color: black;
        font-style: normal;
}

.fontselectcheckbox {
	font-family: Verdana, Arial, Helvetica;
        font-size: 16px;
        color: #B22222;
        font-style: normal;
}

.buttonIFoodGrey {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8b8b8), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #b8b8b8 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8', endColorstr='#dfdfdf');
	background-color:#b8b8b8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #888888;
	display:inline-block;

	padding:5px 15px 0px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #7cacde;
	white-space:normal;
	outline: none;
}
.buttonIFoodGrey:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #b8b8b8) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #b8b8b8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#b8b8b8');
	background-color:#dfdfdf;
	cursor:hand;
	cursor:pointer;
}
.buttonIFoodGrey:active {
	position:relative;
	top:1px;
}
