/* ~~ GENERAL ~~ */

body
{
    padding: 0;
    margin: 0;
    text-align: left;
    font-family: Arial;
    font-size: 14px; 
    overflow-y: scroll;
}

form
{
    margin: 0;
    padding: 0;
}

/*16-Jan-2014 | Sreedhar | Fogbugz 21913 | Additional Filter options on the Interface. Ensure that validation messages are displayed in Red.*/
.field-validation-error
{
    color: red;
}

a, a:visited
{
    color: Navy;
}

.error
{
    color: Red;
}

.startupError
{
    background-color: Red;
    color: White;
    width: 100%;
    padding: 3px 0 3px 10px;
    margin-bottom: 20px;
}

.expand
{
    cursor: pointer;
}

.clearFix
{
    clear: both;
    display: inline-block;
}

/* ~~ END GENERAL ~~ */

/* ~~ LAYOUT ~~ */

div.header
{
    width: 100%;
    background: url('../Images/HeaderBackground.png') repeat-x;
    color: White;
}

table.content td.bodyHeader
{
    width: 100%;
    height: 40px;
    line-height: 40px;
	font-size: 20px;
    font-weight: bold;
    color: White;
    background: url('../Images/TitleBarBackground.png') repeat-x;
}

table.content td.bodyHeader div.left
{
    float: left;
    margin-left: 10px;
}

table.content td.bodyHeader div.right
{
    float: right;
    margin-right: 10px;
}

table.content
{
    width: 100%;
    height: 100%;
}

table.content td.contentLeft
{    
    vertical-align: top;
    background: #94BEDB url('../Images/LeftColumnBackground.png') no-repeat 0 0;
}

table.content td.contentRight
{
    width: 100%;
    padding: 20px;
    vertical-align: top;
    background-color: #F2F2F2;
}

/* ~~ END LAYOUT ~~ */

/* ~~ HEADER ~~ */
/* Guru Mariyappa | VSTS: 344789 | 29-Sep-2022 | New product names */
div.header div.heading
{
    height: 50px;
    width: 1200px;
    font-size: 36px;
    font-weight: bold;
    margin-left: 9px;
}

div.header div.flare
{
    top: 0;
    right: 0;
    width: 433px;
    height: 80px;
    position: absolute;
    background: url('../Images/HeaderFlare.png') no-repeat;
}

div.header span.versionInfo 
{
	color: Silver;
	font-size: 25px;
	font-weight: normal;
	padding-left: 10px;
}

div.header div.applicationTabs
{
    width: 800px;
    margin-left: 9px;
}

div.header div.applicationTabs a
{
    margin-top: 11px;
    width: 147px;
    height: 39px;
    line-height: 19px;
    display: block;
    float: left; 
    text-align: center;
    text-decoration: none;
	font-size: 13px;
	font-weight: bold;
    color: White;
    background: url('../Images/ApplicationTab.jpg') no-repeat 0 0;
}

div.header div.applicationTabs a.selected,
div.header div.applicationTabs a.selected:hover
{
    background-image: url('../Images/ApplicationTabSelected.jpg');
}

div.header div.applicationTabs a:hover
{
    background-image: url('../Images/ApplicationTabHover.jpg');
    text-decoration: underline;
}

/* ~~ END HEADER ~~ */

/* ~~ MENU ~~ */

table.content td.contentLeft div.menu a
{
    margin-top: 10px;
    width: 144px;
    height: 49px;
    line-height: 49px;
    display: block;
    text-align: center;
    text-decoration: none;
	font-size: 13px;
	font-weight: bold;
    color: #004478;
}

table.content td.contentLeft div.menu a:hover
{
    background: url('../Images/MenuHover.jpg') no-repeat 0px 0px;
    text-decoration: underline;
}

table.content td.contentLeft div.menu a.selected,
table.content td.contentLeft div.menu a.selected:hover
{
    background: url('../Images/MenuSelected.png') no-repeat;
}

/* ~~ END MENU ~~ */

/* ~~ DATAGRID ~~ */

table.dataGrid
{
    width: 100%;    
}

table.dataGrid th,
table.dataGrid td
{
    border: 1px solid Lightgray;
    padding: 3px;
    font-size: 14px;
    text-align: left;
}

table.dataGrid td.nowrap
{
    white-space: nowrap;
}

table.dataGrid th.c, table.dataGrid td.c
{
    text-align: center;
}

table.dataGrid th.l, table.dataGrid td.l
{
    text-align: left;
}

table.dataGrid th.r, table.dataGrid td.r
{
    text-align: right;
}

div.gridButtonsTop
{
    width: 815px;
    height: 23px;
    line-height: 23px;
    margin-bottom: 10px;
}

div.gridButtonsTop div.status
{
    float: left;
    margin-right: 20px;
}

div.gridButtonsTop form
{
    float: left;
    margin: 0;
    padding: 0;
}

table.dataGrid img
{
    vertical-align: middle;
}

table.dataGrid tr.failed td
{
    background-color: #FFAAAA;
}

div.gridButtonsTop input
{
    margin-right: 5px;
}

div.gridButtonsBottom
{
    height: 23px;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ~~ END DATAGRID ~~ */

/* ~~ DIALOG ~~ */

div.dialog
{
    display: none;
    overflow: hidden !important;
}

body.dialog
{
    margin: 10px;
}

/* ~~ END DIALOG ~~ */

/* ~~ PAGER ~~ */

div.pager
{
    float: right;
}

div.pager a
{
    border: 1px solid Black;
    text-decoration: none;
    padding: 3px 5px 3px 5px;
}

div.pager a:hover,
div.pager a.selected
{
    background-color: Navy;
    color: white;
}

/* ~~ END PAGER ~~ */

/* ~~ LOGIN ~~ */

div.login
{
    width: 700px;
}

div.login fieldset.inputs
{
    margin: 0;
    padding: 0;
    border: none;
    margin-top: 20px;
}

div.login fieldset.inputs div.leftCol
{
    float: left;
    width: 85px;
    clear: left;
    margin-bottom: 20px;
}

div.login fieldset.inputs div.rightCol
{
    float: left;
    width: 600px;
    margin-bottom: 20px;
}

div.login fieldset.inputs div.rightCol input
{
    width: 155px;
}

div.login fieldset.inputs div.rightCol input.submit
{
    width: 80px;
    margin-left: 76px;
    
}

/* ~~ END LOGIN ~~ */

/* ~~ QUEUE STATUS ~~ */

table.content td.bodyHeader div.right div.queueStatus form
{
    margin: 0;
    padding: 0;
    float: right;
}

table.content td.bodyHeader div.right div.queueStatus input
{
    padding: 2px;
    margin: 6px 0 0 10px;
    width: 125px;
}

table.content td.bodyHeader div.right div.queueStatus div.statusLight
{
    float: right;
    height: 28px;
    line-height: 28px;
    margin-top: 6px;
    padding: 0 25px;
    font-size: 16px;
}

table.content td.bodyHeader div.right div.queueStatus div.statusLight.initialised,
table.content td.bodyHeader div.right div.queueStatus div.statusLight.paused
{
	background-color: Orange;
}

table.content td.bodyHeader div.right div.queueStatus div.statusLight.started,
table.content td.bodyHeader div.right div.queueStatus div.statusLight.running
{
	background-color: Green;
}

table.content td.bodyHeader div.right div.queueStatus div.statusLight.stopped
{
	background-color: Red;
}

/* ~~ END QUEUE STATUS ~~ */

/* ~~ LOG  ~~ */

table.content div.eventLog .logLevel.debug { background-color: Black; color: White; }
table.content div.eventLog .logLevel.info { background-color: Blue; color: White; }
table.content div.eventLog .logLevel.warn { background-color: Yellow; }
table.content div.eventLog .logLevel.error { background-color: Red; color: White; }
table.content div.eventLog .logLevel.fatal { background-color: Red; color: Yellow; }

/* ~~ END LOG  ~~ */

/* ~~ ABOUT ~~ */

table.content div.about table.datagrid
{
    width: 960px;
}

table.content div.about table.datagrid td.leftCol
{
    width: 350px;
}

table.content div.about table.datagrid td.rightCol
{
    width: 600px;
}

table.content div.about table.datagrid th,
table.content div.about table.datagrid td
{
    text-align: left;
}

/* ~~ END ABOUT ~~ */

/* ~~ PREPARE EMAIL  ~~ */

table.content div.prepareEmail input.sendButton
{
    width: 100px;
    margin-bottom: 10px;
}

table.content div.prepareEmail div.block
{
    margin-bottom: 10px;
}

table.content div.prepareEmail div.block .recipients,
table.content div.prepareEmail div.block .subject
{
    width: 80%;
}

table.content div.prepareEmail div.block .message,
table.content div.prepareEmail div.block .messageData
{
    width: 80%;
    height: 175px;
}

table.content div.prepareEmail div.block .messageData
{
    color: Gray;
}

/* ~~ END PREPARE EMAIL  ~~ */


div.searchArchive input {
    margin-right: 5px;
    margin-top: 5px;
}

/* ~~ DATE TIME PICKER ~~ */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
