﻿
body

{
	font-family: @Arial Unicode MS; 
    font-size: small;
    width:100%;	
}

.headerRow
{
    background-color:  White;
}
.pageHeader
{    
    font-size: large;
    color: Black;
    font-family: @Arial Unicode MS;
     font-weight: bold;
    text-decoration: underline; 
    padding-right: 5pt;
     white-space: nowrap;
}


     
 
 
.menu1
{
   margin-top: 20px;
}
 
  
.loginBox
{

}

.LoginButton
{


	
}

.StaticMenuItemStyle
{

}

.level1
{
    color: Purple;
    font-size: small;
    line-height: 1.5em;

}

.StaticSelectedStyle
{
    color: Black;
    font-weight: bold;
    
}

.hoverstyle
{
      
}
.hoverstyle a:hover
{
    color:purple;
    font-weight: bold;
   }
   
.TreeView
{
  margin-left: 0px;
 }

.TreeViewNode
{
    color:Black;
    font-size: small;
      margin-left: 0px;
  }
  
.TreeViewSelected
{
    color:Purple;
    font-weight: bold;
}
.TreeViewHover
{
    color:Black;
    font-weight: bold;
}

.TreeViewHover a:hover
{
    color:Black;
    font-weight: bold;
}

.TreeView a:visited {

	
}

.TreeView NodeStyle
{	 color:Black;
    font-size: small;
	}
	
.TreeView HoverNodeStyle-ForeColor
{
	color:   HighlightText;
	}

#main

{

       
font-family: @Arial Unicode MS; 
   font-size: small;

    margin-right: 10px;

    padding-bottom: 10px;

    padding-right: 10px;        

}

 

#footer 

{

    clear: both;

    text-align: center;
    font-family: @Arial Unicode MS; 
    font-size: small;

    padding: 3px;    

    border-top: none;
    
    background-color:Transparent;

  

}



a {

	
}

a:visited {

	
}

a:hover {
	
}

a:active {
	
}

.breadcrumb {
	color: #FF9900;
	text-decoration: none;
	font-family : "Trebuchet MS";
	font-size : xx-small;
}

.bodytext {
	font-family: @Arial Unicode MS;
	font-size: small;
	color: #000000;
	text-decoration: none;
	font-weight: normal
}

.bodylink {
	font-family: @Arial Unicode MS;
	font-size: small;
	color: #666666;
	text-decoration: underline;
	font-weight: normal
}



.controlHeader 
{ 
	font-family: @Arial Unicode MS; 
	font-size: small; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none 
}


.legaltext {  
	font-family: @Arial Unicode MS; 
	font-size: smaller; 
	color: #666666
}

.globalNavSecondary {  
	font-family: @Arial Unicode MS; 
	font-size: small; 
	font-weight: normal; 
	color: #660000; 
	text-align: left; 
	vertical-align: bottom; 
	white-space: nowrap
}

.globalNavPrimary { 
	font-family: @Arial Unicode MS; 
	font-size: small; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none
}

.globalNavSecondaryInactive { 
	font-family: @Arial Unicode MS; 
	font-size: small; 
	font-weight: normal; 
	color: #660000; 
	text-decoration: none; 
	text-align: left; 
	vertical-align: bottom
}

.bodybold1 { 
	font-family: @Arial Unicode MS; 
	font-size: small; 
	font-weight: bold; 
	color: #FF9900; 
	text-decoration: none 
}

.bodybold2 { 
	font-family: @Arial Unicode MS; 
	font-size: small; 
	font-weight: bold; 
	color: #FF9900; 
	text-decoration: underline
}

.bodybold3 { 
	font-family: @Arial Unicode MS; 
	font-size: small; 
	font-weight: bold; 
	color: #FF9900; 
	text-decoration: none
}

.currentPageNumber {  
	font-family: @Arial Unicode MS; 
	font-size: small; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none
}

.PageNumber { 
	font-family: @Arial Unicode MS; 
	font-size: small; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none 
}

.FormBackground 
{
	
	width: 692;
	height: 503;

	 
}

.WizardBackground 
{
	background-image:url('images/bgWizard.jpg');
	width: 692;
	 height: 503;
	 background-repeat:no-repeat;
	 background-position: center;
	 
}

.login
{
	background-image: url(smartlogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.SelectedRow
{
	color:HighlightText;
	background-color:Highlight;
	 
}

	
.controlText
{
    font-family: "Arial Unicode MS";
    font-size: small;
}

.highlight
{
    background-color: Yellow;   
}

.headerFooterLink
{
     color:Blue;
}

.popupHover 
{	
   	background-color: #FFFFCC;  
   	border-width:thin; border-style:outset; 
   	margin:10px; 
   	font-size:smaller; 
   	z-index:5000;
}

div.scrollTable 
{
position: relative;
width: 750px;
height: 450px; /* must be greater than tbody*/
overflow: auto;
margin: 0 auto;
padding-right: 10px;
}

#divPage
        {
            position: relative; 
           [if lte IE 7] height: 100%;
	        [if ! lte IE 7] min-height: 100%;
            }

/* static header */
.scrollTable th 
{
position: relative; 
top: expression(offsetParent.scrollTop - 2 );
background-color:White;
}