/* CSS for sub pages */

#content-wrap {
	margin-right: 170px;
}

#content {
  float: left;
  padding: 0px 0px 15px 0px;
  width: 100%;
	margin-right: -170px;
/*  background-color: gray;*/
}

#sidebar-a {
  float: right;
  width: 160px;
  \width: 170px;
  w\idth: 160px;
  margin: 0;
  padding: 0px 0px 15px;
  text-align: center;
/*  background-color: gray;*/
}

/* */

#stripelist {
	clear: both;
  font-size: small;
	border: 1px solid #666666;
}
#stripelist th {
	font-weight: bold;
	white-space: nowrap;
	background-color: #F0F0F0;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px ridge #D9D9D9;
}
#stripelist tbody tr td {
	padding: 4px 6px;
	border-left: 1px solid #D9D9D9;
	background-color: #EDF3FE;
	line-height: 1.2em;
}
#stripelist tbody tr.odd  td {
background-color: #fff;
}
#stripelist img {
	margin-right: 5px;
}

#os-list {
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
#os-list table {
	font-size: small;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	width: 140px;
	text-align: center;
	white-space: nowrap;
	line-height: 100%;
}

.info-table {
	clear: both;
	padding: 5px;
	height: 150px;
	margin-top: 1em;
}
.info-table div {
	float: left;
	width: 50%;
}
.info-table table {
	font-size: small;
	line-height: 120%;
	border: 1px solid #CCCCCC;
}
.info-table table img {
	margin-right: 5px;
}
.info-batle p {
	clear: both;
	float: left;
	width: 100%;
}
	
.container-box {
	clear: both;
	margin-bottom: 1em;
}
.container-box p {
	font-size: small;
}
.container-link {
	text-align: right;
	width:  96%;
}


#box-container {
/*  clear: both;*/
/*  margin-right: 300px;*/
}

#box-container-left {
  float: left;
  width: 100%;
	margin-right: -310px;
/*  background-color: yellow;*/
}

#box-container-right {
  float: right;
  width: 280px;
  margin: 0;
  text-align: right;
/*  background-color: gray;*/
}
#box-container-right table {
/*  clear: both;*/
  text-align: left;
	font-size: small;
  width: 280px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	margin-top: 5px;
	border-bottom: 1px solid #D9D9D9;
}
#box-container-right th {
	font-weight: bold;
	white-space: nowrap;
  width: 6em;
	padding: 4px 6px;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	background-color: #F0F0F0;
}
#box-container-right td {
	padding: 2px 4px;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}
#box-container-right img {
	margin-right: 5px;
}

#individual-main {
  clear: both;
/*  margin-right: 10px;*/
/*  margin-left: 10px;*/
}
#individual-main hr {
/*  clear: both;*/
	border-top:1px dotted #CCCCCC;
	border-right:none;
	border-bottom:none;
	border-left:none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
/*  width: 100%;*/
	height:1px;
	}


.searchResult {
	border-collapse:collapse;
	border-style:solid;
	border-color:#4e58aa;
	border-width:1px 0px 0px 1px;
	}
.searchResult th{
	padding:4px 6px 3px 6px;
	border-style:solid;
	border-color:#4e58aa;
	border-width:0px 1px 1px 0px;
	}
.searchResult td{
	padding:4px 6px 3px 6px;
	border-style:solid;
	border-color:#4e58aa;
	border-width:0px 1px 1px 0px;
	}

