/*THE TABS*/
.shadetabs {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
	outline: none;
}

.shadetabs li {
	display: inline;
	margin: 0 0 0 0;
	outline: none;
}

.shadetabs li a {
	text-decoration: none;
	font-weight: bold;
	position: relative;
	/* 	z-index: 1; */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #4377DF;
	border-bottom: none;
	color: #fff;
	bottom: 3px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	background-color: #0071aa;
	/*background-image: linear-gradient(bottom, rgb(23,124,255) 20%, rgb(159,191,230) 100%);
	background-image: -o-linear-gradient(bottom, rgb(23,124,255) 20%, rgb(159,191,230) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(23,124,255) 20%, rgb(159,191,230) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(23,124,255) 20%, rgb(159,191,230) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(23,124,255) 20%, rgb(159,191,230) 100%);

	background-image: -webkit-gradient(
					linear,
					left bottom,
					left top,
					color-stop(0.2, rgb(23,124,255)),
					color-stop(1, rgb(159,191,230))
					);
	filter: progid
	: DXImageTransform.Microsoft.gradient( startColorstr='#00285b', endColorstr='#177dff',GradientType=0 ); /* IE6-9 */
}

.shadetabs li a:visited { /*color: #2d2b2b;*/
	background-color: #0071aa;
	color: #fff;
}

.shadetabs li a:hover {
	bottom: 3px;
	padding-top: 8px;
}

.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	bottom: 4px;
	padding-top: 10px;
	background: #fff;
	color: #000;
}

.shadetabs li a.selected { /*selected main tab style */
	/*border-bottom-color: white;*/
	
}

.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
	outline: none;
}

.tabcontent {
	display: none;
}

div.tabcontents { /*  height: 102%; */
	overflow: hidden;
}

div.contenttabs {
	height: 45em;
	overflow: hidden;
}

div.tabcontents div.content, 
div.contenttabs div.content {
	height: 100.5%;
	overflow-y: auto;
}

@media print {
	.tabcontent {
		display: block !important;
	}
}
/*END TABS*/

/*MAIN MENU*/
div.category_child p.menulink {
	margin-bottom: 15px;
	margin-top: 15px;
}
tr.blogmenuitem p.menulink  {
	margin-top: 15px;
}

p.menulink {
	color: #000;
	width: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
}

.menulink a,
.menulink a:hover,
.menulink a:visited {
	color: #000;
}

.category a,
.category a:hover,
.category a:visited {
	color: #fff;
	font-weight: bold;
}

.menu .menulink .study_g.studyitem, 
.menu .menulink .study_r.studyitem  {
    float: right;
    background-color: white;
    padding-left: 0;
    border-radius: 15px 0 0 15px;
    border: solid gray 1px;
    padding-right: 3px;
    line-height: 14px;
}

.menu .menulink .study_g.studyitem .dot, 
.menu .menulink .study_r.studyitem .dot {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 1px;
}


.menu .menulink .study_g.studyitem .dot  {
    background-color: #98bf20;
}

.menu .menulink .study_r.studyitem .dot {
    background-color: #b61d43;
}

.menu .menulink .study_g.studyitem .short, 
.menu .menulink .study_r.studyitem .short {
    padding-left: 5px;
    vertical-align: 3px;
    font-size: large;
}


table.menu {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	width: 100%;
}

/*#menutitle {
	padding-top: 8px;
	padding-left: 10px;
}*/
.menulink a,
.menulink a:hover,
.menulink a:visited {
	color: #000000;
}

.category a,
.category a:hover,
.category a:visited {
	color: #fff;
	font-weight: bold;
}

/* first level */
a.category {
	font-size: 12pt;
	color: #ffffff;
	text-decoration: none;
}

a.category:hover {
	text-decoration: underline;
	font-weight: bold;
}

tr.category {
	height: 30px;
}

td.category {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #f2f2f2;
}

td.category_last {
	text-align: center;
	vertical-align: middle;
}

/* second level */
a.study,
p.study a {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}

a.study:hover,
p.study a:hover {
	text-decoration: underline;
}

/* third level and below */
.menu .studyitem {
	padding-left: 25px;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}

.category_child_subchild_level_1 {
	padding-left: 10px;
	font-size: 11pt;
}

.category_child_subchild_level_2 {
	padding-left: 25px;
	font-size: 9pt;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.legend .center-status,
.legend .project-type {
    padding-left: 6px;
    padding-top: 10px;
}

.legend .center-status > span:nth-child(2),
.legend .project-type  > span:nth-child(2) {
    padding-left: 6px;
    vertical-align: 2px;
    font-weight: 600;
}

.legend .center-status.green > .dot {
    background-color: #98bf20;
}

.legend .center-status.red > .dot {
    background-color: #b61d43;;
}

.legend .project-type .short {
    font-size: x-large;
}

.legend .project-type .long {
    vertical-align: 3px;
}