@charset "utf-8";
/* CSS Document */

body {
  margin           : 10px 0px 10px 0px;
  background-color : #000000;
}

#page {
	background-color:#efefef;
	width:600px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}

.less {
	color:#999;
	font-size:12px;
}

.main	{margin: auto;
		background-color:#ffffff;
		border:10px solid #333333;
}

img	{border:0px;
}

form, ul {
margin:0;
padding:0;
}

#food_menu {
	width: 760px;
	height: 520px;
	position: absolute;
	display: none;
	z-index: 100;
	background-color: #cea76c;
	border : 2px solid #3a3632
}

p {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;  
  background-color : #FFFFFF;  
}

h1, h2, h3, h4, h5, h6 {color:#F6791F;
}

td, tr, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 11px;
}

hr {
  background       : #CCCCCC;
  height           : 1px;
  width            : 100%;
}

.left_border {
	width             : 5px;
	background-image  : url('../images/border-L.jpg');
	background-repeat : repeat-y;
}

.right_border {
	width             : 5px;
	background-image  : url('../images/border-R.jpg');
	background-repeat : repeat-y;
}

.top_border {
	height            : 5px;
	background-image  : url('../images/border-U.jpg');
	background-repeat : repeat-x;
}

.bottom_border {
	height            : 5px;
	background-image  : url('../images/border-D.jpg');
	background-repeat : repeat-x;
}

.border {
	border : 2px solid #eeeeee
}

.border2 {
	border : 2px solid #333333;
	padding : 8px;
}

.index_title {
	background-color:#2A2A2A;
	color:#ffffff;
	padding-left:5px;
	height:25px;
}

.title {
font-family: sans-serif;
font-size: 24px;
font-weight: bold;
color            : #7B8DA1;
}


.contentpane {
background: #FFFFFF;
}



.contentpaneopen {

  background       : #FFFFFF;

}



.contentheading, .componentheading {

  font-family      : Arial, Helvetica, sans-serif;

  font-size        : 11px;

  font-weight      : bold;

  color            : #7B8DA1;

  text-align       : left;

}



.createdate {

  font-family      : Arial, Helvetica, sans-serif;

  font-size        : 10px;

  color            : #999999;

  text-align       : left;

}





.button {

  font-family      : Arial, Helvetica, sans-serif;

  font-style       : normal;

  font-size        : 10px;

  font-weight      : bold;

  background-color : #dddddd;

  color            : #000000;

  border           : 1px solid #848484;
  
  cursor           : pointer;

}



.inputbox {

  font-family      : Arial, Helvetica, sans-serif;

  font-size        : 10px;

  color            : #000000;

  background-color : #dddddd;

  border           : 1px solid #848484;

}

/* Styles for dhtml tabbed-pages */

.ontab {

        background-color: #ffae00;

        border-left: outset 2px #ff9900;

        border-right: outset 2px #808080;

        border-top: outset 2px #ff9900;

        border-bottom: solid 1px #d5d5d5;

        text-align: center;

        cursor: hand;

        font-weight: bold;

        color: #FFFFFF;

}

.offtab {

        background-color : #e5e5e5;

        border-left: outset 2px #E0E0E0;

        border-right: outset 2px #E0E0E0;

        border-top: outset 2px #E0E0E0;

        border-bottom: solid 1px #d5d5d5;

        text-align: center;

        cursor: hand;

        font-weight: normal;

}

.tabpadding {

}



.tabheading {

        background-color: #ffae00;

        text-align: left;

}



.pagetext {

        visibility: hidden;

        display: none;

        position: relative;

        top: 0;

}



/* for modifying {moscode} output.  Dont set the colour! */

.moscode {

        background-color: #f0f0f0;

}

/* Text passed with mosmsg url parameter */

.message {

        font-family : Arial, Helvetica, sans-serif;

        font-weight: bold;

        font-size : 10pt;

        color : #ff6600;

        text-align: center;

}

/* custom stuff */

.container

{
        border: solid;
        border-width: 1px;
        border-color: #efefef;
        background-color: White;
}

.boxes {
        border: solid;
        border-color: #efefef;
        border-width: 1px;
}

.right_menu_back {
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	height:30px;
	width:190px;
	font-size:17px;
	color:#7D898E;
}

.menu_empty	{
	width:5px;
}

.left_menu_back	{
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	width:180px;
	height:30px;
	cursor:pointer;	
}

.left_menu_back2	{
	background-image:url(../images/menu2.png);
	background-repeat:repeat-x;
	width:180px;
	height:30px;
	cursor:pointer;	
}

.top_menu_back {
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	height:30px;
	width:auto;
	cursor:pointer;
}

.top_menu_back2 {
	background-image:url(../images/menu2.png);
	background-repeat:repeat-x;
	height:30px;
	width:auto;
	cursor:pointer;
}

a:link, a:visited {
  font-size        : 11px;
  font-weight      : bold;
  color            : #F6791F;
  text-decoration  : none;
  font-family      : Arial, Helvetica, sans-serif;
}

a:hover {
  color            : #F6791F;
  text-decoration  : underline;
} 

.blog_headline {
  font-size        : 22px;
  font-weight      : bold;
  color            : #F6791F;
  text-decoration  : none;
  font-family      : Arial, Helvetica, sans-serif;
}

.blog_date {
	color: #AAAAAA;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 10px;
}

.blog_nav a {
	color: #7D898E;
	text-decoration: none;
}

.blog_nav a.current, .blog_nav a:hover {
	color: #D0D0D0;
	text-decoration: none;
}

#blog_comment	{
  background-color:#FEF7BE;
  border:1px solid #DDC039;
  padding:5px;
}

#header h1 {
	margin: 0;
	padding: 20px;
	font-family: Verdana, Arial, Sans-Serif;
}

#gmap_canvas {
	width: 460px;
	height: 300px;
	position: absolute;
	border: 1px solid black;
	display: none;
	z-index: 500;
}

#gmap_close {
	width: 50px;
	height: 20px;
	position: relative;
	left: 80px;
	top: 25px;
	display: none;
	z-index: 600;
}

#login {
	width: auto;
	height: auto;
	position:absolute;
	background-color:#eeeeee;
	border: 1px solid #848484;
	display: none;
	z-index: 500;
}
