BODY {
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 13px;
    margin: 0;
    width: 100%;
    height: 100%;
    max-width:100%;
    background: #fff url('images/linen.jpg') repeat left top;

}
DIV {
    display: inline-block;
}
form {
    padding: 0;
    margin: 0;
}
.select {
    width:30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.name {
    width: 150px;
}
.row {
    white-space: nowrap;
}
.red {
    background: red;
}
.working {
    padding-left: 20px;
}
DIV.alert {
    background: orange;
    color: white;
    text-align: justify;
    border: 1px solid #999999;
    font-weight: bold;
    margin: 10px;
    padding: 10px 20px 10px 20px;
    width: auto;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px #C3C3C3;
}
.loader {
    background: none repeat scroll 0 0 #F7F7F7;
    color: #000000;
    font-size: 20px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    padding:0;
    padding-top: 20%;
    z-index: 9999999;
    width:100%;
    height: 100%;
    text-align: center;
    position:fixed;
    _position:absolute;
    top:0;
    _top:expression(eval(document.body.scrollTop));
    left:0;
    margin:0;
}
/******************
loginbox style
******************/
input {
    font-size: 13px;
}
.loginbox {
    margin: 0 auto;
    width: 400px;
    font-size: 12px;
    border: solid 1px #000;
    background-color: #eee;
    text-align: left;
    /* shadows */
    -moz-box-shadow: 0 0 8px #888;
    -webkit-box-shadow: 0 0 8px #888;
    box-shadow: 0 0 8px #888;

    /* rounded corners */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.loginbox_header {
    background-color: #e2e2e2;
    padding: 5px;
    /* rounded top */
    left: 30px;
    position: relative;
    top: -10px;
    width: auto;
    display:inline;
    /* shadows */
    -moz-box-shadow: 0 0 8px #888;
    -webkit-box-shadow: 0 0 8px #888;
    box-shadow: 0 0 8px #888;
    /* rounded corners */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}
.loginbox_table {
    width: 400px;
    font-size: 13px;
    padding: 15px;
    padding-bottom: 0;
    padding-top: 5px;
}
.loginbox_footer {
    text-align: center;
    padding: 5px;
}
.header {
    width: 100%;
    height: 45px;
    border-bottom:1px solid black;
    background: #fff;
    position: fixed;
    z-index: 999;
    /*text-align: center; */
}
.header-inner {
    width: 100%;
    margin-left: 0;
    vertical-align: middle;
    height:45px;
    margin-top:0;
    border-collapse: collapse;
}
.container {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    padding-top: 4%;
   
}
#content {
    width: 100%;
    margin: 0 auto;
    display:block;
    height: 70%;
    overflow-y: auto;
    overflow-x: hidden;
     /*border: 1px solid black;*/
     border-bottom: none;
}
#content2 {
    width: 100%;
    margin: 0 auto;
    display:block;
    height: 30%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    text-align: left;
    
    /* border: 1px solid black;*/
}
#filter {
    margin:5px;
    border:#ccc 1px solid;
    padding: 5px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border-collapse: collapse;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 974px;
    background: #fff;
    text-align: left;
}

.data {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:14px;
    text-shadow: 1px 1px 0px #fff;
    background:#d0d0d0;
    margin:5px;
    border:#ccc 1px solid;
    height: 20px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border-collapse: collapse;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 100%;
    border-bottom: none;
    border-top: none;
    border:1px solid #e0e0e0;
    margin: 0;
}
.data th {
    padding:5px;
    height: 30px;
    border:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
    text-align: center;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.data th:first-child {
    border-left:none;
    text-align: center;
    padding-left:5px;
}
.data th:last-child {
    border-right:none;
    text-align: center;
    padding-left:5px;
}
.data tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.data tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.data tr {
    text-align: center;
    padding-left:20px;
}

.data td {
    padding:5px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    vertical-align: top;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
    word-wrap: break-word;
    max-width: 540px;
    text-shadow: none;
}
.data td:first-child {
    text-align: center;
    /*padding-left:20px;*/
    border-left: 0;
   
}

.data tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.data tr:last-child td {
    border-bottom:0;
}
.data tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.data tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.data tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
.data td.buttons {
    padding:1px;
    width: 110px;
    text-align: left;
}
.data th.buttons {
    width: 110px;
    padding:1px;
}
.data td.smstext {
    text-align: left;
}
.data td.src {
    width: 110px;
}
.data th.src {
    width: 110px;
}
.data td.date {
    width: 70px;    
}
.data th.date {
    width: 70px;    
}
.data td.important {
    width: 40px;
}
.data th.important {
    width: 40px;
}
.color_button {
    width: 40px;
    height: 100%;
    border: 0px outset black;
    background-color: #e0e0e0;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0px;
    white-space: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 10px;
    white-space: normal;
    vertical-align: middle;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    cursor: pointer;
    position: relative;
    margin-bottom:1px;
}
.color_button:hover {
    opacity: 0.75;   
}
.color_button:active {
    border: 1px inset black;
}
.color_button_top {
    width: 40px;
    height: 40px;
    border: 0px outset black;
    background-color: #e0e0e0;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0px;
    white-space: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 10px;
    white-space: normal;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    cursor: pointer;
    position: relative;
    margin-bottom:1px;
    vertical-align: top;
    margin-top: 3px;
    padding-top: 11px;
}
.color_button_top:hover {
    opacity: 0.75;   
}
.color_button_top:active {
    border: 1px inset black;
}
.color_button2 {
    width: 16px;
    height: 22px;
    border: 1px outset black;
    background-color: #f0f0f0;
    margin: 2px;
    padding: 0px;
    white-space: none;
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    white-space: normal;
    vertical-align: middle;
    position: relative;
}
.color_button img {
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
    height: 22px;  
}

.color_button2:hover {
    opacity: 0.75;   
}
.color_button2:active {
    /*border: 1px inset black;*/
}

.red {
    background-color: #FF6666;
    color: #FF6666;
}
.yellow {
    background-color: #FFFF66;
    color: #FFFF66;
}
.green {
    background-color: #66FF66;
    color: #66FF66;
}
.blue {
    background-color: #6666FF;
    color: #6666FF;
}
.brown {
    background-color: #A38566;
    color: #A38566;
}
.flag {
      border: none;
      background-color: inherit;
}
td.flagged {
    background: #FFE8E8;
}
tr:hover td.flagged {
    background: #FFF0F0;
}

.delete {
    border: none;
    width: 22px;
    background-color: inherit;
}


.onoffswitch {
    position: relative;
    width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    margin-top: 3px;
    vertical-align:top;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #666666; border-radius: 5px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
    
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 36px; padding: 0; line-height: 36px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "BE";
    padding-left: 5px;
    background-color: #45FA25; color: #000000;
}
.onoffswitch-inner:after {
    content: "KI";
    padding-right: 5px;
    background-color: #F8F8F8; color: #666666;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 31px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #666666; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 25px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

#splitter_content {
	width:100%;
	border: none;
  display: inline-block;
}
#data {
    margin-top: 46px;    
}
#content, #content2 {
  /*min-width: 1100px;*/
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}
#content2 {
   
}
.hsplitbar {
	height: 5px;
	background: #000;
}
.floatright {
    float:right;    
}
.message_header {
    background: -moz-linear-gradient(center top , #fff 0%, #f0f0f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: -webkit-gradient(	linear,	left top,	left bottom,	color-stop(0, #FFFFFF),	color-stop(1, #F0F0F0));
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F0F0F0 100%);
    border-bottom: 1px solid #dfdfdf;
    padding: 3px 0;
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 0;
    text-align: left;
    
    
}
#message_src, #message_date {
    margin-left:5px;
    display:inline-block;  
}

#content2_inner {
    font-size: 38px;
    word-wrap: break-word;
    text-align: left;
    height: auto;
    width: 98%;
    max-width:inherit;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
	padding-top: 3px;
}
.fontchange {
    text-align: center;
    margin-right: 5px;
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    width: 40px;
    padding-top: 7px;
}
.refresh_label {
    height: 30px;
    padding-top: 11px;
    vertical-align: top;
    margin-right: 5px;
    margin-left:15px;
}

.logout {
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    color:black;
    padding: 5px;
    padding-top:11px;
    width: auto;
    
}
.poweredby {
    font-size: 10px;
    decoration: none;
    color: #000000;
    margin-right: 20px;
    margin-top: 5px;
}
.poweredby_link {
    font-size: 10px;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
}
.poweredby_link:hover {
    font-size: 10px;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

.header-table {
    border:none;
    width: 100%;
    border-collapse: collapse;
}
.header-table tr {
    padding:0;    
}
.header-table td {
    height: 30px;
    padding: 0;    
}

#sms_count, #sms_new_count {
    font-weight: bold;    
}
.message_header_left {
    font-size: 16px;    
    
}
    