﻿/* ======================================================================================================
 GENERAL TYPOGRAPHY 
=======================================================================================================*/

/* ================= 1. CSS Reset ================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, AccountingLock
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
}


/* Telerik Styles  */
.RadMenu_WebBlue .rmLink .rmText {
    text-transform: none;
}

.RadGrid
{
    /*works in IE*/
    word-break:break-all;
}
 
.RadGrid td
{
    /*works in Firefox*/
    overflow:hidden;
}
 
.rbDecorated
{
	padding-left: 0px !important;
}


/* Page Styles */

body
{
    font: 12px/1.7 Helvetica, Arial, Tahoma, sans-serif;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    background: #e7e7e7;
}


a
{
    text-decoration: none;
    color: #333399;
    outline: none;
}

a:hover
{
	text-decoration: underline;
}

a.bluelink
{
	outline: none;
	color: #333399;
	text-decoration: underline;
	cursor: pointer;
	font-size: 11px;
}

a.bluelink-disabled
{
	outline: none;
	color: gray;
	text-decoration: none;
	cursor: text;
	font-size: 11px;
}

.row
{ 
	clear: both;
	padding: 1px 0;
    white-space: nowrap;
    display: block;
}

.col
{
    float: left;
    padding-right: 3px;
    white-space: nowrap;
    display: block;
}

.col-underline {
    float: left;
    padding-right: 3px;
    white-space: nowrap;
    display: block;
    border-bottom: 1px solid black;
}

.grid-header
{
    float: left;
    padding-left:5px;
    text-align: right;
    color: #666666;
    font-size: 14px;
    font-weight:bold;
}

.label
{
    padding: 4px 5px;
    float: left;
    color: #666666;
    text-align: right;
    font-size: 12px;
}

.label-underline {
    padding: 4px 5px;
    float: left;
    color: #666666;
    text-align: right;
    text-decoration: underline;
    font-size: 12px;
}

.label-center {
    padding: 4px 5px;
    color: #666666;
    text-align: center;
    font-size: 12px;
}

.label-right {
    padding: 4px 5px;
    color: #666666;
    text-align: right;
    font-size: 12px;
}

.label-blue {
    padding: 4px 5px;
    float: left;
    color: #666666;
    text-align: right;
    font-size: 12px;
    color:blue;
}

.error-label
{
    padding: 4px 5px;
    float: left;
    color: #ff0000;
    text-align: right;
    font-size: 12px;
}

.error-label-center {
    padding: 4px 5px;
    color: #ff0000;
    text-align: center;
    font-size: 12px;
}

.button {
    border-radius: 10px;
    border: solid 1px #ffffff;
    color: #ffffff;
    padding: 3px 10px;
    background-color: #666666;
    font-weight: bold;
    box-shadow: 0 0 5px #333333;
    cursor: pointer;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: right;
}

.button:hover {
    background-color: #85a3e0;
}

.button:active {
    background-color: #ffffff;
    color: #85a3e0;
    border: solid 2px #85a3e0;
}

.textField
{
	border: solid 1px #abadb3;
	background-color: #ededed;
	padding: 2px 1px;
	width: 246px;
}

.textField:focus
{
	background-color: #ffffff;
}

.header-div
{
	height:120px;
}

.header-image-div
{
	width:120px;
	height:120px;
}

.header-content-div 
{
	width:1000px;
}

.header .logo
{
    float: left;
    padding: 8px;
    margin-top: 18px;
        
}

.menu-div
{
	padding-left:20px;
}

#main-menu
{
    background: url("../images/menu_bg.png") repeat-x;
    width: 1035px;
    height: 60px;
}


.userinfo-div
{
	float:right;
}

.body-div
{
	
}

.content-div
{
	border:1px solid #25A0DA;
	min-height:440px;
	min-width:1000px;
}

.excel-export-btn 
{
	background-position:0 0;
	background-image:url('../Images/exports.gif');
	padding: 0 11px 1px 0;
}

.pdf-export-btn 
{
	background-position:0 100px;
	background-image:url('../Images/exports.gif');
	padding: 0 11px 1px 0;
}

#footer
{
	width: 1000px;
	height: 25px;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	position: relative;
	z-index: -1;
	clear: both;
	margin-bottom: 10px;
}

#version
{
	 position: absolute;
	 right: 10px;
	 top: 5px;
}

.hideExpiredPassword
{
	background-color: #fef8ea;
	border: solid 1px #fff0d9;
	margin: 8px auto 15px auto;
	padding: 10px;
	width: 570px;
}

.errorPanel
{
	color: Red;
	display: block;
	line-height: 18px;
	height: 100%; /* needed for ie6 */
	margin-bottom: 15px;
	background-color: #eeeeee;
	border: solid 2px red;
	padding: 10px;
}

.valid
{
	background: #fef8ea url('../Images/iconAcceptRound.png') no-repeat;
	color: Green;
	height: 25px;
	line-height: 25px;
	float: left;
	text-indent: 25px;
	font-size: 11px;
	font-weight: bold;
}

.notValid
{
	background: #fef8ea url('../Images/iconAlertRound.png') no-repeat;
	color: Red;
	height: 25px;
	line-height: 25px;
	float: left;
	text-indent: 25px;
	font-size: 11px;
	font-weight: bold;
}

.left-nav
{
	width:150px;
	min-height:575px;
	border: 1px solid #46A2B4; 	
}

.right-content
{
	margin-left:5px;
	border:1px solid #46A2B4;
	width:843px;
	min-height:575px;
}

/* ================= Header Menu ================= */

#header-menu-div
{
	float:left;
	padding-top:3px;
	margin-left:-80px;
	z-index:998;
}

#header-menu-ul
{	
	margin: 0;
	padding: 0;
}

#header-menu-ul li
{	
	float: left;
	list-style: none;
	width:100px;
}

#header-menu-ul li a
{
	display: block;
	text-decoration: none;
	text-align:center;
	outline: none;
	font-weight:bold;
	color:#2B2728;
	/*background-color: #9A9999;*/
}

#header-menu-ul li:hover
{
	background-color: #9A9999;
}

#header-menu-ul li:hover a
{
	font-weight:bold;
	color:#ffffff;
}

#header-menu-ul li a:hover
{
	color:#960102;
}

#header-menu-ul li:hover ul
{
	visibility: visible;
	display:block;
	z-index:998;
}

#header-menu-ul li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border: 1px solid #9A9999;
	background-color: #9A9999;
}

#header-menu-ul li ul li
{
	float: none;
	display: inline;
	height:30px;
}

#header-menu-ul li ul li a
{
	display: block;
	width:150px;
	text-align:left;
	padding-left:10px;
	white-space: nowrap;
	color: #ffffff;
	outline: none;
}

#header-menu-ul li:hover ul li a
{
	font-weight:normal;
	padding-top:5px;
	height:25px;
}

#header-menu-ul li ul li a:hover
{
	color:#960102;
}

#header-menu-ul li ul li a span
{
	position: absolute;
	right: 0;
	*margin-top: -6px; /*positioning hack for ie6/7 only */
}

/* ================= Header Menu End ================= */

.copy
{
    display: inline-block; 
    text-align: center;
    width: 100%;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 10px;
    width: 100%;
    height: 20px;
    position: relative;
    
}

div.qsf-right-content .qsf-col-wrap
{
    position: static;
}
