﻿body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;    
	BACKGROUND-COLOR: #ffffff;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0; 
	height:100%;
}

input[type="submit"], input[type="reset"] , input[type="button"] 
{
	BORDER-RIGHT: #29547e 1px solid;
    BORDER-TOP: #29547e 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT: #29547e 1px solid;
    COLOR: #ffffff;
    BORDER-BOTTOM: #29547e 1px solid;
    FONT-FAMILY: Arial;
    HEIGHT: 22px;
    BACKGROUND-COLOR: #4686ac
}


.date
{
    font-size: 10px;
    color: #999999;
}
.header
{
    font-size: 14px;
    color: #216e9c;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    background-image: url(images/he2.gif);
    background-repeat: no-repeat;
    height: 29px;
    text-align: right;
}

.ticker a
{
    font-size: 12px;
    color: #333333;
    font-family: arial;
    text-decoration: none;
}
.ticker a:HOVER
{
    font-size: 12px;
    color: #333333;
    font-family: arial;
    text-decoration: none;
}
        
.Ltr
{
	text-align:left;
	direction:ltr; 
}
.Rtl
{
	text-align:right;
	direction:rtl;   
}

.TreeMenuRow1
{
    border-bottom:solid 1px #A1C9E7;
    background-color:#013B6D;
    width:100%;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
    cursor:pointer;
}
.TreeMenuRow2
{
    border-bottom:solid 1px #A1C9E7;
    background-color:#01559E;
    width:100%;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#B1CAE8;
    cursor:pointer;
}
.TreeMenuRow3
{
    border-bottom:solid 1px #A1C9E7;
    background-color:#6499C5;
    width:100%;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#032747;
    cursor:pointer;
}
.TreeMenuRow4
{
    border-bottom:solid 1px #A1C9E7;
    background-color:#83B0D5;
    width:100%;
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    color:#032747;
    cursor:pointer;
}

.TreeMenuRowPadding
{
	padding:2px 10px 2px 10px;
}



.PathNavigationItem
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#013B6D;
	text-decoration:none;
}

.PathNavigationSeperator
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#013B6D;
}

.ToolBar_Caption
{
	font-size:12px;
	font-weight:bold; 
    color:#013b6d;
}
.ToolBar_Text
{
	font-size:12px;
    color:#013b6d;
}
.ToolBar_TextRed
{
	font-size:12px;
    color:red;
}

.CommandBar_Img
{
	cursor:pointer;
	border-width:0; 
}

.Cmd_Img
{
	cursor:pointer;
	border-width:0; 
}
.Cmd_Home
{
	cursor:pointer;
	font-size:9pt; 
	font-weight:bold; 
	color:#013b6d;
	text-decoration:none;
}

/* /// Grid Start /// */
.Grid
{
	background-color: #ffffff; 
	border-color:#366c9a; 
}
.Grid table td a{
	color: #ffffff;
}
.Grid table td a:hover {
	color: #ffffff;
	font-weight: bold;
}

.Grid,.detailsview {
	width: 100%;
}
.Grid_Header
{
	FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #013B6D; 
    font-weight:bold;   
    height: 20px;
    color: #e5ebf0;
    cursor:default; 
    text-align:center; 
}
.Grid_RowEvn
{
	font-size:9pt;
	cursor:pointer;  
	background-color:#ffffff;
}
.Grid_RowAlt
{
	font-size:9pt;
	cursor:pointer;  
	background-color:#e5ebf0;
}
.Grid_Pager
{
	FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #366c9a; 
    font-weight:bold;   
    width:100%;
    color: #e5ebf0;
    text-align:center; 
}
.Grid_PagerNum
{
	FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #e5ebf0; 
    font-weight:bold;   
    width: 20px;
    height: 15px;
    color: #013B6D;
    cursor: pointer; 
    text-align:center; 
}
.Grid_PagerNumSlct
{
	FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #013B6D; 
    font-weight:bold;   
    width: 20px;
    height: 15px;
    color: #e5ebf0;
    cursor: pointer; 
    text-align:center; 
}

.RowOver
{
	background-color:#82A4CE;  
}
/* /// Grid End /// */

.SubjectCaption
{
	font-size:10pt;
	font-weight:bold;
	color:#c51919;
}
.SubjectText
{
	font-size:9pt;
	color:#454545;
}

/* ********************************
	TABS
********************************* */
.TabNormal
{
	width:117px;
	height:20px;
	font-size:12px; 
	color:White;
	text-align:center;
	border-bottom:solid 1px white;
	background-color:#6499C5;
	padding-top:2px;
	cursor:pointer;
}
.TabSelected
{
	width:116px;
	height:20px;
	font-size:12px; 
	color:#FAE501;
	text-align:center;
	border-top:solid 1px white;
	background-color:#013B6D;
	padding-top:2px;
	cursor:default;
}

/* ********************************
	ADVANCED SEARCH
********************************* */
.AdvancedSearchBG
{
	background-color:#E6EBF1;
	padding-right:3px;
}
.AdvancedSearchLabel
{
	font-size:11px;
	font-family:Arial;
	color:#013B6D;
}
.AdvancedSearchTextBox
{
	border:solid 1px #013B6D;
	width:100px;
}
.AdvancedSearchDropDown
{
	border:solid 1px #013B6D;
	width:103px;
}
.AdvancedSearchButton
{
	background-image:url(images/but_search.gif);
	width:61px;
	height:28px;
	font-size:11px;
	font-family:Arial;
	color:white;
	text-align:center;
	cursor:pointer;
}

/*** /// Home Page /// ***/
.Home_Caption
{
	margin-right: 20px; 
	margin-left: 20px;
	font-size:14pt;
	font-weight:bold;
	color:#022544;
	height:30px;
}
.Home_TextBox_Cap
{
	margin-top:10px; 
	margin-right: 20px; 
	margin-left:20px;
	font-size:12pt;
	font-weight:bold;
	color:#216E9C;
}
.Home_TextBox_Txt
{
	overflow:hidden; 
	width:227px; /*227*/
	margin-top:5px;
	margin-right:10px; 
	margin-left:10px;
	font-size:10pt;
	color:#366c9a;
}
.Home_FooterItem
{
	margin-right:1px; 
	margin-left:1px;
	font-size:8pt;
	color:#ffffff;
	text-decoration:none; 
}

.cellWidthHP
{
    width:247px; /*247*/
}
/*** /// Pub Item /// ***/
.Item_TabNormal
{
	width:117px;
	height:19px;
	font-size:12px; 
	color:#ffffff;
	text-align:center;
	background-color:#6499C5;
	padding-top:2px;
	cursor:pointer;
	border-left:solid 1px #ffffff; 
}
.Item_TabSelected
{
	width:117px;
	height:20px;
	font-size:12px; 
	color:#FAE501;
	text-align:center;
	background-color:#013B6D;
	padding-top:2px;
	cursor:default;
	border-left:solid 1px #ffffff; 
}
.Item_Body
{
	width:100%; 
	background-color:#e5ebf0;
}
.Item_CmdLink
{
	height:28px;
	font-size:10pt;
	font-family:Arial;
	color:#013B6D;
	cursor:pointer;
	text-decoration:underline; 
}
.Item_LblRed
{
	width:150px;
	font-size:9pt;
	font-family:Arial;
	font-weight:bold;
	color:#c51919;
}
.Item_Lbl
{
	width:120px;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	color: #000000;
}
.Item_Txt
{
	font-size:11px;
	font-family:Arial;
	color:#000000;
}
.Item_Line
{
	width:100%;
	height:2px;
	font-size:1pt;
	background-color:#366C9A
}
/*Tal - From Here*/
.cBold
{
	font-weight:bold; 
}
.cReg
{
	font-weight:normal;
}
.cLink
{
	color:Blue;
	text-decoration:underline;
	cursor:hand; 
}
/*Menu*/

.topMenu_Dynamic
{
	font-family: Verdana, sans-serif;
	font-size:12px;
    background-color:#cccccc;
    padding-right:5px;    
    padding-left:5px;
    padding-top:3px;
    padding-bottom:3px;
}
.topMenu_Static
{
	font-family: Verdana, sans-serif;
	font-size:12px;
    text-align:center;
    padding-right:1px;    
    padding-left:5px;
    padding-top:2px;
    padding-bottom:2px;
}
.topMenu 
{
	font-family: Verdana, sans-serif;
    position: static;
}

.topMenu A {
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    text-align:center;
    cursor:pointer; 
}
.topMenu A:hover {
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #0F2543;
    text-decoration: underline;
    text-align:center;
    cursor:pointer; 
}
DIV.topMenu a:visited {
	cursor:pointer;
}

/*TREE VIEW*/
.NoteSep
{
	 /*width:100%;border-top:solid 1px #A1C9E7; */
	width:100%;
 	display:block; 	 
}

/*

#ctl00_Menu_AdminMenun0, .TreeViewRoot
{
    display:none;
}

*/

/* div div div: sub menu 
   td a img: expand collapse images
   div div a span: sub menu text
   table td: menu item
*/   

/*#tblTreeMenu div div div a span{position:relative; left: 0px; display:block;}*/
/*#tblTreeMenu .parentItem a span{position:relative; left: 0px; display:block;}*/


#tblTreeMenu div div div div{Background-color:#4285bb; padding:0px;}
#tblTreeMenu div div div{Background-color:#366c9a; padding:0px;}
#tblTreeMenu div{padding:0px; margin:0px;}

#tblTreeMenu td img{width: 10px;display:block;}
#tblTreeMenu td a img{display:block; padding-right: 0px; width: 10px;}
#tblTreeMenu table td{border-bottom:solid 1px #ffffff;}

#tblTreeMenu a:hover{color: #fff;}



.cHidden
{
	display:none;
}

/*Context Menu*/

.skin0{
position:absolute;
width:140px;
border:2px solid black;
background-color:menu;
font-family:Verdana;
line-height:20px;
cursor:default;
font-size:14px;
z-index:100;
visibility:hidden;
}

.menuitems{
padding-left:10px;
padding-right:10px;
font-family:Verdana;
font-size:12px;
color:black;
}

.RowOver
{
    background-color:yellow;
    cursor:hand;  
}

.ChartTree
{
    
    padding-right: 17px;
    background-color: #e5ebf0;
    padding-left: 5px;
}

.ChartTree ul
{
    margin: 0px;
    
    list-style:none url(images/arrow_left.png);
    
}
.ChartTree ul ul
{
    padding-right: 10px;
}

.ChartTree li
{
    
}

.ChartTree a
{
    display: block;
    color: #000099;
    padding-bottom: 10px;
    text-decoration: none;
}

.ChartTree a:hover
{
    color: #000099;
    text-decoration: underline;
}