﻿
html { font-size: 100%; }

BODY
{
    margin: 0;
    padding-bottom: 2em;
    margin: 0 8px 0 10px;
    background-color: #FFFFFF;
    font-size: 11px;
    font-family: Tahoma, Arial, Sans-Serif;
    color: #6b6b6b;
}
P 
{
    margin: 0;
    padding: 5px 0 10px 0;
    font-size: 11px;
    color: #6b6b6b;    
    }
    
TD
{
    vertical-align:top;
    font-size: 11px;
    color: #6b6b6b;
    padding: 2px 0 0 0;  
	
	
}

H1 
{
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 150%;
    font-weight: bold;
    color: #6b6b6b;
    }
H2 
{
    padding: 5px 0 0 0;
    font-size: 11px;
    font-weight: bold;
    color: #6b6b6b;
    }
H3,H4,H5,H6 
{
    padding: 5px 0 0 0;
    font-size: 11px;
    font-weight: bold;
    color: #6b6b6b;
    }
A:link 
{
    font-size: 11px;
    font-weight: normal;
    color: #6b6b6b;
    text-decoration: underline;
    }
A:visited 
{
    text-decoration: underline;
} 
A:hover,A:active
{
    text-decoration: none;
}
.actionLink {
    color: #6b6b6b !important;
    text-decoration: underline !important;
}
.actionLinkDisabled {
    text-decoration: none !important;
    color: lightgray !important;
}
/* Header Section */

#header
{
    border-top: 1px solid #dddddd;
    height: 80px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#fff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #dddddd,  #fff);
}
#header a:link, a:visited  {
	color: #B51032;
}
#header #headerImage{
    width:150px;
    height:70px;
    margin: 5px 15px 5px 15px;
    padding: 0px;
    overflow:hidden;
    line-height: 70px;
    vertical-align: middle;
}
#header #headerImage img{
    vertical-align: middle;
}
#header .siteTitle
{
    font-size:24px;
    font-weight: bold;
    position: absolute;
    left: 185px;
    top: 28px;
}
#header #activeUser
{
    position: relative;
    float: right;
    top: 10px;
    margin-right: 20px;
    text-align: right;
}

/* Navigation */
#navigation {
	width: 150px;
	top: 100px;
	position:absolute;
}
#navigation .menuHeader
{
    padding: 5px 5px 5px 5px;
    background-color: #7a7c7f;
    color: #FFFFFF;
    font-weight: bold;
}

#navigation .menuBox
{
    padding: 0px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #bbb;
    border-top: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #eaeaea;
}
#navigation ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    text-indent:0px;
}
#navigation ul li a  {
	display: block;
	padding: 3px 5px 3px 10px;
  	text-decoration: none;
    background-color: #eaeaea;
    color: #6b6b6b;
}
#navigation ul li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}


#loginbg
{
    border-top: solid 3px #6b6b6b;
    border-bottom: solid 3px #6b6b6b;
    margin-left:0px;
    margin-right:0px;
}
#loginform .texta {
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 3px 1px;
    vertical-align: middle;
}
#loginform .siteTitle
{
    font-size:24px;
    font-weight: bold;
}



/* Main Content */

#content 
{
	margin-top:1em;
	margin-left: 16em;
	margin-right: 2em;
}
.content-page-title 
{
    height: 28px;
    padding: 5px 0px 0px 0px;
    position: relative;
    border-bottom: 2px solid #7a7c7f;
}

.label
{
    width: 100px;
    padding-right:10px;
    color: #222222;
}
.labelBold
{
    width: 100px;
    padding-right:10px;
    font-weight:bold;
}
input, select
{
    
    padding: 2px 1px;
    vertical-align: middle;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    color: #5c5756;    
    text-align:left;
    width:200px;
    border: 1px solid #babcbe;
    outline: 0px;
    outline-style: none;
    background-color: #FFFFFF;
}

.mandatory
{
    background-color: #FFFFBB;
}

select 
{
    width:auto;    
    border: 1px solid #babcbe;
    height:auto;
}

TEXTAREA
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    color: #5c5756;    
    border: 1px solid #babcbe;
}
.radio
{
	width:auto;
	outline:0;
	vertical-align:middle;
	border: 0px solid #babcbe;	
	height:auto;	
}
.radio input
{
	width:auto;
	outline:0;
	vertical-align:middle;
	border: 0px solid #babcbe;	
	height:auto;	
}
.checkbox
.checkboxDisabled {
    width: auto;
    outline: 0;
    vertical-align: baseline;
    border: 0px solid #babcbe;
}
.checkbox input
{
	width:auto;
	outline:0;
	vertical-align:baseline;
	border: 0px solid #babcbe;		
}
.submit
{
	width:100px;
	background-color: #efefef;    
    font-weight: bold;
    color: #838178;
    padding: 1px 10px 1px 10px;
    margin:0;
    height:22px;
    border:1px solid #6b6b6b;
    text-align: center;
    filter:chroma(color=#000000);
}
.datagridHeader TH
{
    font-weight: bold;
    height: 24px;
    text-align:left;
    background: #dddddd; /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#fff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #dddddd,  #fff);
    padding-left: 5px;
    padding-right: 5px;
    white-space:nowrap;
}
.resultTable .selectedBg
{
    background-color: #eaeaea;
}
.resultTable TD
{
    text-align:left;
    vertical-align:top;
    padding: 2px 10px 5px 10px;
}
.pagerImg
{
      width:auto;
      height:auto;
      border:0;         
}

.pagerStyle
{
      margin-top: 10px;
      position:absolute;
}
.divZone
{
    position:relative;
    background: #eeeeee;
    border: 1px solid #bbbbbb;
    display: none;
    padding: 3px;
}
.recordTypeHeading
{
    font-weight: bold;
}
.recordHeading
{
    color: #222222;
    cursor: default;
}
.searchTip
{
    position:absolute;
    left:540px;
    width:400px;
    font-size: 10px;
}
.formPanel
{
    border: 1px solid #cccccc;
    background-color: #ebebeb;
    padding:5px;
    position: relative;
    margin: 0 0 1em 0;
}
.formPanel legend
{
    text-align:center;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    color: #6b6b6b;
    position: absolute;
    top: -.5em;
    left: .2em;
}
.formPanelDiv
{
    padding: 10px;
}
.red {
    color: red;
}