

body {
    /*background: url("images/body-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;*/
   	font-family: "Segoe UI",Arial,Helvetica,sans-serif;   	
   	font-size: 12px;
}
p {
   	font: 13px/1.7em 'Open Sans',arial,sans-serif;
}
a{
	text-decoration: none;
	color: inherit;
}
h1 {
    margin-bottom: 0.25em;
}
h2 {
    color: #4A515B;
    margin-bottom: 0.5em;
}
h3 {
    color: #1688C7;
    font-weight: 600;
}
h4, h5, h6 {
    color: #666666;
    margin-bottom: 1.25em;
}
hr {
    border-top-color: #1688C7;
}

form .required label:after {
    color: #EE3322;
    content: "*";
    display: inline;
}

input[type="text"],
input[type="email"],
input[type="password"]{
	background-image: linear-gradient(to bottom, #FFFFFF, #F6F6F6);
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 4px 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	font-size: 12px;
	height: 30px;

}

input[type="text"]:focus, input[type="email"]:focus,input[type="password"]:focus, select:focus{
	box-shadow: 0 1px 1px #DDDDDD inset, 0 0 5px #CCCCCC;	
	outline: 0 none;
	border: 1px solid #999999;
	background: #FFFFFF;
}
#top{
	width: 100%;
	height: 130px;
	margin-bottom: 10px;
}
#top:after{
	clear: both;
}

#header {
	width: 100%;
}

.header-full {
	margin-bottom: 15px;
	overflow: visible;
	background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
    background-repeat: repeat-x;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
	border-bottom: 1px solid #D4D4D4;
}

.header-inner {
    background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
    background-repeat: repeat-x;
    border: 1px solid #D4D4D4;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    padding-left: 20px;
    padding-right: 20px;
}
.header-inner:before, .header-inner:after {
    content: "";
    display: table;
    line-height: 0;
}
.header-inner:after {
    clear: both;
}
.header-container {
    width: 1000px;
	margin: 0 auto;
	display: table;
}
.header-container-left{
	width: 270px;
	display: table-cell;
	vertical-align: top;
	min-height: 1px;
}
.header-container-mid{
	width: 400px;
	display: table-cell;
	vertical-align: top;
	padding: 0 30px;
	min-height: 1px;
}
.header-container-right{
	width: 270px;
	display: table-cell;
	vertical-align: top;
	min-height: 1px;
}

.header-container:before, .header-container:after {
    content: "";
    display: table;
    line-height: 0;
}
.header-container:after {
    clear: both;
}
.app-container {
	display: table;
	
}

.logo {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	overflow: hidden;
	float: left;
	display: table-cell;
	vertical-align: top;
	
}

.app-details {
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	display: table-cell;
	vertical-align: top;	
	
}

.app-container span {
	display: block;
}

.app-name {
	color: #555555;
	font-weight: 800;
	font-size: 16px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
	
}

.version {
	font-size: 11px;
	color: #999999;
}

.navbar {
    font-size: 12px;
}
.navbar .brand {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: 2px;
}
.navbar .divider-vertical {
    border-left-color: #DDDDDD;
}
#main-nav.nav-tabs.nav-stacked > li {
    margin-bottom: 4px;
}
#main-nav.nav-tabs.nav-stacked > li > a {
   background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */	
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
	text-decoration: none;
	
}
#main-nav.nav-tabs.nav-stacked > li.active > a, #main-nav.nav-tabs.nav-stacked > li > a:hover {
   background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-color: #AAAAAA;
    color: #222222;
	
}
#main-nav.nav-tabs.nav-stacked > li:first-child > a, #main-nav.nav-tabs.nav-stacked > li:last-child > a {
    border-radius: 5px 5px 5px 5px;
}
#main-nav.nav-tabs.nav-stacked li [class^="icon-"], #main-nav.nav-tabs.nav-stacked li [class*=" icon-"] {
    font-size: 15px;
    margin-right: 0.35em;
    position: relative;
    top: 1px;
}
#main-container{
	width: 100%;
	margin: 0 auto;
}

.main-content{
	width: 1000px;
	margin: 0 auto;
}
.container-full{
	width: 1000px;
	display: table;
	
	margin: 0 auto;
}
.container-full:after{
	clear: both;
}
.container-left{
	width: 230px;
	display: table-cell;
	vertical-align: top;
	
}
.container-left:after{
	clear: both;
}
.container-right{
	width: 750px;
	padding-left: 20px;
	display: table-cell;
	vertical-align: top;
	
}
.container-right:after{
	clear: both;
}
.col-container{
	width: auto;
	display: table;
	margin-bottom: 10px;
}
.col-full{
	display: table-cell;
	vertical-align: top;
	width: 750px;
}
.col-half{
	display: table-cell;
	vertical-align: top;
	width: 370px;
}
.col-sep{
	display: table-cell;
	width: 10px;
}
#main-nav.nav-tabs.nav-stacked li .label {
    position: relative;
    top: 2px;
}
#content {
    padding-top: 10px;
}
#footer {
    margin-bottom: 0;
    padding-bottom: 0;
	padding-top: 10px;
}
#footer #attribution {
    text-align: right;
}
.footer-container{
	border-top: 1px solid #DA4E49;
	width: 1000px;
	margin: 0 auto;
	display: table;
}
.widget {
    clear: both;
    margin-bottom: 5px;
    position: relative;
    width: auto;
}
.widget-header {
background: #909fa7; /* Old browsers */
background: -moz-linear-gradient(top,  #909fa7 0%, #738791 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#909fa7), color-stop(100%,#738791)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #909fa7 0%,#738791 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #909fa7 0%,#738791 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #909fa7 0%,#738791 100%); /* IE10+ */
background: linear-gradient(to bottom,  #909fa7 0%,#738791 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909fa7', endColorstr='#738791',GradientType=0 ); /* IE6-9 */

    border: 1px solid #768A94;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 37px;
    line-height: 40px;
    position: relative;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.widget-header h3 {
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    left: 10px;
    line-height: 12px;
    margin-right: 3em;
    position: relative;
    top: 2px;
}
.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
    color: #555555;
    display: inline-block;
    font-size: 16px;
    margin-left: 13px;
    margin-right: -2px;
    vertical-align: middle;
}
.widget-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #768A94;
    border-radius: 0 0 5px 5px;
    padding: 10px;
	
}
.widget-header + .widget-content {
    border-top: medium none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.widget-nopad .widget-content {
    padding: 0;
}
.widget-content:before, .widget-content:after {
    content: "";
    display: table;
}
.widget-content:after {
    clear: both;
}
.widget-content {
}
.widget-table .widget-content {
    padding: 0;
}
.widget-table .table {
    border: medium none;
    margin-bottom: 0;
}
.widget-table .table tr td:first-child {
    border-left: medium none;
}
.widget-table .table tr th:first-child {
    border-left: medium none;
}
.widget, .stat {
    position: relative;
}
.widget:after, .stat:after, .widget:before, .stat:before {
  
    background-color: #FFFFFF;
    content: "";
}
.widget:before, .stat:before {
}
.account-container {
    display: table;
}
.account-avatar, .account-details {
    display: table-cell;
    vertical-align: top;
}
.account-avatar {
    padding-right: 1em;
}
.account-avatar img {
    height: 37px;
    width: 37px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	padding: 3px;
}
.account-details {
}
.account-details span {
    display: block;
}
.account-details .account-name {
    font-size: 15px;
    font-weight: 600;
}

.account-name a{
	font-size: 15px;
    font-weight: 600;
	
}
.account-name a:hover{
	text-decoration: none;
}
.account-details .account-role {
    color: #888888;
}
.account-details .account-actions {
    color: #BBBBBB;
}


.login-container {
	
}


.login-user {
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.login-user img {
	width: 30px;
	height: 30px;
	display: block;
}

.login-details {
	float: right;
	padding: 15px 0 15px 15px;
	font-size: 14px;
	text-align: right;
	color: #1688C7;
}

.logout-container{
	display: table;
}

.logout-avatar, .logout-details {
	display: table-cell;
    vertical-align: top;
}
.logout-avatar {
    padding-right: 1em;
}
.logout-avatar img {
    height: 50px;
    width: 50px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	padding: 3px;
}
.logout-details {
}
.logout-details span {
    display: block;
}
.logout-details .logout-name {
    font-size: 16px;
    font-weight: 600;
}
.logout-type {
    color: #888888;
	font-size: 14px;
}
.logout-check {
    color: #888888;
	font-size: 12px;
}
.logout-details a {
}
.logout-action{
	
}
.logout-action-r{
	
	float: right;
}
.logout-action-l{
	
	float: left;
}

.chart-holder {
    display: block;
    height: 325px;
    position: relative;
    width: 100%;
}
.page-title {
    background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1.25em;
    padding: 10px 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.page-title i {
    margin-right: 0.4em;
}

.title-name{
	float: left;
	cursor: default;
}

.flash-msg{
	float: right;
	overflow: hidden;
	text-decoration: blink;
	cursor: default;
}
.table .action-td {
    text-align: center;
    width: 80px;
}
#back-to-top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    border-radius: 3px 3px 3px 3px;
    bottom: 20px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 45px;
    z-index: 9999;
}
#back-to-top:hover {
    background: none repeat scroll 0 0 rgba(255, 153, 0, 0.75);
    text-decoration: none;
}
#back-to-top i {
    color: #FFFFFF;
}

.itemicon {
	float: left;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */	
	height: 90px;
	width: 90px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	display: block;
	margin: 5px;
	overflow: hidden;
	display: block;
	
}

.itemicon:hover{
	background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

cursor: pointer;

	
}

.iconimg {
	width: 82px;
	height: 45px;
	padding: 5px;
	text-align: center;
	overflow: hidden;
	display: block;
}

.icontext {
	text-align: center;
	font-size: 100%;
	padding:5px;
	overflow: hidden;
	display: block;
	line-height:12px; 
	
}
.icontext a {
	text-decoration: none;
	color: #222222;
	font-size: 12px;
	display: block;
	
}

.icontext a:hover{
	color: #DD0000;
}

.vqitemicon {
	float: left;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */	
	height: 80px;
	width: 130px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	display: block;
	margin-right: 14px;
	overflow: hidden;
	
}

.vqitemicon:hover{
	background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

cursor: pointer;

	
}
.settings-title a {
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	color: inherit;
	
}

.settings-title a:hover {
	color: #0088CC;
	
}

.settings-text {
	color: #999999;
	font-size:12px;
}

.widget.widget-table .table tr td:first-child, .widget.widget-table .table tr th:first-child {
    border-left: medium none;
}

.table-bordered thead tr th:first-child {
    border-left-color: #CCCCCC;
}
.table-bordered thead th:first-child {
    border-left-color: #CCCCCC;
}
.table-bordered thead tr th {
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #444444;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 8px;
    padding-top: 8px;
	text-align: center;
}

.table-bordered thead tr th:last-child {
    border-right: medium none;
}
.table-bordered thead th:last-child {
    border-right: medium none;
}
.table-bordered thead tr th {
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #444444;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 8px;
    padding-top: 8px;
}

.table-bordered thead th {
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #444444;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
}

.table-bordered thead tr {
    background-image: linear-gradient(to bottom, #F5F5F5 0%, #E2E2E2 100%);
    background-repeat: repeat-x;
}

.table-bordered thead th {
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #444444;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
}

.field-back{
	background: #84969E;
	border: 1px solid #84969E;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 14px;
}

.bottom-menu{
	text-align:right;
}

.content-header{
    color: #1688C7;
    display: table;
    font-size: 24px;
    font-weight: 200;
    line-height: 18px;    
    position: relative;
    top: 2px;
	border-bottom: 1px solid #DA4E49;
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 0;
	height: 20px;
}
.content-header span{
	display: table-cell;
	vertical-align:top;	
}
.content-body{
	padding: 0;
	min-height: 400px;
	width: 100%;
}
.top-block{
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	padding: 10px 0;
	border: 1px solid #DDDDDD;
	
	margin-bottom: 5px;
	display: table;
	width: 100%;
}
.command-block{
	display: table-cell;
	width: 315px;
	vertical-align: top;
	padding-left: 10px;
	float: left;
	
}
.command-block:after{
	clear: both;
}

.srch-block{
	display: table-cell;;
	width: 250px;
	vertical-align: top;
	float: left;
	padding-left: 10px;
}
.srch-block:after{
	clear: both;
}

.fltr-block{
	display: table-cell;
	vertical-align: top;
	float: right;
	padding-right: 10px;
	
}

.fltr-block:after{
	clear: both;
}
.dataentry td{
	padding: 2px;
	
}
.dataentry th{
	padding:2px;
    border-bottom:1px solid #8A9AA2;  
    background: #84969E;
    background-image: -moz-linear-gradient(center top , #909FA7, #738791); 
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	
}
.dataentry th:last-child{
	border-right: 1px solid #84969E;
}

.dataentry input[type="text"],input[type="password"], .dataentry select{
	height: 25px;
	border-radius:0;
	padding: 2px;
}
.spanhalf{
	width: 420px;
	
}
.rpt-block{
	width:350px;
	padding: 5px 0;
	display: table;
	border-bottom: 1px solid #7A8D96;
	margin-bottom: 3px;
}

.rpt-block-avatar{
	display: table-cell;
	vertical-align: top;
	width: 40px;
	padding-left: 5px;

}
.rpt-block-detail{
	display: table-cell;
	vertical-align: top;
}

.rpt-block a{
	font-size:16px;
	color:#1296D6; 
}

.rpt-block a:hover{
	color: #DD0000;
}




