/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
/* this class controls the SCROLLBAR PROPERTIES ***********************************/
body 		
								{		
								   scrollbar-face-color: ; 
								   scrollbar-highlight-color: ; 
								   scrollbar-shadow-color: ; 
								   scrollbar-3dlight-color: ; 
								   scrollbar-arrow-color: ; 
								   scrollbar-track-color: ; 
								   scrollbar-darkshadow-color: ; 
								}
								
								
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									
									font-size: 2.5em;
									font-style: normal;		
									font-weight: bold;			
									color: #D67500; 
								}
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									
									font-size: 1.5em;
									font-style: normal;		
									font-weight: bold;			
									color: #315184; 
								}
											
/* Empty Class for the LOGO ***********************************/
.logo	/* SPAN */
								
/* Empty Class for the MENU  specified  in the menu css***********************************/
.tmpmenu	/* TABLE */
/* Empty Class for the SUB MENU  specified  in the menu css*******************************/
.tmpsubmenu	/* TABLE */
/* this class controls the HEADER IMAGE ***********************************/
.tmphimg	/* TABLE */
								{
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #4D3D05;
								}			
								
/* this class controls the PAGE LOCATION  ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.breadcrumbs	/* SPAN */
								{	
									
									font-size: 0.9em;
									font-style: normal;		
									font-weight: normal;			
									color: #D67500; 
								}
a.breadcrumbs	/* A */
								{	
									
									font-size: 0.9em;
									font-style: normal;		
									font-weight: normal;			
									color: #315184; 
									text-decoration:underline;		
								}
								
a.breadcrumbs:hover	/* A */
								{	
									color: #FF9A00; 
									text-decoration: underline;
																		
								}					
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									
									font-size: 2em;
									font-style: normal;		
									font-weight: bold;			
									color: #FFFFFF; 
								}
/* this class controls the PAGE NAV TITLE ***********************************/
.pagenavtitle	/* TABLE AND SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #D67500; 
									
									background-color: ;
								}
/* this class controls the TEXT MENU ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.textmenu	/* TABLE AND SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #4A4949; 
								
									background-color: ;
									
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #4D3D05;
								}
a.textmenu	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FF9A00; 
									text-decoration:underline;												
								}
								
a.textmenu:hover	/* A */
								{	
									color: #315184; 
									text-decoration: underline;												
								}		
/* this class controls the FOOTER ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.footer	/* TABLE AND SPAN */
								{	
									
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #4A4949; 
									

									background-color:;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #4D3D05;							
								}
a.footer	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FF9A00; 
									text-decoration:underline;
								}
														
a.footer:hover	/* A */
								{	
									color: #315184; 
									text-decoration: underline;										
								}
					
/**********************************************************************************************
COMMON SETTINGS
***********************************************************************************************/				
								
/* this class controls the GLOBAL PROPERTIES ***********************************/
table.tmp	/* 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:  #735918;
								}								
/* this class controls the FONT PROPERTIES ***********************************/
.tmpnormaltxt	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #686767; 
								}						
/* this class controls the BULLETED LIST properties  ********************/
.tmpul	/* UL */
								{	
									margin-top: 5px;
									margin-left: 20px;

									list-style-type: disc; /*square disc circle*/
								}
								
/* this class controls the SUPER HEADING properties  ***********************************/
.tmpsupheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.8em;
									font-style: normal;		
									font-weight: bold;			
									color: #4D3D05; 
									

									background-color: ;
									
								}
/* this class controls the HEADING properties  ***********************************/
.tmpheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.5em;
									font-style: normal;		
									font-weight: bold;			
									color: #D67500; 
									

									background-color: ;
									
									
								}
/* this class controls the SUB HEADING properties  ******************************/
.tmpsubheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #182852; 
									

									background-color: ;
								}					
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmpmlinks /* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FF9A00; 		
								}
								
a.tmpmlinks:hover /* A */
								{	
									color: #315184;										
									text-decoration:underline;
								}
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmphlinks /* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #182852; 					
									text-decoration:underline;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #FFB754; 
									text-decoration:underline;
																		
								}
								
								
/* this class controls the TRANSPARENT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmptbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
							

									background-color:  ;
						
								}
								
								
table.tmptbox	/* 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: #4D3D05;							
								}
th.tmptbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #D67500; 
									
									

									background-color: ;							
								}
a.tmptbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FF9A00; 
									text-decoration:underline;
								}
														
a.tmptbox:hover	/* A */
								{	
									color: #5A8AC6; 
									text-decoration: underline;										
								}
				
			
								
/* this class controls the DARK BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpdbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
							

									background-color: #4D3D05;
						
								}
								
								
table.tmpdbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: #4D3D05;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #D0B46F;							
								}
th.tmpdbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #D67500; 
									
									

									background-color: #D0B46F;							
								}
a.tmpdbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FCEAD5; 
									text-decoration: underline;
								}
														
a.tmpdbox:hover	/* A */
								{	
									color: #89B0E0; 
									text-decoration:underline;										
								}
								
/* this class controls the NORMAL BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpnbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color:  #A28438;
									
								}
table.tmpnbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color:#A28438;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #4D3D05;
								}
th.tmpnbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #FCEAD5; 
									
									

									background-color: #735918;
									
																											
								}
a.tmpnbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #DCE9FA; 
									text-decoration: underline;
								}
														
a.tmpnbox:hover	/* A */
								{	
									color: #FF9A00; 										
									text-decoration:underline;
								}
								
/* this class controls the LIGHT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmplbox	/* SPAN */
								{	
									
									font-size:1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color:  #F5DFA8;
								}
table.tmplbox	/* TABLE */
							{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: #F5DFA8;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #4D3D05;
								}
th.tmplbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #D67500; 
									
									

									background-color: #D0B46F;
																											
								}
a.tmplbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FF9A00; 
									text-decoration:underline;
								}
														
a.tmplbox:hover	/* A */
								{	
									color: #315184; 										
									text-decoration:underline;
								}
								
/* this class controls the FINE TEXT BOX properties ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpfinetxtbox	/* SPAN */
								{	
									
									font-size: .8em;
									font-style: normal;		
									font-weight: normal;			
									color:#FF9A00; 
									

									background-color: ; 															
						
								}
table.tmpfinetxtbox/* TABLE */
								{	
									
									font-size: .8em;
									font-style: normal;		
									font-weight: normal;			
									color:#FF9A00;  
									

									background-color: ; 															
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #4D3D05;							
								}
th.tmpfinetxtbox/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #182852; 
									
									

									background-color: #F5DFA8;
																											
								}
a.tmpfinetxtbox/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #315184; 		
									text-decoration:underline;
								}
								
a.tmpfinetxtbox:hover/* A */
								{ 	
									color: #FF9A00; 										
									text-decoration:underline;
								}							
/* this class controls the HORIZONTAL SEPARATOR properties  ********************/
.tmphsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #4D3D05;
								}
								
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.tmpvsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #4D3D05; 
								}
								
								
								
/* this class controls the SPLASH COLOR properties ***********************************/
.tmpprimvdark
		{
			background-color: #D67500;
		}
.tmpprimdark
		{
			background-color: #FF9A00;
		}
.tmpprimnormal
		{
			background-color: #FFB754;
		}
.tmpprimlight	
		{
			background-color: #FBD09D;
		}
.tmpprimvlight	
		{
			background-color: #FCEAD5;
		}
.tmpsecvdark
		{
			background-color: #182852;
		}
.tmpsecdark
		{
			background-color: #315184;
		}
.tmpsecnormal
		{
			background-color: #5A8AC6;
		}
.tmpseclight	
		{
			background-color: #89B0E0;
		}
.tmpsecvlight	
		{
			background-color: #DCE9FA;
		}
		
.tmpbgvdark
		{
			background-color: #4D3D05;
		}
.tmpbgdark
		{
			background-color: #735918;
		}
.tmpbgnormal
		{
			background-color: #A28438;
		}
.tmpbglight	
		{
			background-color: #D0B46F;
		}
.tmpbgvlight	
		{
			background-color: #F5DFA8;
		}
		
		
.tmptxtvdark
		{
			background-color: #000000;
		}
.tmptxtdark
		{
			background-color: #4A4949;
		}
.tmptxtnormal
		{
			background-color: #686767;
		}
.tmptxtlight	
		{
			background-color: #CCCCCC;
		}
.tmptxtvlight	
		{
			background-color: #FFFFFF;
		}
		
input	/* SPAN */
								{	
									font-face: verdana;
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000;  
								}
								
textarea	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000;  
									font-face: verdana;
								}
								
.warningText	/* SPAN */
								{	
									
									
									font-style: normal;		
									font-weight: normal;			
									color: red;  
									font-face: verdana;
								}
								
																
/* these classes control the POLL PROPERTIES  ******************************/
.tmppolllbox	/* SPAN */
								{	
									
									font-size:1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color:  #F5DFA8;
								}
table.tmppolllbox	/* TABLE */
							{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: #F5DFA8;							
								    BORDER-RIGHT: 1px solid;
									BORDER-TOP:  1px solid;
									BORDER-LEFT:  1px solid;
									BORDER-BOTTOM: 1px solid;
									border-color:  #A28438;
								}
th.tmppolllbox	/* TH AND SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #D67500; 
									
									

									background-color: #F5DFA8;
																											
								}
a.tmppolllbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FF9A00; 
									text-decoration:underline;
								}
														
a.tmppolllbox:hover	/* A */
								{	
									color: #315184; 										
									text-decoration:underline;
								}

