html {
	height: 100%;
}


.tdyellow { background-color: #ffff99; }
.tdpurple { background-color: #cc99ff; }
.tdgreen { background-color: #e1eeb9; }
.tdred { background-color: #FF3333; }

#maintable {
	width: 100%;
	
	font-family: Garamond;
}

#topmenutable {
	width: 100%;
	height: 100px;
	background-image: url('/images/logo_bg.png');
	background-repeat: repeat-x;
}

#topmenulogo {
	width: 605px;
	height: 100px;
	background-image: url('/images/logo.png');
	background-repeat: no-repeat;
}

#topmenuphones {
	width: 476px;
	height: 100px;
	background-image: url('/images/phones.png');
	background-repeat: no-repeat;
	text-align: right;
}

#topmenuempty {

}

#topmenustripetable {
	width: 100%;
	height: 48px;
	background-image: url('/images/menu_bg.png');
	background-repeat: repeat-x;
}

#topmenustripeleft {
	width: 111px;
	height: 48px;
	background-image: url('/images/stripe_left.png');
	background-repeat: no-repeat;
}

#topmenuitemscontainer {
	
}

#topmenuitemscontainertable {
	
}

#bottomtable {
	width: 100%;
}

#bottomleft {
	width: 76px;
	height: 53px;
	background-image: url('/images/bottom_left.png');
	background-repeat: no-repeat;
}

#bottomstripe{
	height: 53px;
	background-image: url('/images/bottom_bg.png');
	background-repeat: repeat-x;
	font-weight: bold;
	color: #ffffff;
	font-size: 3;
}

#bottomstripe a {
	color: white;
}

#pagetable {
	width: 100%;
	color: #585858;
}

#pageleft {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pageright {
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pagedivider {
	width: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #d3d4d2;
}

#pagedividervertical {
	width: 1px;
	height: 100%;
	background-color: #d3d4d2;
}

#pagerighttable {
	width: 100%;
}

td.selectedmenuitemleft {
	width: 13px;
	height: 48px;
	background-image: url('/images/menu_left.png');
	background-repeat: no-repeat;
}

td.selectedmenuitemright {
	width: 13px;
	height: 48px;
	background-image: url('/images/menu_right.png');
	background-repeat: no-repeat;
}

td.selectedmenuitem {
	height: 48px;
	background-image: url('/images/menu_center.png');
	background-repeat: repeat-x;
	
	color: #0f95c7;
	font-weight: bold;
	font-size: large;
}

td.selectedmenuitem a{
	color: #0f95c7;
	font-weight: bold;
	font-size: large;
}


td.menuitemleft {
	width: 13px;
	height: 48px;
	background-image: url('/images/menu_bg.png');
	background-repeat: no-repeat;
}

td.menuitemright {
	width: 13px;
	height: 48px;
	background-image: url('/images/menu_bg.png');
	background-repeat: no-repeat;
}

td.menuitem {
	height: 48px;
	background-image: url('/images/menu_bg.png');
	background-repeat: repeat-x;
	
	color: #ffffff;
	font-weight: bold;
	font-size: large;
}

td.menuitem a{
	color: #ffffff;
	font-weight: bold;
	font-size: large;
}

td.menuitemdivider {
	width: 1px;
	height: 48px;
	background-image: url('/images/menu_divider.png');
	background-repeat: no-repeat;
}

td.metroicon {
	width: 19px;
}

td.metroname {
	padding: 0px 5px;
	font-weight: bold;
}

td.address {
	padding-bottom: 10px;
}

td.address img {
	vertical-align: middle;
}

h3 {
	font-weight: bold;
	color: #838383;
	margin: 10px 10px;
}

img {
	border: 0px none black;
}

hr.divider {
	color: #d3d4d2;
	height: 1px;
	margin-left: 10px;
	margin-right: 10px;
	
}

a {
	color: #3a3a3a;
}

td.but_left {
	width: 14px;
	height: 23px;
	background-image: url('/images/but_left.png');
	background-repeat: none;
	background-position: top left;
}

td.but_right {
	width: 14px;
	height: 23px;
	background-image: url('/images/but_right.png');
	background-repeat: none;
	background-position: top left;
}

td.but_bg {
	height: 23px;
	background-image: url('/images/but_bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	font-size: medium;
	color: #0f95c7;
}

tr.show {
	display: table-row;
}

tr.hide {
	display: none;
}

input.text {
	border: 1px dotted #717171;
	background-color: none;
}

input.textactive {
	border: 1px solid #717171;
	background-color: #feffe7;
}

input.texterroractive {
	border: 1px solid #ff0000;







	background-color: #fdd4d4;
}

input.texterror {
	border: 1px dotted #ff0000;
	background-color: #fde5e5;
}

textarea.text {
	border: 1px dotted #717171;
	background-color: none;
}

textarea.textactive {
	border: 1px solid #717171;
	background-color: #feffe7;
}


.shedule td { text-align: center;
              background: #FFFFFF;
			}
			

td.headline { background: #D1FFC1; text-align: left;}
.headline2 { background: #D1FFC1; text-align: center; font-weight: bold;}
.headline2 td { background: #D1FFC1; text-align: center; font-weight: bold;}
.days { text-align:left; font-weight:bold;}
td.day_off { background: #FF9f9f;}
.style_red { color:#FF0000;}
.style3 {color: #cc0099; font-weight: bold; }
.marked { padding: 0px; margin: 0px; padding-bottom: 18px;}
.marked li { background:url('/images/mark.gif') no-repeat 0px 3px; padding-left: 24px; list-style-type: none; line-height: 24px;}
.marked2 li { background:url('/images/mark2.gif') no-repeat 0px 3px;}
.funny { color:#cc0099;}
  .funny_border { border: 1px #cc0099 solid; padding: 5px; text-align:justify; margin-bottom:12px;}
  .funny_border p { margin: 0px; padding-bottom: 12px; font-weight:bold;  color: #000080;}
.yellow { background: #FFFF99; border: 1px solid black; border-collapse: collapse;}
.green { background: #99FF66; border: 1px solid black; border-collapse: collapse;}
.red { color: #ff0000;}
.pink { color:#ff00ff;}


