
/***********************************************/
/* Link Styles                                 */
/***********************************************/
a.sortTableLink{
color :#009b7a;
text-decoration:underline;
}
a.sortTableLink:hover{
text-decoration:none;
}
a.furtherLink {
	color: #FFF;
	text-decoration: none;
}	
a.furtherLink:hover {
	color: #FFF;
	text-decoration: underline;
}	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
div.contentContainer {
position:relative;
float:left;
width:933px;
min-height:411px;
background: #FFF url('../gfx/content_bg_grad.jpg') repeat-x bottom;
} 
div.txtContainer {
position:relative;
float:left;
width:850px;
margin:0 0 0 12px;
} 
div.dropDown{
float:right;
margin:10px 0 10px 10px;
z-index:3;
}
.tableImg{
border:0px;
margin:5px 0 5px 0;
}
table   { border-collapse: collapse; width:910px; font-size:14px; margin-top:30px; }
tr.row1 { font-size:17px; }
tr { vertical-align:top;}
td {padding:5px;};
div.greyBtnContainer {
position:relative;
width:110px;
margin-top:5px;
}
div.greyBtnLeft {
position:relative;
float:left;
width:21px;
height:20px;
background-image:url(../gfx/btns/grey/bg_left.gif);
background-repeat:no-repeat;
}
div.greyBtnRight {
position:relative;
float:left;
width:13px;
height:20px;
background-image:url(../gfx/btns/grey/bg_right.gif);
background-repeat:no-repeat;
}
div.greyBtnTxt {
position:relative;
float:left;
height:20px;
background-color:#2d2d2e;
font-size:11px;
line-height:18px;
background-image:url(../gfx/btns/grey/bg_main.gif);
background-repeat:repeat-x;
}
div.pageNav{
position:relative;
float:left;
width:900px;
margin-bottom:10px;
}
div.pageNavText{
font-size:12px;
text-align:right;
}
