﻿body
{
    font-family: Tahoma;
    font-size: 10pt;
}

#floatingToolbar
{
    position: relative;    
    background-color:White;
    padding:5px;
    border: 1px solid #cccccc;
    padding: 20px;
    font: normal 15px "Roboto";
    color: #000;
    /*border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;*/
    border-radius: 5px;
}

h1
{
    font-size: 12pt;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

h2
{
    font-size:10pt;
    font-weight:bold;
}

.rowStyle
{
    border-bottom: solid, 1px, #000;
    border-top: solid, 1px, #000;
    height: 55px;
}

.boldRowStyle
{
    font-weight:bold;
}

.errMsg
{
    width: 100%;
    text-align: center;
    border-style:solid;
    border-width:1px;
    line-height:20pt;
    margin-top: 5px;
    color:Red;
    background-color:#FFE2E2;
    font-weight: bold;
    z-index: 1000;
    border-radius: 3px;
}

.goodMsg {
    width: 100%;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    line-height: 20pt;
    margin-top: 5px;
    color: Green;
    background-color: #B9DA94;
    z-index: 1000;
    border-radius: 3px;
}

.warnMsg {
    width: 100%;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    line-height: 20pt;
    margin-top: 5px;
    color: Black;
    background-color: #fffb85;
    font-weight: bold;
    z-index: 1000;
    border-radius: 3px;
}
.calCell
{
    width: 25px;
    height: 25px;
}

.defaultWidth
{
    max-width: 100%;
}

.TaskFieldSet ul, .TaskFieldSet li
{
    border: 0;
    margin: 0;
    padding: 0;
    display:inline;
}

.TaskFieldSet li
{
    clear: both;
    display:inline;
    padding-bottom: 10px;
}

.header-text p {
    margin-top: 7px;
}

.ActionToolbar ul, .ActionToolbar li
{
    border: 0;
    margin: 0;
    padding: 0;
    display:inline;
}

.ActionToolbar li
{
    clear: both;
    display:inline;
    padding-bottom: 10px;
}

.TaskFieldSet label, .TaskFieldSet button
{
    margin-left:15px;
    margin-right:5px;    
    vertical-align:middle;
}

.smallTextBox
{
    width:50px;
}

.redcheckbox
{
    color: Red;
}

.greencheckbox
{
    color: Green;
}

#ActivityToolBar
{
   
}

#ActivityToolBar ul, #ActivityToolBar ul li, #InstallApptInfo ul, #InstallApptInfo ul li, #AccountInfo ul, #AccountInfo ul li
{

}

#ActivityToolBar ul li, #InstallApptInfo ul li
{

}

#AccountInfo ul li input
{
    padding-left:50px;
}

#InstallApptInfo li
{
    list-style:none;
}

#InstallApptInfo li label
{
    margin-right: 50px;
    text-align:left;
    line-height: 35pt;
}

#InstallApptInfo li input
{
    margin-left:0px;
    padding-left:0px;
}
