﻿#lnkForgotPassword {
    display: none;
}

.login
{
    position: absolute;
    width: 100%;
}

.body 
{
	margin: 0 auto;
	margin-top: 0 auto;
    position: absolute;
	width: 100%;
}

.center 
{
    text-align: center; /* Internet Explorer */
}

.center 
{
    text-align: -moz-center; /* Firefox */
}

.center 
{
    text-align: -khtml-center; /* Google Chrome and Safari */
}

.right
{
    text-align: right; /* Internet Explorer */
}

.right
{
    text-align: -moz-right; /* Firefox */
}

.right
{
    text-align: -khtml-right; /* Google Chrome and Safari */
}

.content
{
    text-align: -moz-left; /* Firefox */
}

.content
{
    text-align: -khtml-left; /* Google Chrome and Safari */
}

.content
{
    text-align: left;
}

.divInput 
{
    padding: 7px 10px 7px 10px;
}

.font_normal 
{
    font-family: Verdana;
    font-size: 8pt;
}

.font_small
{
    font-family: Verdana;
    font-size: 7pt;
}

.lblInfoTitle 
{
    font-size: 12pt;
    font-weight: bold;
}

.lblInfoSubTitle
{
    font-size: 10pt;
}

.lblInfoStatusCell 
{
    background-color: #DADADA;
    border-color: Red;
    border-style: double;
    border-width: 1px;
    color: Red;
    padding: 7px 10px 7px 10px;
    width: 100%;
}

.input_default 
{
    background-color: White;
    border-color: #6789AB;
    border-style: solid;
    border-width: 1px;
    color: #123456;
}

.input_readOnly 
{
    background-color: Transparent;
    border-color: #6789AB;
    border-style: solid;
    border-width: 1px;
    color: #6789AB;
}

.checkbox_text 
{
    background-color: Transparent;
    border: 0;
    color: #123456;
}

.button_default 
{
    height: 25px;
    width: 75px;

    border: none;
    cursor: pointer;
}

.lblInfo 
{
    /*color: #123456;*/
}

.lblInfoCell 
{
    text-align: left;
    vertical-align: top;
    width: 15%;
}

.imgLookup 
{
    cursor: pointer;
}

a.sub_menu:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            maroon;
} 

a.sub_menu:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:            maroon;
} 

a.sub_menu:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:            maroon;
} 

a.sub_menu:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  color: maroon;
} 

.culture 
{
    color: LightGray;
    font-family: Verdana;
    font-size: xx-small;
    text-decoration: none;
}

.culture:hover
{
    color: Black;
    text-decoration: underline;
}

.file_input_div
{
	position: absolute;
	width: 25px;
	height: 23px;
	overflow: hidden;
}

.file_input_button
{
    font-size: 8pt;
    width: 20px;
	height: 20px;
	position: absolute; 
	top: 1px;
	border-style: none;
}

.file_input_hidden
{
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	opacity: 0; 
	
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}

.fileUpload {
    width:255px;    
    font-size:11px;
    color:#000000;
    border:solid;
    border-width:1px;
    border-color:#7f9db9;    
    height:17px;
}

.tdRequired 
{
    text-align: center;
    /*padding: 0 0 0 4;*/
    /*vertical-align: middle;*/
    vertical-align: top;
    width: 8px;
}

.imgRequired 
{
    /*position: absolute;*/
}

.tdMenuItem 
{
    text-align: center;
    text-decoration: none;
    width: 75px;
}

.tdMenuItem:hover 
{
    cursor: pointer;
}

.txtReadOnly 
{
    border: 0;
}

.imgToolbar
{
    cursor: pointer;
    float: right;
    height: 16px;
    width: 16px;
}

.colHeader_ClientOpen
{
    font-weight: bold;
    text-align: center;
}

.tabHeader 
{
    border-bottom-color: LightGray;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.tabHeaderActive 
{
    border-top-color: LightGray;
    border-top-style: solid;
    border-top-width: 1px;
    
    border-left-color: LightGray;
    border-left-style: solid;
    border-left-width: 1px;

    border-right-color: LightGray;
    border-right-style: solid;
    border-right-width: 1px;
}

.tabBody 
{
    border-bottom-color: LightGray;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    
    border-left-color: LightGray;
    border-left-style: solid;
    border-left-width: 1px;

    border-right-color: LightGray;
    border-right-style: solid;
    border-right-width: 1px;
}
