
body
{
	margin:0px;
	padding:0px;
	background-color:#BACCB9;
	font-family:"Tahoma", sans-serif;
	font-size:12px;
}

th
{
	font-weight:bold;
	text-align:left;
	font-size: 12px;
}

ul
{
	margin:2px;
}

li
{
	margin-left:-15px;
}

h1
{
	margin:3px;
}

abbr
{
	border-style:none;
	cursor:help;
}

label
{
	cursor:pointer;
	font-weight:bold;
}

.pageination
{
	word-spacing:5px;
	padding:5px 0 5px 0;
}

.page_total
{
	float:right;
}

.form_right
{
	font-weight:bold;
	text-align:right;
}

.menu_title
{
	padding:4px;
	background-color:#222222;
	border-top:solid 1px grey;
	color:white;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

.window_toggle_icon
{
	cursor:pointer;
	/*padding-left:8px;*/
	float:right;
	padding-top:1px;
}

.window_main_green
{
	border:solid 1px #192D19;
	background-color:#FAFFFA;
	margin-bottom:10px;
}

.window_head_green
{
	background-color:#3F723F;
	color:white;
	padding:4px 4px 4px 4px;
	font-weight:bold;
	text-align:center;
}

.window_main_blue
{
	border:solid 1px #102435;
	background-color:#FAFAFF;
	margin-bottom:10px;
}

.window_head_blue
{
	background-color:#275E8E;
	color:white;
	padding:4px 4px 4px 4px;
	font-weight:bold;
	text-align:center;
}

.window_main_red
{
	border:solid 1px #3D0C07;
	background-color:#FFFAFA;
	margin-bottom:10px;
}

.window_head_red
{
	background-color:#A81D10;
	color:white;
	padding:4px 4px 4px 4px;
	font-weight:bold;
	text-align:center;
}

.window_inner
{
	padding:10px;
	line-height:1.5;
}

.table_green th
{
	background-color:#3F723F;
	color:white;
}

.table_green .alternate_row td
{
	border-top:dotted 1px #3F723F;
	border-bottom:dotted 1px #3F723F;
}

.table_blue th
{
	background-color:#275E8E;
	color:white;
}

.table_blue .alternate_row td
{
	border-top:dotted 1px #275E8E;
	border-bottom:dotted 1px #275E8E;
}

.table_red th
{
	background-color:#A81D10;
	color:white;
}

.table_red .alternate_row td
{
	border-top:dotted 1px #A81D10;
	border-bottom:dotted 1px #A81D10;
}

.attentionPositive
{
	color:green;
	font-weight:bold;
}

.attentionNegative
{
	color:red;
	font-weight:bold;
}

.attentionNeutral
{
	font-weight:bold;
}

.comment_head
{
	font-weight:bold;
}

.comment
{
	padding-left:20px;
	padding-bottom:15px;
	padding-top:3px;
}

a img
{
	border-style:none;
}

.click_icon
{
	cursor:pointer;
}

a:link, a:visited
{
	color:blue;
	text-decoration:none;
}

a:hover, a:active
{
	text-decoration:underline;
	color:#E2000F;
}

.padded
{
	padding:5px 0 5px 0;
}

#iotServerRequestContainer
{
	z-index:100;
}

#iotServerRequestBackGround
{
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

/* Suggestion Hints */

#suggestWindow
{
	border:solid 1px #505050;
	background-color:#FAFFFA;
}

.suggestItem
{
	padding:2px 5px 2px 5px;
	font-size:90%;
	color:#505050;
	cursor:pointer;
}

.suggestItem:hover
{
	background-color:#335D33;
	color:white;
}


/* Calendar Pop-up */

.cal_icon
{
	cursor:pointer;
}
.cal_window
{
	background-color:#FAFFFA;
	border:solid 1px #192D19;
}

.cal_window table
{
	border-collapse:collapse;
}

.cal_window td
{
	padding:3px;
	text-align:center;
}

.cal_month_bar
{
	font-weight:bold;
	background-color:#BACCB9;
}

.cal_day_row
{
	font-weight:bold;
	color:white;
	background-color:#3F723F;
}

.cal_no_date
{
	background-color:#BACCB9;
}

.cal_today
{
	background-color:#CCCCCC;
}

.cal_date
{
	border:solid 1px #192D19;
}

/* Notebook */

.notebook_parent
{
	margin-bottom:10px;
}

.notebook_inner
{
	clear:both;
	border:solid 1px #192D19;
	background-color:#FAFFFA;
	padding:10px;
	line-height:1.5;
}

.notebook_tab_parent
{
	padding-left:10px;
}

.notebook_tab, .notebook_tab_selected
{
	padding:4px 8px 4px 8px;
	margin:0px 4px 0px 0px;
	font-weight:bold;
	text-align:center;
	float:left;
	display:inline;
	position:relative;
	top:1px;
}

.notebook_tab_selected
{
	
	background-color:#FAFFFA;
	border-top:solid 1px #192D19;
	border-left:solid 1px #192D19;
	border-right:solid 1px #192D19;
	border-bottom:solid 1px #FAFFFA;
}

.notebook_tab
{
	background-color:#6EA16E;
	border-top:solid 1px #192D19;
	border-left:solid 1px #192D19;
	border-right:solid 1px #192D19;
	border-bottom:solid 1px #192D19;
}

a.notebook_tab:link, a.notebook_tab:visited
{
	color:white;
	text-decoration:none;
}

a.notebook_tab:hover, a.notebook_tab:active
{
	color:white;
	background-color:#3F723F;
}
	