/* CSS Document */

/*PAGE LAYOUT*/
body
{
    background-color: rgb(202,214,218);
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Arial,sans-serif;
}

li
{
    /*line-height: 0em; 
    font-size: smaller;*/
}

li a
{
    text-decoration: none;
    color: Black;
}

#page
{
    text-align: left;
}

#toppage
{
    float: left;
    width: 1000px;
    padding: 0px;
    margin: 0px;
}


#date
{
    float: left;
    width: 270px;
    height: 39px;
    border-bottom: solid 1px #999999;
    border-right: solid 1px #999999;
}
#topbar
{
    float: left;
    width: 728px;
    height: 40px;
    background-color: rgb(204,204,204);
    background-repeat: repeat-x;
    border-right: solid 1px #999999;
}

#header
{
    width: 999px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    background-color: white;
    background-attachment: scroll;
    background-image: url(MiningTunnelingControlAutomation.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    float: left;
    clear: left;
    border-right: solid 1px #999999;
}

#ctl00_HeaderPic
{
    border-style: none;
    background-color: #CCCCCC;
    margin-left: 64px;
    float: left;
}

#ctl00_HeaderLogo
{
    margin-left: 10px;
    margin-right: auto;
    width: 400px;
    float: left;
}

#content
{
    width: 2000px;
    clear: left;
}

.contenttext
{
    float: left;
    width: 728px;
    background-color: #F7F7F7;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-top: dotted 1px #CCCCCC;
    min-height: 360px;
    text-align: left;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: small;
}


.contenttext h1, h2, h3, p, li
{
    margin-left: 20pt;
    margin-right: 20pt;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: left;
}

.contenttext li
{
    /*	list-style-image: url(bullet.png); */
    margin-bottom: 12pt;
}

.contenttext img
{
    margin-left: auto;
    margin-right: auto;
}


.contenttext h1, h2
{
    font-family: Verdana;
}




.contenttext ul
{
    text-align: left;
}


.contenttext ul
{
    text-align: left;
}


#maincontent
{
    margin-left: 20px;
}

#logo
{
    float: left;
    width: 190px;
    height: 110px;
    background-color: #F7F7F7;
    border-left: solid 1px #999999;
}
#pagetitle
{
    position: relative;
    float: left;
    width: 708px;
    height: 110px;
    background-color: #F7F7F7;
    border-right: solid 1px #999999;
}



#title
{
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: 600px;
}
#menu
{
    float: left;
    width: 270px;
    margin: 0px;
}
#footer
{
    float: left;
    width: 791px;
    padding-right: 10px;
    padding-left: 200px;
    background-color: #CCCCCC;
    text-align: center;
}

/*GRAY PANEL*/
.panel
{
    padding: 12px;
    border: solid 1px #E4E4E4;
    background-color: #EEEEEE;
    margin: 10px;
    padding: 10px;
    width: 550px;
    height: 160px;
    text-align: justify;
}

/*TEXT STYLES*/

.smalltext
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    color: #666666;
}
.smallwhitetext
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
.smallwhitetext a
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.smallwhitetext a:hover
{
    text-decoration: underline;
}
.smallgraytext
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: white;
}
.smallgraytext a
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.smallgraytext a:hover
{
    text-decoration: underline;
}
.titletext
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #CCCCCC;
    text-align: left;
}
.logotext
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #999999;
}
.lightbluelogotext
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: rgb(202,214,218);
}



div.linksmenu
{
    padding-left: 10px;
    text-align: left;
    background-color: rgb(204,204,204);
    color: rgb(51,51,51);
}

.linksmenu a
{
    font: 0.7em Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: rgb(51,51,51);
    text-decoration: none;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    background-color: rgb(204,204,204);
    border: 1px solid #CCCCCC;
    padding: 3px;
}


.linksmenu a:hover
{
    border: 1px solid #FB410B;
    background-color: rgb(202,214,218);
    color: white;
}



a.ActiveMenuLink
{
    font: 0.7em Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border: 1px solid red;
    background-color: rgb(202,214,218);
    color: red;
}


div.SiteMapPath
{
    padding-left: 10px;
    font: 0.7em Arial, sans-serif;
}



.SiteMapPath a
{
    color: blue;
}



div.productlistitem
{
    border: solid 1px rgb(204,204,204);
    margin: 10px;
    padding: 10px;
    float: left;
}


div.productlistitem img
{
    border-style: none;
}

div.product
{
    padding: 10px;
    text-align: left;
    clear: both;
}

.product p
{
    color: rgb(51,51,51);
}

.product img
{
    margin-right: 10px;
}

.product .label
{
    color: rgb(51,51,51);
    font-weight: bold;
}


a.pdflink
{
    font-size: small;
    background-image: url(pdficon_small.gif);
    padding-left: 16px;
    background-repeat: no-repeat;
}

a.pdflink:hover
{
    background-color: #cccccc;
}

#products td
{
    margin: 0px;
    border-bottom: 2px solid rgb(204,204,204);
    padding: 10px;
}



div.label
{
    text-align: right;
    margin-bottom: 10px;
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
}


input
{
    border: 1px solid #cccccc;
}

textarea
{
    border: 1px solid #cccccc;
    width: 80%;
}



#GotoTopBox
{
    position: fixed;
    top: 10px;
    right: 700px;
}

#GotoTopBox a
{
    color: #CCCCCC;
    background-color: transparent;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    display: none;
}


div.ProductsLI
{
    float: left;
    margin: 10px;
    padding: 5px;
    background-color: white;
    border: 2px solid #CCCCCC;
}

div.ProductsLI h3
{
    font-size: medium;
}

div.ProductsLI p
{
    font-size: small;
    text-align: justify;
}

div.ProductsLI img
{
    margin: 10px;
    float: right;
    border-style: none;
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 120px;
}


.SiteMapTree
{
    margin-left: 20pt;
}

#LittleMan
{
    margin: 7px;
    float: left;
}


a.goback
{
    background-image: url(../icons/action_back.gif);
    background-repeat: no-repeat;
    padding-left: 16px;
}

a.goback:hover
{
    background-color: #cccccc;
}

a.post
{
    padding-left: 16px;
    background-image: url(../icons/icon_email.gif);
    background-repeat: no-repeat;
}

a.post:hover
{
    background-color: #cccccc;
}

a.download
{
    padding-left: 16px;
    background-image: url(../icons/page_down.gif);
    background-repeat: no-repeat;
}

a.download:hover
{
    background-color: #cccccc;
}

a.logout
{
    padding-left: 16px;
    background-image: url(../icons/page_user_light.gif);
    background-repeat: no-repeat;
}

a.logout:hover
{
    background-color: #cccccc;
}
