body{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #565656;
	height: 100%;
	margin: 10px;
	border: 0pt solid #41383C;
	background-color: #F2F2F2;
}

form{
	margin: 0px;
}

ul{
	margin: 0px;
	list-style-type: none;
}

li{
	width: 150px;
}

a{
	color: #566D7E;
	text-decoration: none;
}

th{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	
	vertical-align: middle;
}

td{
	font-size: 8pt;
	text-align: left;
	
	vertical-align: middle;
}

input{
	font-size: 10pt;
	color: #565656;
}

select{
	font-size: 10pt;
	color: #565656;
	
	width: 300px;
}

img{
	vertical-align: top;
}

/****************************
	Container styles
****************************/
.container{
	background:#DCDCDC;
}

.rtop, .rbottom{
	display:block;
	background:#FFFFFF;

}

.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#DCDCDC;
}

.r1{
	margin: 0 5px;
}
.r2{
	margin: 0 3px;
}
.r3{
	margin: 0 2px;
}
.r4{
	margin: 0 1px;height: 2px;
}

/****************************
	Table styles
****************************/
.TableContent{
	border: 1pt solid #8E909C;
	background-color: #E2E2E2;
	margin-left: 25px;
}

.TableContent thead {
	background-color: #CCCCCC;
	color: #FFFFFF;
}

.TableContent td {
	vertical-align: top;
}

.TableContent tfoot {
	background-color: #CCCCCC;
	color: #9C0000;
}

.TableRow{
	border-top: 1px solid #C1CDD8;
}

.TableRowPaused{
    background-color: #F5A9A9;
}

.incidentID, .incidentCell{
	word-wrap: break-word;	
	word-break: break-all;
}

.TableRow .buttonContainerCell
{
	float:left; 
	margin-left:5px
}
/****************************
	Button styles
****************************/
.Button_Menu{
	text-align: center;
	color:white;
	font-size: 8pt;
	font-weight: bold;
	
	width: 150px;
	height: 35px;
	margin: 1px 10px;
	
	vertical-align: middle;
	background-color: #3D93B4;
}
.Button_Menu_Select{
	background-color: #51A7C8;
}
.Button_Menu:hover{
	background-color: #51A7C8;
}

.SelectButtonMenu{
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	
	width: 150px;
	height: 35px;
	padding: 4px 4px;
	margin: 1px 2px;
	
	background-image: url(images/SelectButtonMenu.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: hand;
}

.SelectButtonMenu_Select{
	background-image: url(images/SelectButtonMenu_selected.png);
}

.SelectButtonMenu:hover{
	background-image: url(images/SelectButtonMenu_over.png);
	background-position: left top;
}

/****************************
	Label styles
****************************/
.LabelText{
	font-size: 8pt;
	color: #566D7E;
	text-align: right;
	vertical-align: bottom;
	
	width: 300px;
	height: 16px;
}

.LabelTextShort{
	font-size: 8pt;
	color: #566D7E;
	text-align: right;
	vertical-align: bottom;
	
	width: 200px;
	height: 16px;
}

.LabelData{
	font-size: 8pt;
	color: #565656;
	text-align: left;
	vertical-align: bottom;
	
	height: 16px;
}

/****************************
	Dialog boxes
****************************/
#divDialog{
	text-align: center;
	margin-left: 25px;
}
#dialogtitle{
	font-size: 10pt;
	vertical-align: middle;
	color: #000000;
}

#dialogtext{
	font-size: 8pt;
	text-align: center;
	color: #000000;
	margin-left: 25px;
}

#dialogObj{
	margin-left: 20px;
}

.dialogbutton{
	font-size: 10pt;
	color: #000000;
	
	width: 50px;
}
.dialogtextbox{
	font-size: 10pt;
	color: #000000;
}



/****************************
	SMS Manager GUI
****************************/
#tabs{
	width:100%;
    height: 18px;
}

#inputs{
	margin-bottom: 10px;
}

.selectedTab{
	float:left;
	border-width:2px;
	border-style:solid;
	border-color:#E59063;
	border-bottom-width:1px;
	margin-bottom:2px;
    width: auto;
    margin-right: 10px;

}

.unselectedTab{
	float:left;
	border-width:1px;
	border-style:solid;
	border-color:#E59063;
	margin-top:1px;
	border-bottom-width:0px;
	color:#969696;
    width: auto;
    margin-right: 10px;
}

.logoutTab{
	float:right;
	border-width:2px;
	border-style:solid;
	border-color:#E59063;
	border-bottom-width:0px;
	margin-bottom:0px;
}

#Frame{
	height:330px;
	border-width:2px;
	border-style:solid;
	border-color:#E59063;
	width: auto;
}

#viewIncframe {
	height:auto;
	border-width:2px;
	border-style:solid;
	border-color:#E59063;
	width: auto;
}

#SMSScheduleFrame{
	height:600px;
	border-width:2px;
	border-style:solid;
	border-color:#E59063;
	width:100%;
}

#SMSCalFrame{
	height:600px;
	position: fixed;
	border-width:2px;
	border-style:solid;
	border-color:#E59063;
	width: 100%;
}

#SMS
{
	float: left;
	clear:both;
	position:relative;
	margin-left: 20px;
	margin-top: 30px;
    width: auto;
}

#Users
{
	float: left;
	clear:both;
	position:relative;
	margin-left: 20px;
	margin-top: 20px;
	height: 250px;
}

#SMSButtons{
	
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.smsbutton{
	width:80px;

}

.userbutton{
	margin-top: 15px;
	width:75px;
}


#SMSButtonsSend{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
#SMSButtonsClear{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
#SMSButtonsCheck{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#UserButtonsSave{
	margin-left: 5px;
	margin-right: 5px;	
}

#UserButtonsRemove{
	margin-left: 5px;
	margin-right: 5px;	
}

#button_confirm{
	font-size: 10pt;
	width: 60px;
}
.inputs{
	padding: 0;
}

#button_cancel{
	font-size: 10pt;
	width: 60px;
}
.inputs{
	padding: 0;
}

#selUser{
	width:146px;
}




.buttoncell{
	text-align:center;
}

.passwordLink{
	text-align:left;
	color:red;
	margin-left:75px;
}

.outer {
	height: 300px; 
	position: relative;
}

.outer_SMSSchedule {
	height: 600px; 
	position: relative;
}

.middle {
	position: relative;
	top: auto;
}


.inner {
	position: relative;
	margin-top: 20px;
	/*top: -10%*/
}

.inputs td{
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
}
