.c-main {
	margin: 14px 30px;
}
.c-main p {
	margin-bottom: 12px;
}
/****** COLUMNS ******/

div.parts-left {
	position: relative;
	float: left;
	width: 548px;
}
div.parts-left .column-rows {
	position: relative;
	margin: 4px 0;
	clear: both;
	height: 1%;
	width: 590px;
	overflow: hidden;
}
div.parts-left .left-column {
	position: relative;
	float: left;
	width: 293px;
	overflow: hidden;
}
div.parts-left .right-column {
	position: relative;
	float: right;
	width: 293px;
	margin-left: 4px;
	overflow: hidden;
}
div.parts-left .left-column .colhead {
	background: #d6d5d5 url(../images/h_graybg-left.gif) no-repeat left top;
	padding: 4px 0 1px 10px;
	clear:both;
	font-size: 10px;
	line-height: 16px;
}
div.parts-left .right-column .colhead {
	background: #d6d5d5 url(../images/h_graybg-right.gif) no-repeat right top;
	padding: 4px 0 1px 10px;
	clear:both;
	font-size: 10px;
	line-height: 16px;
}
div.parts-left .left-column .colhead h6, div.parts-left .right-column .colhead h6 {
	display: inline;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
div.parts-left .left-column .colhead img,
div.parts-left .right-column .colhead img {
	display: inline;
	line-height: 16px;
}
div.parts-left .left-column .colcontent,
div.parts-left .right-column .colcontent {
	position: relative;
	overflow: hidden;
	background: #C9C9C9 url(../images/bg_colcontent.gif) repeat-x;
	padding: 0;
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-top: 1px;
	min-height:92px;
	height:auto !important;
	height:92px;
}
div.parts-left .left-column .colcontent .pic,
div.parts-left .right-column .colcontent .pic {
	display:block;
	float: left;
	margin-right: 6px;
}

div.parts-left .left-column .colcontent .innercontent,
div.parts-left .right-column .colcontent .innercontent {
	padding-top: 7px;
	font-size: 11px;
	line-height: 16px;
	margin-right: 6px;
}

div.parts-left .left-column .colcontent p {
	margin: 0;
}

div.parts-left .left-column .colcontent img,
div.parts-left .right-column .colcontent img {
	margin-bottom: 5px;
}

div.parts-left .left-column .colcontent .innercontent a ,
div.parts-left .right-column .colcontent .innercontent a {
	color: #000000;
	text-decoration: none;
}
div.parts-left .left-column .colcontent .innercontent a:hover,
div.parts-left .right-column .colcontent .innercontent a:hover {
	color: #000000;
	text-decoration: underline;
}

div.hotnews-cnt {
	min-height:289px;
	height:auto !important;
	height:289px;
	background-image: url(../images/hotnews_bottom.gif);
	background-repeat: repeat-x;
	background-position: 0px 34px;
	color: #505050;
}
div.hotnews-cnt img {
	display: block;
	position: relative;
}
div.hotnews-cnt .hncontent {
	padding: 16px 8px 0 12px;
	height:238px;
	overflow: auto;
	overflow-x: hidden;
	border-top: 1px #FFFFFF solid;
	font-size: 11px;
}
div.hotnews-cnt .hncontent p {
	padding: 0;
	margin: 0 0 12px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.hotnews-img {
	display: block;
	position: relative;
	width: 292px;
	height: 289px;
	overflow: hidden;
}

/**** LATEST NEWS ****/

#newsbox {
	clear: both;
}
#newsbox .newsbox-header {
	border-bottom: 1px solid #999999;
	background: #000000 url(../images/bg_content-top-black.gif) no-repeat left top;
	padding: 4px 10px 4px 10px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
		height: 1%;
}
#newsbox .newsbox-footer {
	padding: 4px 10px 4px 10px;
	background-color: #000000;
	border-top: 1px solid #999999;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #B5B5B5;
	text-align: right;
}
#newsbox .newsbox-main {
	background: #000000;
		height: 208px;
}
#newsbox .newsbox-main .newsbox-image {
	float: left;
	overflow: hidden;
	width: 243px;
	height: 208px;
	background: #000000 url(../images/newsbox_image-default.jpg) no-repeat center center;
	border-right: 1px solid #151d3f;	
}
#newsbox .newsbox-main .newsbox-content {
	clear: none;
	width: auto;
	height: 208px;
	background-image: url(../images/newsbox_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
#newsbox .newsbox-main .newsbox-content a {
	color: #ffcc00;
}
#newsbox .newsbox-main .scroll-content {
	height:208px;
	overflow: auto;
	overflow-x: hidden;
}
#newsbox .newsbox-main .newsitem {
	padding: 16px 8px 8px 12px;
	color: #ffffff;
}

#newsbox .newsbox-main .newsitem .latest {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 4px;
}
#newsbox .newsbox-main .newsitem .latest a {
	color: #ffffff;
	text-decoration: none;
}
#newsbox .newsbox-main .newsitem .latest a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#newsbox .newsbox-main .newsitem .desc {
	font-size: 12px;
	color: #d2d2d2;
	margin-bottom: 12px;
}
#newsbox .newsbox-main .newsitem .date {
	font-size: 9px;
	color: #d2d2d2;
	margin-bottom: 2px;
}
#newsbox .newsbox-main .newsitem .item {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 4px;
}
#newsbox .newsbox-main .newsitem .item a {
	color: #ffffff;
	text-decoration: none;
}
#newsbox .newsbox-main .newsitem .item a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#newsbox .newsbox-main .newsitem .readmore {
	font-size: 11px;
	color: #ffcc00;
	margin-bottom: 2px;
}
#newsbox .newsbox-main .newsitem .readmore a {
	color: #ffcc00;
}

#newsbox .newsbox-main .newsitem hr {
	border: 0;
	color: #333140;
	background-color: #333140;
	height: 1px;
	margin: 8px 0;
	padding: 0;
}


/*****   RIGHT | RIGHT | RIGHT   *****/
div.parts-right {
	position: relative;
	float: left;
	margin-left: 11px;
	margin-top: 10px;
}
div.parts-right .right-column {
	width: 280px;
	background: url(../images/bg_home-right.gif) no-repeat left top;
	margin: 4px 0 10px 0;
}
div.parts-right .right-column-top {
	height: 12px;
	line-height:0px;
	font-size: 0px;
	background: url(../images/bg_home-right-top.gif) no-repeat;
	clear:both;
}

div.parts-right .right-column-bot {
	height: 12px;
	line-height:0px;
	font-size: 0px;
	background: url(../images/bg_home-right-bot.gif) no-repeat;
	clear:both;
}
div.parts-right .right-heading {
	margin-left: 0px;
}
div.parts-right .right-content {
	padding-left: 10px;
}
div.parts-right .content-block {
	clear:both;
	margin-bottom: 10px;
}
div.parts-right .right-heading h1 {
	margin: 0;
	padding: 174px 0 0 0; /* height of the replacement image */
	width: 280px;
	height: 0px;
	overflow: hidden;
	background-image: url(../images/title_wsobrace.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	color: #cbcbcb;
	float:left;
	text-indent: -999em;
	line-height: 0px;
}
div.parts-right .right-heading-event {
	margin: 0px;
}
div.parts-right .right-heading-event h1 {
	margin: 0;
	padding: 0; /* height of the replacement image */
	width: 280px;
	height: 80px;
	overflow: hidden;
	background: url(../images/title_wsob-prague2009-current.jpg) no-repeat;
	font-size: 12px;
	color: #cbcbcb;
	float:left;
	text-indent: -9999em;
	display: block;
}
div.parts-right .right-heading-event h1 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 280px;
	height: 94px;
	overflow: hidden;
	line-height: 0px;
}


div.parts-right .events-list {
	width: 260px;
}

div.parts-right .section {
	width: 260px;
	padding: 4px 0;
}

div.parts-right .events-list p, div.parts-right .events-list h3, div.parts-right .events-list h4 {
	text-align: right;
}
div.parts-right .events-list h2 {
	margin-top: 0px;
	text-align: center;
	font-size:16px;
	color: #000000;
}
div.parts-right .events-list h3 {
	font-size:12px;
	margin: 4px 0;
	padding: 0;
}
div.parts-right .events-list h4 {
	font-size: 10px;
	margin: 2px 0;
}
div.parts-right .events-link {
	clear:both;
	text-align: right;
	width: 260px;
	margin: 1px 0 4px;
}
div.parts-right .events-list .events-link a {
	font-size:11px;
	color: #000000;
	clear: both;
}
div.parts-right img.pointsysteminfo {
	position: relative;
	display: block;
	margin-top: 6px;
	clear: both;
}

/**** DARK Box ****/


div.parts-right .right-column .dark-box {
	width: 262px;
	margin-top: 4px;
	margin-left: 9px;
	clear: both;
	font-size: 90%;
}
div.parts-right .right-column .dark-box .box-top {
	background: url(../images/rightbox_dark-top.gif) no-repeat left top;
	height: 6px;
	overflow: hidden;
}
div.parts-right .right-column .dark-box .box-mid {
	background: url(../images/rightbox_dark-mid.gif) repeat-y left top;
}
div.parts-right .right-column .dark-box .box-bottom {
	background: url(../images/rightbox_dark-bottom.gif) no-repeat left top;
	height: 6px;
	overflow: hidden;
}
div.parts-right .right-column .dark-box .innercontent {
	position: relative;
	overflow: hidden;
	margin-left:6px;
	width: 248px;
}

div.parts-right .right-column .dark-box p {
	margin: 1px 0;
	padding: 0;
}
div.parts-right .right-column .dark-box, 
div.parts-right .right-column .dark-box a {
	color: #FFFFFF;
}

div.parts-right .right-column .dark-box h2 {
	color: #ffcc00;
	margin: 6px 0 4px 0;
	padding: 1px 4px;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
	background: none;
}
div.parts-right .right-column .dark-box h2 a {
	color: #ffcc00;
	text-decoration:none;
	margin: 0;
}
div.parts-right .right-column .dark-box h3, div.parts-right .right-column .dark-box h3 a {
	color: #fee9ab;
	margin: 8px 0 1px 0;
	padding: 0;
	font-size: 14px;
	text-decoration:none;
}


/**** SIDEMENU ****/

.side-content {
	display: block;
	position: relative;
	overflow: hidden;
	float: right;
	margin: 38px 0 24px 24px;
	width: 258px;
	background: url(../images/bg_side-content-mid.gif) repeat-y;
}
.side-content-wrap {
	display:block;
	position: relative;
	overflow: hidden;
	/*float: left;*/
	width: 258px;
	background: url(../images/bg_side-content.png) no-repeat left top;
}
.side-content h2 {
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	background: url(../../templates/images/hr_dashed.gif) bottom repeat-x;
}
.side-content .sidemenu-line {
	margin: 5px 0;
}
.side-bottom {
	height: 12px;
	line-height:0px;
	font-size: 0px;
	background: url(../images/bg_side-content-bot.gif) no-repeat;
	clear:both;
}
.sidemenu {
	padding: 12px 8px 0 8px;
}

.side-content .list {
	background-color: #f5f5f5;
	margin: 12px 0 0 0;
	padding: 6px 6px 10px 6px;
}
.side-content .list h2 {
	font-weight: normal;
}
.side-content .list ul {
	list-style-type: none;
	margin:0;
	padding: 0;
}
.side-content .list li {
	list-style-type: none;
	margin:0;
	padding: 2px 0;
	background: url(../../templates/images/hr_dashed.gif) bottom repeat-x;
}
.side-content .list a {
	text-decoration: none;
}



/*****   HOME | HOME | HOME   *****/

.c-home {
	margin-left: 9px;
	margin-top: 4px;
}
.c-home div.parts-left {
	width: 590px;
}
.c-home div.parts-left div.next-event {
	position: relative;
	height: 230px;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;
}
.c-home div.parts-left div.next-event img.event-bg {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.c-home div.parts-left div.next-event .event-link {
	display: block;
	position: absolute;
	left: 19px;
	top: 176px;
	color: #FC0;
}
.c-home div.parts-left div.next-event .event-link1 {
	display: block;
	position: absolute;
	left: 12px;
	top: 174px;
	color: #FC0;
}
.c-home div.parts-left div.next-event .event-link2 {
	display: block;
	position: absolute;
	left: 12px;
	top: 196px;
	color: #FC0;
}
.c-home div.parts-left .event-info {
	width: 589px;
	height: 22px;
	background-color: #000000;
	clear: both;
	margin: 1px 0;
}
.c-home div.parts-left .event-info span {
	margin-left: 8px;
	line-height: 18px;
	float: left;
	color: #FFFFFF;
	display: inline;
	font-size: 11px;
}
.event-info span a, .event-info span a:link, .event-info span a:visited, .event-info span a:hover {
	color: #FFFFFF;
}
.c-home div.parts-left div.sponsors {
	height: 82px;
	background: url(../images/sponsor_bg.gif) no-repeat;
	padding: 8px 0 0 13px;
	margin-top: 10px;
	clear: both;
}
.c-home div.parts-left div.sponsors img {
	position: relative;
	float: left;
}
.c-home div.parts-right div.community {
	width: 280px;
	height: 82px;
	background: url(../images/community_bg.gif) no-repeat;
	margin-top: 0px;
	clear: both;
}
.c-home div.parts-right div.community .logo {
	padding: 8px 0 0 26px;
	position: relative;
	float: left;
	display: inline;
}
.c-home div.parts-right div.community img {
	display: block;
}
.c-home div.parts-left div.bottom-link {
	padding: 14px 0;
}
.c-home div.parts-left div.bottom-link img {
	vertical-align: middle;
	margin-right: 5px;
}
/*****   ABOUT | ABOUT | ABOUT   *****/

.c-about {
/*margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;*/
	
}
.c-about p {
	margin-bottom: 8px;
}
.c-about div.chanels {
	position: relative;
	/*margin-left: 42px;*/
	margin-left: 122px;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 112px;
}
.c-about div.chanels img {
	position: relative;
	float: left;
	margin-left: 2px;
}
.c-about div.presentationteam {
	position: relative;
	margin-left: 166px;
	margin-top: 30px;
	margin-bottom: 25px;
	height: 254px;
}
.c-about div.presentationteam img {
	position: relative;
	float: left;
	margin-left: 2px;
}
.c-about div.lastyear {
	position: relative;
}
.c-about div.lastyear div.ly-content {
	position: relative;
	margin-right: 250px;
}
.c-about div.lastyear div.ly-slideshow {
	position: absolute;
	left: 610px;
	top: 0px;
	width: 230px;
}
/*****   CALENDAR | CALENDAR | CALENDAR   *****/

.c-calendar {
/*margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;*/
	
}
.c-calendar p {
	margin-bottom: 8px;
}
.c-calendar div.calendar-content {
	position: relative;
	margin-right: 250px;
}
.c-calendar div.calendar-slideshow {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 230px;
}
/*****   BROADCAST SCHEDULE | BROADCAST SCHEDULE | BROADCAST SCHEDULE   *****/

.c-broadcast {
	/*margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;*/
	padding: 8px;
}
.c-broadcast p {
	margin-bottom: 8px;
}
.c-broadcast-images {
	margin: 10px;
}
.c-broadcast div.chanels {
	position: relative;
	/*margin-left: 42px;*/
	margin-left: 122px;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 112px;
}
.c-broadcast div.chanels img {
	position: relative;
	float: left;
	margin-left: 2px;
}
.c-broadcast div.seasons {
	position: relative;
}
.c-broadcast div.seasons div.ss-content {
	position: relative;
	margin-right: 275px;
}
.c-broadcast div.seasons div.ss-slideshow {
	position: absolute;
	left: 610px;
	top: 0px;
	width: 230px;
}
/*****   PRESSROOM | PRESSROOM | PRESSROOM   *****/

.c-pressroom {
/*margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;*/
	
}
.c-pressroom span.fileformat {
	color: #666666;
	font-size: 10px;
}
div.photos {
	position: relative;
	overflow: hidden;
}
div.photos div {
	position: relative;
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #edbf8a;
}
div.photos div img {
	display: block;
	position: relative;
}

/*****   NEWS | NEWS | NEWS   *****/

.c-news {
	margin: 14px 30px;
}
.c-news span.fileformat {
	color: #666666;
	font-size: 10px;
}
.c-news .news-date {
	margin-bottom: 14px;
}
.c-news .news-title {
	margin-bottom: 4px;
}
.c-news .news-snippet {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding-bottom: 2px;
	margin-bottom: 20px;
	/*background-image: url(../images/hr_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
.c-news .news-content {

}
.c-news .news-image {
	float: right;
	margin: 0px 0px 6px 6px;
	padding: 2px;
	background-color: #CCCCCC;
	border: 1px solid #CC9900;
}
.newslist-item {
	margin: 0 0 4px 0;
	padding: 8px 8px 1px 8px;
	background-image: url(../images/hr_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#F9F9F9;
}
.newslist-item .date {
	font-size: 10px;
	color: #666666;
	margin-bottom: 0px;
}
.newslist-item h3.title {
	font-size: 14px;
	margin-bottom: 3px;
}


/*****   CONTACT US | CONTACT US | CONTACT US   *****/
.c-contactus {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
}
.c-contactus div.formulaire {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.c-contactus fieldset {
	position: relative;
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	border: none;
}
.c-contactus fieldset label {
	position: relative;
	float: left;
	margin-right: 5px;
}
.c-contactus fieldset .labelsolid {
	margin-top: 3px;
	width: 100px;
}
.c-contactus fieldset .inputsolid {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 300px;
	border: 1px solid #777777;
	background-color: #FFFFFF;
}
.c-contactus fieldset select.inputsolid {
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 310px;
}
.c-contactus fieldset .inputsolid.error {
	width: 300px;
	border: 1px solid #CC0000;
	border-right: 3px solid #CC0000;
	background-color: #FFFFFF;
}
.c-contactus fieldset select.inputsolid.error {
	width: 310px;
	border: 1px solid #CC0000;
	background-color: #FFFFFF;
}
.c-contactus div.picright {
	position: absolute;
	left: 610px;
	top: 0px;
	width: 230px;
}


/*****   POINT SYSTEM | POINT SYSTEM | POINT SYSTEM   *****/
.c-pointsystem {
/*margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;*/
	
}
.c-pointsystem p {
	margin-bottom: 8px;
}
.c-pointsystem .pointsystem-content {
	position: relative;
	margin-right: 250px;
}
.c-pointsystem div.pointsystem-slideshow {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 230px;
}
.c-pointsystem table.pointsystem-t-main {
}
.c-pointsystem table.pointsystem-t-main td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left: 1px solid #DA962D;
	border-top: 1px solid #DA962D;
	text-align: center;
}
.c-pointsystem table.pointsystem-t-main td.firstcol {
	border-left: 2px solid #DA962D;
}
.c-pointsystem table.pointsystem-t-main td.lastcol {
	border-right: 2px solid #DA962D;
}
.c-pointsystem table.pointsystem-t-main tr.lastline td {
	border-bottom: 2px solid #DA962D;
}
.c-pointsystem table.pointsystem-t-main tr.head td {
	background-color: #DA962D;
	border-left: 2px solid #DA962D;
	border-right: 2px solid #DA962D;
	border-top: 2px solid #DA962D;
	color: #FFFFFF;
	font-weight: bold;
}
/*****   DYNAMIC | DYNAMIC | DYNAMIC   *****/

.c-dynamic {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 14px;
}
.floatright {
	float:right;
	margin-top: 10px;
}



/***** CONTENT BLOCKS *****/

.eventschedule {
	background-color: #000000;
}

.eventschedule .eventschedule-head {
	background: #121212 url(../images/bg_content-top-black.gif) no-repeat left top;
	padding: 4px 10px 4px 10px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
		height: 1%;
}

.eventschedule .eventschedule-content {
	background: #d1d1d1 url(../images/bg_content-grad-gray.gif) repeat-x left top;
	padding: 0;
		height: 1%;
}
.eventschedule table {
	width: 100%;
	border: none;
}

.eventschedule table th {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border-bottom: thin solid #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	padding: 2px 5px;
	background-color:#D6D5D5;
}
.eventschedule table td {
	color: #444;
	font-size: 11px;
	border-bottom: thin solid #BBB;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	padding: 1px 5px;
}
.eventschedule table p {
	margin: 0;
	padding: 0;
}
.eventschedule table font {
	font-size: 11px;
}


/*****   PLAYERS TABLE LIST   *****/
.playerlist table {
	border: 1px double #d28b20;
	background: url(../images/bg_grad-gray.gif) repeat-x left top;
	margin-top: 20px;
}
.playerlist table th {
	padding: 2px 5px;
	height:20px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background: #d28b20;
	margin-bottom: 10px;
	text-align: left;
}
.playerlist table td {
	padding: 2px 5px;
	border-top: 1px dashed #cccccc;
	height: 18px;
}
.playerlist table td .country {
	font-size: 80%;
	color: #999999;
}
.playerlist table td img {
	display:block;
}

/*****   TABLES | TABLES | TABLES   *****/
.listTable {
	display: block;
	margin: 20px 0 0 0;
	clear: left;
	background-image: url(../images/table_top-gray.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	margin-top: 36px;
	margin-bottom: 20px;
	width: 550px;
}
.listTable h2, .listTable h3, .listTable p {
	margin-bottom: 0px;
}
.listTable table, .listTable tr, .listTable th, .listTable td {
	border: none;
	margin: 0;
	padding: 0;
}
.listTable table {
	border-left: 1px solid #f5a700;
	border-right: 1px solid #f5a700;
	border-bottom: 1px solid #f5a700;
	width: 550px;
}
.listTable th {
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background: #C9C9C9;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
.listTable thead th, .listTable .tablehead th {
	padding: 0px 5px 5px 5px;
	vertical-align: middle;
}
.listTable td {
	padding: 3px 5px;
	border-right: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	height: 18px;
}
.listTable td .country {
	font-size: 80%;
	color: #999999;
}
.listTable td img {
	display:block;
}
.listTable .top8 td {
	background-color: #910000;
}
.listTable .top8 td {
	color: #ffffff;	
}
.listTable .top8 td a {
	color: #ffffff;
}
.listTable .top24 td {
	background-color: #111111;
}
.listTable .top24 td {
	color: #ffffff;	
}
.listTable .top24 td a {
	color: #ffffff;
}

.wideTable {
	display: block;
	margin: 20px 0 0 0;
	clear: left;
	background-image: url(../images/table_wide-gray.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	width: 840px;
	margin-bottom: 20px;
	background-color: #F9F9F9;
}
.wideTable h2, .wideTable h3, .wideTable p {
	margin-bottom: 2px;
}
.wideTable table, .wideTable tr, .wideTable th, .wideTable td {
	border: none;
	margin: 0;
	padding: 0;
}
.wideTable table {
	border-left: 1px solid #f5a700;
	border-right: 1px solid #f5a700;
	border-bottom: 1px solid #f5a700;
	width: 840px;
}
.wideTable th {
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background: #C9C9C9;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
.wideTable thead th, .wideTable .tablehead th {
	padding: 0px 5px 5px 5px;
	vertical-align: middle;
}
.wideTable td {
	padding: 5px 5px;
	border-right: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	height: 18px;
}
.wideTable td .country {
	font-size: 80%;
	color: #999999;
}
.wideTable td img {
	display:block;
}

/****** BOXES ******/
.roundedBox {
	width: 544px;
	padding: 10px 0;
}
.roundedBox .t {
	background: url(../images/rounded-dot.gif) 0 0 repeat-x;
}
.roundedBox .b {
	background: url(../images/rounded-dot.gif) 0 100% repeat-x
}
.roundedBox .l {
	background: url(../images/rounded-dot.gif) 0 0 repeat-y
}
.roundedBox .r {
	background: url(../images/rounded-dot.gif) 100% 0 repeat-y
}
.roundedBox .bl {
	background: url(../images/rounded-bl.gif) 0 100% no-repeat
}
.roundedBox .br {
	background: url(../images/rounded-br.gif) 100% 100% no-repeat
}
.roundedBox .tl {
	background: url(../images/rounded-tl.gif) 0 0 no-repeat
}
.roundedBox .tr {
	background: url(../images/rounded-tr.gif) 100% 0 no-repeat;
	padding:12px
}

/****** PROFILES ******/
.profile-list {
	float: left;
	width: 270px;
}
.profile-list p {
	margin: 4px 0 4px 0;
	padding: 0 0 4px 0;
	background: url(../images/hr_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
}
.profile-list h2, .profile-list h2 span {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #000000;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.profile-list h2 {
	background-image: url(../images/hr_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
}
.profile-pic {
	margin-left: 290px;
	margin-top: 6px;
	width: 220px;
	height: 220px;
	overflow: hidden;
	background-color: #ededed;
	background-image: url(../../commons/profiles/blank.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}
.profile-biog {
	clear: both;
	margin: 12px 0 0px 0;
}
.profile-biog p {
	margin: 6px 0px;
	color: #666666;
	display:block;
	font-size: 90%;
}
.profile-foot {
	clear: both;
	height: 4px;
}
.profile-foot a {
	float: right;
	font-size: 10px;
	margin-left: 6px;
}

/****** COLUMNS ******/
.column-list {
	padding: 0 18px 0 8px;
	font-size: 90%;
}
.column-list p {
	margin:1px 0;
	padding:1px 0 2px 0;
	background: url(../images/hr_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.column-list h2 {
	margin: 0 0 0px 0;
	padding: 0 0 7px 0;
	color: #000000;
	font-size: 16px;
	background-image: url(../images/hr_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.column-list h3 {
	margin: 0 0 0px 0;
	padding: 0 0 7px 0;
	color: #000000;
	font-size: 14px;
	background-image: url(../images/hr_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.column-list a {
	text-decoration: none;
}
.column-list a:hover {
	text-decoration: none;
}
.column-image {
	padding: 4px 18px 4px 8px;
}

/***** FORMS *****/

#subscribeForm {
	margin: 0;
	padding: 0;
}

#subscribeForm span.label, #subscribeForm span.spacer, #subscribeForm span.multiple span {width:95px;float:left;} 
#subscribeForm span.multiple {float:left;} 
#subscribeForm span.button {padding-left:100px;} 
#subscribeForm div {clear:both;padding-top:5px;} 
#subscribeForm span.inp1 {width:158px;float:left;} 
#subscribeForm span.inp1 input {width:158px;} 

/****** ELEMENTS ******/

a.imagebox {
  margin: 10px 10px 10px 0;
  display:block;
  float: left;
  color: #ffffff;
  text-decoration: none;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  cursor:pointer;
}
.imagebox span {
	display:block;
	background: #FDCA19 url(../images/bg_downloadbox.gif) no-repeat left top;
	width: 233px;
	height: 191px;
}
.imagebox span span {
	display:block;
	width: auto;
	height: auto;
	padding: 0 10px;
	text-align: center; padding-top: 148px; font-size: 14px;
  	font-size: 16px;
}
.imagebox.right {
  margin: 10px 0 10px 10px;
  display:block;
  float: right;
}


.boldcaps {
	font-weight: bold;
	text-transform: uppercase;
}
.smallText {
	font-size: 85%;
}
.clearboth {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	display: block;
	overflow: hidden;
}
.alignleft {
	float: left;
	clear: none;
}
alignright {
	float: right;
	clear: none;
}


