/**
 * MegaBowl v1.0 Layout Stylesheet
 * 
 */

body {
    padding: 0;
    margin: 0;
    background-image: url(../gfx/bgr.stripes.gif);
    font-family: Verdana, Tahoma, Georgia, Gill Sans MT, Arial, Sans-Serif;
    font-size: 12px;
    text-align: center;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
}

h2 {
	margin: 5px 0 0;
	padding: 0;
}
	
h4 {
	font-size: 12px;
	margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.50em;
}

#Page {
    text-align: left;
    background-color: #fff;
    width: 768px;
    border-left: ridge 1px #999;
    border-right: ridge 1px #999;
    border-bottom: ridge 1px #999;
    margin-left: auto;
    margin-right: auto;
}

#Content {
    padding: 16px;
}

#Footer {
    /*
    background-image: url(../gfx/pge.bottom.png);
    background-repeat: no-repeat;
    */
}

#PageHeaderBorder, #PageHeaderImage {
/*    display: none; */
}

#Page .Header {
    border-top: solid 1px #fff;
}

#Page .Header .Left {
    background-image: url(../gfx/lgo.megabowl.gif);
    width: 528px;
    height: 63px;
}

#Page .Header .Address {
    height: 63px;
    font-size: 11px;
    font-family: Tahoma, Sans-Serif;
    color: #666;
    width: 240px;
}

#Page .Header .Address a {
    color: #c30;
}

#Page .Header .Content {
    padding-left: 16px;
    padding-right: 16px;
}

#Page .Header .Address .Caption {
    font-weight: bold;
    color: #c30;
}

#Page .Header .Border {
    height: 8px;
    background-color: #0047B3;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0047B3', endColorStr='#ffffff', gradientType='1');
}

#Page .Header .Graphic {
    background-image: url(../gfx/pge.header.jpg);
    height: 130px;
}

#Page .Header .Navigation {
    height: 24px;
    background-color: #0047B3;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0047B3', endColorStr='#002783', gradientType='0');
    border-bottom: solid 1px #000;
    border-top: solid 1px #fff;
    color: #fff;
    font-weight: bold;
    font-family: Tahoma, Sans-Serif;
    font-size: 11px;
    padding-left: 8px;
    padding-top: 1px;
}

#Page .Header .Navigation a {
    color: #fff;
}

#Page .Header .Navigation a:visited {
    text-decoration: none;
    font-weight: normal;
}

#Page .Content .Left {
    width: 528px;
    vertical-align: top;
}

#Page .Content .Right {
    border-left: outset 2px #fff;
    font-size: 11px;
    font-family: Tahoma, Sans-Serif;
    background-color: #ddd;
    width: 238px;
    vertical-align: top;
    background-image: url(../gfx/bgr.menu.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#Page .Content .Right .Content {
    padding: 16px 16px 16px 8px;
}

#Page .Content .Right ul {
    padding-left: 8px;
    margin: 0;
}

#Page .Content .Right ul li {
    list-style-type: none;
}

#Page .Content .Right a {
    text-decoration: none;
    color: #300;
}

#Page .Content .Right a:hover {
    color: #900;
}

#Page #Description {
    color: #003;
    padding-bottom: 8px;
}

.iefix {
	behavior: url(pngbehavior.htc);
}

.CommandRow td {
	border: solid 1px #ccc;
}

.EditRow, .InsertRow {
	padding: 16px;
}

.AlRow td {
	background-color: #fcfcfc;
	border-top: dotted 1px #f0f0f0;
	border-bottom: dotted 1px #f0f0f0;
}

.FieldHeader {
	display: none;
}

.Pager {
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
}

.Pager td {
	border: solid 1px #ccc;
}

.Pager table {
    width: 16px;
	padding-bottom: 16px;
}

.Pager table td {
    border-width: 0;
}

div.Buttons {
    text-align: right;
    padding-top: 8px;
}

table.GridView {
    width: 100%;
}

table.GridView td {
    padding: 4px;
}

table.GridView th {
    padding-bottom: 4px;
    border-bottom: solid 1px #ddd;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#f3f3f3', gradientType='0');
}

pre {
    font-size: 1em;
    font-family: Lucida Console, Monospace;
}

.InfoBox  {
    background-color: #efe;
    border: solid 1px #cfc;
    border-bottom-width: 8px;
    padding: 8px;
    font-size: 9px;
    font-family: Tahoma, Sans-Serif;
    font-weight: bold;
}

.DetailsView {
	width: 100%;
	border-collapse: collapse !important;
}

.Today td {
	color: #090;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f0f0f0', endColorStr='#ffffff', gradientType='1');
	padding: 8px;
}

.Price {
	text-align: center;
}