

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


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

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

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

a
{
	color:#3984A1;
}

.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:#4F4B4A;
	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:#77A100;
}

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

.txtField
{ 
  font-family:Arial; 
  font-size:12px; 
  background-color:white; 
  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;
}