﻿/* Left Menu styles */

.homeMenu
{
    background: url("/maplestory/images/home_leftmenu_table_bottom.gif") no-repeat;
}

.productsMenu
{
    background: url("/maplestory/images/products_leftmenu_table_bottom.gif") no-repeat;
}

.playMenu
{
    background: url("/maplestory/images/play_leftmenu_table_bottom.gif") no-repeat;
}

.codeMenu
{
    background: url("/maplestory/images/code_leftmenu_table_bottom.gif") no-repeat;
}

.newsMenu
{
    background: url("/maplestory/images/news_leftmenu_table_bottom.gif") no-repeat;
}

/* Article styles */

.productsArticleTop
{
    background: url("/maplestory/images/products_table_top.gif") no-repeat;
}

.codeArticleTop
{
    background: url("/maplestory/images/code_table_top.gif") no-repeat;
}

.newsArticleTop
{
    background: url("/maplestory/images/news_table_top.gif") no-repeat;
}

.playArticleTop
{
    background: url("/maplestory/images/play_table_top.gif") no-repeat;
}


/* Article Data styles */

.NewsGrid
{
    margin-top: 0px;
    margin-left: 10px;
}

.NewsGridRow
{
    font-family: Verdana, Arial;
    font-size: 12px;
}

a.NewsGridRow
{
color: #000000;
text-decoration: none;
}

a.NewsGridRow:hover
{
    color:#FB0000; 
    text-decoration:underline;
}

.NewsArticleHeadline
{
    color: #000000;
    font-size: 14px;
}

.ArticleBody
{
    color: #000000;
    font-size: 12px;
}

.MasterSidePanels
{
	background-color:#ffffff;
	vertical-align:top;
	text-align:left;
	width:150px; 
}

.SectionLinks a
{
     font-size: 13px;
     text-decoration: none;
     color: Black;    
}

.SectionLinks td
{
     font-size: 13px;
     text-decoration: none;
     color: Black;
     line-height: 11px;
     padding-bottom: 1px;
     padding-top: 0px;
     vertical-align: middle;
}
