@import url(main.css);
/* lay-out */
.col1{
	display:table;
}

.col2{
	display:table;
}

.col3{
	display:table;
	clear:right;
}

/* assets */
.specs .header{
	clear:both;
	margin:0 -5px;
	border:5px solid white;
	border-left:none;
	border-right:none;
	padding:0 5px;
	background-color: #489100;
	color:white;
	font-weight:bold;
	height:2em;
	line-height:2em;
}

/* col 2 */
.col2 div{
	margin:10px 0;
	display:table;
}

.col2 div.title{
	height:24px;
	border:1px solid white;
	width:100%;
	margin:0;
}

.title2{
	border:1px solid white;
	padding: 0px 0px 0px 220px;
	margin-top:-2px;
}

.col2 a{
	text-decoration:underline;
}

.col2 h4{
	font-size:1em;
	font-weight:bold;
	margin:0;
}

.teambox{
	border: 2px solid #489100;
        padding: 5px;
}

.teamhead{
        padding: 3px;
	font-size: 1em;
	font-weight: bold;
	color: #489100;
}

.teamheadleft{
        padding: 3px;
	font-size: 1em;
	font-weight: bold;
	color: #489100;
	text-align:left;
}

.teamcel{
        padding: 2px;
	font-size: 1em;
}

.teama  {
	font-weight:bold;
	color:#489100;
	text-decoration:underline;
}

.page .col2 th{
	color:#489100;
	padding:8px 5px 2px 5px;
}
.page .col2 th a{
	color:#489100;
}
.page .col2 td{
	padding:0 5px 2px 5px;
}
.refItem{
	cursor:pointer;
}
.refs{
	cursor:pointer;
	padding: 10px 0px 0px 220px;
        margin: 10px 0px 0px 0px;
}
.refs img {
	border: 2px solid #489100;
}

img.noborder {
	margin: 0px;
	padding: 0px;
	border: 0px 0;
	border-left:0px;
	border-top: 0px; 
	border-right: 0px;
	border-bottom: 0px;
}

