﻿    body
    {
		background-color: #393981;
 		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin-top : 0px;
		margin-left:0px;
   }
    
    .bg
    {
		background-color: #393981;
    }
    
    .content
    {
		background-color: #B5BDD4;
	}
	
	.heading
	{
		text-align:center;
		color: #393981;
		height:20px;
		font-weight:bold;
	}
	.subheading
	{
		text-align:center;
		color: #393981;
	}	
    .name
    {
		padding-top:25px;
		position:relative;
		bottom :0;
    }
    .navlist
    {
		list-style:none;
		font-family:verdana;
		font-weight:bold;
		padding-top: 30px;
		padding-left: 0px;
		margin-left:25px;
		display: block;
    }
    .navitem
    {
		height:40px;
    }
    
    .photoframe
    {
		width:480px;
		height:360px;
		padding-top:4px;
		padding-bottom:4px;
		text-align:center;
		background-color:#ffffff;
    }
    .spacer
    {
		width:10px;
		height:10px;
	}
	 div.ob_tree	{
		background-color: #B5BDD4 !important; 
	}

	/* for node text */
	td.ob_t2 {
		color:navy;
	}

	/* for node text highlighted/selected */
	td.ob_t3 {
		color:navy;
		background-color: !important;
	}    
	
	.horizontalscrollbox
	{
		overflow: hidden;
		overflow-x: hidden;
		white-space: nowrap;
	}
	.pkgthumbcell
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	a
	{
		color: #303375;
	}
	a:visited
	{
		color: lightgray;
	}
	a:active
	{
		color:blue;
	}
	a.button1
	{
		display: block;
		width:70px;
		height:25px;
		text-decoration: none;
		text-align:center;
		color:#393981;
		font-weight: bold;
		padding-top:8px;
		font-size:12px;
		background-image: url("Images/Btn1Blue.gif");
	}
	a.button1:hover
	{
		background-image: url("Images/Btn1Yellow.gif");
	}
	
	a.button1Lt
	{
		display: block;
		width:70px;
		height:20px;
		text-decoration: none;
		text-align:center;
		color:#393981;
		font-weight: bold;
		padding-top:6px;
		font-size:12px;
		background-image: url("Images/Btn1BlueLtBk.gif");
	}
	a.button1Lt:hover
	{
		background-image: url("Images/Btn1YellowLtBk.gif");
	}
	
	a.button2
	{
		display: block;
		width:90px;
		height:33px;
		font-size:9px;
		text-decoration: none;
		text-align:center;
		line-height: 30px;
		color:Black;
		padding-top:0px;
		margin-top:0px;
		background-image: url("Images/Btn2-Blue.gif");
	}
	a.button2:hover
	{
		background-image: url("Images/Btn2Yellow.gif");
	}
	
	a.button3
	{
		display: block;
		width:90px;
		height:33px;
		font-size:9px;
		text-decoration: none;
		text-align:center;
		line-height: 30px;
		font-weight: bold;
		color:Black;
		padding-top:0px;
		margin-top:0px;
		background-image: url("Images/Btn2Yellow.gif");
	}
	
	a.button4
	{
		display: block;
		width:90px;
		height:40px;
		font-size:9px;
		text-decoration: none;
		text-align:center;
		line-height: 15px;
		color:Black;
		padding-top:7px;
		margin-top:0px;
		background-image: url("Images/Btn3-Blue.gif");
	}
	a.button4:hover
	{
		background-image: url("Images/Btn3Yellow.gif");
	}

	a.button5
	{
		display: block;
		width:120px;
		height:25px;
		font-size:9px;
		text-decoration: none;
		text-align:center;
		line-height: 15px;
		color:Black;
		padding-top:7px;
		margin-top:0px;
		background-image: url("Images/Btn4-Blue.gif");
	}
	a.button5:hover
	{
		background-image: url("Images/Btn4Yellow.gif");
	}

	.logintext
	{
		font-size: 7.5pt;
		font-weight: normal;
	}
	.login
	{
		background-color: #D6D6E3;
		width:110px;
	}
	
	.leftcaption
	{
		float:left;
		width:90px;
		font-family:verdana;
		font-size:11px;
		margin-top:5px;
	}	
	.field
	{
		float:left;
		margin-top:5px;
	}
	.myoutermiddle { position:relative }
	.innermiddle { position:absolute; top:50%; height:10em; margin-top:-5em }    
