/*********************************************************************
* Clean up defaults.
*********************************************************************/

p, h1, h2, h3, h4, h5, h6
{
    padding: 0;
    margin: 0;
}

/*********************************************************************
* body
*********************************************************************/

body
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #000;
    font-family: verdana, arial, helvetica, sans-serif;
    line-height: 1.5em;
    font-size: 13px;
}

body#popup
{
    width: auto;
}

/*********************************************************************
* p
*********************************************************************/

p
{
    margin-bottom: 1em;
}

p.image-right img
{
    float: right;
    border: 1px solid black;
    margin-left: 2em;
    maright-bottom: 2em;
}

/*********************************************************************
* a
*********************************************************************/

a:hover
{
    text-decoration: none;
}

a, a:visited, a:link, a:active
{
    color: #003c59
}

a.button
{
    background: url("images/gray_arrow_button_right.gif") left no-repeat;
    padding-left: 40px;
    height: 25px;
    line-height: 35px; /* Set height (IE only) */
    padding-top: 10px; /* Set height (FireFox only) */
    padding-bottom: 10px;  /* Set height (FireFox only) */
}

a:hover.button
{
    background: url("images/gray_arrow_button_right_hover.gif") left no-repeat;
}

/*********************************************************************
* h1 - hx
*********************************************************************/

h1, h2, h3, h4, h5, h6
{
    margin-bottom: 1em;
}

h1
{
    margin-top: 0;
    font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
    color: #00737A;
    font-size: 18px;
}

/* Can't use inherit because of IE. */
h1 a, h1 a:visited, h1 a:link, h1 a:active
{
    color: #00737A;
}

h1 .assignment-type
{
    color: #00344E;
}

h1 .assignment-number
{
    font-size: 14px;
    background-color: #B36D19;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

h2
{
    margin-top: 0;
    font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
    color: #00737A;
    font-size: 16px;
}

h3
{
    margin-top: 0;
    font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
    color: #00737A;
    font-size: 14px;
}

/*********************************************************************
* em.highlight
*********************************************************************/

em.highlight
{
    background-color: #ff6;
    font-style: normal;
}

/*********************************************************************
* hr
*********************************************************************/

hr
{
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

/**********************************************************************
* blockquote
**********************************************************************/

blockquote
{
    font-weight: bold;
    margin: 0;
    padding: 13px 0 1em 28px;
    background: url(images/quote_background.gif) top left no-repeat;
    font-style: italic;
}

/*********************************************************************
* .note
*********************************************************************/

.note
{
    font-size: 10px;
    line-height: 12px;
}

/*********************************************************************
* .error, .warning
*********************************************************************/

.error, .warning
{
   color: red;
   font-weight: bold;
}

td.error
{
    background-color: red;
}

/*********************************************************************
* img.photo-right
*********************************************************************/

img.photo-right
{
    float: right;
    border: solid black 1px;
    margin-left: 15px;
    margin-bottom: 15px;
}


/*********************************************************************
* #content-block
*********************************************************************/

#content-block
{
/*    background: url("images/content-block_corner.gif") no-repeat; */
/*    background: url("/images/content-block_background.jpg"); */
    padding: 15px;
    background-color: #ccc;
}

#content-block h1
{
    padding-bottom: 7px;
    background: url("images/dotted_line.gif") bottom repeat-x;
}

#content-block .module-block
{
    background: url("images/content-module-background.gif") repeat-x #fff;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 1em;
    margin-bottom: 15px;
}

/*********************************************************************
* #content-block .section
*********************************************************************/

#content-block .section h2
{
/*    border-bottom: 1px solid #ddd; */
    padding-bottom: 4px;
    background: url("images/dotted_line_light.gif") bottom repeat-x;
    margin-bottom: 2px;
}

#content-block .section .edit
{
    float: right;
    font-size: 10px;
}


/*********************************************************************
* #content-block table
*********************************************************************/

#content-block table
{
    border-collapse: collapse;
    margin-bottom: 1em;
}

#content-block table td, #content-block table th
{
    padding: .6em;
}

#content-block table, #content-block table td, #content-block table th
{
    border-width: 1px;
    border-style: solid;
    border-color: #aaa;
}

#content-block table th
{
    background: #f3f3f3;
}

#content-block table td
{
    vertical-align: top;
}


/*********************************************************************
* body#homepage #content-block
*********************************************************************/

body#homepage #content-block
{
    padding: 0;
    background-image: none;
}

body#homepage #content-block h1
{
    padding-bottom: 0;
    background: none;
}

/**********************************************************************
* #moduleheadernavigation
**********************************************************************/

#moduleheadernavigation
{
    display: block;
    height: 71px;
/*    width: 700px; */
    margin-left: auto;
    margin-right: auto;
    background: url(images/tab_background.gif) repeat-x left bottom;
}

#moduleheadernavigation .module
{
    display: block;
    width: 100%;
    height: 71px;
    background: url(images/tab_background_corner.gif) no-repeat right bottom;
}

#moduleheadernavigation h1, #moduleheadernavigation a, #moduleheadernavigation ul
{
/*    margin: 0;
    padding: 0; */
}

#moduleheadernavigation h1 img
{
    float: left;
    background: url(images/logo_button.jpg) no-repeat;
    overflow: hidden;
    display: block;
    height: 0;
    padding-top: 71px;
    width: 252px;
    border: none;
}

#moduleheadernavigation ul
{
    margin: 0; /* Get rid of list indent. (IE only) */
    padding: 0; /* Get rid of list indent. (Firefox only) */
}

#moduleheadernavigation li
{
    display: inline;
    list-style: none; /* Get rid of list bullets. */
    list-style-image: none;  /* Get rid of list bullets. */
}

#moduleheadernavigation ul a
{
    margin-top: 37px; /* The space above the tabs. */
    margin-left: 5px; /* The space to the left of the tabs. (In between the tabs.) */
    float: left;
    background-repeat: no-repeat;
/*    overflow: hidden; */
    display: block;
    height: 0;
    padding-top: 34px;
}

#moduleheadernavigation ul a span
{
    display: none;
}

/*********************************************************************
* a.home
*********************************************************************/

#moduleheadernavigation a.home-off
{
    background-image: url(images/tabs/off/home.gif);
    width: 65px;
}

#moduleheadernavigation a:hover.home-off
{
    background-image: url(images/tabs/off_hover/home.gif);
    width: 65px;
}

#moduleheadernavigation a.home-on
{
    background-image: url(images/tabs/on/home.gif);
    width: 65px;
}

#moduleheadernavigation a:hover.home-on
{
    background-image: url(images/tabs/on_hover/home.gif);
    width: 65px;
}

/*********************************************************************
* a.help
*********************************************************************/

#moduleheadernavigation a.help-off
{
    background-image: url(images/tabs/off/help.gif);
    width: 65px;
}

#moduleheadernavigation a:hover.help-off
{
    background-image: url(images/tabs/off_hover/help.gif);
    width: 65px;
}

#moduleheadernavigation a.help-on
{
    background-image: url(images/tabs/on/help.gif);
    width: 65px;
}

#moduleheadernavigation a:hover.help-on
{
    background-image: url(images/tabs/on_hover/help.gif);
    width: 65px;
}

/*********************************************************************
* a.contact
*********************************************************************/

#moduleheadernavigation a.contact-off
{
    background-image: url(images/tabs/off/contact.gif);
    width: 102px;
}

#moduleheadernavigation a:hover.contact-off
{
    background-image: url(images/tabs/off_hover/contact.gif);
    width: 102px;
}

#moduleheadernavigation a.contact-on
{
    background-image: url(images/tabs/on/contact.gif);
    width: 102px;
}

#moduleheadernavigation a:hover.contact-on
{
    background-image: url(images/tabs/on_hover/contact.gif);
    width: 102px;
}

/**********************************************************************
* #modulesitesummary
**********************************************************************/

#modulesitesummary
{
    display: block;
    background: url(images/site_summary_background.jpg) no-repeat #424242;
    width: 475px;
    height: 167px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 210px;
    padding-top: 10px;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
}

#modulesitesummary h1
{
    line-height: 22px;
    margin-bottom: 15px;
    color: #fff;
}

#modulesitesummary img
{
    display: none;
}

#modulesitesummary a
{
    color: #f7d335;
}

/**********************************************************************
* #homepage-content-block
**********************************************************************/

#homepage-content-block
{
    width: 700px;
    background: url(images/homepage_content_background.jpg) no-repeat top #ccc;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

#homepage-content-block .module
{
    padding-top: 10px; /* determines height of vertical dots */
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

#homepage-content-block #module2 .module
{
    background: url(images/vertical_dots.gif) left repeat-y;
}

#homepage-content-block #module1 img
{
    border: none;
}

#homepage-content-block #module1 .module
{
    width: 165px;
}

#homepage-content-block #module1 .module h1
{
    font-size: 14px;
    margin-bottom: 0;
}

#homepage-content-block #module2 .module
{
    width: 455px;
}

#homepage-content-block #module2 .module h1
{
    margin-bottom: 0;
}


/**********************************************************************
* #modulefooter
**********************************************************************/

#modulefooter
{
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    background: url(images/rounded_footer.gif) top no-repeat;
    padding-top: 30px;
    font-size: 10px;
    color: #aaa;
    text-align: center;
}

/**********************************************************************
* #moduletestimonials
**********************************************************************/

#moduletestimonials p.images
{
    text-align: center;
}

#moduletestimonials img
{
    border: 1px solid black;
    margin-right: 15px;
    margin-bottom: 15px;
}

#moduletestimonials .highlighted img
{
    border: 3px solid black;
    margin-right: 15px;
    margin-bottom: 15px;
}


/**********************************************************************
* #status-block
**********************************************************************/

#status-block a, #status-block a:visited, #status-block a:link, #status-block a:active
{
    color: #ec8e1c;
}

#status-block
{
    background: url("images/status_block_background.gif");
    display: block;
    height: 30px; /* determine height of entire block */
}

#status-block p
{
    color: white;
    font-size: 11px;
    display: block;
/*    width: 300px; */
    padding-top: 2px;
    padding-bottom: 0;
    margin: 0; /* spacing in ie */
/*    border: 1px solid red; */
}

#status-block p.company
{
    float: left;
    padding-left: 15px;
}

#status-block p.user
{
    float: right;
    padding-right: 17px;
    text-align: right;
}

/**********************************************************************
* #modulesurveyoverview
**********************************************************************/

#modulesurveyoverview-section1
{
    float: left;
    width: 300px;
    margin-right: 15px;
/*    border: 1px solid red; */
}

#modulesurveyoverview-section2
{
    width: 300px;
    float: right;
}

#modulesurveyoverview-section3
{
    clear: both;
    width: 300px;
    float: left;
}

#modulesurveyoverview-section4
{
    width: 300px;
    float: right;
}

#modulesurveyoverview-section5
{
    clear: both;
}

a.error-tooltip
{
    font-family: verdana;
    font-size: 10px;
    color: white;
    background: #f00;
    position: relative;
    padding: 3px;
}


/**********************************************************************
* .non-value
**********************************************************************/

.non-value
{
    color: gray;
    font-style: italic;
}

.non-value a, .non-value a:link, .non-value a:visited
{
    color: gray;
    text-decoration: none;
}

.non-value a:hover
{
    text-decoration: underline;
}

/**********************************************************************
* a.error-tooltip
**********************************************************************/

a.error-tooltip:hover
{
    background-color: #f11; /* For some straaaaange reason IE needs this for the popup to appear. */
}

a.error-tooltip span
{
    display: none;
}

a.error-tooltip:hover span
{
    display:block;
    position:absolute;
    top: 25px;
    background: #ffd;
    padding: 5px;
    border: 1px solid black;
    color: black;
    width: 200px;

    left: 0px; /* To get IE to line it up to the left. */
    text-decoration: none; /* For no underline in IE.  */
}

/**********************************************************************
* p.submit
**********************************************************************/

p.submit
{
    padding: 5px;
    text-align: center;
    background: #eee;
    font-weight: bold;
    font-size: 11px;
/*    background: #e3e9ec; */
/*    background: #fbe9d3; */
}

p.submit input
{
    font-weight: normal;
    font-size: 11px;
    font-family: verdana;
}

/**********************************************************************
* .survey-nav
**********************************************************************/

.survey-nav
{
    font-size: 11px;
/*    font-weight: bold; */
}

/**********************************************************************
* .status
**********************************************************************/

.status
{
    color: #00737A;
}

.status strong
{
    color: #eb8f21;
}

/**********************************************************************
* .note input
**********************************************************************/

.note input
{
    font-weight: normal;
    font-size: 10px;
    font-family: verdana;
}

/**********************************************************************
* .answer
**********************************************************************/

.answer
{
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: .5em;
    margin-bottom: 1em;
}

/**********************************************************************
* .hidden
**********************************************************************/

.hidden
{
    color: #aaa;
}