/* Styling Defaults */
body 
{
	font-family: verdana,sans-serif;
	color:#818ABB;
	background-color: #818ABB;
}
TD,p,li,ul,div,span,input,select
{	
	font-size:14px;
}


a 
{
	font-weight:bold;
	color: #818ABB;
	border-bottom: dotted 1px #AAAACC;
	text-decoration: none;
}
a:active 
{
	font-weight:bold;
	color: #818ABB;
}

a:visited 
{
	font-weight:bold;
	color: #639ACE;
	border-bottom: dotted 1px #639ACE;
	}

a#visited:hover {
	cursor: default;
	}

html>body a:hover {
	border-bottom-style: solid;
	}
	
a[href^="http"]:after {
	color: #D9D9D9;
	content: "\21D7";
	font-size: 13px;
	}

a[href^="http://ansoniafoodservices.com"]:after,
a[href^="http://www.ansoniafoodservices.com"]:after {
	content: "";
	}
.Image
{
	text-decoration: none;
}
/* ----------------- */
/* Text Elements */

.Justify {
	TEXT-ALIGN: justify
}

.TinyText {
	FONT-SIZE: 9px;
}
.textSmall,.textSmallBold {
	FONT-SIZE: 10px;
}
.textMedium,.textMediumBold { /* DEFAULT */
	FONT-SIZE: 12px;
}
.textLarge,.textLargeBold {
	FONT-SIZE: 14px;
}
.textXLarge,.textXLargeBold {
	FONT-SIZE: 16px;
}
.textXXLarge,.textXXLargeBold {
	FONT-SIZE: 20px;
}

.textSmallBold,.textMediumBold,.textLargeBold,.textXLargeBold,.textXXLargeBold
{	
	font-weight:bold;
}

/* Elements */
.Shell
{
	width: 790px;
	height: 100%;
	border-left: solid 20px #FF9A31;
	border-right: solid 5px black;
	background-color: #FFFFFF;
}

.Line
{
	width:100%;
	height:1px;
	background-color:white;
}

.CalDay
{
	font-size:xx-small;
	background-color: #FF9A31;
}

.CalHeader
{
	font-size:xx-small;
	background-color: #63659C;
}

.CalWeekEnd
{
	font-size:xx-small;
	background-color: #FFBD79;
}

.CalSelected
{
	font-size:xx-small;
	background-color: #63659C;
}

.CalToday
{
	color: Black;
	background-color: Yellow;
}

.labelErrorMessageLevel0 {
	FONT-WEIGHT: bold; COLOR: red; FONT-FAMILY: verdana;
}

.resultsItem {
	COLOR: black; BACKGROUND-COLOR: #e5e5e5; position:relative;
	border: solid 5px #e5e5e5;
}

