/*----------------------------------------------
	
	global.css
	(c) 2009 Stefan Heule

----------------------------------------------*/


/* content (menus, mensas)
----------------------------------------------*/
div.mensacontainer {
	border-bottom: 1px solid #aaa;
	padding: 10px 0 5px;
	position: relative;
}
div.mensacontainer h4 {
	font-size: 12px;
	max-width: 90px;
}
div.menu {
	position: relative;
	border: 1px solid #AFAFAF;
	background: #F4F6E1;
	width: 120px;
	min-height: 89px;
	padding: 5px 8px;
	float: left;
	margin-left: 10px;
}
div.mensacontainer p {
	font-size: 11px;
}
div.mensacontainer span.time {
	position: absolute;
	font-size: 13px;
	font-weight: normal;
	padding-left: 40px;
	left: 220px;
	top: 12px;
}
div.mensacontainer p.price {
	position: absolute;
	right: 6px;
	top: 4px;
	font-size: 11px;
}
div.specialmenu {
	position: relative;
	border: 1px solid #AFAFAF;
	background: #F4F6E1;
	width: 120px;
	padding: 5px 8px;
	float: left;
	margin-left: 10px;
}
div.specialmenucontainer {
	position: relative;
	width: 120px;
	padding: 0;
	float: left;
}
div.menu+div.specialmenucontainer {
	padding-left: 30px;
}
div.specialmenucontainer+div.menu {
	margin-left: 30px;
}
div.specialmenucontainer+div.specialmenucontainer {
	padding-left: 30px;
}
div.specialmenu+div.specialmenu {
	margin-top: 10px;
}


/* ajax/general control (more/hide buttons, etc)
----------------------------------------------*/
a#moremensas {
	padding-top: 4px;
	font-size: 13px;
	color: #000;
}
a.hidemensa {
	position: absolute;
	right: 3px;
	top: 7px;
}
a.updatemensa {
	position: absolute;
	right: 18px;
	top: 7px;
}
a.mensalink {
	position: absolute;
	font-size: 10px;
	right: 35px;
	top: 10px;
}
a.menulink {
	position: absolute;
	font-size: 10px;
	right: 94px;
	top: 10px;
}
/* control box */
div.ctrl-outer {
	position: absolute;
	background: #032B73;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
}
div.ctrl-inner {
	border:1px solid white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* save/delte view */
div#viewcontrol {
	right: 15px;
	top: -5px;
}
div.ctrl-inner > a {
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 1px 5px;
}
div.ctrl-inner > a:hover {
	background: #3F6CBD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#viewcontrol a#saveview {;
	border-right: 1px solid #999;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}
div#viewcontrol a#deleteview {;
	border-right: 1px solid #999;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
div#viewcontrol a#helpview {
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}
div#helpviewtext {
	top: 20px;
	right: 0;
}
div.help-div {
	border: 1px dashed #6666FF;
	background: #E5E5FF;
	position: absolute;
	z-index: 100;
	padding: 5px;
	font-weight: normal;
}
/* datepicker */
#datepicker {
	position: absolute;
	top: 185px;
	right: 4px;
}


/* navigation
----------------------------------------------*/
table#moverview {
	border-collapse: collapse;
	empty-cells:show;
	border-spacing:0px;
}
#mtopnav {
	vertical-align: top;
}
#mtopnav > div {
	padding: 0 4px;
	height: 44px;
	vertical-align: top;
}
#msidenav {
	vertical-align: top;
	width: 48px;
}
ul.mnav {
	background: #032B73;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	list-style-type: none;
	position: relative;
}
#mtopnav ul.mnav {
	width: 800px;
	height: 30px;
}
#msidenav ul.mnav {
	width: 35px;
	height: 265px;
	position: relative;
	left: 14px;
	top: 49px;
}
ul.mnav li {
	position: absolute;
	display: block;
}
#mtopnav ul.mnav li {
	top: 4px;
}
#msidenav ul.mnav li {
	right: 5px;
}
ul.mnav li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#mtopnav ul.mnav li a {
	padding: 3px 10px;
	height: 34px;
}
#msidenav ul.mnav li a {
	padding: 3px 8px 3px 21px;
	width: 15px;
}
ul.mnav li a:hover {
	color: #A8BCE1;
}
ul.mnav li a.current {
	background: #3F6CBD;
}
ul.mnav li a span#currentday {
	position: absolute;
	background: url('/inc/img/triangle-blue.png') no-repeat;
	width: 5px;
	height: 8px;
	left: 4px;
	top: 7px;
}
ul.mnav li a.current span#currentday {
	background: url('/inc/img/triangle-white.png') no-repeat;
	top: 6px;
}
#mtopnav ul.mnav li a.current {
	border-radius-topleft: 3px;
	border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
#msidenav ul.mnav li a.current {
	border-radius-bottomright: 3px;
	border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
div.mtopnavborder {
	height: 30px;
	width: 53px;
	background: #032B73;
	position: absolute;
	top: 0px;
	left: -4px;
	border-radius-topright: 14px;
	-moz-border-radius-topright: 14px;
	-webkit-border-top-right-radius: 14px;
}
div.msidenavborder {
	height: 19px;
	width: 35px;
	background: #032B73;
	position: absolute;
	top: 30px;
	left: 14px;
}
#mcontent {
	border: 4px solid #3F6CBD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-height: 240px;
	padding: 0 15px 15px;
}


















