﻿body 
{
    background-image: url("Images/Ground.png"); 
    background-repeat: repeat-x;
    background-color: #ffffff; 
}

#IndexTable
{
    width: 100%;
    height: 54px;
}

#itd
{
    height: 100%;
    width: 100%;
}

#iFrame
{
    height: 100%;
    width: 100%;
}

#BannerTable
{
    width: 800px;
    position: relative;
}

#Banner
{
    background-image: url("Images/Banner.png");
    background-repeat: no-repeat;
    width: 784px;
    height: 100px;
    
}

.Top_R
{
    background-image: url("Images/Top_R.png");
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
}

.Top_L
{
    background-image: url("Images/Top_L.png");
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
}

.Bottom_R
{
    background-image: url("Images/Bottom_R.png");
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;

}

.Bottom_L
{
    background-image: url("Images/Bottom_L.png");
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
}

.XLine
{
    background-image: url("Images/XLine.png");
    height: 8px;


}

.YLine
{
    background-image: url("Images/YLine.png");
    width: 8px;
}

/* MainTable */

#MainTable
{
    width: 800px;
    position: relative;
}





.SpaceHeigth
{
    height: 24px;
}

#SiteFrame
{
    width: 800px;
}

#SiteHeader
{
    background-image: url("Images/MenuHeader.png");
    width: 784px;
    height: 25px;
}

/* Footer */

#Footer
{
    width: 800px;
    top: 20px;
    position: relative;
}

#FooterHeader
{
    background-image: url("Images/MenuHeader.png");
    width: 784px;
    height: 25px;
}

/* Div */

#DivSearch
{
    width: 260px;
    height:25px;
    left: 500px;
    top: 15px;
    position: relative;
}

#ErrorBox
{
    width: 200px;
    height: 25px;
    left: 600px;
    top: -20px;
    position: relative;
}

a:hover
{
    text-decoration: underline;
}

a
{
    text-decoration: none;
    color: #0c80e2;
}

#lbSearch
{
    left: -6px;
    position: relative;
}

.lbFind
{
    /* background-image: url("Images/Search.png"); */
    background-repeat: no-repeat;
    width: 21px;
    height: 22px;
    top: 4px;
    left: -3px;
    position: relative;
}

.ErrorRed
{
    color: Red;
}

#Logo
{
    top: 20px;
    width: 300px;
    height: 64px;
    position: relative;
    background-image: url("it4hire/Logo.png");
    background-repeat: no-repeat;
}


