﻿
/*Gray Background with Rounded Corners*/
.asdkflj{
  
	background:gray;
  }
  
.boxtop 
{ 
  background: url(../images/ne.gif) no-repeat top right; 
}

.boxtop div { 
  height: 50px; 
  background: url(../images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(../images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 50px; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 50px 0px 50px;
}
/*Blue background with rounded corners*/
.roundcont {
	background-color: #999999;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url("../../images/tr.png") no-repeat top right; 
}

.roundbottom {
	background: url("../../images/br.png") no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/*Gray table, as found on careers page*/
.greytableoutline {
	border: 1px solid #000000;
	border-collapse: collapse;
	border-collapse: collapse;
}
.greythead {
	border-style: none none solid none;
	border-width: 1px;
	border-color: #000000;
	text-align: center;
	background-color: #BDBEC2;
}
.greytheadbottomborder {
	border-style: none none solid solid;
	border-width: 1px;
	border-color: #000000;
	text-align: center;
	background-color: #BDBEC2;
}
.greyblueheader {
	font: 14px times new roman;
	color: #000080;
	text-align: left;
}

