/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: black;
}

/* background color for the content part of the pages */
Body
{
    background-color: black;
   	margin: 0;
	padding: 0;
	color: white;	
	font-family: Tahoma, Arial, Helvetica;
	font-size:  10px;
    background-image: url(/Portals/_default/Skins/Angola/Background.jpg)
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    line-height: 0em;
    color: white;    
    font-family: Verdana,Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:hover    {
    text-decoration: underline;
    color:white;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:white;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: white;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: white;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: white;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

.NormalBoldCalendar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #000000
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: white;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: white;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: white;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: white;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: white;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: white;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: white;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: white;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: white;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: white;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: white;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: white;
}

TD  {
    font-size:  11px;
}

A:link  {
    text-decoration:    none;
    color:  yellow;
}

A:visited   {
    text-decoration:    none;
    color:  yellow;
}

A:active    {
    text-decoration:    none;
    color:  yellow;
}

A:hover {
    text-decoration:    underline;
    color:  yellow;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: white;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: white;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: white;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 9px; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: white; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	width: 159px;	
	height: 24px;	
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 12pt; 
	font-style: bold; 
	background-image: url(/Portals/_default/Skins/Angola/object8.gif);
	padding-left:10px;
	padding-top:0px;
	width:159px;
	height:24px;
}

.MainMenu_MenuIcon {
	width:0px;
}

.MainMenu_SubMenu {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	background-image: url(/Portals/_default/Skins/Angola/object8.gif);
	padding-left:0px;
	padding-top:0px;
	width:159px;
	height:24px;
	z-index: 1000; 
}

.MainMenu_MenuBreak {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	padding-left:0px;
	padding-top:0px;
	width:159px;
	height:24px;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: Black; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	background-image: url(/Portals/_default/Skins/Angola/object12.gif);
	padding-left:0px;
	padding-top:0px;
	width:159px;
	height:24px;
}

.MainMenu_MenuArrow {
	
}

.MainMenu_RootMenuArrow {
	
}

.Ticker {
  background-color: #78A2B0;
  width: 100%;
  border: #e0e0e0 1px solid;
  font-family: Verdana,Tahoma, Arial, Helvetica; 
  font-size: 8pt; 
  font-style: normal; 
  padding: 4px;
  height: 24px;
}

.Sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(/Portals/_default/Skins/Uvasys/images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}

.Boxhead {
	background: url(/Portals/_default/Skins/Uvasys/images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.Boxhead h2 {
	background: url(/Portals/_default/Skins/Uvasys/images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.Boxbody {
	background: url(/Portals/_default/Skins/Uvasys/images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.AdvGridTable {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #ffffff; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #000000
}
.AdvGridSearch {
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; WIDTH: 1%; COLOR: #000000
}
.AdvGridHeader {
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #ffffff; BACKGROUND-COLOR: #808080
}
.AdvGridFooter {
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #ffffff; BACKGROUND-COLOR: #808080
}
.AdvGridItem {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #ffffff; BACKGROUND-COLOR: #000000
}
.AdvGridAlternatingItem {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #ffffff; BACKGROUND-COLOR: #202020
}
.AdvGridPagerStyle {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; BACKGROUND-COLOR: #505050
}
.AdvGridPagerStyle A {
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; TEXT-DECORATION: none
}
.AdvGridPagerStyle A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: red; TEXT-DECORATION: underline
}
.AdvGridSelectedItemStyle {
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: red; BACKGROUND-COLOR: #f5f5f5
}

.hotspot {color:yellow; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}


/*NTFORUMS*/

.NTForums_ToolbarLink
{
	font-size: 10pt;
	color: #696969;
}
.NTForums_AdminHeader
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 12pt;
	border-bottom: #000000 1px solid;
	font-family: Verdana, Arial;
}
.NTForums_AdminForumRow
{
	background-color: #f5f5f5;
}
.NTForums_Grid
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-size: 12px;
	border-left: #dcdcdc 1px solid;
	width: 100%;
	border-bottom: #dcdcdc 1px solid;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_Grid_Header
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	height:18px;
	padding-left:5px;
	background-color: #033713;
}
.NTForums_Cell1
{
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	color: #000000;
	background-color: #d3d3d3;
}
.NTForums_Cell2
{
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	color: #ffffff;
	background-color: #505050;
}
.NTForums_Cell2 INPUT
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_GroupRow
{
	/*BACKGROUND-IMAGE: url(images/blue_back_grad.jpg); HEIGHT:18px;*/
	padding-left: 2px;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	background-color: #033713;
}
.NTForums_GroupRow A
{
	font-size: 13px;
	color: #ffffff;
}
.NTForums_GroupRow A:link
{
	font-size: 13px;
	color: #ffffff;
}
.NTForums_GroupRow A:visited
{
	font-size: 13px;
	color: #ffffff;
}
.NTForums_GroupRow A:hover
{
	text-decoration:underline;
}

.NTForums_ForumRow
{
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	background-color: #f5f5f5;
}
.NTForums_ForumRow A:link
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow A:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow A:active
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumSubRow
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	margin-left: 2px;
	color: black;
	margin-right: 2px;
	border-bottom: #000000 1px solid;
	font-family: Tahoma, Verdana, Arial;
	background-color: #f5f5f5;
}
.NTForums_ForumSubRow A
{
	font-size: 10px;
	color: black;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow A:link
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow A:hover
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow A:active
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow A:visited
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}

.NTForums_ForumRow2
{
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	background-color: #dcdcdc;
}

.NTForums_ForumRow2 A:link
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow2 A:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow2 A:active
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}

.NTForums_ForumRow2 A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumSubRow2
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	margin-left: 2px;
	color: black;
	margin-right: 2px;
	border-bottom: #000000 1px solid;
	font-family: Tahoma, Verdana, Arial;
	background-color: #dcdcdc;
}
.NTForums_ForumSubRow2 A
{
	font-size: 10px;
	color: black;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow2 A:link
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow2 A:hover
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow2 A:active
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow2 A:visited
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumRowNew
{
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	background-color: #ffff99;
}
.NTForums_ForumRowNew A:link
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRowNew A:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRowNew A:active
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRowNew A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumHeader
{
	font-weight: bold;
	font-size: 11px;
	color: #B6B6B6;
	font-family: Tahoma, Verdana, Arial;
	background-color: #056325;
}

.NTForums_Crumb
{
	font-size: 12px;
	color: white;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_Subject
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	margin-left: 10px;
	color: white;
	padding-top: 5px;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_Pager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_Pager A
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_Button
{
	cursor:hand;
	border-right: #000000 1px solid;
	padding-right: 2px;
	border-top: #000000 1px solid;
	display: block;
	padding-left: 2px;
	font-weight: bold;
	font-size: 9pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#7DA1C4, EndColorStr=#336699);
	padding-bottom: 5px;
	border-left: #000000 1px solid;
	width: 100px;
	color: #ffffff;
	padding-top: 5px;
	border-bottom: #000000 1px solid;
	font-family: Tahoma, Verdana, Arial;
	background-color: #033713;
	text-align: center;
	text-decoration: none;
}
.NTForums_Button A
{
	color: White;
	text-decoration:none;
}
.NTForums_Button A:link
{
	color: White;
}
.NTForums_Button A:visited
{
	color: White;
}
.NTForums_Button A:hover
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#336699, EndColorStr=#7DA1C4);
	text-decoration: underline;
}
.NTForums_Image
{
	border-right: gray 1px solid;
	padding-right: 5px;
	border-top: gray 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 5px;
	border-left: gray 1px solid;
	padding-top: 5px;
	border-bottom: gray 1px solid;
	position: static;
	background-color: #f5f5f5;
}
.NTForums_Quote
{
	border-right: #a9a9a9 1px solid;
	padding-right: 5px;
	border-top: #a9a9a9 1px solid;
	display: block;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 5px;
	margin: 10px;
	border-left: #a9a9a9 1px solid;
	padding-top: 5px;
	border-bottom: #a9a9a9 1px solid;
	background-color: #f5f5f5;
}
.NTForums_Editor
{
	font-size:10pt;
	color:#000000;
	padding-left:5px;
}
.NTForums_SmallButton
{
	font-size: 8pt;
	font-family:Tahoma, Verdana, Arial;
}
.NTForums_SmallButton A
{
	font-size: 8pt;
	font-family:Tahoma, Verdana, Arial;
}
.NTForums_SmallButton A:link
{
	font-size: 8pt;
	font-family:Tahoma, Verdana, Arial;
}
.emot
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
.af_pagernumber
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	width: 15px;
	color: yellow;
	padding-top: 2px;
	font-family: Tahoma, Verdana, Arial;
	background-color: #505050;
}

.af_currentpage
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	width: 15px;
	color: black;
	padding-top: 2px;
	font-family: Tahoma, Verdana, Arial;
	background-color: #ffffcc;
}
.af_pager
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	font-family: Tahoma, Verdana, Arial;
}
