﻿/* adjustment to main area top margin */

div#page div#main
{
    padding-top: 0;
}

/* adjustment to main text area */

div#page div#main div#questionpanel   
{
    margin-top: 0;
    padding-top: 0;
}


/* User login name header */

div#page div#main h1    
{
    margin-top: 20px;
    padding-top: 0;
    margin-left: 230px;
    color: #c3c3bb
}



/* curved boxes on projects page */

div.projectsarea    
{
    margin-top: 10px;
    background-image: url('../images/projectsdivpic.gif');
    background-repeat: no-repeat;
    background-position: top right;
    
}

div.docsarea    
{
    margin-top: 10px;
    background-image: url('../images/projects_docs.gif');
    background-repeat: no-repeat;
    background-position: top right;
    
}

div.sitemapsarea
{
    margin-top: 10px;
    background-image: url('../images/projects_sitemap.gif');
    background-repeat: no-repeat;
    background-position: top right;
    
}

div.projectsarea div.roundcorner1, div.docsarea div.roundcorner1, div.sitemapsarea div.roundcorner1
{
    background-image: url('../images/projectsdivbrcorner.gif');
    background-repeat: no-repeat;
    background-position: bottom right;
}

div.projectsarea div.roundcorner2, div.docsarea div.roundcorner2, div.sitemapsarea div.roundcorner2   
{
    background-image: url('../images/projectsdivtlcorner.gif');
    background-repeat: no-repeat;
    background-position: top left;
}

div.projectsarea div.projectsareawrapper, div.docsarea div.projectsareawrapper, div.sitemapsarea div.projectsareawrapper   
{
    background-image: url('../images/projectsdivblcorner.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 30px
}



div#page div#main div#questionpanel div.projectsarea h3, div#page div#main div#questionpanel div.docsarea h3, div#page div#main div#questionpanel div.sitemapsarea h3   
{
    margin-top: 0;
    padding-bottom: 0
}

div#page div#main div#questionpanel div.projectsarea table, div#page div#main div#questionpanel div.docsarea table, div#page div#main div#questionpanel div.sitemapsarea table   
{
    margin-top: 0;
    width: 80%
}

div#page div#main div#questionpanel div.projectsarea table td, div#page div#main div#questionpanel div.docsarea table td, div#page div#main div#questionpanel div.sitemapsarea table td 
{
    padding-right: 30px;
    padding-top: 5px;
    border-bottom: 1px solid #ebebd6;
    
}

div#page div#main div#questionpanel div.projectsarea table td.document, div#page div#main div#questionpanel div.docsarea table td.document, div#page div#main div#questionpanel div.sitemapsarea table td.document  
{
    padding-left: 20px;
    vertical-align: middle;
    
    
}

div#page div#main div#questionpanel div.projectsarea table tr.project td, div#page div#main div#questionpanel div.docsarea table tr.project td, div#page div#main div#questionpanel div.sitemapsarea table tr.project td 
{
    border-top: 2px solid #ebebd6;
    font-weight: bold;
    border-bottom: 1px solid #ebebd6;
}

div#page div#main div#questionpanel div.projectsarea img, div#page div#main img, div.docsarea img, div.sitemapsarea img    
{
    border: 0
}


/* toolbar */

div#toolbar 
{
    height: 48px;
    background-image: url('../images/toolbar_bg.gif');
    margin-left: 230px;
    margin-right: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}

div#toolbar ul  
{
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
    margin-left: 0;
    padding-left: 0
}


div#toolbar ul li   
{
    display: inline;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
}

div#toolbar ul li.first   
{
    display: inline;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
}

div#toolbar ul li.last   
{
    display: inline;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
}


/* should really be in wsg stylesheet but these attributes seem to be shared so here goes */

div#page div#main div#questionpanel select
{
    border-right: #ebebd6 1px solid;
    border-top: #ebebd6 1px solid;
    border-left: #ebebd6 1px solid;
    color: #666666;
    border-bottom: #ebebd6 1px solid;
    font-family: verdana;
    background-color: #ffffff
}

div#page div#main div#questionpanel textarea
{
    border-right: #ebebd6 1px solid;
    border-top: #ebebd6 1px solid;
    border-left: #ebebd6 1px solid;
    color: #666666;
    border-bottom: #ebebd6 1px solid;
    font-family: verdana;
    background-color: #ffffff
}

div#page div#main div#questionpanel input     
{
    border-right: #ebebd6 1px solid;
    border-top: #ebebd6 1px solid;
    border-left: #ebebd6 1px solid;
    color: #666666;
    border-bottom: #ebebd6 1px solid;
    font-family: verdana;
    background-color: #ffffff
}


div#page div#main div#questionpanel input.button
{
    border-right: #6c98ac 1px solid;
    background-position: bottom;
    border-top: #6c98ac 1px solid;
    background-image: url(../images/buttonbg.gif);
    border-left: #6c98ac 1px solid;
    color: #6c98ac;
    border-bottom: #6c98ac 1px solid;
    background-repeat: repeat-x;
    background-color: #ffffff
}

.button
{
    border-right: #6c98ac 1px solid;
    background-position: bottom;
    border-top: #6c98ac 1px solid;
    background-image: url(../images/buttonbg.gif);
    border-left: #6c98ac 1px solid;
    color: #6c98ac;
    border-bottom: #6c98ac 1px solid;
    background-repeat: repeat-x;
    background-color: #ffffff
}

div#page div#main div#questionpanel a.view  
{
    display: block;
    text-align: right;
    margin-right: 20px
}

div#page div#main div#questionpanel a.button  
{
    border-right: #6c98ac 1px solid;
    background-position: bottom;
    border-top: #6c98ac 1px solid;
    background-image: url(../images/buttonbg.gif);
    border-left: #6c98ac 1px solid;
    color: #6c98ac;
    border-bottom: #6c98ac 1px solid;
    background-repeat: repeat-x;
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px
}

div#page div#main div#questionpanel a.button:hover  
{
    border-bottom: #6c98ac 1px solid;
}

div#page div#main div#questionpanel a.view:hover  
{
    border-bottom: 0
}

div#page div#main div#questionpanel div.helpinfoshow
{
    border-right: #6c98ac 1px solid;
    padding-right: 5px;
    border-top: #6c98ac 1px solid;
    padding-left: 5px;
    visibility: visible;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-left: #6c98ac 1px solid;
    width: 400px;
    padding-top: 5px;
    border-bottom: #6c98ac 1px solid;
    background-color: #ffffff
}

div#page div#main div#questionpanel div.helpinfohide
{
    border-right: #6c98ac 1px solid;
    padding-right: 5px;
    border-top: #6c98ac 1px solid;
    padding-left: 5px;
    visibility: hidden;
    padding-bottom: 5px;
    border-left: #6c98ac 1px solid;
    width: 400px;
    padding-top: 5px;
    border-bottom: #6c98ac 1px solid;
    position: absolute;
    background-color: #ffffff
}




div#page div#main div#questionpanel table 
{
    margin-top: 30px
    
}

div#page div#main div#questionpanel table td    
{
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 10px
}

div#page div#main div#questionpanel table td.header
{
    font-weight: bold
}

div#page div#main div#questionpanel table td.sentence
{
    padding-bottom: 10px;
    color: #999999;
    padding-top: 20px;
    font-style: italic;
    background-color: #f8f8f0
}

.questiontable
{
	background-color: #f8f8f0;
	border:none;
}

.othertable
{
	background-color: #e2eaee;
    padding-left: 5px;
    border-bottom: #f8f8f0 2px solid;
    margin-top: 20px
}

.othertable td  
{
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 2px solid #f8f8f0
}

.othertable td.header   
{
    
}

/* sitemap pages */

div#page div#main div#toolbar   
{
    width: 680px;
    margin-left: 50px
}

div#page div#main h1    
{
    margin-left: 50px
}

div#page div#main div#questionpanel    
{
    width: 650px;
    margin-left: 50px
}

div#page div#main div#questionpanel table.sitemap td.sitemapheader  
{
    font-weight: bold;
    color: #666666
}

div#page div#main div#questionpanel table.sitemap td    
{
    border-bottom: 1px solid #cccccc;
    color: #000000;
    padding-top: 10px
}

div#page div#main div#questionpanel table.sitemap td select option  
{
    color: #000000
}


