
@media screen {

    /*General*/
    body
    {
        background:url('/images/posnobel/panel/bg_popup.gif');
        background-position: top;
        background-repeat:repeat-x;
        background-position:top;
        font-family:"Lucida Grande",Arial,Verdana,sans-serif;
        font-variant: normal;
        font-weight: normal;
        font-style: normal;
        color: #333333;
        font-size: 13px;
    }
    
    h1
    {
        color: #1d2c46;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    h2
    {
        color: #1d2c46;
        font-size: 13px;
        font-weight: bold;
        margin: 5px 0px;
    }
    
    a
    {
        text-decoration: underline;
        color: #0d4e74;
        font-weight:none;
    }
    
    a:hover
    {
        text-decoration: none;
        font-weight:none;
    }
    
    a:focus
    {
        -moz-outline: none;
    }
    
    hr {background:#FFF; height:1px; margin:15px 0 ; border:0px; border-top:solid 1px #CCC; }
    
    
    /* button */
    .inputBig           { width:250px; }
    .inputTimeZone      { width:350px; }
    .inputSmall         { width:50px; }
    
    /* SUBMIT BUTTONS */
    
    .submit-s {
        height: 22px;
        width:70px;
        color: #FFF;
        cursor:pointer;
        background-color: transparent;
        background: url('/images/posnobel/global/buttonSubmit-s.png') left top;
        border: none;
        font-weight: bold;
        font: bold 12px Arial,Helvetica,sans-serif;
        text-shadow: 0 1px 1px #000;
    }
    
    .submit-s:hover{
        background-position: 0 -22px;
        font-weight: bold;
        color:#222;
        font: bold 12px Arial,Helvetica,sans-serif;
        text-shadow: 0 1px 1px #FFF;
    }
    
    .submit-m {
        height: 22px;
        width:100px;
        color: #FFF;
        cursor:pointer;
        background-color: transparent;
        background: url('/images/posnobel/global/buttonSubmit-m.png') left top;
        border: none;
        font-weight: bold;
        font: bold 12px Arial,Helvetica,sans-serif;
        text-shadow: 0 1px 1px #000;
    }
    
    .submit-m:hover{
        background-position: 0 -22px;
        font-weight: bold;
        color:#222;
        font: bold 12px Arial,Helvetica,sans-serif;
        text-shadow: 0 1px 1px #FFF;
    }
    
    .submit-l {
        height: 22px;
        width:140px;
        color: #FFF;
        cursor:pointer;
        background-color: transparent;
        background: url('/images/posnobel/global/buttonSubmit-l.png') left top;
        border: none;
        font-weight: bold;
        font: bold 12px Arial,Helvetica,sans-serif;
        text-shadow: 0 1px 1px #000;
    }
    
    .submit-l:hover{
        background-position: 0 -22px;
        font-weight: bold;
        color:#222;
        font: bold 12px Arial,Helvetica,sans-serif;
        text-shadow: 0 1px 1px #FFF;
    }
    
    .submit-xl {
        height: 22px;
        width:170px;
        color: #FFF;
        cursor:pointer;
        background-color: transparent;
        background: url('/images/posnobel/global/buttonSubmit-xl.png') left top;
        border: none;
        font-weight: bold;
        font: bold 12px Arial,Helvetica,sans-serif;
        text-shadow: 0 1px 1px #000;
    }
    
    .submit-xl:hover{
        background-position: 0 -22px;
        font-weight: bold;
        color:#222;
        font: bold 12px Arial,Helvetica,sans-serif;
        text-shadow: 0 1px 1px #FFF;
    }
    
    /* END OF SUBMIT BUTTONS */
    
    
    /* Table */
    
    .popupTable {
        margin:0 0 10px 0;
         border: 1px solid #d3d3d3;
        width:100%;
        background: #FFF;
    }
    
    
    .popupTable td:first-child {
        text-align:right;
        width:130px;
        padding:2px 10px;
        font-weight:bold;
        border-bottom: none;
        border-top: none;
        background:#e2edf4;
        font-size: 11px;
    }
    
    .popupTable td {
        text-align:left;
        padding:5px 10px;
        border-bottom: none;
        border-top: none;
        border-collapse: collapse;
        font-size: 11px;
    }
    
    
    .popupTable td a
    {
        text-decoration: underline;
        color: #0d4e74;
    }
    
    .popupTable td a:hover
    {
        text-decoration: none;
    }
    
    
    .generalTable
    {
        border: 1px solid #e4e4e4;
        border-collapse: collapse;
        margin: 10px 0;
        clear: both;
    }
    
    .generalTable input
    {
        width: 40px;
    }
    
    .generalTable span input
    {
        width: 100px;
        text-align:center;
    }
    
    .generalTable th
    {
        background: #0d4e74;
        color: #ffffff;
        padding:2px 5px;
        font-size: 11px;
        text-align: center;
        border: 1px solid #d3d3d3;
        border-bottom: none;
        border-top: none;
        white-space: nowrap;
    }
    
    .generalTable td.borderTd
    {
        border-bottom: 1px solid #c8c8c8;
    }
    
    .generalTable th a
    {
        text-decoration: underline;
        color: #ffffff;
    }
    
    .generalTable em
    {
        font-style: normal;
        font-size: 10px;
    }
    
    
    .generalTable td a
    {
        text-decoration: underline;
        color: #0d4e74;
    }
    
    .generalTable td a:hover
    {
        text-decoration: none;
    }
    
    .generalTable th img.tableHeaderArrowLeft
    {
        width: 7px;
        height: 8px;
        background: url('/images/posnobel/global/tableHeaderArrows.gif') no-repeat left top;
    }
    
    .generalTable th img.tableHeaderArrowRight
    {
        width: 7px;
        height: 8px;
        background: url('/images/posnobel/global/tableHeaderArrows.gif') no-repeat right top;
    }
    .generalTable th a:hover
    {
        text-decoration: none;
    }
    
    .generalTable td
    {
        padding: 2px 5px;
        text-align: center;
        border: 1px solid #d3d3d3;
        border-bottom: none;
        border-top: none;
        border-collapse: collapse;
        font-size: 11px;
    }
    
    .generalTable td span
    {
        text-align: left;
    
    }
    
    
    
    .generalTable tr.odd td
    {
        background: #ececec;
        padding:5px;
    }
    
    .generalTable tr.even td
    {
        background: #FFF;
        padding:5px;
    }
    
    .generalTable tr.current td
    {
        background: #ffb350;
    }
    
    .generalTable tr:hover td
    {
        background: #d1e0e7;
    }
    
    
    
    .informationTable {
        margin:0 0 10px 0;
         border: 1px solid #d3d3d3;
    }
    
    
    .informationTable td:first-child {
        text-align:right;
        padding:2px 10px;
        font-weight:bold;
        border-bottom: none;
        border-top: none;
        background:#e2edf4;
        font-size: 11px;
    }
    
    .informationTable td {
        text-align:left;
        padding:2px 10px;
        border-bottom: none;
        border-top: none;
        border-collapse: collapse;
        font-size: 11px;
    }
    
    
    
    .printTable {
        margin:0 0 10px 0;
         border: 1px solid #d3d3d3;
    }
    
    
    .printTable td:first-child {
        text-align:right;
        padding:10px 10px;
        font-weight:bold;
        border-bottom: none;
        border-top: none;
        background:#e2e2e2;
        font-size: 11px;
    }
    
    .printTable td {
        text-align:left;
        padding:10px 10px;
        border-bottom: none;
        border-top: none;
        border-collapse: collapse;
        font-size: 11px;
    }
    
    
    
    /* button */
    
    .submit {
        height: 22px;
        width: 150px;
        color: #FFF;
        background-color: transparent;
        background: url("/images/posnobel/global/buttonSubmit.png") left top;
        _background-image: url(/images/posnobel/global/submit.gif);
        border: none;
        font-weight: bold;
        font: bold 12px Arial,Helvetica,sans-serif;
        text-shadow: 0 1px 1px #000;
        _display: block;
        _font-size: 0px;
    
    
    }
    
    a.button {
        display: inline-block;
        font-size: 12px;
        font-weight:bold;
        height: 22px;
        line-height: 22px;
        text-decoration: none;
        color: #FFF;
        background: url("/images/posnobel/global/sprite_button.png") top right;
        background-repeat: no-repeat;
        outline: medium none !important;
        text-shadow: 0 1px 1px #000;
        margin-bottom:15px;
    }
    
    a.button span {
        display: inline-block;
        cursor: pointer;
        padding: 0px 0px 0px 20px;
        height:22px;
        margin: 0px 20px 0px 0px;
        background: url("/images/posnobel/global/sprite_button.png") top left;
    }
    
    a.button:hover {
        color: #000;
        text-shadow: 0px 1px 1px #FFF;
        background-position: right -23px;
    }
    
    a.button a.selected {
        color: #000;
        text-shadow: 0px 1px 1px #FFF;
        background-position: right -46px;
    }
    
    a.button:hover span {
        background-position: left -23px;
    }
    
    a.button:active {
        background-position: right -46px;
    }
    
    a.button:active span {
        background-position: left -46px;
    }
    
    a.buttonPopup {
        display: inline-block;
        font-size: 12px;
        font-weight:bold;
        height: 22px;
        line-height: 22px;
        text-decoration: none;
        color: #FFF;
        background: url("/images/posnobel/global/sprite_button.png") top right;
        background-repeat: no-repeat;
        outline: medium none !important;
        text-shadow: 0 1px 1px #000;
    }
    
    a.buttonPopup span {
        display: inline-block;
        cursor: pointer;
        padding: 0px 0px 0px 20px;
        height:22px;
        margin: 0px 20px 0px 0px;
        background: url("/images/posnobel/global/sprite_button.png") top left;
    }
    
    a.buttonPopup:hover {
        color: #000;
        text-shadow: 0px 1px 1px #FFF;
        background-position: right -23px;
    }
    
    a.buttonPopup a.selected {
        color: #000;
        text-shadow: 0px 1px 1px #FFF;
        background-position: right -46px;
    }
    
    a.buttonPopup:hover span {
        background-position: left -23px;
    }
    
    a.buttonPopup:active {
        background-position: right -46px;
    }
    
    a.buttonPopup:active span {
        background-position: left -46px;
    }
    
    
    .clear
    {
        clear: both;
    }
    
    .multiple-select { width:82%; height:130px;}
    
    .forms
    {
        width: 320px;
    }
    
    .forms ul
    {
        list-style-type: none;
        width: 320px;
        position: relative;
    }
    
    .forms ul li
    {
        margin: 5px 0;
        text-align:right;
        clear: both;
    }
    
    .forms ul li span
    {
        color:#F00;
        font-weight:bold;
    }
    
    .errorForm              { min-height:50px; }
    .errorForm input        { color:#bc0505; font-weight:bold; font-size:12px; width:100%;}
    .errorForm ul           {}
    .errorForm ul li        { padding:5px 0 0 0; color:#bc0505; font-size:12px; list-style:none; text-align:left;  }
    
    .forms-noError          { background-image:url('/images/posnobel/global/bgSaved.png');  height:27px; padding:11px 0 0 50px; width:300px; }
    .forms-noError input    { border: 0px; background-image:url('/images/posnobel/global/bgSavedText.png'); background-repeat:repeat-y; color:#42790e; font-weight:bold; font-size:12px; width:100%; }
    
    /* pagination for user messages */
    
    .pagination2
    {
        margin:10px 0px;
        font-size:12px;
        font-weight:bold;
        padding:0px 7px;
        clear: both;
        position:absolute;
        bottom:0px;
        left:100px;
        width:450px;
    }
    
    .pagination2 a
    {
        background:#cae6f5;
        background: -moz-linear-gradient(top, #ade2fe, #cae6f5);
        background: -webkit-linear-gradient(top, #ade2fe, #cae6f5);
        border:solid 1px #73b1d2;
        text-decoration: none;
        text-shadow: 0 1px 1px #FFF;
        font-size: 11px;
        color: #0d4e74;
        padding:3px 7px;
        text-decoration:none;
        text-align:center;
        font-weight: bold;
    }
    
    .pagination2 a:hover
    {
        text-decoration:none
    }
    
    
    .pagination2 span
    {
        padding:3px 7px;
    }
    
    .pagination2 span a
    {
        padding: 0 10px;
    }
    
    .messages { margin-top:10px; width:100%;}
    .messages-read {top:0px; left:0px; background:#d6ebf5; height:28px; border-top:solid 2px #CCC; padding:14px;}
    .messages-text {background:#CCC; padding:10px;}
      
}
