﻿*
{
    text-decoration: none;
    list-style: none;
    margin: 0px auto;
    padding: 0px;
}

body
{
    font-family: Arial, sans-serif;
    font-size: 12px;
}

html
{
    height: 99.9%;
    overflow: auto;
    margin: 0px auto;
    padding: 0px auto;
}
.banner
{
    float: left;
    margin-left: 30px;
}
@media screen and (max-width: 400px)
{
    .banner
    {
        display: none;
    }

}

.slideshow
{
    margin-left: 10px;
    height: 503px;
    width: 627px;
    float: left;
}
.slideshow img
{
    width: 100% !important;
    height: 100% !important;
    border: 3px solid #FFF;
}
fieldset
{
    border: 1px solid #aaa;
    text-align: left;
    background: rgba(255,255,255,0.6);
    background-position: -1px -1px;
    background-position: 8px 8px\9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

fieldset td
{
    vertical-align: middle;
}

fieldset .labelCell
{
    text-align: left;
    width: 15%;
}

fieldset .labelCell
{
    white-space: nowrap;
}

fieldset hr
{
    border: none;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ccc;
}

fieldset legend
{
    background: #ddd url(../../Images/legend_background.gif) center center repeat-x;
    font-size: 14px;
    border: 1px solid #AAA;
    padding: 3px 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

img
{
    border: none;
    vertical-align: middle;
}

iframe
{
    border: 0px;
}

#mainHTML
{
    background: url(../../Images/pic.png) no-repeat center center fixed;
    background-size: 100%;
    background-color: #89B1BD;
}

#desktop
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 25px;
    overflow: hidden;
    background: url(../../Images/SystemLogotype.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: left;
}

#gTACLogotype
{
    position: absolute;
    top: 0;
    left: 0;
}

#taskBar
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #666;
    background: #315B7E url(../../Images/MenuBackground.gif) center center repeat-x;
    text-align: left;
}

#menu
{
    padding: 0px;
    margin-left: 5px;
}

#menuItems
{
    /*  -moz-border-radius: 3px 5px 0px 0px;      -webkit-border-radius: 3px 5px 0px 0px;      border-radius: 3px 5px 0px 0px; */
}

#menu ul
{
    position: absolute;
    padding: 0px;
    width: auto;
    background: #6f6f6f url(../../Images/menu_ul_background.gif) top center repeat-x;
    border: 1px solid #555;
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
    z-index: 9999;
}

#menu a:link, #menu a:active, #menu a:visited
{
    color: #fff;
    text-decoration: none;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
}

#menu a:hover
{
    font-weight: bold;
}

#menu ul ul
{
    top: auto;
}

#menu ul li
{
    position: relative;
    float: left;
    height: 20px;
    padding-left: 0px;
}

#menu li
{
    position: relative;
    float: left;
    height: 25px;
}

#menu li:hover
{
    background: #B1DCFE url(../../Images/MenuBackground.gif) repeat-x center center;
}

#menu li ul a
{
    width: 150px;
    float: left;
}
#menu li ul ul
{
    left: 150px;
    margin: 0 0 0 0px;
}

.window
{
    background: #fff !important;
    border: 1px solid gray;
    padding-bottom: 37px;
    padding-bottom: 0px;
}

#taskBarWindows
{
    padding: 0px;
    margin: 0px;
    margin: 5px 0 0 10px;
}

#taskBarWindows li
{
    display: inline;
    border: 1px solid white;
    margin: 0px 0px 0px 4px;
    padding: 0 0 0 5px;
    bottom: auto;
}

#taskBarWindows img
{
    vertical-align: bottom;
    padding-left: 10px;
}

#taskBarWindows a
{
    margin: 0px;
    padding: 0px;
    color: white;
}

#register
{
    display: none;
    margin: 10px;
}

#editGroup
{
    display: none;
    margin: 10px;
}

#search
{
    display: none;
    margin: 10px;
}

#editGroupFields
{
    margin: 10px;
    float: left;
}

#editGroupFields a
{
    margin-left: 5px;
}

#registerFields
{
    margin: 10px;
    float: left;
}

#registerFields a
{
    margin-left: 5px;
}


#searchFields
{
    margin: 10px;
    float: left;
}

#searchFields a
{
    margin-right: 10px;
}

#registerCommands
{
    float: left;
    clear: both;
    height: 25px;
    margin: 10px;
    text-align: left;
}

#registerCommands ul
{
    display: inline;
    padding: 0px;
    margin: 0px;
}

#registerCommands li
{
    display: inline;
}

#registerCommands img
{
    height: 24px;
    width: 24px;
}

#editGroupCommands
{
    float: left;
    clear: both;
    height: 25px;
    margin: 10px;
    text-align: left;
}

#editGroupCommands ul
{
    display: inline;
    padding: 0px;
    margin: 0px;
}

#editGroupCommands li
{
    display: inline;
}

#editGroupCommands img
{
    height: 24px;
    width: 24px;
}

#searchCommands
{
    float: left;
    clear: both;
    height: 25px;
    margin: 10px;
    text-align: left;
}

#searchCommands ul
{
    padding: 0px;
    margin: 0px;
}

#searchCommands li
{
    display: inline;
}

#searchCommands img
{
    height: 24px;
    width: 24px;
}

#options
{
    width: auto;
    padding: 3px !important;
    margin: 0px auto 5px;
    background: rgba(255,255,255,0.6);
    border-bottom: 1px solid #aaa;
    text-align: left;
    float: none !important;
}

#options ul
{
    margin-top: 2px;
    float: left;
}

#options li
{
    display: inline;
    margin-left: 5px;
    text-align: center;
}

#options ul a
{
    text-align: center;
    float: none;
    display: inline-block;
    padding: 3px; /*border: 1px solid; 	border-top-color: #fff; 	border-left-color: #fff; 	border-bottom-color: #bbb; 	border-right-color: #bbb; 	background: #eee url(../../Images/option_background.gif);*/
}

#options #rightOptions a
{
    border: none;
    background: transparent;
    padding: 6px;
}

#options .pressed
{
    border: 1px solid;
    border-top-color: #bbb;
    border-left-color: #bbb;
    border-bottom-color: #fff;
    border-right-color: #fff;
}

#options img
{
    height: 24px;
    width: 24px;
    vertical-align: middle;
    margin: 1px 0 0 0;
}

#grid
{
    width: 99%;
    padding: 0px;
    text-align: left;
    position: relative;
    display: block;
}

#gridView
{
    display: table !important;
    border-bottom: 1px solid #4E6070;
    text-align: left;
}

#gridTable
{
    border-color: #4E6070;
    width: 100%;
    text-align: left;
    white-space: nowrap;
}

#gridTable th
{
    white-space: nowrap;
    height: 20px !important;
    overflow: hidden;
    vertical-align: middle;
}

#gridTable td
{
    white-space: nowrap;
    height: 20px !important;
    overflow: hidden;
    border-bottom: 1px solid gray;
}

#noRegistersInGrid
{
    display: none;
    border: 1px solid black;
}

#gridPagerColumn
{
    text-align: center;
    border: 1px solid gray;
    background-color: White;
    height: 15px;
}

#gridPager span
{
    padding: 0 5px 0 0;
}

.container-fluid-Menu
{
    padding-top: 10px;
}

.pagerCurrentPage
{
    padding: 2px;
    font-family: Frutiger Linotype, Trebuchet MS, Tahoma, Arial;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
}

.pagerOtherPage
{
    color: Silver;
    padding: 2px;
    font-family: Frutiger Linotype, Trebuchet MS, Tahoma, Arial;
    font-size: 8pt;
}

.headerBoundColumn
{
    border: 1px solid gray;
    background: #888888 url(../../Images/MenuBackground.gif) center center repeat-x;
    color: #2C3F4E;
}
.headerBoundColumn img
{
    margin-right: -12px;
}

.headerBoundColumn a
{
    color: #ffffff;
}

.headerEditColumn
{
    border: 1px solid gray;
    border-right: none;
    background: #888888 url(../../Images/MenuBackground.gif) center center repeat-x;
}

.headerDeleteColumn
{
    border: 1px solid gray;
    border-left: none;
    border-right: none;
    background: #888888 url(../../Images/MenuBackground.gif) center center repeat-x;
}

.headerDeleteColumn a
{
    font-size: 15px;
    color: #ffffff;
    font-weight: bolder;
}

.headerEditGroupColumn
{
    border: 1px solid gray;
    border-left: none;
    border-right: none;
    background: #888888 url(../../Images/MenuBackground.gif) center center repeat-x;
}

.headerEditGroupColumn a
{
    font-size: 20px;
    color: White;
    font-weight: bold;
}

.boundColumn
{
    border: 1px solid gray;
    background-color: rgba(255,255,255,0.8);
}

.editColumn
{
    border: 1px solid gray;
    border-right: none;
    background-color: rgba(255,255,255,0.8);
}

.deleteColumn
{
    border: 1px solid gray;
    border-left: none;
    border-right: none;
    background-color: rgba(255,255,255,0.8);
}

.editGroupColumn
{
    text-align: center;
    border: 1px solid gray;
    border-left: none;
    background-color: rgba(255,255,255,0.8);
}
.alternatingRowStyle
{
    background-color: #ffffff;
}

.ListSearchPrompt
{
    background-color: #FFFADD;
    border: 1px solid black;
}

.subTitleFields
{
    font-family: Frutiger Linotype, Trebuchet MS, Tahoma, Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    margin: 4px 0;
}

.modalDialog
{
    background: #eee;
    border: 1px solid #bbb;
    position: fixed;
    display: none;
}

.error
{
    border-color: #CD3333;
}

label.error
{
    background: #CD3333;
    color: white !important;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px;
    margin: 0 3px;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

td
{
    white-space: nowrap !important;
}

#grid td
{
    white-space: normal !important;
}

.roundBorders
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

textarea
{
    height: 50px;
}

a, input, textarea, select, .selectlist-list
{
    padding: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input, textarea, select, .selectlist-list
{
    background: #fff;
    border: 1px solid #bbb;
}

.fieldCell input, .fieldCell textarea, .fieldCell .selectlist-list
{
    width: 80%;
}

.selectlist-list
{
    display: block !important;
    float: left;
    margin-top: 3px;
    padding: 3px;
    min-height: 16px;
}

.selectlist-item
{
    cursor: default;
}

.fieldCell select
{
    width: 81.5%;
}

#searchFields .fieldCell .date
{
    width: 39.3%;
    margin-right: 5px;
}

input[type=button]
{
    padding: auto;
    border: auto;
}

.window-overlay
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
}

.window-changing .window-overlay
{
    display: block;
}

.window
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #888;
}

.window.ui-draggable-dragging, .window.ui-resizable-resizing
{
    background: #16385D !important;
    opacity: 0.20;
    filter: alpha(opacity=20);
}

.window.ui-draggable-dragging iframe, .window.ui-draggable-dragging .windowStatusBar, .window.ui-resizable-resizing iframe, .window.ui-resizable-resizing .windowStatusBar
{
    display: none;
}

.windowTitleBar
{
    background-color: #4682B4 !important;
    -moz-border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    border-bottom: 1px solid #888;
    font-size: 11px !important;
}

.windowStatusBar
{
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
}

