* {
padding: 0;
margin: 0;
}
html {
	height: 100%; /* Needs to be there for bg gradient to work */
	background-color: #403f3f;
}
BODY {
	background: #403f3f; /* Old browsers */
	background: -moz-linear-gradient(top, #969591 0%, #403f3f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #969591), color-stop(100%, #403f3f));
/*-webkit-background-size:100% 2000px;  Chrome,Safari4+ 
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000));*/
	background: no-repeat -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969591), color-stop(100%,#403f3f));
/* webkit */
	background: -webkit-linear-gradient(top, #969591 0%, #403f3f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #969591 0%, #403f3f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #969591 0%, #403f3f 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969591', endColorstr='#403f3f', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #969591 0%, #403f3f 100%); /* W3C */
	height: 100%; /* Needs to be there for bg gradient to work in IE8 */
	margin: 0;background-repeat: no-repeat;min-height: 100%;
}
a {
	color: #1994c3;
	text-decoration:none;
}
a:hover {
	color: #008aff;
}
table {
	color: black;
	font-family: Arial;
	font-size: 10pt;
}
#divLoginSoftware {
	width: 280px;
	font-weight:bold;
	padding: 4px 2px 12px 7px;
	font-size:1em;
}
#TableHeader {
	font-size: xx-small;
	width: 100%;
	color: white;
	font-family: Arial;
	background-color: white;
}
#HeaderTitle {
	color: white;
	font-family: Arial;
	height: 20px;
	background-color: #435e99;
}
#PanelMain {
	font-family: Arial;
	background-color: #b8bfe1;
}
#lblListTitle {
	border-right: #ced0e3 1px outset;
	border-top: #969bd3 1px outset;
	font-weight: bold;
	font-size: xx-small;
	border-left: #969bd3 1px outset;
	width: 100%;
	color: white;
	border-bottom: #ced0e3 2px outset;
	font-family: Arial;
	background-color: #848ace;
}
.DataGrid {
	width: 100%;
	font-size: xx-small;
	border-top-style: none;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.DataGrid .Header {
	width: 100%;
	color: white;
	background-color: #435e99;
	height:25px;
}
.DataGrid .Item {
	width: 100%;
	color: black;
	height: 25px;
	background-color: #e7e7ef;
}
.DataGrid .AlternateItem {
	width: 100%;
	color: black;
	background-color: #ffffff;
	height:25px;
}
.DataGrid .SelectedItem {
	width: 100%;
	color: black;
	background-color: #D6D6EA;
	height:25px;
}
FORM {
	font-family : Arial;
}
.FORM_WHITE {
}
LABEL {
	font-weight: normal;
	font-size: x-small;
	color: black;
	font-family: Arial;
}
.common_background {
	background-color: #b8bfe1;
}
.EdittingItem {
	background-color: #e7e7ef;
}
INPUT {
	font-family: Arial;
}
#WhiteVisitedTitle {
	color:White;
}
#BlackLink {
	color:Black;
}
INPUT {
	font-family:Arial;
}
SELECT {
	font-family:Arial;
}
OPTION {
	font-family:Arial;
}
#lblStats {
	font-family:Arial;
	font-size:x-small;
}
.AlignRightCurrency {
	text-align:right;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #F4F4F4;
}

#centerwrapper {
	margin: auto;
	width: 300px;
	padding: 10px 0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:240px; /* height needs to be there for vertical align to work */
}
#divLoginCenterContainer {
	background-color: #e3ecf7;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	border: solid #fff .4em;
	margin:auto;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;

}
#centerwrapper {
	display: block; /* resets to proper property value without resetting layout*/
}

#divLoginUpradeWrapper, #divLoginUpgradeContainer {
	width: 250px;
	height: 100px;
}

#divLoginUpgradeWrapper 
{
    margin: auto;
	width: 300px;
	padding: 10px 0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:120px; /* height needs to be there for vertical align to work */
}

#divLoginUpgradeContainer {
	border: 1px solid black;
	z-index: 9999;
	background-color: #eeeeee;
}
#divLoginJSError, #ltlLoginErrors, #divDemoExpired, #divCreateAdmin {
	font-size: .9em;
	color:red;
	text-align:center;
	padding:18px 0;
	font-weight:bold;
	background-color:#ffe599;
}
.txtalignrgt {
	text-align: right;
}
input, select {
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	margin: 3px 0 5px 5px;
	display: block;
	padding: 2px;
}
.clearit {
	width: 100%;
	clear: both !important;
	display: inline-block;
}
.clearit:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearit {
	height: 1%;
}
/* MENU */

.bubplastic.horizontal {
	float: left;
	height: 27px;
	background: #c3d9ff;
	overflow:hidden;
	position:relative;
	width:287px;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear:left;
	float:left;
	position:relative;
	left:50%;
	text-align:center;
}
.bubplastic.horizontal ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
.bubplastic.horizontal ul li a {
	display: block;
	line-height:2.8em;
	padding: 0 15px;
	margin: 1px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1994c3;
	text-decoration: none;
	background-color:#cee0fe;
}
.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	background: transparent;
	cursor: pointer;
}
.bubplastic.blue ul li a:hover {
	background: #fff;
}
.bubplastic.blue ul li a:hover span.menu_ar {
	background: #fff;
}
.copyright {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:.7em;
	color:#fff;
	text-align:center;
	margin-top:5px;
}
.loginlink {
	padding: 3px 0px 12px 0px;
	cursor: pointer;
	text-decoration: underline;
	color: #2765bd;
	font-size: .8em;
}
