/* ================================
    CSS STYLES FOR THE Makkays Website
    
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    /*background-color: darkred;*/
	background-color :#6D88DD;    
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
	scrollbar-face-color: #0987CC;
	scrollbar-shadow-color: #0987F8;
	scrollbar-highlight-color: #00FF00;
	scrollbar-3dlight-color: #FF00FF;
	scrollbar-darkshadow-color: #01883B;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #000000;
  margin-top: 0px;
  margin-left: 0px
}
}
  .DisabledLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
  	text-decoration: none;
}

/* text style for site top and bottom links */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    color:white;
    font-size: 11px;
    font-weight: bold
}

/* hyperlink style for the site links */
A.SiteLink:link
{
	color: white;
	text-decoration: none;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:white;
}

A.SiteLink:active   {
    text-decoration:  none;
    color:darkred;
}

A.SiteLink:hover
{
	color: darkred;
	text-decoration: underline;
}
.SiteLinkBlue {
    font-family: Verdana, Helvetica, sans-serif;
    color:#3300CC;
    font-size: 9px;
  	text-decoration: underline;

}
A.SiteLinkBlue:link
{
	color: #3300CC;
	text-decoration: underline;
}
A.SiteLinkBlue:visited  {
    text-decoration:    underline;
    color:#3300CC;
}


A.SiteLinkBlue:hover{
color:  #66CC66;

}

.CareerLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
  color: #339966;
}

/* hyperlink style for the site links */
A.CareerLink:link
{
	color: #339966;
	text-decoration: none;
}

A.CareerLink:visited  {
    text-decoration:    none;
    color:#339966;
}

A.CareerLink:active   {
    text-decoration:  none;
    color:darkred;
}

A.CareerLink:hover
{
	color: darkred;
	text-decoration: underline;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}

/* Paragraph Text Style */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
	text-align:justify
}
.ContactNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: lighter;
    line-height: 12px;
	text-align:justify
}
.ContactNormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    line-height: 12px;
	text-align:right
}
.Buttons
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
	text-align:center;
  background-image: url(../images/img_button.gif);
  color: #000000
}
.NormalCareer
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
	text-align:justify;
  color: #339966
}
/* Paragraph Text Style */
.CopyRight
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    line-height: 12px;    
	text-align:justify
}
/* used to display text in grids */
.GridNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
	text-align:justify;
    border: 1px solid #0082BE;
    color: #000000
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}
.NormalWhite
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
 
}
.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #FF9900;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    Bold;
    color: #FF9900;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  #7ECF29;
}

A:visited   {
    text-decoration:    none;
    color:  #7ECF29;
}

A:active
{
	text-decoration: none;
	color: darkred;
}

A:hover {
    text-decoration:    underline;
    color:  #0A75D5;
}

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
}

/* Colorwise Classes for Website  h1 */

.H1Green
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #7ECF29;
}

.H1Blue
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #0A75D5;
}
 .H1BlueSmall
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #0A75D5;
}

.H1Black
{
    font-weight:    normal;
    color: black;
}

/* Colorwise Classes for Website  h3  */

.H3Green
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    Bold;
    color: #7ECF29;
}

.H3Blue
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    Bold;
    color: #0A75D5;
}

/* text style for left menu bar */
.SiteLinkLeft {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* hyperlink style for menubar links */
A.SiteLinkLeft:link {
    text-decoration:    none;
    color:black;
}

A.SiteLinkLeft:visited
{
	text-decoration: none;
	color: black;
}

A.SiteLinkLeft:active
{
	text-decoration: none;
	color: #0a75d5;
}

A.SiteLinkLeft:hover    {
    text-decoration:    underline;
    color:darkred;
}
.TechLibLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal
}

/* hyperlink style for menubar links */
A.TechLibLink:link {
    text-decoration:    none;
    color:darkred;
}

A.TechLibLink:visited
{
	text-decoration: none;
	color: darkred;
}

A.TechLibLink:active
{
	text-decoration: none;
	color: darkred;
}

A.TechLibLink:hover    {
    text-decoration:    underline;
    color:#CC3300;
}
.SiteMap{
    text-decoration:    none;
    color:  #006600;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left
}

A.SiteMap:link{
    text-decoration:    none;
    color:  #006600;
}

A.SiteMap:visited   {
    text-decoration:    none;
    color:  #336600;
}

A.SiteMap:active
{
	text-decoration: none;
	color: #336600;
}
A.SiteMap:hover
{
	text-decoration: none;
	color: #6699FF;
}
