/* Styles for IG Menu Component */

.menu {
	background-image: url(../images/module_control_bar_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	position: relative;
}

.menu_bar {
	height: 24px;
	margin: 1px 0;
	overflow: hidden;
}

.menu_bar li {
	float: left;
	margin: 0 2px 0 0;
	height: 24px;
	padding: 0;
}

a.menu_bar_item {
	padding: 1px 10px 0 10px;
	text-decoration:none;
	font-size: 10px;
	height: 23px;
	display:block;
	color: #3a74aa;
	border-right: 2px solid #d8d8d8;
	background: url(../images/act_button_bg.gif) repeat-x 0 0;
}

a.menu_bar_item:hover {
	background-position: 0 -24px;
	color: #fff;
}

a.menu_bar_view {
	padding: 5px 10px 6px 10px;
	text-decoration:none;
	font-size: 10px;
	height: 13px;
	width:37px;
	display:block;
	color: #3a74aa;
	border-right: 2px solid #d8d8d8;
	background: url(../images/view_bg.gif) no-repeat 0 0;
}

a.menu_bar_view:hover {
	background-position: 0 -24px;
	color: #fff;
}

.img_pos {
	position:relative;
	top:3px;
}

/* *************** TABS STYLES ******************* */

#tab_control {
	background:url(../images/tab_top.gif) repeat-x bottom;
	height:27px;
}

#tab_control .tab_link {
	float: left;
	cursor: pointer;
	background: #EEEEEE url(../images/tab_on.gif) repeat-x 0 -27px;
	height:7px;
	color:#3a74aa;
	font-size:10px;
	padding: 10px 15px 10px 15px;
	text-align:center;
}

#tab_control .active {
	float: left;
	cursor: pointer;
	background: #EEEEEE url(../images/tab_on.gif) repeat-x 0 0;
	height:7px;
	color:#373737;
	font-size:10px;
	padding: 10px 15px 10px 15px;
	text-align:center;
	font-weight:bold;
}

.tab_body {
	margin:20px;
}

.inactive {
	color:#666666;
	text-decoration:underline;
}