/* CSS Document */



/*  ===================================================  
 	===================================================  
	
	Description: Jackson imaging center structure style sheet 
	Author: Katelin Schwarck
	Release date: 9/10/08   
	Designer approved: Katelin Schwarck
	Date approved: 9/10/08  
	Revision History:	Revised By			Revised On:
						Sean Kabanuk		7/17/07
						Sean Kabanuk		7/21/08    
						Katelin Schwarck	9/10/08   
						
  	=================================================== 
  	===================================================  */



#tabContainer {
	width: 375px; /* requires pixel value for boder to display properly in IE/WIN */
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #c4c4c4;
	}
	
/*  ===================================================  
  	DEFINES TAB BUTTONS
  	===================================================  */

	
#tabOne {
	display: none;
	float: left;
	width: 155px;
	height: 24px;
	margin: 0px;
	background-color: #fff;
	border-bottom: 1px solid #c4c4c4;
	background: #fff url(../images/tab_shadow_reverse.gif) right repeat-y;
	}
	
	#tabOneDown {
		float: left;
		width: 155px;
		height: 25px;
		margin: 0px;
		border-right: 1px solid #c4c4c4;
		background-color: #fff;
		}

#tabTwo {
	float: left;
	width: 218px;
	height: 24px;
	margin: 0px;
	background-color: #fff;
	border-bottom: 1px solid #c4c4c4;
	background: #fff url(../images/tab_shadow.gif) left repeat-y;
	}
	
	#tabTwoDown {
		display: none;
		float: left;
		width: 218px;
		height: 25px;
		margin: 0px;
		border-left: 1px solid #c4c4c4;
		background-color: #fff;
		}
			
.tabPointerIcon {
	float: left;
	margin: 8px 10px 0px 7px;
	padding: 0px;
	}
	
#tabOne a {
	display: block;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #747473;
	font-weight: bold;
	margin: 4px 0px 0px 8px;
	}
	
#tabOne a:hover {
	display: block;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #9fb64a;
	font-weight: bold;
	margin: 4px 0px 0px 8px;
	text-decoration: none;
	}
	
#tabOneDown p {
	display: block;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #747473;
	font-weight: bold;
	margin: 4px 0px 0px 0px;
	}
	
#tabTwo a {
	display: block;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #747473;
	font-weight: bold;
	margin: 4px 0px 0px 8px;
	}
	
#tabTwo a:hover {
	display: block;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #9fb64a;
	font-weight: bold;
	margin: 4px 0px 0px 8px;
	text-decoration: none;
	}
	
#tabTwoDown p {
	display: block;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #747473;
	font-weight: bold;
	margin: 4px 0px 0px 0px;
	}
	
/*.tabLinksDown {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #747473;
	font-weight: bold;
	}*/
	
/*  ===================================================  
  	DEFINES TAB CONTENT CONTAINERS
  	===================================================  */


#tabOneContent {
	clear: both;
	width: 370px;
	background-color: #fff;
	}
	
	
#tabTwoContent {
	display: none;
	clear: both;
	width: 370px;
	background-color: #fff;
	}
	
