html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

td {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	padding-bottom: 40px;
	background-color: #eee;
}

a {
        color : #000000;
        text-decoration : none;
        font-weight : bold;
        font-family: Arial, Helvetica, sans-serif, verdana;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}


input {
	border: 1px solid #808080;
}

select {
	border: 1px solid #808080;
	background: #ffc;
	background-color: #ffc;
}

checkbox {
	background-color: #ffc;
	border-color: red;   
}

button {
	cursor: hand;
}

textarea {
	border: 1px solid #808080;
	background: #ffe;
}

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

.panel {
	border-style: solid; 
	border-width: 1px; 
	border-color: #04097c; 
	background-color: #F0F0F0;
	box-shadow: 0 8px 32px #666;
}

.panel_tab {
	background-color: #04097c;
	padding: 3px;
	color: #fff;
}

.dark {
	background-color: #E0E0E0;
}

.yellownote {
	border-style: solid; 
	border-width: 1px; 
	border-color: #e5e5b2; 
	background-color: #ffc;
}

.tabletab {
	background-color: #04097c;
	padding:3px
	color: #fff;
}

.notify-warn {
	background-color: #ff0;
	color: #000;
}

.notify-critical {
	background-color: #c00;
	color: #fff;
}

.notify-severe {
	background-color: #fa0;
	color: #fff;
}

.notify-system {
	font-style: oblique;
	font-weight: bold;
}
.page_footer {
	position : absolute;
	bottom : 0;
	right : 0;
	height : 40px;
	margin-top : 40px;
	margin-right : 10px;
	text-align : right;
}
.page_header {
	width : 100%;
	height : 60px;
	background-color : #04097c;
	box-shadow: 0 8px 32px #666;
}
#fm{
	margin:0;
	padding:10px 30px;
}
.ftitle{
	font-size:14px;
	font-weight:bold;
	color:#666;
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.icon-report{
	background:url('/images/report.png') no-repeat center center;
	background-size: 16px 16px;
}
.icon-graph{
	background:url('/images/graph.png') no-repeat center center;
	background-size: 16px 16px;
}
.icon-link{
	background:url('/images/link.png') no-repeat center center;
	background-size: 16px 16px;
}
.icon-suspend{
	background:url('/images/pause.png') no-repeat center center;
	background-size: 16px 16px;
}
.icon-resume{
	background:url('/images/play.png') no-repeat center center;
	background-size: 16px 16px;
}
.icon-terminate{
	background:url('/images/redx.png') no-repeat center center;
	background-size: 16px 16px;
}
.icon-move{
	background:url('/images/move.png') no-repeat center center;
	background-size: 16px 16px;
}
.icon-nuke{
	background:url('/images/nuke.png') no-repeat center center;
	background-size: 16px 16px;                
}
.icon-hangup{
	background:url('/images/hangup.png') no-repeat center center;
	background-size: 16px 16px;                
}
.icon-password{
	background:url('/images/resetpass.png') no-repeat center center;
	background-size: 16px 16px;                
}
.icon-customer{
	background:url('/images/customer.png') no-repeat center center;
	background-size: 16px 16px;                
}
.icon-topup{
	background:url('/images/topup.png') no-repeat center center;
	background-size: 16px 16px;                
}
.icon-ipctl{
	background:url('/images/ipctl.png') no-repeat center center;
	background-size: 16px 16px;                
}
.icon-ipctl-export{
	background:url('/images/ipctl-export.png') no-repeat center center;
	background-size: 16px 16px;                
}
.icon-tick{
	background:url('/images/tick.png') no-repeat center center;
	background-size: 16px 16px;                
}
.icon-cross{
	background:url('/images/cross.png') no-repeat center center;
	background-size: 16px 16px;                
}
.icon-export{
	background:url('/images/export.png') no-repeat center center;
	background-size: 16px 16px;                
}
.icon-sync{
	background:url('/images/cycle.png') no-repeat center center;
	background-size: 16px 16px;                
}
.icon-cheese{
	background:url('/images/cheese-wheel.png') no-repeat center center;
	background-size: 16px 16px;                
}
.icon-wedge{
	background:url('/images/cheese-wedge.png') no-repeat center center;
	background-size: 16px 16px;                
}
.icon-if{
	background:url('/images/ic.png') no-repeat center center;
	background-size: 16px 16px;                
}
.icon-hdd{
	background:url('/images/hdd.png') no-repeat center center;
	background-size: 16px 16px;                
}
.search-box{
	line-height: 16px;
	margin: 3 3 0 10;
	border:1px solid #ccc;
	border-radius:3px
}
.spc_input {
  font-size: 12px;
  position: relative;
  border: 1px solid #95B8E7;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height:22px;
  min-height:22px;
  padding:2px;
  vertical-align: middle;
  width: 360px;
}
.fitem{
	margin-bottom:5px;
}
.fitem label{
	display:inline-block;
	width:120px;
	text-align: left;
}
