﻿*
{
    padding: 0;
    margin: 0;
}

.clearBoth
{
    clear: both;
}

body
{
    font-family: 100%/120% Calibri, Arial, Verdana, Sans-Serif;
    background: #E6E6E6 url(../images/fadebg.jpg) top center repeat-x;
}

html, body
{
    height: 100%;
    border: none;
}
img
{
    border: none;
}

#container
{
    width: 906px;
    margin: 0 auto 0 auto;
}

/**********************************
     TOP Navigation
**********************************/
#topnav
{
    height: 31px;
    overflow: hidden;
    background: #E6E6E6 url(../images/topnavbg.gif) top center no-repeat;
    font-size: 15px;
    font-weight: bold;
}

#topnav ul
{
    margin: 0 0 0 340px;
    padding: 0;
    list-style-type: none;
}

#topnav ul li
{
    display: block;
    margin: 0;
    float: left;
}

#topnav ul li a
{
    display: block;
    color: #2F3A97;
    text-decoration: none;
    padding: 4px 25px 0 20px;
}

#topnav ul li a:hover
{
    color: #BD2734;
}

#topnav ul li.selected a
{
    color: #0066a4;
}

#logo
{
    height: 74px;
    width: 906px;
}

/******************************************
   Menu  Panel
*****************************************/
#menupanel
{
    width: 198px;
    float: left;
    background: transparent url(../images/menupanelbg.gif) top center repeat-y;
}

#menupaneltop
{
    background: transparent url(../images/menupaneltopbg.gif) top center no-repeat;
    height: 4px;
}

#menupanelbottom
{
    background: transparent url(../images/menupanelbottombg.gif) bottom center no-repeat;
    height: 6px;
}

#ilworknetbadge, #video
{
    text-align: center;
}

#ilworknetbadge, #video
{
    text-align: center;
}

#ilworknetbadge p, #video p
{
    font-size: .8em;
    font-weight: bold;
}

#videobanner
{
    padding: 0 0 10px 6px;
}

/*********************************
  Primary Navigation
*********************************/
#primarynav ul
{
    margin: 5px 0 0 16px;
    padding: 0;
    list-style-type: none;
    font-size: 13px;
    font-weight: bold;
}

#primarynav li
{
    margin: 0 0 5px 0;
}

#primarynav a
{
    display: block;
    padding: 2px 2px 2px 8px;
    border: 2px #ccc outset;
    width: 160px;
    background: #efefef;
}

#primarynav a:link, #primarynav a:visited
{
    color: #2F3A98;
    text-decoration: none;
}

#primarynav a:hover
{
    border: 2px #eee inset;
    background: #eee url(../images/button_off_bg.jpg) top center repeat-y;
    color: #BD2734;
}

/********************************
   Main content placeholder
*********************************/
#contentpanel
{
    margin: 0 0 0 198px;
    padding: 0 15px 0 15px;
    min-height:500px
}

#mainpaneltop
{
    background: transparent url(../images/mainpaneltopbg.gif) bottom center no-repeat;
    height: 10px;
}

#mainpanel
{
    background: #E6E6E6 url(../images/mainpanelbg.gif) top center repeat-y;
    text-align: left;
}

#mainpanelbottom
{
    background: transparent url(../images/mainpanelbottombg.gif) bottom center no-repeat;
    height: 10px;
}

h1, h2, h3
{
    color: #BA2833;
}

ul
{
    margin: 5px 0 15px 40px;
}
#left
{
    float: left;
    width: 700px;
}
input, select
{
    background-color: #fff;
}
#right
{
    padding-left: 10px;
    margin-top: 20px;
    float: right;
    width: 180px;
}

p.label
{
    margin: 10px 0 10px 0;
}

.instructions
{
    font-size: small;
    font-style: italic;
}

.example
{
    font-size: small;
    color: #000;
    font-style: italic;
    font-weight: bold;
    margin: 5px 0 0 0;
    line-height: 1.2em;
}

.button
{
    background-color: #C8B532;
}

.LabelXX-Small-White
{
    font-size: xx-small;
    color: White;
}

fieldset
{
    position: relative;
    display: block;
    margin: 20px 0 5px 0;
    border: 1px solid #333;
    padding: 15px 3px 20px 10px;
    background-color: #efefef;
    text-align: left;
    font-family: Calibri, Arial, Verdana, Sans-Serif;
    font-weight: normal;
    width: 650px;
}

/****************************
   Registration form styles 
****************************/

#regionform .label
{
    font-size: medium;
    color: #000099;
    display: block;
}

#regform fieldset
{
    width: 800px;
    padding-left: 20px;
    margin-bottom: 20px;
}
#regform fieldset fieldset
{
    width: 750px;
    padding: 0 auto 0 auto;
    margin-top: 10px;
}
*:first-child + html #regform fieldset > fieldset
{
    margin-top: 30px;
}
#regform label
{
    margin-left: 3px;
}

INPUT.tiny
{
    width: 50px;
}

INPUT.short
{
    width: 100px;
}

INPUT.medium
{
    width: 200px;
}

INPUT.long
{
    width: 400px;
}







legend
{
    margin: 0 0 0 0;
    padding: 0.2em 0.5em;
    position: absolute;
    top: -.8em;
    border: 1px solid #000;
    background-color: #fff;
    font-weight: bold;
    font-size: 90%;
    font-family: Calibri, Arial, Verdana, Sans-Serif;
}

.required
{
    color: Red;
}

fieldset.fResults
{
    width: 650px;
}
div.printbutton
{
    width: 650px;
    text-align: right;
    margin: 0 0 5px 0;
}

#DIV.divNotFound
{
    height: 0px;
}

div.AlternatingRowStyle
{
    background-color: #DEDEDE;
    padding: 10px 0px 10px 0px;
}

/*******************************
   Footer Styles
*******************************/

#footer
{
    border-top: 1px solid #ccc;
    padding-top: 8px;
    height: 25px;
    margin: 0 auto 0 auto;
    width: 700px;
    text-align: center;
}

#footer ul
{
    padding: 0px;
    margin: 0 0 0 0;
    list-style: none;
}

#footer li
{
    padding: 0;
    margin: 0;
    font-size: .8em;
    font-weight: bold;
    display: inline;
}

#footer li a
{
    padding: 5px 5px 5px 5px;
    color: #2F3A98;
    text-decoration: none;
}

html > body #footer li a
{
    width: auto;
}

#footer li a:hover
{
    background-color: transparent;
    color: #BD2734;
}

#footer li a:active
{
    background-color: transparent;
    color: #BD2734;
}

#subfooter
{
    text-align: center;
    background: none;
    height: 40px;
    color: #666;
    background-color: #E6E6E6;
}

#lowerpanel
{
    background: #AAAAAA url(../images/lowerpanelbg.jpg) top center repeat-x;
    text-align: center;
}

/**
 * Begin outline styles
 */
.t
{
    background: url(../Images/dot.gif) 0 0 repeat-x;
    width: 100%;
}
.b
{
    background: url(../Images/dot.gif) 0 100% repeat-x;
}
.l
{
    background: url(../Images/dot.gif) 0 0 repeat-y;
}
.r
{
    background: url(../Images/dot.gif) 100% 0 repeat-y;
}
.bl
{
    background: url(../Images/g_bl.gif) 0 100% no-repeat;
}
.br
{
    background: url(../Images/g_br.gif) 100% 100% no-repeat;
}
.tl
{
    background: url(../Images/g_tl.gif) 0 0 no-repeat;
}
.tr
{
    background: url(../Images/g_tr.gif) 100% 0 no-repeat;
    padding: 10px;
}
/**
 * End outline styles
 */

