HTML, BODY {
	height: 100%;
	padding: 0;
	margin: 0;
}
BODY {
	background: radial-gradient(#757582,#c4c3d6);
	color: black;
	font-family: verdana;
}

DIV.time {
	position: absolute;
	right: 1em;
	top: .5em;
}

DIV.menu {
    position: absolute;
    top: 10px;
    right: 10px;
}
DIV.menu A {
	display: inline-block;
    color: blue;    
    margin-left: 5px;
    font-size: 14px;
}

A {
    text-decoration: none;
}
A.logout:hover {
    text-decoration: none;
}

DIV.sys_admin {
    color: blue;
}
DIV.domain_admin {
    color: green;
}

FORM {
	padding: 10px;
	margin-top: 5px;
}
FORM.inline {
    text-align: center;
}
FORM.inline DIV {
    display: inline-block;
    padding: 0;
    margin: 2px;
}
FORM.inline DIV.number,
FORM.inline DIV.checkbox {
	font-size: 12px;
}
FORM.inline DIV.number INPUT {
	width: 50px;
	text-align: center;
}
FORM.inline INPUT[type=checkbox] {
    vertical-align: middle;
}
FORM.inline INPUT[type=text] {
    width: 200px;
    padding: 1px 3px;
}
FORM.inline INPUT.datetimepicker {
    width: 130px;
}
FORM.inline INPUT#ip {
	width: 100px;
}

DIV.box {
    background: white;
    margin: auto;
    margin: 0;
    padding: 0;
}

DIV.header {
	background: white;
	padding: 20px 20px 10px;
	position: relative;
}
DIV#current_user {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

TABLE#mail_table {
    width: 99%;
    margin: auto;
    font-size: 10px;
}
TABLE#mail_table TD {
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
}

TABLE#mail_table TD:nth-child(-n+3) {
    width: 200px;
    max-width: 200px;
}
TABLE#mail_table TD:nth-child(1) {
    width: 130px;
    max-width: 150px;
}
TABLE#mail_table TD:nth-child(4) {
    max-width: 300px;
}
TABLE#mail_table TD:nth-child(5) {
	max-width: 60px;    
	font-size: 10px;
}
TABLE#mail_table TD:nth-child(6) {
	max-width: 9em;
	font-size: 10px;    
}
TABLE#mail_table TR.rc4 {
	background: #ffe4e4;
	color: #720000;
}
TABLE#mail_table TR.tag {
    background: #fefe91;
    color: #7c7800;
}

DIV.rounded_box {
    background: white;
    margin: 15% auto;
    box-sizing: border-box;
    max-width: 500px;
    padding: 20px 40px;
    border-radius: 20px;
    position: relative;
}

DIV.msg {
    text-align: center;
    font-size: 20px;
    color: gray;
}

#tag_menu {
    padding-bottom: 10px;
    text-align: center;
}
#tag_menu DIV.count_div {
    margin-right: 20px;
    display: inline;
    vertical-align: middle;
}
#tag_menu input[type="button"]:disabled {
    opacity: .33;	
}

#output {
	padding: 10px;
   text-align: center;
}

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

.red {
	color: red;
}
.green {
	color: green;
}

PRE {
	text-align: left;
	padding: 10px 30px;
}

.right {
	text-align: right;
}

DIV.domain {
	font-size: 14px;
}
DIV.domain H3 {
	margin-bottom: 5px;
}
DIV.domain H3 SPAN {
	float: right;
}
DIV.domain A {
	color: silver;
}
DIV.domain A:first-child:hover {
	color: green;
}
DIV.domain A:last-child:hover {
	color: red;
}