
@charset "UTF-8";
body {
	margin: 0px;
}

p {
	margin:0;
	padding:0;
	padding-bottom:1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e6e7f;
	line-height: 18px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e6e7f;
}
ul {
	margin-top: 0px;
}
a {
	color: #FF8D41;
}
a:hover {
	text-decoration: none;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
}
textarea {
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
}
form {
    margin:0;
    padding:0;
}

.text-change-language {
	font-size: 10px;
	color: #90a3b8;
	line-height: 18px;
}
.text-change-language a {
	color: #90a3b8;
	text-decoration: none;
}
.text-change-language a:hover {
	color: #4D5762;
}

.text-welcome {
	color: #86b4e4;
}
.text-copyright {
	font-size: 10px;
	color: #FFFFFF;
}
.text-copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
.text-copyright a:hover {
	text-decoration: underline;
}
.text-white {
	color: #FFFFFF;
}
.text-white a {
	color: #FFFFFF;
	text-decoration: none;
}
.text-white a:hover {
	text-decoration: underline;
}
.text-customer-experience-home {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #548eca;
}
.text-customer-experience-text-home {
	font-size: 11px;
	color: #548eca;
	line-height: 16px;
	text-align: justify;
}
.text-signin {
	font-size: 11px;
	color: #747575;
}
.text-title-main {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FF8D41;
	margin: 0px;
	padding: 0px;
	line-height: 36px;
}

.text-big {
	font-size: 14px;
}
.link-grey {
	font-size: 10px;
	color: #999999;
}
.link-grey a {
	color: #999999;
}
.link-orange a {
	color: #FF8D41;
}

.link-orange {
	font-size: 10px;
	color: #FF8D41;
}
.links-main {
	line-height: 30px;
	color: #548eca;
	font-weight: bold;
	background-image: url(images/back-links-main.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.links-main a {
	color: #548eca;
	text-decoration: none;
}
.links-main a:hover {
	color: #FF8D41;
}
.link-red {
	color: #FF0000;
}
.button-login {
    background-image:url(images/button-login.gif); 
    border:0px; 
    width:56px; 
    height:18px; 
    font-size:10px; 
    color:#FFFFFF;
}

/* News manager */
.clientForm dl
{
	margin: 3px 0 3px 0;
}
	
.clientForm dt
{
	display: block;
	float: left;
	width: 190px;
	margin-right: 4px;
}

.clientForm dd
{
	display: inline;
	margin: 0;
}

.gridView
{
    border: 1px solid #333;
    font-family: "Verdana, Arial, Helvetica, sans-serif, Trebuchet MS";
}

.gridView .header
{
	background-color: #666666;
	color: #FFFFFF;
}

.gridView .pager
{
	
}

.gridView .pager a
{
	
}

.gridView tr.rowAlternate
{
    color: black;
    background-color: #F7F7DE;
    vertical-align: middle;
}

.gridView tr.row:hover, .gridView tr.rowAlternate:hover
{
	background-color: #ffcc66;
}

/* News frontend */
.newsTitle
{
    font-size: 15px;
    margin-bottom: 2px;
}

.newsPostDate
{
    font-size: 12px;
}

.newsText
{
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
}

