﻿/**********************************************************************************************/
/*********** PAGE STYLES ********************************************************************/
/**********************************************************************************************/
BODY
{
	background-color: #FFFFFF;
}

.PageBackColor
{
	background-color: #FFFFFF;
}

.PageBackWhite
{
	background-color: #FFFFFF;
}

.hiddencol
{
display:none
}
/**********************************************************************************************/
/*********** END PAGE STYLES ******************************************************************/
/**********************************************************************************************/



/**********************************************************************************************/
/*********** PROJECT ASPX CONTROLS ************************************************************/
/**********************************************************************************************/
.ControlLeft
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 11px;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
	font-family: Arial;
	text-align: left;
}

.ButtonCenter
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 11px;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
	font-family: Arial;
	text-align: center;
}
/**********************************************************************************************/
/*********** END PROJECT ASPX CONTROLS ********************************************************/
/**********************************************************************************************/



/**********************************************************************************************/
/*********** LOGIN CONTROLS *******************************************************************/
/**********************************************************************************************/
.ControlLeftLogin
{
	border-right: #353434 1px solid;
	border-top: #353434 1px solid;
	font-size: 11px;
	border-left: #353434 1px solid;
	color: #000000;
	border-bottom: #353434 1px solid;
	font-family: Arial;
	text-align: left;
}

TD.LoginText
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
}

TD.LoginErrorText
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial;
}

.ButtonCenterLogin
{
	border-right: #353434 1px solid;
	border-top: #353434 1px solid;
	font-size: 11px;
	border-left: #353434 1px solid;
	color: #000000;
	border-bottom: #353434 1px solid;
	font-family: Arial;
	background-color: #E2E2E0;
}

A.Login
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: none;
}

A.Login:hover
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: none;
}

A.Login:link
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: none;
}

#TableCenter {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
/**********************************************************************************************/
/*********** END LOGIN CONTROLS *******************************************************/
/**********************************************************************************************/



/**********************************************************************************************/
/*********** SESSION ERROR CONTROLS ************************************************/
/**********************************************************************************************/
.ControlLeftSessionError
{
	border-right: #8996B6 1px solid;
	border-top: #8996B6 1px solid;
	font-size: 11px;
	border-left: #8996B6 1px solid;
	color: #000000;
	border-bottom: #8996B6 1px solid;
	font-family: Arial;
	text-align: left;
}

TD.SessionErrorText
{
	font-size: 12pt;
	color: #ffffff;
	font-family: Arial;
}

A.SessionError
{
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: none;
}

A.SessionError:hover
{
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: none;
}

A.SessionError:link
{
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: none;
}
/**********************************************************************************************/
/*********** END SESSION ERROR CONTROLS ******************************************/
/**********************************************************************************************/



/**********************************************************************************************/
/*********** CASE CONFIRMATION *********************************************************/
/**********************************************************************************************/
TD.ConfirmationText
{
	font-size: 14pt;
	color: #FFFFFF;
	font-family: Arial;
}
/**********************************************************************************************/
/*********** END CASE CONFIRMATION ***************************************************/
/**********************************************************************************************/

/**********************************************************************************************/
/*********** GENERAL HTML  ***************************************************************/
/**********************************************************************************************/
TD
{
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
}

A
{
	font-size: 8pt;
	color: #3d8dc9;
	font-family: Arial;
	text-decoration: none;
}

A:LINK
{
	font-size: 8pt;
	color: #3d8dc9;
	font-family: Arial;
	text-decoration: none;
}

A:LINKALT
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}

A:HOVER
{
	font-size: 8pt;
	color: #72bef7; 
	font-family: Arial;
	text-decoration: none;
}
/**********************************************************************************************/
/*********** GENERAL HTML  ***************************************************************/
/**********************************************************************************************/



/**********************************************************************************************/
/********* DATAGRID STYLE  ***************************************************************/
/**********************************************************************************************/
TR.dgHeaderStyle
{
	font-family: Arial;
	background-color: #D09C0D;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
}
/**********************************************************************************************/
/********* DATAGRID STYLE  ***************************************************************/
/**********************************************************************************************/



/**********************************************************************************************/
/*********** DETAILS FOR THE EXPENSES ENTRY TABLES  *****************************/
/**********************************************************************************************/
.TableHeaders
{
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
	background-color: #6D799F;
	font-weight: bold;
}

.TableHeadersDark
{
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
	background-color: #5D5D5D;
	font-weight: bold;
}

.BlankTableRows
{
	font-size: 11px;
	color: #000000;
	font-family: Arial;
	background-color: #FFFFFF;
}
/****************************************************************************************/
/*********** END DETAILS FOR THE EXPENSES ENTRY TABLES  *****************/
/****************************************************************************************/


/********************************************************************/
/*********** DETAILS FOR ERROR MESSAGES	****************/
/********************************************************************/
.Credentials
{
	font-size: 9px;
	color: #000000;
	font-family: Arial;
}
/***********************************************************************/
/*********** END DETAILS FOR ERROR MESSAGES ***************/
/***********************************************************************/