table{
	width: 100%;
	font-size: 10px;
}

table td{
	padding: 4px 5px;
}

table td a{
	display: block;
	font-weight: bold;
}

table td a:hover{
	text-decoration: none;
}

table tr{
	margin-bottom: 1px;
}

select {
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	color: #000000;
	height: 20px;
	margin: 0px;
}

input{
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	color: #000000;
	height: 20px;
	margin: 0px;
}

/*  Tables Header Cols */
.HeaderRow{
	background: #296C89;
	padding: 1px;
	color: #fff;
	text-indent: 5px;
}

.HeaderCol-400px{
	width: 400px;
}
	
.HeaderCol-180px{
	width: 180px;
}

.HeaderCol-130px{
	width: 130px;
}

.HeaderCol-80px{
	width: 80px;
}

.HeaderCol-60px{
	width: 60px;
}

.HeaderCol-16px{
	width: 16px;
}

.NoResults{
	text-align: center;
}

/* General Table Alternating Colours */
.OddRow{
	background: #EFEFEF;
}

.EvenRow{
	background: #E7EFF4;
}

.tableHoverState {
	background: #d8e3e9;
}

/* Release Page - Release Div */
.Div-Desc {
	background:#DDDDDD none repeat scroll 0 0;
	border-bottom:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	float:left;
	position:relative;
	width:753px;
	padding: 5px 0;
}

.GroupLogo {
	border:2px solid #FFFFFF;
	float:left;
	height:120px;
	margin:-7px 10px -7px -2px;
	position:relative;
	width:120px;
}

.Div-Header{
	line-height: 15px;
	text-align: center;
	margin: 2px;
	background: #9EC3D6;
	position: relative;
	float: left;
	width: 753px;
	height: 15px;


	background: #296C89;
	padding: 1px;
	color: #fff;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

.Div-LeftHeader{
	position: relative;
	float: left;
	background: #9EC3D6;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-right: 2px;
	width: 118px;
	height: 20px;
	line-height: 25px;
	text-align: right;
	clear: left;
	font-weight: bold;
}
	
.Div-RightContent-Odd{
	position: relative;
	float: left;
	background: #CCCCCC;
	margin-bottom: 2px;
	width: 629px;
	height: 20px;
	line-height: 25px;
	padding-left: 2px;
	text-indent: 5px;
}

.Div-RightContent-Even{
	position: relative;
	float: left;
	background: #DDDDDD;
	margin-bottom: 2px;
	width: 629px;
	height: 20px;
	line-height: 25px;
	padding-left: 2px;
	text-indent: 5px;
}
