﻿/* CSS Stylesheet for PAMS Web Application project */
 
BODY
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
}

H1, H2, H3, H4, H5
{
    COLOR: #003366;
}

H1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H4	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H5, DT	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H6	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

SMALL	{
	font-size:	.7em;
	}

BIG	{
	font-size:	1.17em;
	}

BLOCKQUOTE, PRE	{
	font-family:	Courier New, monospace;
	}

UL LI	{
	list-style-type:	square ;
	}

UL LI LI	{	
	list-style-type:	disc;
	}

UL LI LI LI	{
	list-style-type:	circle;
	}

OL LI	{
	list-style-type:	decimal;
	}

OL OL LI	{
	list-style-type:	lower-alpha;
	}

OL OL OL LI	{
	list-style-type:	lower-roman;
	}

TABLE
{
	font-size:8pt;
}



/* ===== HTML Menu ShowHide ===== */
.tdMenu
{
	background-color: gainsboro;
}
.tdMenu A
{
	color: #F3F2A5;
	text-decoration: none;
}
.tdShowHide
{
	font-size: 20px;
	background-color: gainsboro;
}
.tdShowHideButton
{
	border: solid 1px #666699;
	font-size: 14px;
	cursor: hand;
	font-family: Webdings;
	text-align: center;
}
/* ===== End of HTML Menu ShowHide ===== */


/* ===== HTML Form Section ===== */

.tdFormNonGrid
{
	background-color: whitesmoke;
	/*background-color: #EFF3FF;*/
	
}

.tdForm
{
	background-color: #E3EAEB;
	border:1px;	/*background-color: #E8EAD0;*/
	/*background-color: #99ccff;*/
}
.ErrorMsg
{
	font-weight: bold;
	color: Red;
}
.SuccessMsg
{
	font-weight: bold;
	color: Blue;
}
/* ===== End of HTML Form ===== */


/* ===== Portal =====*/
.PortalLink
{
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
.PortalLink A
{
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}
.PortalFooter
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: black;
}
/* ===== End of Link =====*/


/* ===== Datagrid ===== */
.gridTable
{
	border: solid 1px #666699;
}
.gridAlternatingItemNonHand
{	
	color: black;
	height: 15px;
	background-color: #E3EAEB;
	/* background-color: #E8EAD0; */
}
.gridNormalItemNonHand
{	color: Black;
	height: 15px;
	background-color: white;	
}
.gridAlternatingItem
{
	cursor: hand;
	color: black;
	height: 15px;
	background-color: #E3EAEB; 
	/*background-color: #99ccff;*/
}
.gridNormalItem
{
	cursor: hand;
	height: 15px;
	background-color: white;
}
.gridSelectedItem
{
	color: #1C5E55;
	/*color: #000000;*/
	height: 15px;
	background-color: #d6edaa;
	/*background-color: #33ff99;*/
}
.gridSort 
{
	font-family:Webdings;
}
.gridHeader
{
	font-weight: bolder;
	color: #FFFFFF;
	height: 20px;
	background-color: #1C5E55;     
	/*background-color: #6699cc;*/
}
.gridHeader A
{ 
	color: #FFFFFF;
	text-decoration: none;
}

.gridFooter
{ 
	font-weight: bolder;
	color: #FFFFFF;
	height: 20px;
	/*background-color: #1C5E55;*/
	/*background-color: #6699cc;*/
	background-color: #E10071;
	background-image: url(images/OTA/header-grid-pink2.png);  /*url(images/tbl-bg.jpg);*/
        background-repeat: repeat-x;
        background-position:bottom;
}

.hiddencol
  {
    display: none;
  }


/* ===== End of Datagrid ===== */


/* ===== Controls ===== */
.formButton
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 8pt;
	height: 20px;
}
.formCombo
{
	border: solid thin black;
	font-size: 8pt;
	height: 20px;
}
.formTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px black;
	font-size: 8pt;
	height: 18px;
}
.formTextBoxDisabled
{
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px black;
	font-size: 8pt;
	height: 18px;
	background-color: #D3D3D3;
	color: Black;
}
.formTextBoxCenter
{
	border: solid 1px black;
	font-size: 8pt;
	height: 18px;
	text-align: center;
}
.formTextBoxRight
{
	border: solid 1px black;
	font-size: 8pt;
	height: 18px;
	text-align: right;
}
.formTextArea
{
	border: solid 1px black;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	width: 300;
	height: 90;
}
.formTextAreaLarge
{
	border: solid 1px black;
	font-size: 8pt;
	font-family: Courier New, Arial, Helvetica, sans-serif;
	width: 750;
	height: 360;
}
.LabelFieldCurrency 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 18px;
	text-align: right;
}
.TextFieldCurrency 
{
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px black;
	font-size: 8pt;
	height: 18px;
	text-align: right;
}
.TextFieldCurrencyDisabled
{
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px black;
	font-size: 8pt;
	height: 18px;
	text-align: right;
	background-color: #D3D3D3;
	color: Black;
}
/* ===== End of Form ===== */


/* ===== Tab ===== */
.tabButtonNoLeftBorder
{
	padding: 4px 4px 4px 4px;
	background-color: #DADADA;
	text-decoration: none;
	text-align: center;
	color: black;
	font-size: 8pt;
	border-right: black 1px solid;
	border-top: black 1px solid;
}
.tabButtonNoRightBorder
{
	padding: 4px 4px 4px 4px;
	background-color: #DADADA;
	text-decoration: none;
	text-align: center;
	color: black;
	font-size: 8pt;
	border-left: black 1px solid;
	border-top: black 1px solid;
}
.tabButtonSelected
{
	padding: 4px 6px 6px 6px;
	background-color: #DADADA;
	text-decoration: none;
	text-align: center;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;
}
/* ===== End of Tab ===== */


/* ===== Calculator ===== */
.buttonCalc
{
    BACKGROUND-COLOR: cornflowerblue;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT:bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:White;
    cursor:hand;
}
.TextBoxCalc
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9px;
	text-align:right;
	width:130;
}
.tabelCalc
{
	background-color: RoyalBlue;
	border-width: 1;
}
.SpanCalc
{
}
.TitleCalc
{
    FONT-FAMILY: tahoma;
    FONT-SIZE:11px;
    font-weight:bold;
    color:White;
}
.LabelCalc
{
    FONT-FAMILY: tahoma;
    FONT-SIZE:11px;
    font-weight:bold;
    color:White;
}
/* ===== End of Calculator ===== */

/* ===== Permission ===== */

.tabelPopPermissionU
{
	background-color: RoyalBlue;
	border-width: 2;
	border-style:groove;
    FONT-FAMILY: tahoma;
    FONT-SIZE:11px;
    font-weight:bold;
    color:White;
    width:49%;
}
.tabelPopPermissionG
{
	background-color: RoyalBlue;
	border-width: 2;
	border-style:groove;
    FONT-FAMILY: tahoma;
    FONT-SIZE:11px;
    font-weight:bold;
    color:White;
    width:20%;
}

.tabelPermission
{
	background-color: RoyalBlue;
	border-width: 2;
	border-style:groove;
    FONT-FAMILY: tahoma;
    FONT-SIZE:11px;
    font-weight:bold;
    color:White;
}

.buttonPermission
{
	WIDTH: 16px;
	HEIGHT: 16px;
	font-size:8px;
}
.PermissionImage 
{
	height: 12px;
	cursor:hand;
	border-width: 0;
}

.radioPermission
{
	background-color: RoyalBlue;
	color:white;
}
.checkboxPermission
{
}
/* ===== End of Permission ===== */

.Message
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: red;
}
.tdPageHeaderLogo
{
	background-image:url(Images/bg_logoatas.jpg);
}
.tblMenuLeft
{
	background-image:url(images/bg_green.jpg);
}
.tdHeaderMenu
{
	background-color:#DADADA; 
}
.MenuMain
{
	background-color:#DADADA;
}
.MenuSub1
{
	background-color:#E8EAD0;
}
.MenuSub2
{
	background-color:Olive;
}
.MenuSub1 A
{
	text-decoration:none;
}
.MenuSub2 A
{
	text-decoration:none;
}
.MenuLine{
	
	background-color: #1C5E55;
}

/* SKM MENU */
.menustyle {font-family:verdana;font-size:12px;border: solid 1px #f1f1f1; padding: 2px 6px 2px 6px; margin: 0px; background: #f1f1f1; white-space: nowrap; }
.menuitem {font-family:verdana;font-size:12px;border: solid 1px #f1f1f1; padding: 2px 6px 2px 6px; margin: 0px; background: #f1f1f1; white-space: nowrap; cursor:pointer;cursor:hand;}
.mouseover {font-family:verdana;font-size:12px;border: solid 1px #999; padding: 2px 6px 2px 6px; margin: 0px; background: #ccc; white-space: nowrap; cursor:pointer;cursor:hand;}
/* END OF SKM MENU */
