﻿#yaleMainPanel
{
    background: url(images/askYale/background.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 980px;
    height: 683px;
    position: relative;
    overflow: hidden;
}

#yaleMainPanel h1
{
    background: url(images/askYale/logo.gif);
    background-position: center center;
    background-repeat: no-repeat;
    width: 178px;
    height: 90px;
    text-indent: -9999px;
}

#yaleMainPanel #leftPanel
{
    position: absolute;
    top: 104px;
    left: 21px;
    width: 510px;
    height: 565px; 
}

#yaleMainPanel #rightPanel
{
    position: absolute;
    /*top: 132px;*/ top: 104px;
    right: 21px;
    width: 381px;
    height: 273px; 
}

#yaleMainPanel #topPanel
{
    position: absolute;
    top: 14px;
    right: 5px;
    /*width: 938px;*/
    /*height: 90px;*/
}

#yaleMainPanel .questionTextBox {
   border: 1px solid #BBBBBB; 
   padding: 2px;
   width: 505px;
   height: 75px;
}

#yaleMainPanel .answerList {
    background-color: #FFFFFF;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #BBBBBB;
    vertical-align:top;
    height: 300px;
}

#yaleMainPanel .answerDetail {
    background-color: #FFFFFF;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #BBBBBB; 
    border-top: 0px;
    vertical-align:top;
    height: 300px;
}

#yaleMainPanel .answerListTable
{
    width: 491px;
}

#yaleMainPanel .questionDisplay {
    font-weight: bold;
    padding: 10px 5px;
    background-color: #EEEEEE;
    border: 1px solid #BBBBBB; 
    border-bottom: 1px solid #DDDDDD;
    width: 498px;
}

#yaleMainPanel .bottomControlsPanel
{
    position: absolute; 
    bottom: 0px; 
    width: 509px;
}

#yaleMainPanel .linkAnswer {
    display: block;
    color: #000000;
    padding: 8px 4px;
    text-decoration: none;
    border-bottom: 1px solid #EEEEEE;
}

#yaleMainPanel .linkAnswer:hover {
    background-color: #EEEEEE;
    border-bottom: 1px solid #DDDDDD;
}


#yaleMainPanel .answerDisplay {
    padding: 10px 5px;
}

#yaleMainPanel .topQuestionLink 
{
    color: #000000;
    margin: 5px 0px;
    display: block;
}

#yaleMainPanel .topQuestionLink:hover {
    text-decoration: underline;
}

#yaleMainPanel .radio label
{
    vertical-align: bottom;
    line-height: 1em;
    margin-right: 8px;
    margin-left: 3px;
}

.askYale #content, .askYale #footernav, .askYale #contentblock
{
    background: none;
    margin-top: 5px;
}

