/* CSS Document */
/**********************************************************************************************
BAR
***********************************************************************************************/
		
								
/* this class controls the GLOBAL PROPERTIES ***********************************/
table.bar	/* TABLE */
								{	

									background-attachment: scroll;
									background-repeat: repeat;
									background-color: ; /* Put bgcolor here if required */
									
									
									BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #0099CC;
								}								
/* this class controls the FONT PROPERTIES ***********************************/
.barnormaltxt	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #686767; 
								}						
/* this class controls the BULLETED LIST properties  ********************/
.barul	/* UL */
								{	
									margin-top: 5px;
									margin-left: 20px;

									list-style-type: disc; /*square disc circle*/
								}
								
/* this class controls the SUPER HEADING properties  ***********************************/
.barsupheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.5em;
									font-style: normal;		
									font-weight: bold;			
									color: #006699; 
									

									background-color: ;
									
								}
/* this class controls the HEADING properties  ***********************************/
.barheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.3em;
									font-style: normal;		
									font-weight: bold;			
									color: #182852; 
									

									background-color: ;
									
									
								}
/* this class controls the SUB HEADING properties  ******************************/
.barsubheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #23254F; 
									

									background-color: ;
								}					
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.barmlinks /* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #315184; 		
								}
								
a.barmlinks:hover /* A */
								{	
									color: #464878;										
									text-decoration:underline;
								}
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.barhlinks /* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #23254F; 					
									text-decoration:underline;
								}
								
a.barhlinks:hover /* A */
								{	
									color: #5A8AC6; 
									text-decoration:underline;
																		
								}
								
								
/* this class controls the TRANSPARENT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.bartbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
							

									background-color:  ;
						
								}
								
								
table.bartbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: ;
								    BORDER-RIGHT: 1px solid;
									BORDER-TOP:  1px solid;
									BORDER-LEFT:  1px solid;
									BORDER-BOTTOM: 1px solid;
									border-color: #006699;							
								}
th.bartbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #182852; 
									
									

									background-color: ;							
								}
a.bartbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #315184; 
									text-decoration:underline;
								}
														
a.bartbox:hover	/* A */
								{	
									color: #636594; 
									text-decoration: underline;										
								}
				
			
								
/* this class controls the DARK BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.bardbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
							

									background-color: #006699;
						
								}
								
								
table.bardbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: #006699;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #97E6FF;							
								}
th.bardbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #182852; 
									
									

									background-color: #97E6FF;							
								}
a.bardbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #DCE9FA; 
									text-decoration: underline;
								}
														
a.bardbox:hover	/* A */
								{	
									color: #8E90B5; 
									text-decoration:underline;										
								}
								
/* this class controls the NORMAL BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.barnbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color:  #33CCFF;
									
								}
table.barnbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color:#33CCFF;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #006699;
								}
th.barnbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #DCE9FA; 
									
									

									background-color: #0099CC;
									
																											
								}
a.barnbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #D1D2E3; 
									text-decoration: underline;
								}
														
a.barnbox:hover	/* A */
								{	
									color: #315184; 										
									text-decoration:underline;
								}
								
/* this class controls the LIGHT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.barlbox	/* SPAN */
								{	
									
									font-size:1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color:  #D2F4FF;
								}
table.barlbox	/* TABLE */
							{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: #D2F4FF;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #006699;
								}
th.barlbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #182852; 
									
									

									background-color: #97E6FF;
																											
								}
a.barlbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #315184; 
									text-decoration:underline;
								}
														
a.barlbox:hover	/* A */
								{	
									color: #464878; 										
									text-decoration:underline;
								}
								
/* this class controls the FINE TEXT BOX properties ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.barfinetxtbox	/* SPAN */
								{	
									
									font-size: .8em;
									font-style: normal;		
									font-weight: normal;			
									color:#315184; 
									

									background-color: ; 															
						
								}
table.barfinetxtbox/* TABLE */
								{	
									
									font-size: .8em;
									font-style: normal;		
									font-weight: normal;			
									color:#315184;  
									

									background-color: ; 															
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #006699;							
								}
th.barfinetxtbox/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #23254F; 
									
									

									background-color: #D2F4FF;
																											
								}
a.barfinetxtbox/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #464878; 		
									text-decoration:underline;
								}
								
a.barfinetxtbox:hover/* A */
								{ 	
									color: #315184; 										
									text-decoration:underline;
								}							
/* this class controls the HORIZONTAL SEPARATOR properties  ********************/
.barhsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #006699;
								}
								
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.barvsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #006699; 
								}
								
								
								
/* this class controls the SPLASH COLOR properties ***********************************/
.barprimvdark
		{
			background-color: #182852;
		}
.barprimdark
		{
			background-color: #315184;
		}
.barprimnormal
		{
			background-color: #5A8AC6;
		}
.barprimlight	
		{
			background-color: #89B0E0;
		}
.barprimvlight	
		{
			background-color: #DCE9FA;
		}
.barsecvdark
		{
			background-color: #23254F;
		}
.barsecdark
		{
			background-color: #464878;
		}
.barsecnormal
		{
			background-color: #636594;
		}
.barseclight	
		{
			background-color: #8E90B5;
		}
.barsecvlight	
		{
			background-color: #D1D2E3;
		}
		
.barbgvdark
		{
			background-color: #006699;
		}
.barbgdark
		{
			background-color: #0099CC;
		}
.barbgnormal
		{
			background-color: #33CCFF;
		}
.barbglight	
		{
			background-color: #97E6FF;
		}
.barbgvlight	
		{
			background-color: #D2F4FF;
		}
		
		
.bartxtvdark
		{
			background-color: #000000;
		}
.bartxtdark
		{
			background-color: #4A4949;
		}
.bartxtnormal
		{
			background-color: #686767;
		}
.bartxtlight	
		{
			background-color: #CCCCCC;
		}
.bartxtvlight	
		{
			background-color: #FFFFFF;
		}
		
								
/* these classes control the POLL PROPERTIES  ******************************/
.barpolllbox	/* SPAN */
								{	
									
									font-size:1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color:  #D2F4FF;
								}
table.barpolllbox	/* TABLE */
							{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: #D2F4FF;							
								    BORDER-RIGHT: 1px solid;
									BORDER-TOP:  1px solid;
									BORDER-LEFT:  1px solid;
									BORDER-BOTTOM: 1px solid;
									border-color:  #33CCFF;
								}
th.barpolllbox	/* TH AND SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #182852; 
									
									

									background-color: #D2F4FF;
																											
								}
a.barpolllbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #315184; 
									text-decoration:underline;
								}
														
a.barpolllbox:hover	/* A */
								{	
									color: #464878; 										
									text-decoration:underline;
								}
								
								
																

