/* 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:  #5F575F;
								}								
/* 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: #0B090B; 
									

									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: #3a3a3a; 
									

									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: #5c5c5c;										
									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: #3a3a3a; 					
									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: #0B090B;							
								}
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: #a9a9a9; 
									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: #0B090B;
						
								}
								
								
table.bardbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: #0B090B;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #E7E3E7;							
								}
th.bardbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #182852; 
									
									

									background-color: #E7E3E7;							
								}
a.bardbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #DCE9FA; 
									text-decoration: underline;
								}
														
a.bardbox:hover	/* A */
								{	
									color: #C6C6C6; 
									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:  #B6AEB6;
									
								}
table.barnbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color:#B6AEB6;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #0B090B;
								}
th.barnbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #DCE9FA; 
									
									

									background-color: #5F575F;
									
																											
								}
a.barnbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #E7E7E7; 
									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:  #F7F3F7;
								}
table.barlbox	/* TABLE */
							{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: #F7F3F7;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #0B090B;
								}
th.barlbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #182852; 
									
									

									background-color: #E7E3E7;
																											
								}
a.barlbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #315184; 
									text-decoration:underline;
								}
														
a.barlbox:hover	/* A */
								{	
									color: #5c5c5c; 										
									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:  #0B090B;							
								}
th.barfinetxtbox/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #3a3a3a; 
									
									

									background-color: #F7F3F7;
																											
								}
a.barfinetxtbox/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #5c5c5c; 		
									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: #0B090B;
								}
								
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.barvsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #0B090B; 
								}
								
								
								
/* 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: #3a3a3a;
		}
.barsecdark
		{
			background-color: #5c5c5c;
		}
.barsecnormal
		{
			background-color: #a9a9a9;
		}
.barseclight	
		{
			background-color: #C6C6C6;
		}
.barsecvlight	
		{
			background-color: #E7E7E7;
		}
		
.barbgvdark
		{
			background-color: #0B090B;
		}
.barbgdark
		{
			background-color: #5F575F;
		}
.barbgnormal
		{
			background-color: #B6AEB6;
		}
.barbglight	
		{
			background-color: #E7E3E7;
		}
.barbgvlight	
		{
			background-color: #F7F3F7;
		}
		
		
.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:  #F7F3F7;
								}
table.barpolllbox	/* TABLE */
							{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: #F7F3F7;							
								    BORDER-RIGHT: 1px solid;
									BORDER-TOP:  1px solid;
									BORDER-LEFT:  1px solid;
									BORDER-BOTTOM: 1px solid;
									border-color:  #B6AEB6;
								}
th.barpolllbox	/* TH AND SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #182852; 
									
									

									background-color: #F7F3F7;
																											
								}
a.barpolllbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #315184; 
									text-decoration:underline;
								}
														
a.barpolllbox:hover	/* A */
								{	
									color: #5c5c5c; 										
									text-decoration:underline;
								}
								
								
																

