﻿		 /* Font Style*/
		.WizardRelatedLink
        { 
            font-size:10pt;
            font-family:Arial;
	        color: Black; 
        }     
        
        .WizardCopyRight
        { 
            font-size:9pt;
            font-family:Arial;	        
        } 
        
        .WizardLabel
        { 
            font-size:11pt;
            font-family:Arial;	        
        }  
        
        .WizardTitle
        { 
            font-size:18pt;
            font-family:Arial;
            font-weight:bold        
        }   
        
        .WizardTema
        { 
            font-size:16pt;
            font-family:Arial;
            font-weight:bold;	        
        }  
        
        /* Link Style*/
        a:link 
        { 
            text-decoration: none; 
            color: blue
            
        } 
        a:visited 
        { 
            text-decoration: none; 
            color: blue 
        } 
        a:hover 
        { 
            text-decoration: underline; 
            color: red;
            background-color: #FFCC33
        } 
        
        a:active 
        {
            color: #FF0000;
            text-decoration: none;
        } 
        
        
.dtgAlternatingItem 
{
	font-family: verdana,arial,helvetica;
	font-size: 13px;
	color: #000000;
	background-color: #dfe6f6;
	padding: 2px;
	vertical-align: top;
	height: 20px;
}

.dtgTable 
{
	background-color: #CCCCCC;
}

.dtgHeader 
{
	font-family: verdana,arial,helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3366CC;
	padding: 2px;
	height: 20px;
}

.dtgItem 
{
	font-family: verdana,arial,helvetica;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	vertical-align: top;
	empty-cells: show;
	height: 20px;
}

.textBox
{
	width:200px;
}
.textbox
{
	width:200px;
}