@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
}

body {
	background: url(../images/bg.jpg) center top repeat-x #eef1f5;
}

img,
a img,
fieldset {
	border: 0;
	vertical-align: middle;
}

ol,
ul {
	list-style: none;
}

.error {
	color: red;
	font-weight: bold;
}

/* remove the blue glow highlight in Safari */
*:focus {
	outline: 0;
}

.c3 {
	color: #fab116!important;
}

/**/
.wrapper {
	width: 973px;
	margin: auto;
}

/**/
.ftr {
	margin: 0 9px;
	clear: both;
	text-align: center;
	color: #999;
	font-size: 11px;
	border-top: 1px solid #cccfd2;
}

.ftr div {
	background: #d3d7dc;
	margin-bottom: 8px;
	padding: 5px 0 6px;
}

.ftr a {
	color: #666;
	font-size: 11px;
}

/**/
.header {
	height: 138px;
	padding: 0 9px;
	position: relative;
	z-index: 1;
}

.header .logo {
	float: left;
	background: url(../images/logo.png) no-repeat;
	width: 377px;
	height: 105px;
	_background: none!important;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='scale');
}

.header .login {
	float: right;
	width: 298px;
	height: 91px;
	padding: 0 0 0 68px;
	margin: 5px 0 0;
	background: url(../images/headerLogin.png) no-repeat;
	_background: none!important;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/headerLogin.png', sizingMethod='scale');
}

.header .login h5 {
	color: #fff;
	padding: 5px 0;
}

.header .login fieldset {
	padding: 8px 0;
}

.header .login .input {
	margin-right: 3px;
	padding: 2px 1px;
	width: 101px;
	border: 1px solid #a4a4a4;
	position: relative;
	vertical-align: middle;
}

.header .login .but {
	position: relative;
	width: 50px;
	height: 23px;
	border: 0;
	cursor: pointer;
	vertical-align: middle;
	background: url(../images/buttons/okLogin.png) top no-repeat;
}

.header .login .but:hover {
	background-position: bottom;
}

.header .login a {
	position: relative;
	font-size: 11px;
	color:#fff;
}

.header .login .signUp {
	margin-left: 85px;
	font-size: 13px;
	color: #f3aa0e;
}

.header .login .signUp a {
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}

.header .login .signUp a:hover {
	text-decoration: underline;
}

/**/
.header .nav {
	background: url(../images/navLine.gif) left top no-repeat;
	height: 30px;
	margin: 0 0 0 9px;
	padding-left: 1px;
	position: relative;
	top: 3px
}

.header .nav li {
	padding-right: 1px;
	float: left;
	display: inline;
	background: url(../images/navLine.gif) right center no-repeat;
	height: 30px;
	position: relative;
}

.header .nav li a {
	zoom: 1;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	float: left;
	padding: 0 22px;
	line-height: 30px;
}

.header .nav li.on a,
.header .nav li:hover a,
.header .nav li.hover a,
.header .nav li a:hover {
	background: url(../images/navOn.gif) repeat-x;
}

.header .nav li ul {
	display: none;
	background: none;
	height: auto;
	margin: 0;
	position: absolute;
	left: 0;
	top: 29px;
}

.header .nav li:hover ul,
.header .nav li.hover ul {
	display:block;
}

.header .nav li ul li {
	float: none;
	background: none;
	padding: 0;
}

.header .nav li ul li a,
.header .nav li:hover ul li a,
.header .nav li.hover ul li a {
	font-weight: normal;
	float: none;
	display: block;
	zoom: 1;
	background: #134d83;
	text-align: left;
	height: 29px;
	border-top: 1px solid #003d69;
}

.header .nav li ul li a:hover {
	background: #ffa400;
}

.header .nav li.search {
	height: auto;
	float: right;
	display: inline;
	padding: 4px 11px 4px 10px;
	background: url(../images/searchBg.gif) top repeat-x;
}

.header .nav li.search .input {
	border: 1px solid #663815;
	width: 104px;
	padding: 2px;
	vertical-align: middle;
	margin-right: 2px;
}

.header .nav li.search label {
	position: absolute;
	left: 14px;
	top: 7px;
	color: #999999;
	cursor: text;
}

.header .nav li.search .but {
	background: url(../images/buttons/search.png);
	width: 53px;
	height: 21px;
	border: 0;
	cursor: pointer;
	vertical-align: middle;
}

.header .nav li.search .but:hover {
	background-position: bottom;
}

/**/
.side {
	float: left;
	display: inline;
	width: 245px;
}

.side .blue {
	background: url(../images/sideTitleBlue.png) no-repeat;
	height: 27px;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	padding: 9px 10px 0;
}

.side .orange {
	background: url(../images/sideTitleOrange.png) no-repeat;
	height: 22px;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	padding: 5px 10px 0;
}

.side .sideBox {
	background: url(../images/sideBox.png) bottom no-repeat;
	margin-bottom: 8px;
	padding: 6px 1px 8px;
}

/**/
.bulletUl li {
	border-top: 1px dotted #7d9eb7;
	background: url(../images/icons/bullet.gif) 13px 10px no-repeat;
	padding: 5px 5px 5px 33px;
}

.bulletUl li:first-child {
	border: 0;
}

.bulletUl li .count {
	float: right;
	width: 70px;
	color: #0c5d9a;
}

.bulletUl li a {
	font-size: 14px;
	text-decoration: none;
	color: #55616d;
}

.bulletUl li a:hover {
	text-decoration: underline;
}

/**/
.dateUl li {
	border-top: 1px dotted #7d9eb7;
	padding: 5px 5px 5px 10px;
}

.dateUl li:first-child {
	border: 0;
}

.dateUl li .date {
	float: left;
	width: 70px;
	color: #0c5d9a;
}

.dateUl li a {
	font-size: 14px;
	text-decoration: none;
	color: #55616d;
}

.dateUl li a:hover {
	text-decoration: underline;
}

/**/
.side .sideNews {
	padding: 4px 10px 8px;
}

.sideNews .date {
	color: #f47c02;
	font-size: 11px;
}

/**/
.content {
	padding: 20px 29px 0;
	background: url(../images/bg2.png) repeat-y;
	zoom: 1;
	_background: url(../images/bg2.gif) center top repeat-y;
}

.content .main {
	float: right;
	width: 660px;
}

/**/
.hpSearchFeature {
	height: 207px;
	margin: 20px 0 -14px;
	position: relative;
	background: url(../images/hpSearchFeture.png) no-repeat;
}

/**/
.hpSearchFeature .hpSearch {
	float: left;
	display: inline;
	width: 240px;
	padding: 27px 0 0 121px;
}

.hpSearch h2 {
	font-size: 23px;
	color: #b80202;
	font-weight: normal;
	padding-bottom: 0px;
}

.hpSearch p {
	height: 45px;
	overflow: hidden;
}

.hpSearch fieldset {
	display: block;
	padding: 9px 0;
}

.hpSearch .input {
	background: transparent;
	font-size: 14px;
	padding: 2px;
	border: 0;
	width: 150px;
	margin-right: 8px;
}

.hpSearch .but {
	cursor: pointer;
	width: 70px;
	height: 28px;
	vertical-align: middle;
	border: 0;
	background: url(../images/buttons/hpSearch.png) top no-repeat;
}

.hpSearch .but:hover {
	background-position: bottom;
}

.hpSearch a {
	color: #b80202;
	font-weight: bold;
	font-size: 16px;
}

/**/
.hpSearchFeature .hpFeatured {
	float: left;
	display: inline;
	margin: 0 0 0 84px;
	padding: 27px 0 0;
	width: 160px;
}

.hpFeatured h2 {
	font-size: 23px;
	color: #f39500;
	font-weight: normal;
	padding-bottom: 0px;
}

.hpFeatured p {
	height: 33px;
	overflow: hidden;
}

.hpFeatured .picWrapper {
	width: 158px;
	height: 101px;
	padding: 2px 0 0 2px;
	position: relative;
	margin-top: 6px;
}

.hpFeatured .picWrapper .pic {
	width: 156px;
	height: 99px;
}

.hpFeatured .picWrapper .frame {
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 103px;
	background: url(../images/hpFeaturedPicFrame.png) no-repeat;
	_background: none!important;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/hpFeaturedPicFrame.png', sizingMethod='scale');
}

.hpFeatured .picWrapper a {
	color: #fff;
	text-decoration: none;
	position: absolute;
	right: 10px;
	bottom: 4px;
}

.hpFeatured .picWrapper a:hover {
	text-decoration: underline;
}

/**/
h1 {
	background: url(../images/h1.png) left top no-repeat;
	height: 32px;
	padding: 6px 0 20px 22px;
	font-weight: normal;
	color: #fff;
	font-size: 22px;
}

h1 img {
	vertical-align: baseline;
}

span.h1Blue {
	float: right;
	margin-top: -6px;
}

.h1Blue {
	height: 33px;
	padding: 5px 8px 20px;
	background: url(../images/h1Overlay.png) right top no-repeat;
	text-align: right;
}

/**/
h3 {
	font-size: 15px;
	color: #0e5c98;
}

h3 span {
	font-weight: normal;
	font-size: 15px;
	color: #0e5c98;
}

h3 a {
	font-weight: normal;
	font-size: 12px;
	color: #aa0000;
	text-decoration: none;
}

/**/
h2 {
	font-size: 22px;
	color: #053a6b;
	font-weight: normal;
	padding-bottom: 10px;
}

h2 strong {
	font-size: 22px;
	color: #053a6b;
}

/**/
.but28B {
	display: inline-block;
	padding: 0 9px 0 0;
	height: 28px;
	text-decoration: none;
	background: url(../images/buttons/but28B.png) right top no-repeat;
}

.but28B b {
	cursor: pointer;
	display: inline-block;
	height: 28px;
	padding: 0 3px 0 12px;
	color: #fff;
	line-height: 26px;
	text-decoration: none;
	background: url(../images/buttons/but28B.png) left top no-repeat;
}

.but28B:hover {
	background-position: right bottom;
}

.but28B:hover b {
	background-position: left bottom;
}

.but28R {
	display: inline-block;
	padding: 0 9px 0 0;
	height: 28px;
	text-decoration: none;
	background: url(../images/buttons/but28R.png) right top no-repeat;
}

.but28R b {
	cursor: pointer;
	display: inline-block;
	height: 28px;
	padding: 0 3px 0 12px;
	color: #fff;
	line-height: 26px;
	text-decoration: none;
	background: url(../images/buttons/but28R.png) left top no-repeat;
}

.but28R:hover {
	background-position: right bottom;
}

.but28R:hover b {
	background-position: left bottom;
}

/**/
.playerInfoTop {
	padding: 14px 0;
	zoom: 1;
	height: 149px;
}

.playerInfoTop .playerPicDiv {
	float: left;
	display: inline;
	width: 126px;
	height: 148px;
	position: relative;
}

.playerInfoTop .playerPicDiv .playrePic {
	width: 120px;
	height: 142px;
	padding: 3px;
}

.playerInfoTop .playerPicDiv .playrePicFrame {
	position: absolute;
	top: 0;
	left: 0;
}

.playerInfoTop .plyerInfo {
	float: left;
	display: inline;
	margin-left: 15px;
	width: 329px;
	height: 148px;
	background: url(../images/plyerInfoBg.png) no-repeat;
}

.playerInfoTop .plyerInfo table {
	margin: 15px 0 0;
}

.playerInfoTop .plyerInfo table tr th {
	color: #fff;
	font-size: 14px;
	text-align: right;
	font-weight: normal;
	padding: 1px 0 5px 15px;
}

.playerInfoTop .plyerInfo table tr td {
	color: #fff;
	font-size: 14px;
	padding-left: 15px;
}

.playerInfoTop .plyerInfoButs {
	float: left;
	display: inline;
	margin-left: 15px;
}

.playerInfoTop .plyerInfoButs .vids {
	margin-bottom: 1px;
}

.playerInfoTop .plyerInfoButs a {
	width: 250px;
	height: 69px;
	padding: 5px 0 0;
	display: inline-block;
	background: url(../images/buttons/plyerInfoBut.png) top no-repeat;
	color: #0e5c98;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.playerInfoTop .plyerInfoButs a:hover {
	background-position: bottom;
}

.playerInfoTop .plyerInfoButs a img {
	margin: 0 0.5em;
}

/**/
.playerInfoTop .playerSideButtons {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 170px;
}

/**/
.playerInfoText {
	position: relative;
	clear: both;
	width: 730px;
/*	height: 126px;*/
	padding: 2px;
/*	background: url(../images/playerInfoTextBg.png) no-repeat;*/
}

.playerInfoText div {
/*	height: 126px;
	overflow: auto;*/
}

.playerInfoText div ul {
	padding: 0 18px;
}

.playerInfoText div ul li {
	border-bottom: 1px dotted #b4c4d2;
	padding: 10px 20px 10px 75px;
	background: url(../images/icons/bubble.gif) 5px 10px no-repeat;
	color: #666;
}

.playerInfoText a {
	position: absolute;
	top: 2px;
	right: 40px;
	width: 97px;
	height: 18px;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: url(../images/buttons/playerInfoTextBut.png) no-repeat;
}

.playerInfoText a:hover {
	text-decoration: underline;
}

/* Classes to be used with the "box" function */
.box {
	padding: 0 10px 0 0;
}

.boxTitle {
	width: 100%;
	height: 6px;
	padding: 0 10px 0 0;
	background-position: right top;
	background-repeat: no-repeat;
}

.boxTitle .innerBoxTitle {
	height: 6px;
	padding: 0 0 0 10px;
	background-position: left top;
	background-repeat: no-repeat;
}

.boxContent {
	width: 100%;
	padding: 0 10px 0 0;
	background-position: right top;
	background-repeat: repeat-y;
}

.boxContent .innerBoxContent {
	padding: 0 0 0 10px;
	min-height: 20px;
	background-position: left top;
	background-repeat: repeat-y;
}

.boxBottom {
	width: 100%;
	height: 6px;
	padding: 0 10px 0 0;
	margin-bottom: 10px;
	background-position: right top;
	background-repeat: no-repeat;
}

.boxBottom .innerBoxBottom {
	height: 6px;
	padding: 0 0 0 10px;
	background-position: left top;
	background-repeat: no-repeat;
}

/**/
.playerGraf {
	height: 268px;
	padding: 19px 39px 0 39px;
	text-align: left;
	background: url(../images/grafBg.gif) no-repeat;
}

/**/
.playerTblWrapper {
	padding-bottom: 22px;
	background: url(../images/tblBotCorners.gif) bottom no-repeat #e3e3e3;
}

.playerTblWrapper table {
	border-collapse: collapse;
	width: 100%;
}

.playerTblWrapper table th {
	background: #053a6b;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	padding: 4px 2px;
	border-left: 1px solid #8ea6bc;
	border-bottom: 1px solid #fff;
}

.playerTblWrapper table th.first {
	background: url(../images/thCorners.gif) left top no-repeat #053a6b;
	border-left: 0;
}

.playerTblWrapper table .last {
	background: url(../images/thCorners.gif) right top no-repeat #053a6b;
}

.playerTblWrapper table td {
	background: #e3e3e3;
	font-size: 11px;
	color: #053a6b;
	text-align: center;
	border-bottom: 2px solid #888;
	border-left: 1px solid #fff;
	padding: 8px 2px;
}

.playerTblWrapper table td.first {
	background: #0e5c98;
	border: 0;
	border-bottom: 2px solid #888;
	padding: 2px;
	font-size: 10px;
	color: #fff;
}

.playerTblWrapper table td.sameSeason {
	border-bottom-width: 1px;
}
/*
.playerTblWrapper table .total td {
	background: #aa0000;
	color: #fff;
	border-bottom: 2px solid #fff;
	padding: 5px 2px;
}

.playerTblWrapper table td.mark {
	background: #6cae2c;
	color: #FFF;
}

.playerTblWrapper table td.red {
	background-color: #a50000;
}

.playerTblWrapper table td.green {
	background-color: #6dae2c;
}
*/

.playerTblWrapper table td.red {
	background: url(../images/cornerR.png) left top no-repeat;
}

.playerTblWrapper table td.green {
	background: url(../images/cornerG.png) left top no-repeat;
}

.playerTblWrapper table td.first a {
	color: #fff;
	text-decoration: none;
}
.playerTblWrapper table td.first a:hover {
	text-decoration: underline;
}

.playerTblWrapper .blue {
	background: #053a6b!important;
	color: #fff;
}

.playerTblWrapper .blue2,
.playerTblWrapper .blue2 td {
	background: #0e5c98!important;
	color: #fff;
}

.playerTblWrapper .orange,
.playerTblWrapper .orange td {
	background: #e79f19!important;
	color: #fff;
}

/**/
.playerBotActions {
	height: 144px;
	background: url(../images/playeBotActions.png) no-repeat;
}

.playerBotActions li {
	float: left;
	display: inline;
	font-size: 14px;
	color: #4b5662;
	padding: 15px 0 0 62px;
}

.playerBotActions li img {
	float: left;
	display: inline;
	margin-left: -62px;
}

.playerBotActions li h4 {
	font-size: 22px;
	color: #2976b6;
	font-weight: normal;
}

.playerBotActions li a {
	color: #4b5662;
	font-size: 14px;
}

.playerBotActions .agent {
	width: 250px;
}

.playerBotActions .info {
	width: 220px;
}

.playerBotActions .info h4 {
	color: #aa0000;
}

.playerBotActions .reminder {
	width: 250px;
}

.playerBotActions .reminder div {
	display: block;
	height: 28px;
	background: url(../images/input164.png) left center no-repeat;
}

.playerBotActions .reminder div input {
	width: 158px;
	padding: 2px;
	font-size: 14px;
	border: 0;
	background: transparent;
	margin-right: 12px;
}

/**/
.form label {
	font-weight: bold;
	color: #4b5662;
	display: block;
	padding: 1px 0 2px;
}

.form select {
	vertical-align: middle;
	width: 170px;
	border: 1px solid #7c9fb3;
}

.form input {
	width: 170px;
	color: black;
	border: 1px solid #7c9fb3;
	padding: 1px 2px 2px;
	vertical-align: middle;
}

.form input.checkbox {
	width: auto;
}

/**/
input {
	vertical-align: middle;
}

/**/
.advSearch {
/*	width: 560px;*/
	margin-left: 60px;
}

.advSearch label {
	font-weight: bold;
	color: #4b5662;
	display: block;
	padding: 1px 0 2px;
}

.advSearch select {
	vertical-align: middle;
	width: 70px;
	border: 1px solid #7c9fb3;
}

.advSearch .input {
	width: 70px;
	color: #000;
	border: 1px solid #7c9fb3;
	padding: 1px 2px 2px;
	vertical-align: middle;
}

.hrLine {
	height: 1px;
	background: #e6e7e9;
	font-size: 0.0001em;
	margin:15px 0;
}

.hrGrad {
	height: 33px;
	background: url(../images/grad.gif) top repeat-x;
}

/**/
.playersComparaisonTop .leftPlayer {
	width: 392px;
	height: 148px;
	position: relative;
	float: left;
	display: inline;
}

.playersComparaisonTop .playerPic {
	width: 120px;
	height: 142px;
	padding: 3px;
	float: left;
	display: inline;
	margin-left: 15px;
}

.playersComparaisonTop .leftPlayer .picFrame {
	width: 392px;
	height: 148px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/compareL.png) no-repeat;
}

.playersComparaisonTop table {
	position: relative;
	border-collapse: collapse;
	width: 222px;
}

.playersComparaisonTop th {
	color: #fff;
	font-size: 20px;
	padding: 7px 0;
}

.playersComparaisonTop td {
	color: #fff;
	font-size: 13px;
	padding: 8px 4px 1px;
}

.playersComparaisonTop td * {
	color: #fff;
	font-size: 13px;
}

.playersComparaisonTop .urlTd {
	text-align: center;
	padding-top: 20px;
}

.playersComparaisonTop td a {
	color: #666;
}

.playersComparaisonTop .rightPlyer {
	width: 392px;
	height: 148px;
	position: relative;
	float: right;
	display: inline;
}

.playersComparaisonTop .rightPlyer .picFrame {
	width: 392px;
	height: 148px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/compareR.png) no-repeat;
}

.playersComparaisonTop .rightPlyer .playerPic {
	padding-left: 16px;
}

.playersComparaisonTbl {
	border-collapse: collapse;
	margin: auto;
	background: #063a6c;
}

.playersComparaisonTbl .ft {
	background: url(../images/whiteCorners.png) left top no-repeat;
	width: 195px;
}

.playersComparaisonTbl .lt {
	background: url(../images/whiteCorners.png) right top no-repeat;
	width: 195px;
}

.playersComparaisonTbl th {
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	padding: 4px 0;
}

.playersComparaisonTbl td {
	border-top: 1px solid #fff;
	text-align: center;
	color: #fff;
	padding: 4px 0;
}

.playersComparaisonTbl .mid {
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 150px;
}

.playersComparaisonTbl .fb {
	background: url(../images/whiteCorners.png) left bottom no-repeat;
}

.playersComparaisonTbl .lb {
	background: url(../images/whiteCorners.png) right bottom no-repeat;
}

.playersComparaisonTbl .red {
	background-color: #a50000;
}

.playersComparaisonTbl .green {
	background-color: #6dae2c;
}

/* AJAX search suggestions */ 
.suggest {
	overflow: auto; 
	overflow-x: hidden; 
	position: absolute;
	background-color: Window;
	border: 1px solid #AAAAAA;
	z-index: 99; 
	visibility: hidden; 
	font-size: 90%;
	cursor: pointer; 
}

.suggest_results {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

td.suggest_result, td.suggest_result_hl {
	white-space: nowrap;
	background-color: Window;
	color: WindowText;
	padding: 2px;
}

td.suggest_result_hl {
	background-color: Highlight;
	color: HighlightText;
}

/* Calendar window */ 
.calendar {
	font-size: 8pt;
	position: absolute;
	border: solid thin #808080;
	width: 144px;
	color: black;
	background-color: white;
	display: none;
}

.calendar td {
	text-align: right;
}

.calendar a {
	color: blue;
	text-decoration: none;
}

.calendar a:hover {
	color: blue;
}

/* Menu */
ul.menu {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.menu li {
	display: inline;
}

ul.menu li a {
	float: left;
	text-align: center;
	text-decoration: none;
	color: white;
	background-color: #606070;
	padding: 0.2em 0.6em;
	border-left: 1px solid white;
}

ul.menu li a:hover {
	color: white;
	background-color: #9090A0;
}

ul.menu li:first-child a {
	border-left: none;
}

/**/
.center {
	width: 100%;
	text-align: center;
}

*.center * {
	margin-left: auto;
	margin-right: auto;
}

/**/
.window {
	border: 3px outset white;
	background: #D3D3D3;
	color: black;
	padding: 5px;
}

.window a {
	color: blue;
}

/**/ 
.nowrap {
	white-space: nowrap;
}

/**/
#unread {
	color: white;
}

.unread {
	font-weight: bold;
}

/**/
.tooltip {
  border: solid 1px black;
  background-color: lightyellow;
  padding: 2px 5px;
  position: absolute;
  z-index: 100;
  filter: alpha(opacity=75);
  opacity: 0.75;
  visibility: hidden;
}

/**/
/*
.registrationIntroduction, .registrationIntroduction * {
	font-family: Times New Roman;
	font-size: 14px;
	line-height: 200%;
	color: blue;
}
*/

/**/
.statisticsDiv .input {
	width: 30px;
}

/**/
.aboutService, .aboutService * {
	font-family: Times New Roman;
	font-size: 14px;
	line-height: 150%;
	color: black;
}

.aboutService {
	text-align: left;
}

.agentInfo img {
	float: left;
	max-width: 200px;
}

.agentInfo table {
	text-align: left;
}

.agentInfo table th, .agentInfo table td {
	padding-left: 10px;
}

.demo {
	float: right;
	color: #3366FF;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.demo img {
	width: 277px;
}

.demo a {
	color: #3366FF;
	font-size: 1.05em;
}