/* Used for center column tabs on home pages */

#tablink_box
{
	display: block;
	height: 42px;
	background: #333;
	padding: 0 10px 0 5px;
	line-height: 32px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
	margin: 4px 3px 0 0;
	background-image: url(../images/home_files/accordian_slice.png);
	background-repeat: repeat-x;
}

#tablink_box a
{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#tablink_box a:hover
{
	color: #ccc;
	border-bottom: 0 none;

}

#tablink_box .littlebox
{
	float: left;
	width: 40px;
	height: 35px;
	border: none;
	margin: 3px 10px 0 0;
	background-image: url(../images/redesign/box_arrow.png);
	background-repeat: no-repeat;
}

#tablink_box .littlebox:hover
{
	background-image: url(../images/redesign/box_arrow_over.png);
	background-repeat: no-repeat;
}


/**********************************************************/




#vertical_container .section_title
{
	color: #333;
	font-size: 130%;
	font-weight: bold;
        margin-left: 3px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#vertical_container .checkpoints
{
	color: #003366;
	font-size: 120%;
	font-weight: bold;
}

.margin15_title
{
	margin: 15px 15px 0 15px;
}

div#tabs{ 
	width:423px; 
	margin:20px auto; 
	border: none; 
}        
/* DIV that holds each tab*/ 
	div.my_tab{ 
	width:100%; 
	margin:0px auto; 
	text-align:left; 
} 

/* Title of each tab, used when user don't have Javascript'*/    
	div.my_tab div{ 
	color:#333; 
	border-bottom: none; 
} 

/* Tab Bar, created via JS*/ 
	div#tab-bar{ 
	padding:0px 0px 0px 10px; 
	margin:0px; 
	height: 46px; 
	background: #fff; 
	background-image: url(../images/home_files/tab_gray_bk.png);
	background-repeat: repeat-x;
} 

/* Single Tab */ 
div#tab-bar div.mt-tab
{ 
	float:left; 
	display:inline; 
	position:relative; 
	text-align:center; 
	margin:8px 5px -3px 0px; 
	cursor:pointer; 
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333; 
	height: 16px; 
	color:#fff; 
	font-weight:bold; 
	padding:10px 10px 5px 10px;      
	background-image: url(../images/home_files/dkgray_slice.png);
	background-repeat: repeat-x;
	text-decoration: underline;
        line-height: 10px;
        font-size: 12px; /* Override font size ability because size needs to be static */
} 

/* Single Tab hover */
div#tab-bar div.mt-tab:hover, div#tab-bar div.mt-tab.iehover
{

	border-bottom: none;
	height:18px;
	color:#990000;
	background-image: url(../images/home_files/ltgray_slice.png);
	background-repeat: repeat-x;

}

/* Single Tab, when active */ 
div#tab-bar div.mt-tab-active
{ 
	float:left; 
	display:inline; 
	text-align:center; 
	margin:8px 5px -5px 0px; 
	cursor:pointer; 
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: none;
	height:18px; 
	color: #336699; 
	font-weight:bold; 
	padding: 10px 10px 5px 10px;	
	background-image: url(../images/home_files/ltgray_slice.png);
	background-repeat: repeat-x;    
	text-decoration: none;

	}

/* Single Tab, when active hover */ 
div#tab-bar div.mt-tab-active:hover
{ 
	color: #336699; 

} 

div.homepagebutton 
{ 
	position: absolute; top: 120px; left: 10px; 
	width: 124px; 
	height: 40px; 
	border: 0px solid #fff; 
	/* background-image: url(../images/home_files/image_button.png); */
	background-repeat: no-repeat; 
} 

div.homepagebutton_enterprise 
{ 
	position: absolute; top: 120px; left: 10px; 
	width: 124px; 
	height: 40px; 
	border: 0px solid #fff; 
	position: absolute; top: 130px; left: 280px; 
	background-image: url(../images/home_files/enterprise/image_button.png);
	background-repeat: no-repeat; 
} 

div#tabimage 
{ 
	position: relative;  
	width: 423px; 
	height: 179px; 
	background-image: url(../images/home_files/tab_image_bk.png); 
	background-repeat: no-repeat; 
} 

div#user_tabs 
{ 
	width: 423px; 
	margin-left: 7px; 
	margin-top: 0; 
} 

div#tab-bar_top 
{ 
        height: 66px;
	width: 423px; 
	margin-left: 7px; 
	margin-bottom: 4px;
	padding-bottom: 0px;
	background-image: url(../images/home_files/tab_bar_top_full.png); 
	background-repeat: no-repeat; 
} 

div#tab-bar_top p 
{ 
        font: bold 16px/18px Verdana, Arial, Helvetica, sans-serif;  /* Override font size ability because size needs to be static */      
	color: #336699; 
	margin-top: 0px; /* Important! */
	margin-left: 0px; /* Important! */
	margin-right: 0px; /* Important! */
	text-align: center;
        padding-top: 9px;	
} 

div#tab-bar_top span.quotes 
{ 
        font: bold 16px/18px Arial, sans-serif;   /* Override font size ability because size needs to be static */     
	color: #336699; 
} 

div#tab-bar 
	{ 
 	margin-bottom: 6px; 
	} 
	 

