/* default structure, layout */
body {
    margin: 0px 0px 0px 0px;
    font-family: Arial,verdana,tahoma;
    font-size: 10pt;
    color: Black;
    background-color: rgb(68,68,68);
    background-image: url('../../images/page_background.gif');
    background-position: top center;
    background-repeat: repeat-y;
}
.navLink a {
    display: inline-block;
    padding: 5px 7px 5px 7px;
    font-family: Arial,verdana,tahoma;
    font-size: 12pt;
    color: White;
    text-decoration: none;	    
}
.navLink a:hover {
    background-color: black;
    color: #6699ff;	    
}
.tagLine {
    font-family: Arial,verdana,tahoma;
    font-size: 14pt;
    color: black;
    padding: 10px;
    display: inline-block;
    position: relative;	    
}
#todaysSpecial {
    font-family: Arial,verdana,tahoma;
    font-size: 10pt;
    color: Black;
    position: relative;
    float: right;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 20px;
    #top: -41px;
    #left: -20px;
    padding: 0px 15px 0px 0px;
    width: 520px;
    height: 30px;
}	  
#bannerFinish {
    display: inline-block;
    position: relative;
    width: 209px;
    height: 31px;
    left: 96px;
    bottom: 4px;
    #height: 33px;
    #left: 97px;
    #bottom: 0px;
    background-image: url('../../images/banner-bottom.png');
    background-repeat: no-repeat;          
}
.pnlLanguage {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 100px;
    left: 70px;
    top: 5px;
    #top: -5px;
    color: white;
}
.pnlGo {
    display: inline-block;
    position: relative;
    left: 0px;
    #top: -18px;
    color: white;
}
#signup
{
	display: block;
	width: 430px;
	min-height: 300px;
	font-family: Arial,verdana,tahoma;
	font-size: 11pt;
	color: Black;
	border: dashed 2px silver;
	background-color: rgb(220,220,220);
	padding: 10px;
}
#tblCellBanner
{
	display: block; 
	width: 1000px; 
	height: 136px;
	background-image: url('../../../images/blue_banner.gif');
	background-repeat: no-repeat;	
}
#tblCellNavigation
{
	display: block;
	width: 1000px;
	height: 30px;
	background-image: url('../../images/Navigation_Background.jpg');
	background-repeat: repeat-x;
	text-align: left;	
}
#tblCellContentHeader
{
	display: block;
	width: 1000px;
	min-height: 100px;
	background-image: url('../../images/blue_top_background.gif');
	background-repeat: repeat-x;
	background-position: top left;
	text-align: left;
	vertical-align: top;	
}
#tblCellContentHolder
{
	display: block;
	width: 982px;
	min-height: 300px;
	background-color: White;
	font-family: Arial,verdana,tahoma;
	font-size: 10pt;
	padding: 0px 10px 10px 10px;	
}
#tblCellFooter
{
    display: block;
    width: 1000px;
    background-color: White;
    font-family: Arial,verdana,tahoma;
    font-size: 10pt;
    text-align: center;	
}
p 
{
	text-indent: 15px;
}
.topLeftRoundedCorner
{
	background-image: url('/images/corners/top-left.gif');
	background-repeat:no-repeat;
    width:25px;
    height:25px;
    display:block;
    background-position: left top;
}
.topRightRoundedCorner
{
	background-image: url('/images/corners/top-right.gif');
	background-repeat:no-repeat;
	width:25px;
	height:25px;
	display:block;
	background-position: right top;	
}
.bottomLeftRoundedCorner
{
	background-image: url('/images/corners/bottom-left.gif');
	background-repeat:no-repeat;
	width:25px;
	height:25px;
	display:block;
	background-position: left bottom;
}
.bottomRightRoundedCorner
{
	background-image: url('/images/corners/bottom-right.gif');
	background-repeat:no-repeat;
	width:25px;
	height:25px;
	display:block;
	background-position: right bottom;	
}
.tableCell500Wide
{
	width: 500px;
}
.tableCell320Wide
{
	width: 320px;
}
.tableCell300Wide
{
	width: 300px;
}
.tableCell180Wide
{
	width: 180px;
}
.tableCellSpacer
{
	width: 20px;
}
.tableCellSmallSpacer
{
	width: 10px;
}