﻿body, html
{
    margin: 0px;
    padding: 0;
    border: none;
}

#tblMain
{
    width: 100%;
}

#tblContent
{
}

#box
{
    position: absolute;
    top: 138px;
    left: 70px;
}

a
{
    color: #4980B8;
    text-decoration: none;
}

a:hover
{
    color: #f26521;
    text-decoration: none;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	margin: 0px;
}

#TxtSearchBox {
	font-size: 11px;
	width: 160px;
	background-image: url(../../images/common/Search.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
}

td
{
    font-size: 9pt;
    color: #575757;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

td.header
{
    width: 100%;
    height: 86px;
    background-image: url("../../images/common/gradeTop.gif");
    background-repeat: repeat-x;
}

td.banner
{
    width: 100%;
    height: 117px;
    background-image: url("../../images/common/bannerBG.gif");
    background-repeat: repeat-x;
    vertical-align: bottom;
    padding-bottom: 17px;
}

html*td.banner
{
    width: 100%;
    height: 100px;
    background-image: url("../../images/common/bannerBG.gif");
    background-repeat: repeat-x;
    vertical-align: bottom;
    padding-bottom: 17px;
}


td.headerbottom
{
    width: 100%;
    height: 30px;
    background-image: url("../../images/common/gradeBottom.gif");
    background-repeat: repeat-x;
}

td.boxcontent
{
    width: 283;
    background-color: #FFFFFF;
    padding: 20px;
}

td.content
{
    padding-left: 380px;
}

.link
{
    width: 180px;
    padding-bottom: 20px;
}

.linkimage
{
}

.linktext
{
    padding-left: 15px;
    padding-top: 15px;
}

.SmallText { font-family: Verdana; font-size: 10px; color: #828282; }

.FeedItem { margin: 10px 0 10px 0; }

.FeedItem a { font-weight: bold; color: #575757; }

/***********************************/
/* Pop Up Boxes */
/***********************************/

html*#metalhelix
{
    position: absolute;
    top: 150px;
    left: 215px;
    width: 303px;
    height: 216px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/common/box.png',sizingMethod='scale');
    background-image: none;
    padding-top: 24px;
    padding-left: 32px;
}

#metalhelix
{
    position: absolute;
    top: 150px;
    left: 215px;
    width: 335px;
    height: 240px;
    background-image: url("../../images/common/box.png");
    background-repeat: no-repeat;
    padding-top: 24px;
    padding-left: 32px;
}

html*#wiki
{
    position: absolute;
    top: 120px;
    left: 215px;
    width: 303px;
    height: 216px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/common/box.png',sizingMethod='scale');
    background-image: none;
    padding-top: 24px;
    padding-left: 32px;
}

#wiki
{
    position: absolute;
    top: 120px;
    left: 215px;
    width: 335px;
    height: 240px;
    background-image: url("../../images/common/box.png");
    background-repeat: no-repeat;
    padding-top: 24px;
    padding-left: 32px;
}

/***********************************/
/* Not Used */
/***********************************/
.corner
{
     filter: Alpha(Opacity=40);
}

.showcell
{
    background-color: #595959;
    filter: Alpha(Opacity=40);
}