/* ================================
    CSS STYLES FOR THE Centre PORTAL
    v1.0, 10/2004
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	border: 0 0 0;
      border-right: 0px;
	border-top: 0px;
	border-left: 0px;
      width: 950px;   
      height: 200px;   
	border-bottom: 0px;	
	background-color: transparent; 
		
}
	
	
.PageBackround
{
	border: 0 0 0;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	width: 975px;  
	border-bottom: 0px;	
	background-color: white; 	
	background-image: url(images/MainHeader2.gif);
	background-repeat: no-repeat; 
	background-position:top;
}

/* Style of the table that holds the three
   content paynes
*/
.ContentPaneTable
{
    vertical-align: top;
    width: 970px;
    padding: 0;
    border: 0;
    background-color: white;
    
}
.ContentPaneLeft
{
    background-color: white;
    padding-left: 6px;
    width:230px;   
	
}

.HomeLeft
{
	background-color: white;   
      width:230px;
      background-image: url(images/HomeLeft.JPG);
      background-repeat: no-repeat;   
	
}

.ContentPaneRight
{
      background-color: white;
	
}

.ContentPaneCenter
{
   background-color:   white;
   width: 950px;
   padding-left:15px;
}

.ContentFooter
{
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   line-height: 10px;
   color: Black;  
   background-color: white;   
}

.ContentRoomTable
{
    vertical-align: top;
    width: 900px;
	
}

.SiteSettings
{
	padding-left: 20px;
}         


/* background color for the content part of the pages */
Body
{
    background-color: #F0F6F6;
}


.UserLogin
{
	
	 /*border: solid 1px dimgray;*/
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle 
{
 
    font-family: Arial, Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    

}

.SiteTitleBackGround
{
      height:150px;
           
}


/* These are for the standard Horizantol Menu  */
  
.SiteMenuBar
{
      cursor: hand;
	height:40px;	
	background-image: url(images/MenuBarSel.gif);
	background-repeat: repeat-x;
	width: 900px;
}
/* background/border colors for the selected tab */
.TabBg {
    background-color:  Transparent;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-color: transparent;
}

/* text style for the selected tab */
.SelectedTab 
{
      color: Navy;
	font-family: Arial, Helvetica; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal;
	font-variant: normal;
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
          
    
}

/* text style for the unselected tabs */
.OtherTabs 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: white; 
    text-decoration:none;
    font-weight: bold;    

}


/* hyperlink styles of 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;
    font-weight: bold;
    color: #808080;
}

A.OtherTabs:hover   {
    text-decoration:  underline;
    color: white;
}





/* These are for the optional Vertical Menu  */

.SiteMenuBarVert
{

 	background-image: url(images/titlebar.jpg);
	background-repeat: repeat-x;
	text-align: right;
}

/* background/border colors for the selected tab */
.TabBgVert {
    background-color:  Transparent;
}

/* background/border colors for the unselected tabs */
.OtherTabsBgVert
{
	background-color: transparent;
}

/* text style for the selected tab */
.SelectedTabVert 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080; /* Navy; */
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabsVert 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: white; /* gainsboro; */
    text-decoration:none;
      font-weight: bold
    

}

/* hyperlink styles of the unselected tabs */
A.OtherTabsVert:link    {
    text-decoration:  none;
    color: white;
}

A.OtherTabsVert:visited {
    text-decoration:    none;
    color: white;
}

A.OtherTabsVert:active  {
    text-decoration:    none;
    font-weight: bold;
    color: #808080;
}

A.OtherTabsVert:hover   {
    text-decoration:  underline;
    color: white;
}



    
/* text style for the site links (at extreme top-right of header) */
.SiteLink 
{
	
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: #718EA4;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color: #718EA4;
}

A.SiteLink:active   {
    text-decoration:    none;
    color: #718EA4;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color: #718EA4;
}


/* text style for the site links (at extreme top-right of header) */
.SiteLinkLogin 
{
	
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLinkLogin:link {
    text-decoration:    none;
    color: Red;
}

A.SiteLinkLogin:visited  {
    text-decoration:    none;
    color: Red;
}

A.SiteLinkLogin:active   {
    text-decoration:    none;
    color: Red;
}

A.SiteLinkLogin:hover    {
    text-decoration:    underline;
    color: #718EA4;
}

/* style for separator between site links */
.Accent
{
    color: Black;
    font-weight: bold;
}

.pictureBox
{
	border: solid 1px dimgray;
	
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:  normal;
    color: blue;
}
    
    .ItemTitleBold    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:  bold;
    color: blue;
}

/* Rodh - text style used for lables to the left of text box imputs */

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: normal;
	font-size: 20px;
	color: #718EA4;
	 font-variant:Normal;
	
      font-family: Arial, Verdana, Helvetica, sans-serif;
}


.Head2
{
	font-weight:  bold;
	font-size: 16px;
	color: White;/*#718EA4;*/
	font-variant:Normal;	
    font-family: Arial, Verdana, Helvetica, sans-serif;	
	line-height: 20px; 	
	/*background-image: url(images/Head2Back.gif);
	background-repeat: no-repeat;   */
	text-align: Center;
	vertical-align:  middle;
	text-indent: 5px;
	width:450;
	height:58;
	
}

.HeaderLower
{
	background-image: url(images/HomeLowerBanner.jpg);
	background-repeat: no-repeat;	
	width: 735px;
	
}

.HeaderLower2
{
	background-image: url(images/HomeLowerBanner.jpg);
	background-repeat: no-repeat;	
	width: 735px;
	
}

/* Style for how the line is drawn under Module Titles */
.HeadUnderLine
{
	width: 98%;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

.ContentDayView
{
	  
	width: 950px;
	border: 0;
	 
	left: 100px;
	margin-left: auto;
	margin-right:auto;
	margin-top:0px;
	border-color: Black;
	background-color: white;	 
	background-repeat: no-repeat; 
}



/* Rodh - text style used for lables to the left of text box imputs */
.LabelOnLeft /* title for left pane */
{
	
	font-weight: normal;
	font-size: 16px;
	background-image: url(images/leftpanetitle.gif);
	vertical-align: middle;
	color: white;
	line-height: 12px; 
	background-repeat: no-repeat;
      font-family:  Arial, Verdana, Helvetica, sans-serif;
	height: 20px;
      background-color: #718EA4;
	text-align: left;
	text-indent: 15px; back:left top
}

.AnnoucementHyperlink
{
  font-variant:small-caps;
  font-weight:bold;	
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: Black;    
}

.Normal2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: Black;    
}

.Normal3
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    color: Black;    
}



.NormalFooter
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: Black;  
     background-color: white;  
}
.NormalFooter2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    color: Black;  
     background-color: white;  
}


.FooterTable
{
	background-color: White;  
}

.Normalwhite
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: white;    
}

.NormalTenant
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: white;    
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 130px;
}

.NormalRed
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

.NormalBold2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold
}

.NormalHeader
{
    height: 25px;
	vertical-align: middle;
	text-align:  center;
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold; 
	color: Red;
	padding: 0px;
	padding-left: 10px; 
	margin: 0px;
	background-image: url(images/ModuleBack2.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	border-style: solid;
	border-width: 0px;
	border-color: #beb9b7;   
	border-bottom-width: 0px; 
    
   
}


.NormalReg
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: Blue;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButtonBlue     {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    
  
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButtonBlue:link {
    text-decoration:    underline;
    color: darkblue;
}

A.CommandButtonBlue:visited  {
    text-decoration:    underline;
    color: darkblue;
}

A.CommandButtonBlue:active   {
    text-decoration:    underline;
    color: darkblue;
}

A.CommandButtonBlue:hover    {
    text-decoration:    underline;
    color: blue;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration:    underline;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  darkred;
}

A:visited   {
    text-decoration:    none;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

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
}

/* DATAGRID */
/* Datagrids are used to display trouble ticket information etc..
   It is recomendation that you use a color scheme that emulates
   The colors in the HeadBg and body classes */
.DataGrid
{
    width: 100%;
    border:  border-width=0;
    gridLines: Vertical;
    cellpadding: 4;
    font-family: Arial, Verdana, Areal;
    font-size: 12px;
}
.DataGridHead
{
    background-image: url(images/gray101.gif);
    background-color:  Transparent; 
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color:blue;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    line-height: normal; /* 20pt; */
    padding-left: 5px
}

.DataGridItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: #808080;
    font-family: Arial, Verdana;
    font-size: 10px;
    padding-left: 5px
}

.DataGridSelectedItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color:  #808080;
    font-family: Arial, Verdana;
    font-size: 10px;
    padding-left: 5px
}
.DataGridItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color:  #808080;
    font-family: Arial, Verdana;
    font-size: 10px;
    padding-left: 5px
}

.DataGridFooter
{
   /* background-color: Maroon; */
    background-color:#dddca3;
    line-height: 10px
}

/* meeting room reservations day view, day collum */
.MeetingGridHead
{
    background-color:  silver; 
    color: blue;
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    padding-left: 2px
}

.MeetingGridItem
{
    background-color: #ffffff;
    border-bottom: dimgray 1x;
    border-left: dimgray 1px;
    color: black;
    font-family: Arial, Verdana;
    font-size: 10px;
    padding-left: 2px;
    width: 250px
    
}

.MeetingGridItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray 1x;
    border-left: dimgray 1px;
    color: black;
    font-family: Arial, Verdana;
    font-size: 10px;
    padding-left: 2px;
    width: 250px
}
.MeetingGridItemCancel
{
    background-color: #ffffff;
    border-bottom: dimgray 1x;
    border-left: dimgray 1px;
    color: black;
    font-family: Arial, Verdana;
    font-size: 10px;
    padding-left: 2px;
    width: 40px
}

.MeetingGridItemCancelAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray 1x;
    border-left: dimgray 1px;
    color: black;
    font-family: Arial, Verdana;
    font-size: 10px;
    padding-left: 2px;
    width: 40px
}


.AdminMultiPanel
{
	height: 100%;
	width: 100%;
}
/* Event Calendar Style */
.Cal
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: black; 
       
}

.Cal2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    line-height: 12px;
    color: black;    
}
      
/*  Used for the Order Entry System */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: #808080;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuUnselected:hover
{
    color: blue;
    text-decoration: underline;
    padding-left: 10px
}

A.MenuSelected
{
    color: blue;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px;
    
    
}

A.MenuSelected:hover
{
    color: blue;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}

.ProductListHead
{
    color: blue;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 24pt;
    /*text-decoration: underline;*/
}

.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

.UnitCost
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

.ProductDescription
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #808080;   
     
}

.ConfProductsHeader
{
   font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color:#808080; 	
	
}

.ContentHeadWidth
{
  width: 92%
 }
.ContentHead
{
    background-color: #5f7485;
    color: white;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px;
    width: 80%;
}

.TenantDetailsBackGround
{
      height:60px;
      background-position: left bottom;
      background-image: url(images/APCLogo.gif);
	  background-repeat: no-repeat; 
	  
}

.infolabel 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: White;  
	BACKGROUND-COLOR: Gray;
	text-align:center
}

.ResMain
{
	/*width:800px; 	*/
	width:90%;
}

.ResItem
{
  background-color:   Yellow;  
	
}

.ResTitle
{
	background-color:  White;
	
}

.ResAltRow
{
  
	
}

.ResRange
{
  
  background-color:  silver; 
    color: blue;
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    padding-left: 2px;
    width:60px;	
}

.ResBack
{
	background-color:  white;
	
}


.ResMain2
{
	width:500px;

 
 
 	
}

.ResItem2
{
  background-color:   Yellow;	
}

.ResTitle2
{
	background-color:  White;
	
	
}

.ResAltRow2
{
  
	
}

.ResRange2
{
  
    background-color:  silver; 
    color: blue;
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    padding-left: 2px;
    width:60px;	
}

.ResBack2
{
	background-color:  white;
	
}

.GuestReservation
{
	background-color:  white;
	
}

.GuestReservationInnerTable
{
	background-color: white;	
}


.OrderForm
{
	/*border-style: solid;
	border-width: 1px;
	border-color: #beb9b7;   
	border-bottom-width: 0px;*/
}

/* Menu Control Styles */
MainMenu_MenuContainer {
	
}

.MainMenu_MenuBar {
	
	cursor: hand;
	height:40px;	
	background-image: url(images/MenuBarSel.gif);
	background-repeat: repeat-x;
	width: 700px;
}

.MainMenu_MenuItem {
	 
	cursor: hand; 
	color:  White; 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	font-variant: normal;
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.MainMenu_MenuIcon {
	 
	
}



.MainMenu_MenuBreak {
	
}

.MainMenu_MenuItemSel {

	color: Navy;
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	font-variant: normal;
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-image: url(images/Menu_Bar.gif);
	background-repeat: repeat-x;
}



.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 	
	cursor: hand; 	
	color: Black;
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt;	 
	cursor: hand;
	color:Black;
}

.MainMenu_RootMenuItemActive 
{
    border: solid 10px purple;
    background-color: Yellow;
    
}

.MainMenu_MenuItemScroll
{
	
	

	
}

.MainMenu_SubMenu 
{	
	cursor: pointer; 
	cursor: hand; 
	color: White;	
    background-color: #718EA4;
		
}


.VertMenuHeader
{
	height: 25px;
	vertical-align: middle;
	text-align:  center;
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold; 
	color: Red;
	padding: 0px;
	padding-left: 0px; 
	margin: 0px;
	background-image: url(images/ModuleBack2.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #beb9b7;   
	border-bottom-width: 0px;  	
}

.VertMenuArea
{
	margin: 0px 0px 0px 0px;
	overflow: hidden;	
}

.VertMenuContentItem
{
	margin-bottom: 5px;
	display:  list-item;
	list-style-type: square;	
	margin-left: 16px;
	color: #18397c;
	 padding-left: 30px;
}

.VertMenuContent
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	color: #000000;
	padding: 8px;
	padding-bottom: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #ffffff;	
	overflow: hidden;
	background-image:  url(images/grd-4px_1_1.gif);
}


.VertMenuContentItem A:LINK
{
	color: #18397c;
}

.VertMenuContentItem A:ACTIVE
{
	color: #18397c;
}

.VertMenuContentItem A:VISITED
{
	color: #18397c;
}

.VertMenuContentItem A:HOVER
{
	color: #18397c;
}

