

body,td,a,font
{
  font-size:12px;
  font-family:arial;
  color:white;
}

.visibleDiv
{
    position: fixed;

    top: 10px;
    left: 10px;    

    width: 150px;
    border: solid 1px #e1e1e1;
    vertical-align: middle;
    background: #ffdab9;
    text-align: center;


}


.pagingLinkSel
{
	font-family:arial;
	font-size:13px;
	color:white;
	font-weight:bold;
	text-decoration: none;
}

.pagingLink
{
	font-family:arial;
	font-size:13px;
	color:white;
	text-decoration: none;
}

input
{
	font-family:arial;
	font-size:11px;
	background-color:#ECE9D8;
	border:1px solid #404040;
}

a
{
	color:white;
}

.gradBG
{
	background-color:#4D5D77;
	
	text-align: center;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:white;
	padding:4px;
	height:20px;
}

.gradToolbarBG
{
	background: url('images/gui/toolbar_bg.jpg');
	
	text-align: center;
	vertical-align:middle;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:white;
	padding-bottom:2px;
	height:20px;
}

.aBtn
{
	text-align: center;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:black;
	padding:2px;
	padding-right:4px;
	padding-left:4px;
	width: 80px;
	height: 20px;
	text-decoration: none;

	background-color:#ECE9D8;
	border-right:1px solid #404040;
	border-left:1px solid #404040;

	
}

.topMenuA
{
	text-decoration:none; 
	font-weight:bold;
	font-size:11px;
	
}

.ToolbarLink
{
	font-family:arial;
	font-size:12px;
	color:black;
	text-decoration:none;

}

.ToolbarLink:hover
{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:black;
	text-decoration:underline;

}

.pageTitle
{
	text-align:center;
	font-size:18px;
	font-family:arial;
	font-weight:bold;
	color:#798090;
}

.pageTitleContentPage
{
	font-size:18px;
	font-family:arial;
	font-weight:bold;
	color:#798090;
}

.txtField
{ 
  font-family:Arial; 
  font-size:12px; 
  background-color:#ececec; 
  border-color:gray; 
  border-width:1px; 
  color:FFFFFF; 
  width:250px;
}

/* Sortable tables */
table.sortable a.sortheader {
	font-family:arial;
	font-size:12px;
    color:white;
    font-weight: bold;
    text-decoration: none;
    display: block;
	padding:0px;
	margin:0px;
}
table.sortable span.sortarrow {
    color: black;
    font-weight: bolder;
	padding:0px;
	margin:0px;
    display: none;
}