﻿.loginbox_header
{
	color: #000066;
	background-color: #99ccff;
	border-color: #0066ff;
	border-width: 1px;
	border-style: solid;
	font-size: 14px;
	font-weight: bold;
}
.loginbox_errorstyle
{
	color: #FF0000;
}

.pleasewaitdialog
{
	color: #000066;
	background-color: #99ccff;
	border-color: #0066ff;
	border-width: 1px;
	border-style: solid;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 60px;
	width: 190px;
}

.gridstyle th
{
	font-size: 13px;
	font-weight: normal;
	padding: 4px;
	background: #b9c9fe;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
	border-collapse: collapse;
}
.gridstyle td
{
	padding: 4px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
	font-size: 12px;
	border-collapse: collapse;
}
.gridstyle tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
	text-align: left;
	border-collapse: collapse;
}
.gridstyletable tbody tr:hover td
{
	background: #d0dafd;
	color: #339;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
	font-size: 12px;
	border-collapse: collapse;
}
.gridstylepager td
{
	padding: 4px;
	color: #669;
	background: #e8edff;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}

.box_information, .box_warning, .box_error {
border: 1px solid;
margin: 10px 0px;
padding:10px 5px 10px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.box_information {
color: #00529B;
background-color: #BDE5F8;
background-image: url('icons/dialog/information.png');
}

.box_warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('icons/dialog/warning.png');
}
.box_error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('icons/dialog/error.png');
}
