﻿/* For Non Academic WorkLoad---------------------------------------------------------*/

SPAN, B, TABLE, TEXTAREA, .InputText, .Leave_Sec_Header, .Leave_Dep_Header, .Leave_Panel_Background, .Leave_Title_Bar, .Leave_Dep_Header_Bar

{
    font-family:font-family:  'MS Sans Serif','Tahoma','Microsoft Sans Serif','AngsanaUPC'; 
}

TEXTAREA{
	width:90%;
	border:1px solid silver;
	scrollbar-base-color:lightyellow; 
	background-color:white ;
}

.InputText{
	border:1px solid silver;
	background-color:white 
}

.Label{
	color:blue;
}

.LabelBorder{
	color:blue;
	border:1px solid silver;
	background-color:orange; 
    float      : Left; 
    margin-top : 7px;
    cursor:pointer;
}

.cursor
{
    cursor:pointer; width:15px; margin-bottom:.5em;
}


.Inventory_Topic, .Inventory_Topic_Center
{
    font-family         : Tahoma;  
    font-size           : 10pt;
    font-weight         : bold; 
    color               : #FF9C00; 
    vertical-align      : middle; 
    text-align          : Left; 
    height              : 20px;
}

.Inventory_Topic_Center
{
    text-align          : center; 
}


.Inventory_Header, .Inventory_Header_Center, .Inventory_Header_Right, .Inventory_Sec_Center, .Inventory_Header_Left
{
    font-family         : Tahoma;  
    font-size           : 10pt;
    font-weight         : bold; 
    color               : Green; 
    vertical-align      : middle; 
    background-color    : #fed;
    border              : 1px solid;
    border-top-color    : #f9f9f9;
    border-left-color   : #f9f9f9;
    border-right-color  : #D9D9D9;
    border-bottom-color : #D9D9D9; 
    text-align          : Left; 
    height              : 20px;
}

.Inventory_Header_Left
{
    text-align          :  left; 
}

.Inventory_Header_Center
{
    text-align          : center; 
}

.Inventory_Header_Right
{
    text-align          : right; 
}

.Inventory_Sec_Center
{
    color               : Blue; 
    text-align          : center; 
    background-color    : lightyellow;
}

.Inventory_Details, .Inventory_Details_Center, .Inventory_Details_Right, 
.Inventory_Details_Bold, .Inventory_Details_Bold_Center, 
.Inventory_Details_Bold_Red, .Inventory_Details_Bold_Right, .Inventory_Details_Bold_Right_Red
{
    font-family         : Tahoma;  
    font-size           : 10pt;
    color               : Black; 
    vertical-align      : middle; 
    text-align			: left;
    border-bottom       : 1px dashed silver;
    height              : 20px;
}

.Inventory_Details_Center, .Inventory_Details_Bold_Center
{
    text-align			: center;
}

.Inventory_Details_Right, .Inventory_Details_Bold_Right_Red, .Inventory_Details_Bold_Right
{
    text-align			: right;
}

.Inventory_Details_Bold, .Inventory_Details_Bold_Center, .Inventory_Details_Bold_Right
{
    font-weight			: bold;
    color               : Blue; 
}

.Inventory_Details_Bold_Red, .Inventory_Details_Bold_Right_Red
{
    font-weight			: bold;
    color               : red; 
}

.Inventory_Line
{
    width               :100%;
    border-bottom       :1px dashed silver;
}

.Inventory_Center
{
    text-align          : center; 
}

.Inventory_Dep_Header, .Inventory_Panel_Background, .Inventory_Dep_Header_Bar
{
    border-collapse     : collapse;
    margin-top          : 1em;
    font-size           : 14pt;
    font-weight         : bold; 
    color               : #990000; 
    background-color    : #f7f8f4;
    vertical-align      : middle; 
    border              : solid 1px silver;
    text-align          : center; 
}

.Inventory_Panel_Background
{
    text-align          : left; 
    font-size           : 10pt;
    border              : solid 0 silver;
    border-bottom       : solid 1px papayawhip;
    margin-bottom       : 2em;
}

.Inventory_Panel_Background_Line
{
    text-align          : left; 
    font-size           : 10pt;
    border              : solid 0 silver;
    border-bottom       : solid 1px papayawhip;
    margin-bottom       : 2em;
}

.Leave_Title_Bar
{
   background-color    : #ccffff;
   margin-top          : 0em;
   font-size           : 10pt;
   font-weight         : bold; 
   text-align          : center; 
   vertical-align      : middle;
   border              : solid 1px papayawhip;
   color               : Navy;
 /*  filter              : progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffff33',EndColorStr='white');*/
}

.Leave_Dep_Header_Bar
{
   font-size           : 10pt;
   margin-top          : .5em;
   border              : solid 0 silver;
   text-align          : left; 
   text-indent         : .5em;
}

.Input_Caption_NoFix, .Input_Caption, .Input_Caption_Center
{
    font-weight     : bold;
    font-size       : 10pt;
    vertical-align  : text-top;    
    text-align		: left;
    margin-top      : 8px; 
    padding-top     : 3px;
    padding-right   : 5px;
    color            : #FF8B00; 
}

.Input_Caption 
{
    width           : 20%;
}

.Input_Caption_Center 
{
    width           : 20%;
    text-align		: center;
}

.Input_Value, .Input_Value_Center 
{
    font-size       : 10pt;
    vertical-align  : text-top;    
    text-align		: left;
    margin-top      : 8px; 
    padding-top     : 3px;
    padding-right   : 5px;
    color           : Navy;
    font-weight     : normal;
}

.Input_Value_Center 
{
    text-align		: center;
}

/*---------------------------- Hyperlink -----------------------------------*/
.Leave_Hyper_Link, .Leave_Hyper_Over, .Leave_Hyper_Out
{
   color               : blue;
   font-weight         : bold;
   font-size           : 12px;
   margin-top          : -0em;
   margin-bottom       : .5em;
   text-align          : left; 
   text-indent         : 0em;
   text-decoration     : none; 
   cursor              : pointer;
   background-color	   : yellow;
   height              : 30px;
   border			   : 1px solid silver;
}

.Leave_Hyper_Over
{
   background-color	   : white;
}

.Leave_Hyper_Out
{
   background-color	   : white;
}

.Leave_Line_Bottom
{
    border              : solid 0 silver;
    border-bottom       : dashed 1px silver;
}

.Leave_Line_Top
{
    border              : solid 0 silver;
    border-top          : dashed 1px silver;
}

.Table_Title_Bar, .Row_Title_Bar, .Col_Title_Bar, .Row_Title_Bar_Center
{
   background-color    : lightyellow;
   margin-top          : 0em;
   font-size           : 10pt;
   vertical-align      : middle;
   border              : solid 1px darkgreen;
   color               : Navy;
   text-align          : left; 
}

.Row_Title_Bar_Center
{
   background-color    : lightgreen;
   text-align          : center; 
   font-weight         : bold; 
   border              : dashed 1px silver;
   filter              : progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='lightgreen',EndColorStr='white');
}

.Row_Title_Bar
{
   background-color    : lightgreen;
   text-align          : left; 
   font-weight         : bold; 
   border              : dashed 1px silver;
   filter              : progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='lightgreen',EndColorStr='white');
}

.Col_Title_Bar
{
   background-color    : #ccffff;
   margin-top          : 0em;
   font-size           : 10pt;
   font-weight         : bold; 
   text-align          : left; 
   vertical-align      : middle;
   border              : solid 1px blue;
   color               : Navy;

}
