/*css used to style tabs on profiles.asp and the pre-Bootstrapped dpage.asp*/

.tab_wrap {
	padding: 0px 0px 4px 0px; /*This is what controls where the line is relative to the tabs*/
	position: relative;
}

.tab_body {
	position: relative;
	top: 0px;
	left: 0px;
	border-top: 1px solid #238542;
	padding: 25px 0;
}

a.tab_on {
	font-weight: 700;
	background-color: #173f7d;
	border: 1px solid #173f7d;
	text-decoration: none;
	padding: 4px 8px;
	position: relative;
	color:#FFFFFF;
	-webkit-border-radius: 8px 8px 0 0 ; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 8px 8px 0 0 ; /* FF1-3.6 */
    border-radius: 8px 8px 0 0 ; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}


a.tab_off {
	font-weight: 600;
	color:#333;
	background-color: #dcf2f0;
	border: 1px solid #7bb68e;
	text-decoration: none;
	padding: 4px 8px;
	position: relative;
	-webkit-border-radius: 8px 8px 0 0 ; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 8px 8px 0 0 ; /* FF1-3.6 */
    border-radius: 8px 8px 0 0 ; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
a.tab_off:hover {
	-webkit-box-shadow: 0px -2px 5px 0px #ccc; 
	-moz-box-shadow: 0px -2px 5px 0px #ccc; 
	box-shadow: 0px -2px 5px 0px #ccc; 
	color:#000000;

}
.under_tab_wrap {
	padding: 0px 0px 3px 0px;
	position: relative;
	top: -25px;
/*	left: +331px;*/
	text-align:right;
}
a.under_tab_on {
	font-size: 12px;
	font-weight: 600;
	background-color: #238542;
	border: 1px solid #238542;
	border-top-width: 0px;
	text-decoration: none;
	padding: 3px 8px;
	position: relative;
	color: #FFFFFF;
	-webkit-border-radius: 0 0 5px 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 0 0 5px 5px; /* FF1-3.6 */
    border-radius: 0 0 5px 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
a.under_tab_off {
	font-size: 12px;
	font-weight: 400;
	background-color: #dcf2f0;
	border: 1px solid #7bb68e;
	color: #333;
	text-decoration: none;
	border-top-width: 0px;
	padding: 3px 8px;
	position: relative;
 	-webkit-border-radius: 0 0 5px 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 0 0 5px 5px; /* FF1-3.6 */
    border-radius: 0 0 5px 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

}
a.under_tab_off:hover {

	-webkit-box-shadow: 0px 2px 5px 0px #ccc; 
	-moz-box-shadow: 0px 2px 5px 0px #ccc; 
	box-shadow: 0px 2px 5px 0px #ccc; 
	color:#000000;
}
