@charset "utf-8";
/* CSS Document */


.closebutton{
	background-image: url(/images/learningXpress/btn_close.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:32px;	
	
	}
	
.link{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-style:normal;
	color: #277aac;
	position:right;
	
}	

.pagetitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#014f82;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:15px;

	}
	
	
.download{
	
	right: 30px;
	z-index:2;
	padding-right: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color: #000;
	text-align:right;

	}	

.line{
	background-image:url(/images/learningXpress/line_orange.gif);
	background-repeat:repeat-x;
	position:absolute;
	z-index:1;
	
	}
	



.tableheader { font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	color: #FFF;
	}


	
.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-style:normal;
	color: #000;
	vertical-align:top;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:15px;			
	}
	
.traitdescription {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-style:normal;
	color: #000;
	vertical-align:top;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;			
	}
		
.curvedtableborder {
	border-style:solid;
	border-width:1px;
	border-color:#e68000;
	border-radius:5px;	
	-moz-border-radius:5px; / Firefox / -webkit-border-radius:5px; / Safari and chrome / -khtml-border-radius:5px; / Linux 
browsers / border-radius:10px; / CSS3 /
		
}
/*Now adding the htc with one more line of css will make the curve work in IE browsers also behavior:url(border-radius.htc) */

.greylines{	
	border-style:solid none;
	border-width:1px;
	border-color:#cccccc;
	
	}

.image
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#fff;
    font-weight:bold;            

    background-image:url(/images/learningXpress/trait_orange_round.gif);
    background-repeat:no-repeat;
    vertical-align:middle;
    text-align:center;
    background-position:center;
    padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:15px;
width:20px;
}

/* gradient orange */
.orangetableheader{
padding-top:15px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbaa3b', endColorstr='#f58025');
	background-image: -moz-linear-gradient(top,  rgba(251,172,60,23) 0%, rgba(255,133,38,43) 100%);
	background-image: -webkit-linear-gradient(top,  rgba(251,172,60,23) 0%,rgba(255,133,38,43) 100%);
	background-image: linear-gradient(top,  rgba(251,172,60,23) 0%,rgba(255,133,38,43) 100%);
}
