﻿
.FooterFont
{
	font-family:Calibri;
	font-size:small;
	font-style:italic;
    color:white;
}

.StatusFont
{
	font-family:Calibri;
	font-size:medium;
	font-style:italic;
    text-align:right;
    color:white;
}

.TitleFont
{
	font-family:Calibri;
	font-size:medium;
	font-style:oblique;
	font-weight:bold;
	text-decoration:underline;
}

.NormalFont
{
	font-family:Calibri;
	font-size:medium;
	font-style:normal;
	font-weight:normal;	
}

.NormalFont_bold
{
	font-family:Calibri;
	font-size:medium;
	font-style:normal;
	font-weight:bold;	
}

.NormalFont_underline
{
	font-family:Calibri;
	font-size:medium;
	font-style:normal;
	font-weight:normal;	
    text-decoration:underline;
}

.SmallFont
{
	font-family:Calibri;
	font-size:small;
	font-style:normal;
	font-weight:normal;	
}

.AlertFont
{
	font-family:Calibri;
	font-size:small;
	font-style:normal;
	font-weight:normal;
	color:Red;
}

.TipFont_Red
{
    font-family:Calibri;
	font-size:small;
	font-style:italic;
	font-weight:normal;
	color:Red;
}

.TipFont_Black
{
    font-family:Calibri;
	font-size:small;
	font-style:italic;
	font-weight:normal;
	color:black;
}
/*Menu*/
.Menu_Header
{
    border-top-left-radius:5px;
    border-top-right-radius:5px;
	font-size: 12px;
	font-family: Georgia, serif;
	/*text-align:center;*/
    background-image:url('../Images/leftnavi_bg_header.gif');
    background-repeat: no-repeat;
    height:100px;    
}

.Menu_Footer
{
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
	font-size: 12px;
	font-family: Georgia, serif;
    background-image:url('../Images/leftnavi_bg_footer.gif');
    background-repeat: no-repeat;
    height:10px;    
}

.Menu_1
{
	font-size: 12px;
    font-style: oblique;
    font-weight: bold;
	font-family: Georgia, serif;
	text-align:center;
    background-image:url('../Images/leftnavi_bg.gif');
    background-position: center;
    background-repeat:no-repeat;
    height:30px;
}

.Menu_1_2
{
    border-radius: 5px;
	font-size: 12px;
	font-family: Georgia, serif;
	text-align:center;
    background-image:url('../Images/rightnavi_bg.gif');
    background-repeat:no-repeat;
    height:50px;
}

.Menu_2
{
    border-radius: 5px;
	font-size: 12px;
	font-family: Georgia, serif;
	text-align:center;
    background-image:url('../Images/leftnavi_bg1.gif');
    height:20px;
}

.Table_Header
{
    font-family:Calibri;
	font-size:medium;
	font-style:oblique;
    background-color:silver;
}

.Table_Row
{
    font-family:Calibri;
	font-size:medium;
	font-style:normal;
    background-color:white;
    vertical-align:top;
}

.Table_Row_Alt
{
    font-family:Calibri;
	font-size:medium;
	font-style:normal;
    background-color:whitesmoke;
    vertical-align:top;
}

.Table_Header_Money
{
    font-family:Calibri;
	font-size:medium;
	font-style:oblique;
    background-color:silver;
    width:120px;
}

.Table_Row_Money
{
    font-family:Calibri;
	font-size:medium;
	font-style:normal;
    text-align:right;
    width:120px;
    vertical-align:top;
}

.Table_Header_Small
{
    font-family:Calibri;
	font-size:small;
	font-style:oblique;
    background-color:silver;  
}

.Table_Row_Small
{
    font-family:Calibri;
	font-size:small;
	font-style:italic;
    background-color:white;
    vertical-align:top;
}

.Table_Header_Small_UL
{
    font-family:Calibri;
	font-size:small;
	font-style:oblique;
    text-decoration:underline;
    background-color:silver;  
}

.Table_Row_Small_UL
{
    font-family:Calibri;
	font-size:small;
	font-style:italic;
    text-decoration:underline;
    background-color:white;
    vertical-align:top;
}

.Table_Header_Money_Small
{
    font-family:Calibri;
	font-size:small;
	font-style:oblique;
    background-color:silver;
    width:120px;
}

.Table_Row_Money_Small
{
    font-family:Calibri;
	font-size:small;
	font-style:normal;
    text-align:right;
    width:120px;
    vertical-align:top;
}

.Table_Dashboard{
    padding: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px;
    border-color: black;    
    border-spacing: 1px 1px;
    min-width: 450px;
}

.Table_Dashboard_Head
{
    font-family:Calibri;
    background-color: white;
    font-size: large;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: black;  
       
}

.Table_Dashboard_Col_300{
    font-family:Calibri;
    font-size: medium;
    font-weight: bold;
    background-color: white;
    text-decoration: underline;
    width: 300px;
}

.Table_Dashboard_Row_300{
    font-family:Calibri;
    font-size: medium;
    font-weight: normal;
    background-color: white;
    width: 300px;
}

.Table_Dashboard_Col_150{
    font-family:Calibri;
    font-size: medium;
    font-weight: bold;
    background-color: white;
    text-decoration: underline;
    width: 150px;
}

.Table_Dashboard_Row_150{
    font-family:Calibri;
    font-size: medium;
    font-weight: normal;
    background-color: white;
    width: 150px;
}

.HideDisplay
{
    display:none;
}

.RectangleBox
{
    border-left-color:black;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:black;
    border-right-style:solid;
    border-right-width:1px;
    border-top-color:black;
    border-top-style:solid;
    border-top-width:1px;
    border-bottom-color:black;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

/*Button*/
.Button1_10030
{
    font-family:Calibri;
    font-size:medium;
    font-style:normal;
	font-weight:normal;
    color:black;
    height:30px;
    width:100px;
    background-color:whitesmoke;
    background-image:url('../Images/button1_100_30.gif');
    border:none;
}

.Button1_10030:hover
{
    font-family:Calibri;
    font-size:medium;
    font-style:normal;
	font-weight:normal;
    color:black;
    height:30px;
    width:100px;
    background-color:whitesmoke;
    background-image:url('../Images/button1_100_30_click.gif');
    border:none;
}

.Button1_10030:disabled
{
    font-family:Calibri;
    font-size:medium;
    font-style:normal;
	font-weight:normal;
    color:lightgray;
    height:30px;
    width:100px;
    background-color:whitesmoke;
    background-image:url('../Images/button1_100_30.gif');
    border:none;
}

.TabHeader{
    font-family: Arial;
    font-size: 10pt;
    text-decoration:underline;
    color: blue;
}

/*popup*/
.popupControl{
    background-color:White;
    position:absolute;
    visibility:hidden;
}

/*php frame style*/
.phpfrmstyle{
    border:none;
    width:100%;
    height:100vh;
}