.Chef1 {
    background-color: #cdf6ff;
}


a:link {
    color: #555;
    font-weight: bold;
}
a:hover {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #555;
}


.error {
    font-weight: bold;
    color: #CC0000;
    padding-left: 5px;
}



.Valid1 {
    font-weight: bold;
    color: #CC0000;
}



input[type="button"], input[type="submit"] {
    font-size: 16px;
    padding: 5px;
}

input[type="text"], input[type="password"] {
    font-size: 14px;
}

.inputEdit input[type="text"] {
    font-size: 22px;
    text-align: right;
    padding-right: 5px;
}

.InputBig input[type="text"], .InputBig input[type="password"], .InputBig select
{
    font-size: 18px;
}

.Quantity {
    display: inline;
    background-color: #808080;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px 0px;
}

.Quantity a, .Quantity a:hover, .Quantity a:visited {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 10px;
}


.CatLink a, .CatLink a:hover, .CatLinkv a:visited  {
    text-decoration: none;
    color: #808080;
}

html, body, form {
        height: 100%;
        width: 100%;
}

form {
    padding: 0px;
    margin: 0px;
}

body {
    background-color: #fff;
}



#Content1 {
    height: 100%;
    padding: 15px;
}

#dWidth {
    width: 1200px;
}

#nav {
	width: 100%;
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	background-color: #000;
    background-image: url('/Images/NavBG.gif');
    background-repeat: repeat-x;
}

#nav li {
	margin: 0;
    list-style-type: none;
	float: left; 
}
#nav li a {
	display: block;
	padding: 8px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #DDD;

    text-shadow: 0em 0em 0.4em #000;
}
#nav li a:hover {
	color: #000;
	background-color: #fff; 
    text-shadow: 0em 0em 0.2em #CCC;
}



.Cat1 {
    float: left;
    display: inline;
    width: 80px;
    height: 80px;
    border: solid 1px #808080;
    background-color: #DDD;
    text-align: center;
    margin: 5px;
}

.Cat1 a:link, .Cat1 a:hover, .Cat1 a:visited  {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 30px 0px;
}

.CatImg1 {
    padding-bottom: 10px;
    width: 80px;
    height: 80px;
}


.Cat2 {
    float: left;
    display: inline;
    width: 90px;
    text-align: center;
    margin: 5px;
    border: dashed 1px #DDD;
    height: 160px;
}

.Tip1 {
    margin: 10px;
}



.CardReader {
    width: 100px;
    height: 20px;
    font-size: 8px;
}

.CardReaderButton {
    width: 8px;
    height: 18px;
    border: solid 1px #EEE;
}


#DropCash {
    padding: 20px;
    color: #CC0000;
    font-weight: bold;
    background-color: #EEE;
    font-size: 18px;
    margin-bottom: 15px;
}