﻿.rcbHeader ul, .rcbFooter ul, .rcbItem ul, .rcbHovered ul, .rcbDisabled ul
{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.col1, .col2, .col3
{
    float: left;
    width: 110px;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 14px;
}

label, .selection-result
{
    font: 13px 'Segoe UI' , Arial, sans-serif;
    color: #4888a2;
}

label
{
    padding: 0 10px 0 0;
}

.button
{
    vertical-align: middle;
    margin-left: 10px;
}

.selection-result
{
    padding: 10px 0 10px 0;
    display: block;
}

div.bigModuleBottom
{
    padding-top: 25px;
}

div.SmallText
{
    font-family: 'Segoe UI' , Calibri, sans-serif;
    font-size: 12px;
}
h2
{
    margin: 0 0 .75em 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #052d45;
}
.login
{
    padding: 5px;
    background-color: #f2f3f4;
    width: 500px;
    border: 1px #052d45 solid;
}

body
{
    padding: 0;
    background-color: #f7f7f7; /*color: #656565;*/
    font: normal 0.8em verdana,arial,geneva,helvetica,sans-serif;
}

.boxtop
{
    padding: 5px;
    background-color: #0073AD;
    width: 99%;
    border: 1px #7189a2 solid;
    color: #fff;
}

.boxbottom
{
    padding: 5px;
    background-color: #f2f3f4;
    width: 99%;
    border: 1px #7189a2 solid;
    border-top: 0px;
    margin-bottom: 20px;
}

div fieldset legend
{
    margin-bottom: 5px;
}

div fieldset
{
    padding: 10px;
}

/**
*News window css section
**/

/**
Misc
*/
.AttachToScreen
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}


.NewsWindow
{
    padding: 15px;
}
.NewsWindow .MainContent
{
    position: fixed;
    top: 50px;
    bottom: 50px;
    left: 15px;
    right: 15px;
}
.NewsWindow .Grid
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.NewsWindow .ButtonBar
{
    position: fixed;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 38px;
    text-align: right;
    overflow: auto;
}
.NewsWindow .ButtonBar .Left
{
    float: left;
}
.NewsWindow .ButtonBar .Right
{
    float: right;
}

.NotReadClass
{
    background-image: url('../Ribbon Icons/News.png');
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right center;

}