
.body {font-family: Verdana, Arial, Helvetica, sans-serif}


.left_table {
	BACKGROUND-POSITION: right 0% ; 

	BACKGROUND-IMAGE: url(../images/bg_left.jpg);
	background-repeat:no-repeat;
	/*BACKGROUND-REPEAT: repeat-y;*/
	
}
.right_table {
	BACKGROUND-POSITION: left  0%; 
	
	BACKGROUND-IMAGE: url(../images/bg_right.jpg); 
	/*BACKGROUND-REPEAT: repeat-y;*/
		background-repeat:no-repeat;
}
/* side menu backgrond image */
.menu_table {

	BACKGROUND-IMAGE: url(../images/bg_menu.jpg); 
	BACKGROUND-REPEAT: repeat-y;
	background-position: top 100% ;
	
}

.main_body_padding{
	/*TOP, RIGHT, BOT, LEFT */
	padding:0px 15px 15px 25px;
}

	

  
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  
  #SideNavMenuTable a {  /*  THIS IS THE MAIN TABLE VIEW, BOXES, COLOURS ETC */

		display:block; 
		width:100%;
		max-width:139px; /* take the width of the table, minus the padding = this number */
		font-family:Geneva, Arial, Helvetica, sans-serif;
		
		font-size: 12px;
		font-weight:normal;
		/*TOP, RIGHT, BOT, LEFT */
		padding:10px 3px 10px 8px; /*padding:'padding-top' 'padding-right' 'padding-bottom' 'padding-left'*/
		/*margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left'/*margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left'*/
		
		
		text-align:left;
		color:#FFFFFF;
		text-decoration: none;		
		
	
		background-color: #8D0A1E;
			BACKGROUND-IMAGE: url(../images/nav_bk.jpg); 
			BACKGROUND-REPEAT: repeat-x;
			background-position: top 100% ;
			
			
			border-bottom: 1px;
			border-bottom-color:#FFFFFF;
			border-bottom-style:solid;			
			border-left: 0px;			
			border-top: 0px;			
			border-right: 0px;		

		}
	
	#SideNavMenuTable a:hover {
			color:#FFFFFF;
			/*font-weight:bold;*/
			background-color: #10184C;
			BACKGROUND-IMAGE: url(../images/nav_bk_hov.jpg); 
			BACKGROUND-REPEAT: repeat-x;
			background-position: top 100% ;
			/*border: 0px solid #ABB; */
	  }
	
	#SideNavMenuTable a:active {    }
	

 
  
/* ++++++++++++++++++ Currently selected detail  +++++++++++++++++++++++++++++++++++ */

/* CURRENT SELECTED PAGE */ 
#SideNavMenuTableDetailListHeading a {

    display:block;
    width:100%; 
	
	color:#FFFFFF;
	font-weight:bold;
    border: 0px solid #999;
    text-decoration: none;
	
			background-color: #10184C;
			BACKGROUND-IMAGE: url(../images/nav_bk_hov.jpg); 
			BACKGROUND-REPEAT: repeat-x;
			background-position: top 100% ;

  }

#SideNavMenuTableDetailListHeading a:active {  }  

#SideNavMenuTableDetailListHeading a:hover {
		color:#CCCCCC;}


/* ISSUES SUBLIST STYLE  */
			#SideNavMenuTableDetailList a {
			
				display:block;
				width:100%; 
				max-width:134px; /* take the width of the table, minus the padding = this number */
				
				
				font-size: 11px;
				font-weight:normal;
				font-style:normal;
				
				/*TOP, RIGHT, BOT, LEFT */
				padding: 8px 8px 8px 8px;
				/*margin: 0px 0px 0px 0px;/* margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left'*/

				/*
				padding-bottom:8px;
				padding-left: 8px;
				padding-right: 8px;
				padding-top: 8px;
				/*margin: 1px, 10px, 1px, 8px;*/
				
				text-align:left;
				color:#ffffff;
				text-decoration: none; 
				
				BACKGROUND-IMAGE: url(nothing.jpg);
				BACKGROUND-REPEAT: repeat-y;
				background-position: top 100% ;
				/*border: 5px solid #ABB;*/
				/*border-bottom: 1px; 'border-bottom-width' 'border-bottom-style' 'border-bottom-color'*/
			
				background-color: #0F2966; 
				
				border: 0px solid #ABB;
					border-left: 0px;
					border-left-color:#8D0A1E;
					border-left-style:solid;
					
					border-right: 0px;
					/*border-right-color:#FFFFFF;
					border-right-style:solid;*/
					
					border-top: 0px;					
					/*border-top-color:#FFFFFF;
					border-top-style:solid;					*/
					
					border-bottom: 0px;					
					/*border-bottom-color:#FFFFFF;
					border-bottom-style:solid;*/
			
			  } 
			
			#SideNavMenuTableDetailList a:hover { 
				background-color: #030525;
				
				BACKGROUND-IMAGE: url(none.jpg); 
						BACKGROUND-REPEAT: repeat-y;
						background-position: top 100% ;
			  }
			
			#SideNavMenuTableDetailList a:active {  }  
			
/*  Currently selected issues detail */
			
			#SideNavMenuTableDetailListCurrent a {
			
				display:block;
				width:100%; 
				max-width:130px; /* take the width of the table, minus the padding = this number */
				
				font-size: 11px;
				font-weight:normal;
				font-style:normal;
				text-align:left;
				color:#FFFFFF;
				text-decoration: none; 
				
				
				padding: 8px 8px 8px 8px;/*padding:'padding-top' 'padding-right' 'padding-bottom' 'padding-left'*/
				/*margin: '1px' '1px' '1px' '10px';/* margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left'*/
				
				background-color: #030525;
				
				BACKGROUND-IMAGE: url(none.jpg); 
				BACKGROUND-REPEAT: repeat-y;
				background-position: top 100% ;
				border: 0px solid #ABB; 
				
					border-left: 4px;
					border-left-color:#8D0A1E;
					border-left-style:solid;
					
					border-right: 0px;
					border-right-color:#FFFFFF;
					border-right-style:solid;
					
					border-top: 0px;					
					border-top-color:#FFFFFF;
					border-top-style:solid;					
					
					border-bottom: 0px;					
					border-bottom-color:#FFFFFF;
					border-bottom-style:solid;
			
			  } 
			
			#SideNavMenuTableDetailListCurrent a:hover { 
				background-color: #030525;
				color:#CCCCCC;
				BACKGROUND-IMAGE: url(none.jpg); 
						BACKGROUND-REPEAT: repeat-y;
						background-position: top 100% ;
			  }
			
			
			#SideNavMenuTableDetailListCurrent a:active {  } 




-->
