@charset "UTF-8";/* CSS Document */#content input, #content textarea {	border:1px solid #B3D6EC;	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	font-size:14px;	height:16px;	line-height:16px;	margin-bottom:16px;	padding:4px;	width:320px;}#content textarea {	height: 120px;}#content input.checkbox {	border: 0px;		float: left;	width: auto;	margin-right: .5em;}#content span.checkbox {	display: block;	float: left;	width:300px;	}#content label {	color:#0278C1;	float:left;	font-size:14px;	height:16px;	padding:4px 0;	width:125px;}#content .formClear {	clear: both;}input.submit {	width: inherit;		margin-top: 1em;}/* --------------------*//* BLOG SYSTEM CSS STYLES *//* --------------------*//* BASIC BLOG LIST ITEM*/div.blog-item {	color: #FFF;	font-size: 12px;	width: 472px;	margin-bottom: 8px;	position: relative;}div.blog-item a {	color:#FFF;	margin-top: 1em;}div.blog-item .blog-item-upperleft-corner, div.blog-item-upperright-corner, div.blog-item-lowerleft-corner, div.blog-item-lowerright-corner {	width: 15px;	height: 15px;	font-size : 0;	float: left;}div.blog-item div.blog-item-top, div.blog-item div.blog-item-bottom {	width: 442px;	height: 15px;	float: left;	font-size : 0;	background-repeat:repeat-x;}/* STANDARD COLOR */div.blog-item div.blog-item-top {	background-image:url(../images/blog/rb_top_orange.png);}div.blog-item div.blog-item-bottom {	background-image:url(../images/blog/rb_bottom_orange.png);}div.blog-item div.blog-item-upperleft-corner {	background-image:url(../images/blog/rb_upperleft_corner_orange.png);}div.blog-item div.blog-item-upperright-corner {	background-image:url(../images/blog/rb_upperright_corner_orange.png);}div.blog-item div.blog-item-lowerleft-corner {	background-image:url(../images/blog/rb_lowerleft_corner_orange.png);}div.blog-item div.blog-item-lowerright-corner {	background-image:url(../images/blog/rb_lowerright_corner_orange.png);}div.blog-item div.blog-item-body {	clear: both;	min-height: 70px;	background-image:url(../images/blog/rb_body_orange.png);	background-repeat: repeat-x;	background-color:#ff6f0f;	padding: 0 15px;}div.blog-item div.blog-item-image {	float: left;}div.blog-item div.blog-item-text {	margin-left: 110px;	font-size: 14px;	line-height: 1.4em;}div.blog-item div.blog-item-text h1 {	font-size: 20px;	margin-bottom: .5em;	color: #fff;}div.blog-item div.blog-item-nav {	margin-top: 2em;	font-size: 16px;	}div.blog-item div.blog-item-nav a {	color: #ffff00;}div.blog-item div.banderole {	background-image:url(../images/blog/banderolediv.png);	background-repeat: no-repeat;	width: 82px;	height: 49px;	position: absolute;}div.blog-item-commentLink {	margin-top: 1em;}div.blog-item-commentLink h2, div.blog-item-commentLink a {	color: #0278C1;}/* BASIC BLOG COMMENT-ITEM*/div.comment-item {	color: #a7a7a7;	font-size: 12px;	width: 472px;	margin-bottom: 8px;	position: relative;}div.comment-item a {	color:#ff6f0f;	margin-top: 1em;}div.comment-item .comment-item-upperleft-corner, div.comment-item-upperright-corner, div.comment-item-lowerleft-corner, div.comment-item-lowerright-corner {	width: 15px;	height: 15px;	font-size : 0;	float: left;}div.comment-item div.comment-item-top, div.comment-item div.comment-item-bottom {	width: 442px;	height: 15px;	float: left;	font-size : 0;	background-repeat:repeat-x;}/* STANDARD COLOR */div.comment-item div.comment-item-top {	background-image:url(../images/blog/rb_top_apricot.png);}div.comment-item div.comment-item-bottom {	background-image:url(../images/blog/rb_bottom_apricot.png);}div.comment-item div.comment-item-upperleft-corner {	background-image:url(../images/blog/rb_upperleft_corner_apricot.png);}div.comment-item div.comment-item-upperright-corner {	background-image:url(../images/blog/rb_upperright_corner_apricot.png);}div.comment-item div.comment-item-lowerleft-corner {	background-image:url(../images/blog/rb_lowerleft_corner_apricot.png);}div.comment-item div.comment-item-lowerright-corner {	background-image:url(../images/blog/rb_lowerright_corner_apricot.png);}div.comment-item div.comment-item-body {	clear: both;	min-height: 70px;	background-image:url(../images/blog/rb_body_apricot.png);	background-repeat: repeat-x;	background-color:#fff0e6;	padding: 0 15px;}div.comment-item div.comment-item-image {	float: left;}div.comment-item div.comment-item-text {	margin-left: 110px;	font-size: 14px;	line-height: 20px;}div.comment-item div.comment-item-text h1 {	font-size: 20px;	margin-bottom: 1em;	}div.comment-item div.team-comment {	margin-top: 2em;	font-style:oblique;	color: #ff6f0f;}div.comment-item div.author {	font-size: 12px;}/* BASIC BLOG COMMENT-INPUT FORM*/div.comment-form {	margin-top: 32px;	}div.comment-form h2 {	font-size: 20px;	color: #0278C1;	margin-left: 125px;	margin-bottom: 1em;	}div.comment-form span.input{	display: block;	height:16px;	line-height:16px;	margin-bottom:16px;	padding:4px 0;}/* MESAAGES */.blogCommentMessage {	color: #ff0000;	margin-bottom: 2em;}/* COMMENT LIST */div#commentList h4 {	margin: 2em 0 1em;}ul.commentError  {	margin: 0 0 2em;}ul.commentError li {	list-style-type: inherit;	margin-left: 2em;}/* BASICS */.requiredField, .required, .error, .commentError {	color: #F00;}.clearer {	clear: both;}