﻿

/* Admin List Styles */
.afAdminListFrame
{
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	width:98%;
	border: solid 2px #676767;
}

.afAdminList 
{
	background-color: #FFFFFF;
	padding:0px 2px 0px 2px;
	border-top: solid 1px #676767;
	border-right: solid 1px #676767;
	border-left: solid 1px #676767;
    border-bottom: solid 1px #676767;
	 
}	
.afAdminListFrame TH
{
	background-color: #676767;
	padding: 5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	color: #FFFFFF;
	height:15px;
}

.afAdminList TD
{
	padding-left:  5px;
	padding-right:  2px;
}	
.afAdminList TH
{
	background-color: #676767;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding: 2px 5px 2px 5px;
	Height: 25px;
}	
.afAdminListScrollDiv
 {
	width:100%; height:400px; overflow:auto; padding:0px 0px 0px 0px;
 }

.afAdminListHeader
{
	background-color: #676767;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	padding:  0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	Height: 30px;
}
.afAdminListHeader a:link { font-weight: bold; color: #FFFFFF; text-decoration: none}
.afAdminListHeader a:active { font-weight: bold; color: #FFFFFF; text-decoration: none}
.afAdminListHeader a:visited { font-weight: bold; color: #FFFFFF; text-decoration: none}
.afAdminListHeader a:hover { font-weight: bold; color: #634173; text-decoration: underline}

.afAdminData
{
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	border: solid 1px #DDDDDD;
	padding:  5px  5px 5px 5px;
}	

.afAdminListRow 
{
  background-color: #FFFFFF;
  color:black;
  padding: 0px 5px 0px 5px;
  margin: 1px 1px 1px 1px;
  height:15px;
  text-align:left;
  font-size:11px;
  border: solid 1px #DDDDDD;
  /* cursor: pointer; */
}

.afAdminListRowHover 
{
  background-color: #DEDEDE;
  color:black;
  margin: 1px 1px 1px 1px;
  height:15px;
  text-align:left;
  font-size:11px;
  /* cursor: pointer; */
}

.afAdminListRowHover TD {padding:0 5 0 5; }

.afAdminListRow a:link { font-weight: normal; color: #000000; text-decoration: none}
.afAdminListRow a:active { font-weight: normal; color: #000000; text-decoration: none}
.afAdminListRow a:visited { font-weight: normal; color: #000000; text-decoration: none}
.afAdminListRow a:hover { font-weight: normal; color: #666666; text-decoration: underline}

.afAdminListRowAlt a:link { font-weight: normal; color: #000000; text-decoration: none}
.afAdminListRowAlt a:active { font-weight: normal; color: #000000; text-decoration: none}
.afAdminListRowAlt a:visited { font-weight: normal; color: #000000; text-decoration: none}
.afAdminListRowAlt a:hover { font-weight: normal; color: #666666; text-decoration: underline}

.afAdminListRowHover a:link { font-weight: normal; color: #000000; text-decoration: none}
.afAdminListRowHover a:active { font-weight: normal; color: #000000; text-decoration: none}
.afAdminListRowHover a:visited { font-weight: normal; color: #000000; text-decoration: none}
.afAdminListRowHover a:hover { font-weight: normal; color: #666666; text-decoration: underline}

.afAdminListPager
{
	text-align:right;
	width:98%
}

.afAdminHeader
{
	color:#333333;
	font-size:13px;
	font-weight:bold;
	padding:  25px 0px 5px 0px;
}


/* Admin Nav List Styles */
.afAdminNavListFrame
{
	padding:2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	background-color: #676767;
	height:300px;
	width:98%;
	border: solid 3px #676767;
}

.afAdminNavListLeft
{
	padding:5px 0px 2px 2px;
	border-right: solid 2px #676767;
	background-color: #FFFFFF;
}
.afAdminNavListLeft a:link { font-weight: bold; color: #676767; text-decoration: none}
.afAdminNavListLeft a:active { font-weight: bold; color: #676767; text-decoration: none}
.afAdminNavListLeft a:visited { font-weight: bold; color: #676767; text-decoration: none}
.afAdminNavListLeft a:hover { font-weight: bold; color: #666666; text-decoration: none}
 
.afAdminNavTree
{
	padding:  2px 0px 2px 0px;
	font-size:12px;
}
.afAdminNavTreeNode
{
	padding:  2px 0px 2px 0px;
} 
.afAdminNavTreeNodeSelected 
{
	color:#0033CC;
	padding:  2px 0px 2px 0px;
	background-color:#CCCCCC;
}  
.afAdminNavTreeNodeHover 
{
	background-color:#CCCCCC;
} 
.afAdminNavTreeNodeSelected a:link { font-weight: bold; color: #0033CC; text-decoration: none}
.afAdminNavTreeNodeSelected a:active { font-weight: bold; color: #0033CC; text-decoration: none}
.afAdminNavTreeNodeSelected a:visited { font-weight: bold; color: #0033CC; text-decoration: none}
.afAdminNavTreeNodeSelected a:hover { font-weight: bold; color: #666666; text-decoration: none}
 
.afAdminNavList 
{
	background-color: #FFFFFF;
	padding:0 2px 0 2px;
	border: solid 1px #FFFFFF;
	width:98%;
}	
.afAdminNavListFrame TH
{
	padding: 10px 5px 10px 5px;
	color: #FFFFFF;
}

.afAdminNavList TD
{
	padding-left:  5px;
	padding-right:  2px;
}	

.afAdminNavList TH
{
	background-color:#DEDEDE;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	padding:  2px 5px 2px 5px;
	Height: 20px;
}
.afAdminNavListHeader
{
	font-size:11px;
	font-weight:bold;
	padding:  2px 5px 2px 5px;
	Height: 20px;
}
.afAdminNavListHeader a:link { font-weight: bold; color: #333333; text-decoration: none}
.afAdminNavListHeader a:active { font-weight: bold; color: #333333; text-decoration: none}
.afAdminNavListHeader a:visited { font-weight: bold; color: #333333; text-decoration: none}
.afAdminNavListHeader a:hover { font-weight: bold; color: #666666; text-decoration: underline}


.afAdminData
{
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	border: solid 1px #DDDDDD;
	padding:  5px  5px 5px 5px;
}	

.afAdminNavListRow
{
  background-color: #FFFFFF;
  color:black;
  padding: 0px 5px 0px 5px;
  margin: 1px 1px 1px 1px;
  height:15px;
  text-align:left;
  font-size:11px;
  border: solid 1px #DDDDDD;
  /* cursor: pointer; */
}

.afAdminNavListRowHover
{
  background-color: #DEDEDE;
  color:black;
  margin: 1px 1px 1px 1px;
  height:15px;
  text-align:left;
  font-size:11px;
  /* cursor: pointer; */
}

.afAdminNavListRow TD {padding:0 5 0 5; }

.afAdminNavListRow a:link { font-weight: normal; color: #000000; text-decoration: none}
.afAdminNavListRow a:active { font-weight: normal; color: #000000; text-decoration: none}
.afAdminNavListRow a:visited { font-weight: normal; color: #000000; text-decoration: none}
.afAdminNavListRow a:hover { font-weight: normal; color: #666666; text-decoration: underline}

.afAdminNavListRowAlt a:link { font-weight: normal; color: #000000; text-decoration: none}
.afAdminNavListRowAlt a:active { font-weight: normal; color: #000000; text-decoration: none}
.afAdminNavListRowAlt a:visited { font-weight: normal; color: #000000; text-decoration: none}
.afAdminNavListRowAlt a:hover { font-weight: normal; color: #666666; text-decoration: underline}

.afAdminNavListRowHover a:link { font-weight: normal; color: #000000; text-decoration: none}
.afAdminNavListRowHover a:active { font-weight: normal; color: #000000; text-decoration: none}
.afAdminNavListRowHover a:visited { font-weight: normal; color: #000000; text-decoration: none}
.afAdminNavListRowHover a:hover { font-weight: normal; color: #666666; text-decoration: underline}

.afAdminNavListPager
{
	text-align:right;
	width:98%
}



.afIntegratedMaintPage 
{
	 background-color:#959595;
	 width:100%;	 	 
	 margin:0px 0px 0px 0px;
	 padding:0px 0px 0px 0px;
	 
}
.afIntegratedMaintPage TH 
{
  height:30px;
  border:solid 3px #959595;
  font-size:20px;
  padding-left:5px; 
}
.afIntegratedMaintHeader 
{
	 font-size:20px;
	 font-weight:bold;
	 color:#FFFFFF;
	 padding:5px 0px 5px 0px;
}

.afIntegratedMaintButtons
{
	background-color:#FFFFFF;
	height:30px;
	vertical-align:middle;
	margin:5px 0px 0px 5px;
	padding:3px 3px 1px 10px;
	border-left:solid 3px #959595;
	border-right:solid 3px #959595;
	border-bottom:solid 2px #959595;	
}

.afIntegratedMaintDataHeader 
{
	 font-size:16px;
	 font-weight:bold;
	 color:#FFFFFF;
	 padding:5px 0px 5px 0px;
}

.afIntegratedMaintPanel
{
	background-color:#FFFFFF;
	border-top:solid 2px #959595;
	border-left:solid 2px #959595;
	border-right:solid 2px #959595;
	border-bottom:solid 2px #959595;	
}

.afIntegratedMaintDetail 
{
	background-color:#FFFFFF;
	width:90%;
	border-left:solid 2px #959595;
	border-right:solid 2px #959595;
	border-bottom:solid 2px #959595;	
}
.afIntegratedMaintDetailButtons
{
  background-color:#FFFFFF;
	height:27px;
	margin:5px 0px 0px 3px;
	padding:3px 3px 1px 5px;
	border-bottom:solid 4px #959595;	
}
.afIntegratedMaintDetailButtons2
{
  background-image: url(common/toolbar/toolbarbg.jpg);
  background-repeat: repeat-x;
  background-color:#84ABE2;
	height:27px;
	margin:5px 0px 0px 3px;
	padding:3px 3px 0px 5px;
}
.afIntegratedMaintDetailButtons3
{
  background-color:#DBDBDB;
	height:20px;
	margin:5px 0px 0px 3px;
	padding:3px 3px 0px 5px;
}

.afIntegratedMaintDetailScrollDiv
 {
	width:99%; height:490px; overflow:auto; padding:5px 0px 5px 5px;
 }
 
.afIntegratedMaintBottom 
{
	font-size:8px;
}
 
