body, td, a, p, .h, INPUT, TEXTAREA {
	font-family: "Trebuchet MS";
	font-size: 12pt; 
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #efefef;
	background-image: url( 'HeaderBack.png' );
	background-repeat: repeat-x;
}

.fc:after, DL:after 
{
	content: "."; 
	clear: both; 
	display: block; 
	visibility: hidden; 
	height: 0; 
}

.cb
{
	display: block;
	clear: both;
}

.alignRight {
	text-align: right;
}

.modalBackground {
	background-color: Gray;
	filter:alpha(opacity=70);
	opacity: 0.7;
}

.popupWindow {
	position: absolute;
	display: block;
	border: 4px black solid;
	padding: 10px 20px;
	background-color: #fff;
}

#HeaderDiv {
	background: #a3afb5 url('header-bg.jpg') repeat-x scroll 0 0;
	height: 100px;
}

#FooterPanel, #FooterPanel A  {
	font-size: 7pt;
	color: #afafaf;
	text-align: center;
}

.LogoPanel {
	background: transparent url('micasa-logo.png') no-repeat scroll 0 0;
	width: 52px;
	height: 80px;
	margin: 12px 0 0 32px;
	float: left;
}

.TextInfo {
	margin-left: 120px;
	margin-right: 160px;
	padding: 15px 0 0 0;
	float: left;
}

.DatePanel {
	float: left;
}

.SeparatorPanel {
	float: left;
	padding: 0px 10px;
}

.NamePanel {
	float: left;
}

.HeaderToolbar {
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 9999;
}

.HeaderToolbar A.TBLink {
	color: #485357;
	padding-left: 10px;
}

.HeaderText {
	color: #fff;
	font-size: 16pt;
	font-weight: lighter;
}

#Progress {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 60000;
}

#Progress SPAN {
	display: block;
	position: relative;
	left: -24px;
	top: -24px;
	border: 1px solid;
	background-color: #ffffff;
	padding: 10px;
	display: block;
	width: 48px;
	height: 48px;
}

#HelpDiv {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -320px;
	height: 300px;
	width: 300px;
	display: none;
	background-color: White;
	border: solid 1px dimgray;
	padding: 10px;
	z-index: 60000;
}

.helpContent {
	height: 280px;
	overflow: auto;
}
/*
.LoginPanel {
	text-align: right;
	font-size: 10pt;
	margin-top: 30px;
	float: right;
	width: 300px;
}
*/
#body {
}

.widget_holder {
	min-height: 400px;
}

.widget {
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
	background-color: white;
	border: 1px #e3e3e3 solid;
	border-right: 5px #e3e3e3 solid;
	border-bottom: 5px #e3e3e3 solid;
}

.widget_header {
	color: #5b686d;
	width: 100%;
/*	padding-top: 2px;
	padding-bottom: 2px;*/
	margin: 0em;
	font-size: 100%;
	font-weight: normal;
	cursor: move;
}

.widget_header_table {
	background: #f6d99e url('widget-header-bg.png') scroll repeat-x 0 0;
	width: 100%;
	height: 39px;
	padding: 0px;
	margin: 1px;
	font-size: 82%;
}

.widget_icon {
	padding: 0 0 0 7px;
}

.widget_title {
	width: 95%;
	/*background-color: #DDE8CC;*/
	padding-left: 10px;
	font-weight: bold;
	padding-right: 5px;
}

.widget_title a {
	overflow: hidden;
	height: 1.2em;
	color: #5b686d;
	text-decoration: none;
	font-weight: lighter;
	font-size: 16pt;
}

.widget_body {
	padding: 10px;
}

.widget_collapse, .widget_expand, .widget_close {
	display: inline;
}

.widget_dropcue {
	border: dashed 2px gray;
	display: none;
	margin-bottom: 20px;
}

.widget_edit {
	width: 10%;
	/*background-color: #DDE8CC;*/
	white-space: nowrap;
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
}

.widget_edit a {
	color: #5b686d;
	text-decoration: none;
}

.widget_edit a:hover {
	color: red;
}

.widget_button {
	/*background-color: #DDE8CC;*/
	padding-right: 2px;
	vertical-align: top;
}

.widget_min {
	background-image: url( 'min_blue.gif' );
}
a.widget_min:hover {
	background-image: url( 'min_blue_highlight.gif' );
}
.widget_max {
	background-image: url( 'max_blue.gif' );
}
a.widget_max:hover {
	background-image: url( 'max_blue_highlight.gif' );
}
.widget_close {
	background-image: url( 'x_blue.gif' );
}
a.widget_close:hover {
	background-image: url( 'x_blue_highlight.gif' );
}

.widget_box {
	display: block;
	margin-top: 3px;
	overflow: hidden;
	width: 21px;
	height: 19px;
	cursor: hand;
	cursor: pointer;
}

.column {
	width: 32%;
	vertical-align: top;
}

.table_fixed {
	table-layout: fixed;
}

.dashboard_body {
	width: 100%;
	height: 500px;
	background-color: lightgrey;
}

.handleText {
	width: 16px;
	height: 16px;
	background-image: url(HandleGrip.png);
	overflow: hidden;
	cursor: se-resize;
}

#column1, #column2, #column3 {
	float: left;
	width: 33%;
}

a:link, a:visited, a:active {
	color: #5b686d;
}

a:hover {
	color: Red;
}

#tabs {
	position: absolute;
	top: 68px;
	left: 110px;
}

#tabs UL, #tabs LI, #tabs LI A, #tabs LI SPAN {
	padding: 0;
	margin: 0;
	display: inline;
}

#tabs LI {
	padding-left: 10px;
	float:left;
}

#tabs LI A {
	display: block;
	padding-right: 10px;
	text-decoration: none;
}

#tabs LI SPAN {
	display: block;
	padding-top: 10px;
}

#tabs LI.activetab {
	background: transparent url('tab_selected_left.gif') no-repeat scroll 0 0;
}
#tabs LI.inactivetab {
	background: transparent url('tab_inactive_left.gif') no-repeat scroll 0 0;
}


#tabs LI.activetab A {
	background: transparent url('tab_selected_right.gif') no-repeat scroll top right;
	font-weight: bold;
}
#tabs LI.inactivetab A {
	background: transparent url('tab_inactive_right.gif') no-repeat scroll top right;
}

#tabs LI.activetab SPAN {
	background: transparent url('tab_selected_center.gif') repeat-x scroll top left;
}
#tabs LI.inactivetab SPAN {
	background: transparent url('tab_inactive_center.gif') repeat-x scroll top left;
}

.add_stuff_toggle {
	clear: both;
	float: right;
	font-weight: bold;
}

.widget_showcase {
	border: solid 5px gray;
	padding: 20px;
	clear: both;
	margin: 10px 0px 10px 0px;
	width: 40%;
	background-color: White;
}

.smalltext, .smalltext a {
	font-size: 90%;
}

.feed_item_link {
	line-height: 170%;
	clear: both;
	display: block;
}

hr {
	height: 1px;
	color: #DDF8CC;
}

.footer {
	clear: both;
	font-size: 90%;
}

#DeleteConfirmPopup {
	/*display: none;
	z-index: 60000;
	position: absolute;
	left: 50%;
	top: 50%;*/
/*	margin-left: -150;
	margin-top: -60;*/
	width: 300px;
	height: 120px;
	border: solid 4px black;
	padding: 20px;
	background: white url( 'warning.jpg' ) no-repeat 30px 30px;
	text-align: center;
}

#DeleteConfirmPopup h1 {
	margin-left: 30px;
	font-size: 120%;
}

#DeleteConfirmPopup p {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#OpenSourceMessage {
	text-align: center;
	font-size: 80%;
	position: absolute;
	top: 100px;
	color: gray;
	left: 100%;
	margin-left: -300px;
	width: 180px;
}

#OpenSourceMessage a {
	font-size: 90%;
}

.ErrorPanel {
	padding: 0;
	margin: 0;
	padding-left: 15px;
}

.ErrorPanel DL {
	padding: 0;
	margin: 0;
	float: left;
	width: 49%;
	display: block;
}

.ErrorPanel DT, .ErrorPanel DD {
	display: block;
	padding: 0;
	margin: 0;
}

.ErrorPanel DD {
	margin: 0 0 10px 0;
}

.ErrorPanel DD INPUT, .ErrorPanel DD TEXTAREA {
	width: 95%;
}

.ErrorPanel INPUT, .ErrorPanel TEXTAREA {
	font-family: "Trebuchet MS";
	font-size: 12pt; 
}

.ErrorPanel .button {
	border: 1px solid black;
	background: #f6d99e;
	padding: 0px;
	margin-top: 2px;
}

.TVWidgetTable .title {
	font-weight: bold;
}

.TVWidgetTable .desc {
	font-size: 0.8em;
}

.TVWidgetTable tr {
	padding-left: 10px;
}

.TVWidgetTable td {
	padding-left: 10px;
	padding-bottom: 4px;
}

.AccountWidget {}

.AccountWidget .bold, .AccountWidget TABLE {
	font-weight: bold;	
}

.AccountWidget TH {
	text-align: left;	
}

.AccountWidget .alt {
	background-color: #d5d5d5;	
}

.AccountWidget .status {
	text-transform: uppercase;	
}

.AccountWidget .obetald {
	color: Red;	
}


.AccountWidget .Header { }
.Header .LeftHeader, .Header .RightHeader 
{
	float: left;
	width: 49%;	
}
/*<%--d5d5d5--%>*/
.InfoPanel 
{
	
}

.stronger 
{
	font-size: 1.1em;
	font-weight: bold;
}

.box 
{
	padding: 10px 0px;
	border: 3px dashed #FF9933;
	text-align: center;
}

.huge 
{
	font-size: 1.5em;
	font-weight: bold;
}

.nowarning 
{
	display: block;
	font-size: 1.2em;
	text-align: center;
}

.MenuWidget 
{
	display: block;
	padding: 10px 0px;
}

.MenuWidget .Restaurant {
	display: block;
	padding: 10px 0px;	
}

.MenuWidget .MenuItems {}

.MenuWidget .Toolbar 
{
	display: block;
	clear: both; 
}

.MenuWidget .Toolbar .tools 
{
	width: 49%;
	float: left;	
}

.ForecastWidget {
}

.ForecastWidget .Item 
{
	display: block;
	float: left;
	width: 33%;
	text-align: center;
}

.ForecastWidget .Title, .ForecastWidget .Image, .ForecastWidget .Value {
	display: block;
}

.ForecastWidget .Title {
	font-size: 1.5em;	
}

.ForecastWidget .Image {
}

.ForecastWidget .Value {
	font-size: 1.2em;
}

.ForecastWidget .Footer {
	display: block;
	clear: both;
}

.ForecastWidget .Footer .Update {
	display: block;
	font-size: 0.8em;
	color: #aeaeae;
	float: right;
	padding-top: 10px;
}

.ForecastWidget .Footer .Image {
	display: block;
	float: left;
}

.ArgoticWidget {
	padding: 0 10px;
}

.ArgoticWidget .item_date {
	padding-right: 10px;
}

.footer {
	font-size: 0.8em;
	color: #aeaeae;
	display: block;
	text-align: right;
	padding: 10px 0px 0px 0px;
}

A.StyleButton {
	height: 20px;
	padding: 0;
	margin: 0;
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.StyleButton DIV {
	line-height: 20px;
	margin: 0;
	background: transparent url('button_right.png') no-repeat scroll 100% 0;
}

.StyleButton DIV DIV {
	color: White;
	line-height: 20px;
	margin: 0 11px 0 0;
	padding: 9px 0 9px 11px;
	text-align: center;
	vertical-align: middle;
	background: transparent url('button-left.png') no-repeat scroll 0 0;
}

.LoginPanel {
	padding: 5px 20px;
	width: 350px;
}

.LoginPanel H4 {
	margin: 0;
	font-size: 2em;
}
	

.LoginPanel DL {
	margin: 0;
	padding: 5px 0 0 0;
	clear: both;
}

.LoginPanel DT, .LoginPanel DD {
	float: left;
	display: block;
}

.LoginPanel DT {
	width: 120px;
}

.LoginPanel DD {

}

.LoginPanel .btn {
	height: 40px;
	display: block;
	float: left;
}

.LoginPanel LABEL {
	padding: 15px 0 0 5px;
}

.AddWidgetContainer, .AddWidgetContainer DIV {
	margin: 0;
	padding: 0;
}

.AlertPopup {
	background: white url('warning.jpg') no-repeat scroll 20px;
	border: 4px solid black;
	display: none;
	height: 120px;
	left: 50%;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 300px;
	z-index: 60000;
}

.AddWidgetContainer .WidgetWindow {
	padding: 10px;
	width: 600px;
}

.buttonArea {
	padding-top: 10px;
	float: left;
}

.cancelButton {
	padding-top: 10px;
	float: right;
}

.cancelButton A {
	color: White;
}

.Article {
	text-align: left;
	width: 50%;
	border: 1px solid #afafaf;
	background-color: #fff;
	padding: 30px;
	margin: 20px auto;
	position: relative;
}

.Article P {
	padding-bottom: 10px;
}

/** ERROR PANEL **/
.ErrorPanel .LeftPanel 
{
	background: #fff url(unplugged.gif) no-repeat scroll 50% 50%;
	width: 170px;
	height: 170px;
	display: block;
	float: left;
}

.ErrorPanel .RightPanel H1
{
	font-size: 1.3em;
	color: #5b686d;
}

.ErrorPanel .RightPanel 
{
	padding: 0 10px;
}