body
{
	font-family: Verdana;
	font-size: xx-small;
}

/*body
{
	font-family:Verdana;
	font-size:x-small;
	background-color:White;
}

td
{
	font-family:Verdana;
	font-size:x-small;
}

span
{
	font-family:Verdana;
	font-size:x-small;
}

input
{
	font-family:Verdana;
	font-size:x-small;
}

select
{
	font-family:Verdana;
	font-size:x-small;
}
*/
a
{
	text-decoration: none;
	cursor: hand;
	color: Black;
}

.main a {
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: Blue;
}

/*span.Highlight
{
	font-weight: bold; 
	color: red;
}*/

/*ul 
{
	margin-left: 10px;
}

ul.visiblelist
{ 
	font-weight: normal;
	font-size: x-small;
	font-family: verdana;
	cursor: hand;
	list-style-image: url(../images/blank.gif); 
	display: block;
	margin-left: 0px;
}

ul.hiddenlist
{ 
	font-weight: bold;
	font-size: xx-small;
	font-family: verdana;
	cursor: hand;
	list-style-image: url(../images/blank.gif); 
	display: none;
	margin-left: 0px;
}

li.foldheader 
{ 
	font-weight: bold; 
	font-family: verdana;
	font-size: x-small;
	list-style-image: url(../images/plus.gif); 
	cursor: hand;
}
*/

div.header
{
 background: #DEF;
 border: 1px solid #036;
 /*height: 41px;*/
 left: 0px;
 margin: 0px;
 padding: 0px;
 position: absolute;
 top: 0px;
 width: 100%;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}

div.header ul {
	padding: 0;
	margin: 3px;
	display: table;
	width: 100%;
	list-style-type: none;
	line-height: inherit;
}

div.header ul li {
	display: table-cell;
	vertical-align: middle;
}


div.header .menubutton {
	display: none;
	margin-left: 3px;
	margin-right: 7px;
	padding-top: 5px;
	padding-bottom: 2px;
}

div.header .apptitle
{
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
}

div.header .resellername
{
	font-size: 16px;
}

div.header .previous-reseller
{
	font-size: 12px;
}

div.header .previous-reseller a
{
	text-decoration: underline;
}

div.header .pagetitle
{
	color: #330099;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: justify;
}

div.header .ecosystem-status-ok
{
    color: green;
    font-size: x-small;
}

div.header .ecosystem-status-not-sending
{
    color: red;
    font-size: x-small;
}

.is-sending-to-ecosystem {
    color: green;
}

.is-not-sending-to-ecosystem {
    color: red;
    font-weight: bold;
}

.center {
    text-align: center;
}


/*.header td 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}*/

div.menu 
{
	left: 0px;
	position: absolute;
	top: 36px;
	width: 150px;
}
div.main
{
	left: 155px;
	position: absolute;
	top: 36px;
}
div.copyright
{
	font-size: 6pt;
	text-align: center;
	padding-top: 10px;
	/*left: 155px;*/
	/*position: absolute;*/
	/*bottom: 0px;*/
}

div.main
{
	padding-top: 20px;
	padding-left: 20px;
}

div.main table
{
	font-size: x-small;
	/*width: 100%;*/
}

div.main table a
{
	font-weight: bolder;
}

.datagrid
{
	font-size: xx-small;
	/*background-color: White;*/
	/*CellPadding="4" */
	border-color: Black;
	border-style: solid;
	border-width: 0px;
	padding: 0px;
	width: 100%;
}

/*.datagrid .datagrid
{
	font-size: smaller;
}*/

.datagrid .footer
{
	/*background-color: #CCCC99;*/
	background-color: #DEF;
}

.datagrid .alternating
{
	/*background-color: White;*/
	background-color: White;
	vertical-align: top;
}

.datagrid .header
{
	/*background-color: #6B696B;
	color: White;*/
	background-color: #6B696B;
	color: White;
	font-weight: bold;
}

.datagrid .item
{
	/*background-color: #F7F7DE;*/
	background-color: #DEF;
	vertical-align: top;
}

.datagrid .pduitem
{
	/*background-color: #F7F7DE;*/
	background-color: #EEEEEE;
	vertical-align: top;
}

.datagrid .pager
{
	/*background-color: #F7F7DE;
	color: Black;*/
	background-color: #CDE;
	color: Black;
	font-weight: bold;
	text-align: right;
}

.datagrid .selected
{
/*	background-color: #CE5D5A;
	color: White;*/
	background-color: #CDE;
	color: White;
	font-weight: bold;
}


/* For the class="menulist" element, and all 'ul' tags inside it. */
.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 150px;
 list-style: none;
 border: 1px solid #036;
 border-bottom-width: 0;
 background: #DEF;
}

/* Submenus ('ul' tags) are hidden by default. You may want to hide them with scripting? */
.menulist ul {
 position: absolute;
 top: 0;
 left: 155px;
 display: none;
	z-index: 1000;
}

/* All menu items ('li' tags) */
.menulist li {
 position: relative;
 border-bottom: 1px solid #036;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #036;
 text-decoration: none;
}

/* Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover {
 color: #FFF;
 background-color: #8AC;
 text-decoration: none;
}
.menulist a.highlighted {
 color: #963;
 background-color: #CDE;
 text-decoration: none;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}

.TableHeadingNineZeroFive
{
	font-size: 12px;
	font-weight:bold;
	color: #0F0F0F;
	background-color: #FFE0C0;
}

.handleImage
{
	width:15px;
	height:16px;
	background-image:url(../images/HandleHand.png);
	overflow:hidden;
	cursor:se-resize;
}

.handleText
{
	width:16px;
	height:16px;
	background-image:url(../images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.collapseablePanelHeader
{	
	cursor: pointer;
	vertical-align: middle;
	
	
}

.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 2px 2px 2px 2px;
	white-space: nowrap;
	width:auto;
	
}

.ContextMenuPanel
{
	border: 1px solid #868686;
	z-index: 1000;
	background: repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.CheckBoxStyle
{
	background:#F0C413;
	font-size: 11px;
	font-style:italic;
}


/* 3-state check box with an inconclusive state */
.tristateCheckBox > input[type="checkbox"]
{
	padding: 0px;
	margin-right: 5px;
}

.inconclusive > input[type="checkbox"]
{
	outline: 1px solid orange;
	border: 1px solid orange;
}

.row-command, .row-command:hover
{
    color: #333333;
}

.alt-row .row-command, .alt-row .row-command:hover
{
    color: #284775;
}

td.aspNetDisabled a:hover {
	text-decoration: none;
	cursor: default;
}

.report-progressbar {
	position: relative;
	width: 175px;
}

.report-progressbar img {
	height: 14px;
	float: left;
}

.report-progresstext {
	position: absolute;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 100;
	color: black;
}

.ui-widget-header {
	background: inherit;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: inherit;
}

.loadmask {
	 position:           absolute;
    z-index:            9999;
    top:                0;
    left:               0;
    width:              100%;
    height:             100%;
    background-color:   rgba(0,0,0,0.1);
}

.checkbox-inline-list input[type=checkbox] {
	margin-right: -1px;
}
.checkbox-inline-list label {
	margin-right: 10px;
}

ul.nolist {
	list-style-type: none;
}

table.details {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.details th
{
	border-bottom: gray thin solid;
	border-left: gray thin solid;
	width: 50%;
}

table.details td
{
	border-bottom: gray thin solid;
	border-left: gray thin solid;
	border-right: gray thin solid;
}

table.details tr:first-child th, table.details tr:first-child td
{
	border-top: gray thin solid;
}

table.details thead th
{
	font-size: 1.3em;
	text-align: center;
	border-right: gray thin solid;
}