﻿/* CSS for the demo. CSS needed for the scripts are loaded dynamically by the scripts */
body
{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.8em;
	cursor: default;
}
form
{
	margin: 0px 0px 0px 0px;
}
.headerStrip
{
	background-image: url('../images/center-bg-menustrip_black.gif');
	color: White;
	height: 26px;
}

h1{
    margin-top:0px;
}
#northContent, #westContent{
    background-color:#c4dcfb;
    border-left:0px;
}
#menuBarContainer{
    width:99%;
}
#menuContainer
{
	margin-bottom: 2px;
}
.menuParentTr{
	height: 25px;
	background-image: url('../images/center-bg-menustrip_black.gif');
}
.menuBarFirstTd{
	background-image: url('../images/left-bg-menustrip.png'); 
	background-repeat:repeat-y;
    padding-left: 5px; 
    width: 1px;
}
.menuBarLastTd{
	background-position: right top;
	right: 0px;
	background-image: url('../images/right-bg-menustrip_black.png');
	background-repeat: repeat-y; 
	width: 15px;
}
h3{
    margin-top:30px;
}	
.DHTMLSuite_paneContent .paneContentInner p{	/* A div inside .DHTMLSuite_paneContent. Add styling to it in case you want some padding */
    margin-top:0px;
}	
html,body{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}
#by_dhtmlgoodies{
    position:absolute;
    right:10px;
    top:2px;	
}
#by_dhtmlgoodies img{
    border:0px;
}   
.trMain
{
	
    background-color:#DDECFF;
    height:10px;
}
.trClick{
    background-image:url('../images/header-strip-selected.JPG'); 
    background-position-y:bottom;
    background-position:bottom;
    background-repeat:repeat-x; 
    background-color:#FFE390;
    height:10px;
}
.tdMain{
    border-bottom: solid 1px #2A9CDA;
    border-right: solid 1px darkgray;
    padding-left: 5px;
    height:10px;
}
.trOver{
    background-image:url('../images/button_bg.gif'); 
    background-position-y:bottom; 
    background-position:bottom;
    background-repeat:repeat-x; 
    background-color:#F9FAFD;
    height:10px;
    cursor:pointer;
}
.trOverLigthSky{
    background-image:url('../images/bgStrip-lightSky.PNG');
    background-position-y:bottom;
    background-position:bottom;
    background-repeat:repeat-x; 
    background-color:#EEF7FD;
    height:10px;
    cursor:pointer;
}
.tdOverLightSky{
    border: solid 1px #C6E9F8;
    height:10px;
}
.trClickSky{
    background-color:#C4ECFE;
    padding-left:15px;
    height:10px;
}
.tdClickSky{
    border: solid 1px #98DDFC;
    height:10px;
}
.tHeadMain{
    background-image: url('../images/center-bg-menustrip.png');
    background-color: #00264c;
    background-position-y: bottom;
    background-position:bottom;
    background-repeat: repeat-x;
    height: 24px;
}
.tHeadMainGray{
    background-image: url('../images/bgStrip-gray.PNG');
    background-color: #F2F3F5;
    background-position-y: bottom;
    background-position:bottom;
    background-repeat: repeat-x;
    height: 20px;
}
.btn{
    background-image: url('../images/button_bg.gif');
    background-color: #ece9d8;
    border: solid 1px #9cb8c6;
    cursor :hand;
}
.menuItemStyle{
	color: #D4D2D3;
	border-left: solid 1px #6A6A6A;
	padding:0px 4px 0px 4px;
	font-size: small;
 }
.dMenuStyle{
    z-index: 30000;
    background-image: url('../images/menu-bar-gradient.jpg');
    background-repeat: repeat-y;
    position-x: left;
    position-y: middel;
    border: solid 1px darkgray;
}
.dMenuItemStyle{
    color: Black;
	padding-left: 25px;
    padding-right: 3px;
}    
.menuHoverStyle
{
	color: Black;
	background-color: #ffeec2;
    padding:0px 4px 0px 4px;
    border-left: solid 1px #D4D2D3;
    cursor: pointer;
}
.dMenuHoverStyle{
    background-color: #ffeec2;
    padding-left: 24px;
    padding-right: 2px;
    border: solid 1px #006;
    cursor: pointer;
}
.tabHeading
{
	font-size:large;
	color:#D3100A;
	margin-bottom:5px;
	width:100%
}
.imgBtn
{
	cursor:auto;
	}
	
.lnkPdfMenu a
{
	color: White; 
	font-size: 9pt; 
	font-family: Arial;
	text-decoration:none;
	white-space: nowrap;
}
.lnkPdfMenu a:hover
{
	color: yellow; 
}
.normalText
{
	font-size: 9pt;
	font-family: Arial;
}

/* Date 1-04-2009 */

.NorboldBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#lblCurrentSection
{
	font-size: 9pt;
	font-family: Arial Verdana Times New Roman;
	font-weight: bold;
}
a
{
	color:red;
	text-decoration:underline;
}

pre
{
	color:red;
}
h2
{
	font-size:1.2em;
}
	
.SubHeadLb
{
	font-size: 15pt;
	color: black;
	font-family: Tahoma;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=    'silver' , EndColorStr= 'white' );
}
.mainTdBor{    /* Main grid Table Border */
    background-color: #B4B4B4;
    border: solid 1px #696969;
    height:98%; 
   }
.mylink
{
	color:#222299;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	text-decoration:none
}
.mylink:hover
{
	color:#FF0000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	text-decoration:none
}
#hdboldRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}