﻿body 
{
     padding: 0px; 
     margin: 0px; 
     padding-top: 10px;
}
input
{
	font-family: Verdana;
	font-size: 11px;
}
select
{
	font-family: Verdana;
	font-size: 11px;	
}
textarea
{
	font-family: Verdana;
	font-size: 11px;
}
.MenuItem
{
    font-family: Verdana;
    font-size: 10px;
    padding-top: 1px;
    display: inline;
    width: 69px; 
    height: 15px;
    text-align: center; 
    background-image: url(images/menuBtnBgd.gif);
    position: absolute; 
    top: 27px; 
    border: none;
    cursor: pointer;
}
.MenuItemAZ
{
    font-family: Verdana;
    font-size: 9px;
    color: White;
    display: inline;
    width: 69px; 
    height: 12px;
    text-align: center; 
    background-image: url(images/btnAZNew2.gif);
    border: none;
    cursor: pointer;
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-top: 12px;
}
.MenuItemTM
{
    font-family: Verdana;
    font-size: 10px;
    padding-top: 1px;
    display: inline;
    width: 69px; 
    height: 15px;
    text-align: center; 
    background-image: url(images/btnTM.gif);
    position: absolute; 
    top: 27px; 
    border: none;
    cursor: pointer;
    color: White;
}

.NewsListItem
{
    display: inline; 
    position: relative; 
    top: 0px; 
    left: 0px;
    display: block;
}
.NewsListItemBtn
{
    position: absolute; 
    left: 275px; 
    top: 3px;
    cursor: pointer;
}
.RootDiv
{
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	text-align: center;
}
.SpacerDiv1px
{
	height: 1px; 
	background-color: #484847; 
	font-size: 1px;
}
.SpacerDiv2px
{
	height: 2px; 
	background-color: #484847; 
	font-size: 1px;
}
.SubMenuButton
{
	font-family: Verdana;
	font-size: 9px;
	padding-left: 2px;
	width: 90px;
	height: 12px;
	line-height: 12px;
	border: none;
	cursor: pointer;
	color: black;
	text-align: left;
	vertical-align: bottom;
	background-color: #ffffff;
}
