/* Sortable tables */
table.sortable
{
	border-color: #666666;
	border-width: 2px;
	border-style: solid;
}

table.sortable a.sortheader 
{
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
		font-size: 11px;
}
table.sortable span.sortarrow 
{
    color: black;
    text-decoration: none;
}

table.sortable th
{
	background-color: #eee;
	white-space:nowrap;
}

table.sortable td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	white-space:nowrap;
}

table.sortable tr.alternateRow {
  background-color: #e0e0e0;
}

table.sortable tr.highlight {
  background-color:#FFCC00;
}

table.sortable td.sortedColumn {
  background-color:   #f0f0f0;
	border-left-color:  #666666;
	border-left-width:  1px;
	border-left-style:  solid;
	border-right-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
}

table.sortable th.sortedColumn {
  background-color: #b0b0b0;
	border-left-color:  #666666;
	border-left-width:  1px;
	border-left-style:  solid;
	border-right-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
}

table.sortable tr.alternateRow td.sortedColumn {
  background-color: #d0d0d0;
	border-left-color:  #666666;
	border-left-width:  1px;
	border-left-style:  solid;
	border-right-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
}



/******** Button Class **********/
.gbutton
{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(/_common/images/button-bg.gif) repeat-x left top;
}
/********************************/


/**** Installer Login Area ************/
#installerInfoBox
{
	border:#333333 thin solid;
	float:right;
	position:relative;
	padding:5px;
}

#installerAddress
{
}

#installerContact
{
}

#installerInfoEdit
{
	position:absolute;
	top:0;
	right:0;
}

#installerInfoEdit a
{
	color:#999999;
	padding:3px;
	font-weight:bold;
	text-decoration:none;
}
#installerInfoEdit a:hover
{
	color:#FFFFFF;
	background-color:#003366;
}

#installerMenu
{
	width:20em;
}
#installerMenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#installerMenu li
{
	padding:1px;
}
#installerMenu li a
{
	display:block;
	background-color:#CCCCCC;
	text-decoration:none;
	color:#000000;
	padding:2px;
}
#installerMenu li a:hover
{
	background-color:#003366;
	color:#FFFFFF;
}
/********************************/