@charset "utf-8";
/* CSS Document */
.menu {
	text-align: center;
	font-size: 16px;
	display: block;
	padding: 6px 6px;
	background: #CCC;
	color: #595757;
	text-decoration: none;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	cursor: pointer;
}

.menu_selected {
	background: #DA4C3C;
	color: #FFF;
}

.mini_popover {
	min-width: 280px;
	min-height: 210px;
}

.title_default {
	color: #333333;
	background: #CCCCCC;
	height: 24px;
}

.title_select {
	color: #FFF;
	background: #DA4C3C;
	height: 24px;
}

.title {
	line-height: 24px;
	cursor: pointer;
}

.subTitle {
	font-size: 14px;
	font-weight: bold;
	backgroud-color: #fff;
}

.text {
	display: none;
}

.myTable {
	display: none;
}

.expandOrCollapse {
	cursor: pointer;
}

.box {
	
}

caption {
	text-align: left;
	background-color: #6CF;
	color: #FFF;
}

.copyright {
	margin-left: -15px;
	margin-top: -20px;
}

th {
	text-align: center;
}

#part_options_div {
	display: none;
}

#os_type_div {
	display: none;
} /**/
#os_version_div {
	display: none;
} /**/
#compute_node_div {
	display: none;
}

#os_prompt_info_div {
	display: none;
}

#os_options_prompt_info_div {
	display: none;
}

.header-default {
	margin-top: -40px;
}

.header-mini {
	margin-top: -20px;
}

.alertoverride {
	height: 30px;
	padding: 5px;
}

@media screen and (min-width: 1000px) {
	#logo1 {
		height: 67px;
		margin-top: -24px;
	}
}

@media screen and (min-width: 750px) and (max-width: 1000px) {
	#logo1 {
		height: 45px;
		margin-top: -12px;
	}
}

@media screen and (min-width: 400px) and (max-width: 750px) {
	#logo1 {
		height: 67px;
		margin-top: -24px;
	}
}

@media screen and (max-width: 400px) {
	#logo1 {
		height: 45px;
		margin-top: -12px;
	}
}