﻿body{
	
	overflow:hidden;
	
}

h3{
	margin:0;
}

#maincontainer{
	min-width:600px;
}

#messageError{
	background-color:#942724;
	color:#FFF;
	border:1px #6E0000 solid;
	margin-top: 30px;
}

#messageError a {
	color:#FFF;
	border:1px #FFF solid;
	padding: 5px;
	text-decoration:none;
}

#loginLink{
	float:left;
}

#regLink{
	float:right;
}

.message{
	padding:0 10px 10px 10px;
	font-size:medium;
	line-height:1.4em;
	margin-bottom: 15px;
	
    width: 420px;
}

.clear {
    clear: both;
}

#top{
	padding: 5px;
	height:27px;
}

#top input[type=button]{
	float:left;
	margin-left:5px;

}

#arm{
	padding: 0 5px 5px 5px;
	
}

#newAlarmWindow input, #date,
#modeAlarmWindow input, #dateMode
{
	margin:5px;
}

#percentDiv, #percentModeDiv{
	margin:5px;
}

.ui-spinner{
	height:22px;
	/*width: 100px;*/
	font-size:12px;
}

#newAlarmWindow input[type=button],
#modeAlarmWindow input[type=button]

{
	float:right;
}

#newAlarmWindow Label,
#modeAlarmWindow Label
{
	margin-left:5px;
}

#funds, #fundsMode{
	font-size: 10px;
	width:300px;
}

.ui-autocomplete {
	height: 200px; 
	width: 300px;
	overflow-y: scroll; 
	overflow-x: hidden;
}

#date, #dateMode{
	float:left;
	margin-right:15px;
}

#rateByDate, #rateByDateMode {
	padding-top:8px;
	padding-left:15px;
}

#alarms, .jqx-grid-cell{
	font-size:11px;
}

.inactive{
	color:red;	
}

#react{
	color:red;
	margin-left:5px;
}
