/**
* Editor
*/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 6px 0;
	padding: 0;
}

p, td, div {
	font-size: 13px;
}

h1 {
	font-size: 22px;
	font-style:italic;
	color: #00268F;
}

h2 {
	font-size: 18px;
	font-style: italic;
	color: #00528D;
}

h3 {
	color: #00528D;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #00528D;
	margin: 0 0 6px 0;
	font-weight: normal;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
	font-weight: lighter;
}

a, a:link, a:visited {
	color: #00528D;
	text-decoration: none;
}

a:hover {
	color: #00528D;
	text-decoration: underline;
}

a img, a:hover img, a:visited img {
	border: none;
}

.con-trex {
	text-transform: uppercase;
	font-weight: bold;
}
.human-kinetics {
	text-transform: capitalize;
}

ul {
	margin: 0;
	padding: 0 0 0 10px;
	margin-bottom: 6px;
	list-style-type: none;
}

ul li {
	margin: 0;
	padding-left: 15px;
	line-height: 16px;
	margin-bottom: 3px;
	background: url(../contrex/images/bullet.gif) 3px 6px no-repeat;
}

ul li ul li {
	margin: 0;
	padding-left: 18px;
	line-height: 16px;
	margin-bottom: 3px;
	background: url(../contrex/images/bullet.gif) 6px 6px no-repeat;
}

table.gridtable {
	border: 1px solid;
	border-color: #666;
	border-collapse: collapse;
	margin: 0 0 12px 0;
	padding: 0;
	background-color: #FFFFFF;
}

.gridtable th {
	text-align: center;
	font-size: 13px;
	font-style: underline;
	color: #666;
	padding: 6px 0;
	background: url(../contrex/images/table-header.png) repeat-x;
}

.gridtable tr td {
	border: 1px solid;
	border-color: #666;
	padding: 2px 5px;
}

.gridtable p, .gridtable h3, .gridtable h5, .gridtable h6, .gridtable ul {
	margin: 0;
}

.cellshade1 {
	background-color: #7B5A89;
	color:#FFFFFF;
	font-weight: bold;
}

.cellshade1 a, .cellshade1 a:link, .cellshade1 a:visited {
	color: #FFFFFF;
}

.cellshade1 a:hover {
	color: #FFFFFF;
}

.cellshade2 {
	background-color: #FFFFCC;
}

.cellshade3 {
	background-color: #EEDBF0;
}

.cellshade4 {
	background-color: #EEEEEE;
}
/**
* Component & Modules
*/
.componentheading, .contentheading {
	color: #00528D;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #009999;
	margin-bottom: 6px;
	width: 100%;
}

.right .moduletable {
	margin: 0;
}

.contentpaneopen {
	margin: 0 25px;
}
/**
* End Component & Modules
*/

/**
* Blog - Content Category
*/
table.blog {
	clear:both;
	margin: 0;
	width: 100%;
}

.intro {
	margin: 0 25px;
	padding: 0;
}

.intro table p {
	margin: 0;
}

.intro .title {
	color: #00528D;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #00528D;
	margin-bottom: 6px;
	width: 100%;
}

.intro .title-side {
	margin-left: 270px;
	color: #00528D;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #00528D;
	margin-bottom: 6px;
}


.intro .description {
	margin: 0;
	padding: 0;
}

.intro .description-side {
	margin-left: 270px;
}

.intro .intropic {
	text-align: center;
	margin: 0 0 50px 0;
}

.intro .intropic-side {
	float: left;
	width: 250px;
	background: #fff;
}

.blogitem {
	margin: 0 25px 25px 25px;
}

.right .blogitem, .left .blogitem {
	margin: 0 0 20px 0;
}

.blogitem .title, .blogitem-news .title {
	color: #00528D;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #00528D;
	margin-bottom: 12px;
	width: 100%;
}

.right .blogitem .title, .left .blogitem .title, .left h3, .right h3 {
	font-size: 12px;
	font-weight: bold;
}

.blogitem .introtext {
}

.blogitem .fulltext {
}
div.clear {
	height: 0;
	margin: 0;
	clear: both;
}
#top .blogitem {
	color: #FFFFFF;
}

#top .blogitem ul li {
	background: url(../contrex/images/bullet-dark.gif) 0 2px no-repeat;
}

.blogitem-news {
	margin: 0 25px 25px 25px;
	padding: 25px;
	background-color:#EEE;
	border: 1px solid #AAA;
}

.article_seperator {
	padding: 0;
	margin:0;
	height: 0;
}

.pagenav_next a, .pagenav_prev a {
	color: #00528D;
	font-weight: normal;
	display: block;
}

div.blog_more div {
	margin-bottom: 6px;
	color: #00528D;
	font-size: 15px;
}

.pagenav_prev a {
	width: 56px;
	background: url(../contrex/images/prev.gif) no-repeat;
}
.pagenav_next a {
	width: 56px;
	background: url(../contrex/images/next.gif) no-repeat;
}
.back_button a {
	width: 56px;
	background: url(../contrex/images/back.gif) no-repeat;
}

.modifydate, .createdate {
	font-size: 11px;
	font-weight: bold;
	color:#000099;
	text-align: right;
	display: block;
	margin-bottom: 6px;
}

#top .modifydate, #top .createdate {
	color:#CCC;
}
a.readon {
	color: #00528D;
	font-weight: normal;
	padding-right: 12px;
	background: url(../contrex/images/readmore.gif) 34px 6px no-repeat;
}
div.readmore a {
	color: #00528D;
	font-weight: normal;
	padding-right: 12px;
	background: url(../contrex/images/readmore.gif) right 6px no-repeat;
}
div.readmore a:hover {
	text-decoration: underline;
}

div.pdf a {
	display: block;
	float: left;
	height: 22px;
	background: url(../contrex/images/pdf_small.gif) no-repeat;
	line-height: 22px;
	margin: 0 15px 0 0;
	padding: 0 0 0 20px;
}

div.pdf ul {
	margin: 0 0 6px 0;
	padding: 0;
}

div.pdf ul li {
	height: 22px;
	background: url(../contrex/images/pdf_small.gif) 0 1px no-repeat;
	line-height: 22px;
	padding: 0 0 0 24px;
	list-style-type: none;
	margin-left: 0;
}

div.pdf ul li a {
	display: inline;
	float: none;
	padding: 0;
	background: none;
	margin: 0;
}


