﻿/*
{*******************************************************************}
{                                                                   }
{       Copyright © 2012 - D.R.A. Computing Pty Ltd.                }
{       ALL RIGHTS RESERVED                                         }
{                                                                   }
{   The entire contents of this file is protected by Australian     }
{   and International Copyright Laws. Unauthorized reproduction,    }
{   reverse-engineering, and distribution of all or any portion of  }
{   the code contained in this file is strictly prohibited and may  }
{   result in severe civil and criminal penalties and will be       }
{   prosecuted to the maximum extent possible under the law.        }
{                                                                   }
{   RESTRICTIONS                                                    }
{                                                                   }
{   THIS SOURCE CODE AND ALL RESULTING INTERMEDIATE FILES           }
{   ARE CONFIDENTIAL AND PROPRIETARY TRADE                          }
{   SECRETS OF D.R.A. COMPUTING PTY LTD.                            }
{                                                                   }
{   THE SOURCE CODE CONTAINED WITHIN THIS FILE AND ALL RELATED      }
{   FILES OR ANY PORTION OF ITS CONTENTS SHALL AT NO TIME BE        }
{   COPIED, TRANSFERRED, SOLD, DISTRIBUTED, OR OTHERWISE MADE       }
{   AVAILABLE TO OTHER INDIVIDUALS WITHOUT EXPRESS WRITTEN CONSENT  }
{   AND PERMISSION FROM D.R.A. COMPUTING PTY LTD                    }
{                                                                   }
{   CONSULT THE END USER LICENSE AGREEMENT FOR INFORMATION ON       }
{   ADDITIONAL RESTRICTIONS.                                        }
{                                                                   }
{*******************************************************************}
*/


/****** Begin Global styles*****/


body
{
    /*font-family: Segoe UI, Tahoma, Arial, Verdana;*/
    font: 12px Tahoma, Geneva, sans-serif;
    color: #000000;
    background-color: #ffffff;
    overflow: auto;
    margin: 0;
    padding: 0;
}

.clearfix
{
    display: inline-block;
}

.clearfix:after
{
    height: 0px;
    clear: both;
    display: block;
    visibility: hidden;
    content: ".";
}

a
{
    color: #007acc;
    text-decoration: none;
    cursor: pointer;
}
a:hover
{
    color: #007acc;
    text-decoration: underline;
}
a:link
{
    color: #007acc;
}
a:visited
{
    color: #007acc;
}

/****** Begin Master Page styles*****/

.main-container
{
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; /*position: absolute;   IE9 bug, wouldn't display anything */
    margin: 0;
    padding: 0;
}

.main
{
    overflow: hidden;
    min-width: 900px;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: right top;
}

.header
{
    left: 0px;
    right: 0px;
    height: 34px;
    background-color: #357EC7;
    color: #ffffff;
}

.header-title
{
    padding: 4px 0px 0px 10px;
    font-size: 18px;
    font-weight: 900;
}

.sub-header-title
{
    padding: 4px 0px 0px 10px;
    font-size: 14px;
    font-weight: 900;
}

.content-section
{
    position: absolute;
    right: 0;
    left: 0;
    top: 70px; /* default for site, but can be over-ridden when menu is larger */
    bottom: 0;
    overflow: auto;
    margin: 0; /*padding-right: 10px; /* width: 100%; */
    /*box-sizing: border-box; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*
    CUSTOM STYLES
*/

.headingRow, .headerRow
{
    width: 100%;
    height: 20px;
    padding-left: 15px;
    padding-top: 5px;
    background-color: #cccccc;
    border: 1px solid Gray;
    margin-bottom: 5px;
}

.headerRow td
{
    padding: 5px;
    text-indent: 15px;
}

.headingRowLabel
{
    font-weight: bold;
    color: #fff;
}

.subHeaderRow
{
    font-weight: bold;
    margin-bottom: 5px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0px;
}

.subHeaderRowLabel
{
    font-weight: bold;
    color: #000000;
}

.labelCell
{
    text-align: right;
    width: 250px;
}

.label
{
    font-size: 12px;
    vertical-align: top;
    text-align: right;
    padding-top: 4px;
    color: #6D6D6D;
}

.label100
{
    font-size: 12px;
    vertical-align: top;
    text-align: right;
    padding-top: 4px;
    color: #6D6D6D;
    width: 100px;
}

.label150
{
    font-size: 12px;
    vertical-align: top;
    text-align: right;
    padding-top: 4px;
    color: #6D6D6D;
    width: 150px;
}

.label200
{
    font-size: 12px;
    vertical-align: top;
    text-align: right;
    padding-top: 4px;
    color: #6D6D6D;
    width: 200px;
}

.labelbold
{
    font-size: 12px;
    vertical-align: top;
    padding-top: 4px;
    color: #6D6D6D;
    font-weight: bold;
}


.field
{
    vertical-align: middle;
}

.jsAction
{
    color: #007acc;
    text-decoration: none;
    cursor: pointer;
}
.jsAction:hover
{
    color: #007acc;
    text-decoration: underline;
}
.jsAction:link
{
    color: #007acc;
}
.jsAction:visited
{
    color: #007acc;
}
