/* before Login Page styles */

.playerSlot {
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 0;
	height: 337px;
	background-image: url(../images/academy/player_bg.png);
	background-repeat: no-repeat;
	}
	
.generalLibrary {
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 0;
	height: 600px;
	background-image: url(../images/academy/player_bg.png);
	background-repeat: no-repeat;
	}	
	
.interviewsLibrary {
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 0;
	height: 600px;
	background-image: url(../images/academy/player_bg.png);
	background-repeat: no-repeat;
	}		
	
.techniqueLibrary {
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 0;
	height: 600px;
	background-image: url(../images/academy/player_bg.png);
	background-repeat: no-repeat;
	}			
	
#playerPosition {
	position: absolute;
	left: 198px;
	top: 275px;
}

#optionalInfo {
	position: absolute;
	left: 690px;
	top: 275px;
}

#optionalInfo a {
	color:#666666;
	text-decoration: none;	
}

#optionalInfo a:hover {
	color:#666666;
	text-decoration: underline;
}

#ColumnLeftOverviewNodivider {
	width: 390px;
	float: left;
	/*height:550px;
	background-image: url(../images/read_more/column_divider.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;*/
}

/* all forms */
.formsBox {
	height: 130px;
	position:relative;
	padding-top: 20px;
	}
	
	
.formsBox #loginForm {
	width: 250px;
	position:absolute;
	top: 20px;
	left: 50px;
	}
	
.formsBox #forgetForm {
	width: 200px;
	position:absolute;
	top: 20px;
	right: 50px;
	}
	
.formsBox #TrialloginForm {
	width: 250px;
	position:absolute;
	top: 20px;
	left: 50px;
	}
	
.formsBox #TrialforgetForm {
	width: 200px;
	position:absolute;
	top: 20px;
	right: 50px;
	}
/* all forms end */

.tabsposition {
	padding-left: 20px;
	margin-bottom: 200px;
  }	
  
 /* tabs content ararngement */
 
#spacing {
padding-top: 20px;
}

.content img {
	width: 150px;
	float:left;
	border: 1px solid #E2E2E2;
}

.content p {
	width: 450px;
	float: right;
	background-color:#FFFFFF;
	/*letter-spacing: 0.1em;*/
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom:1em;
}

.content h2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}

.content p a:link {
	color:#000000;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bolder;
}

.content p a:visited {
	color:#000000;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bolder;
}

.content p a:hover, a:active {
	color:#666666;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bolder;
}

/* Recent News Tab styles */
.contentNews img {
	width: 61px;
	float:left;
}

.contentNews p {
	width: 550px;
	float: right;
	background-color:#FFFFFF;
	/*letter-spacing: 0.1em;*/
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom:1em;
}

.contentNews h2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}

.contentNews p a:link {
	color:#0099FF;
	font-size: 11px;
	text-decoration: none;
}

.contentNews p a:visited {
	color:#0099FF;
	font-size: 11px;
	text-decoration: none;
}

.contentNews p a:hover, a:active {
	color:#0099FF;
	font-size: 11px;
	text-decoration: underline;
}

/* News Recent Tab styles end */


.IntroText {
	color: #404040;
	text-align: left;
	font-size: 12px;
	line-height: 1.7em;
	text-transform: none;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.Poll {
	padding-top: 12px;
	padding-bottom: 20px;
	padding-right: 165px;	
}

#Pollbottom {
margin-bottom: 40px;
}

.IntroText p {
	padding-right: 20px;
	padding-bottom: 10px;
}

.IntroText img {
	
	float: left;
}

.IntroText a {
	color: #666666;
	text-decoration: underline;
}



.subscribeButton a {
	display:block;
	width: 188px;
	height: 40px;
	line-height: 40px;
	color:white;
	text-decoration: none;
	margin-top: 35px;
	background-image: url(../images/academy/subscribe_button.jpg);
	background-repeat: no-repeat;
}

.subscribeButton a:hover {
	background-image: url(../images/academy/subscribe_button_over.jpg);
	color:white;	
}

.subscribeButtonV a {
	display:block;
	width: 188px;
	height: 40px;
	line-height: 40px;
	color:white;
	text-decoration: none;
	margin-top: 0;
	background-image: url(../images/academy/subscribe_button.jpg);
	background-repeat: no-repeat;
	float:right;
	margin-right:5px;
	margin-bottom:30px;
}

.subscribeButtonV a:hover {
	background-image: url(../images/academy/subscribe_button_over.jpg);
	color:white;
	float:right;	
}

/* tabbed content columns */

#tabbedColumnRight {
width: 200px;
float: right;
}

#tabbedColumnLeft {
	width: 440px;
	float: left;
	/*height:550px;*/
	background-image: url(../images/read_more/column_divider.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}

#tabbedColumnRight p, #tabbedColumnRight h2, #tabbedColumnRight img {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#tabbedColumnRight img {
padding-bottom:15px;
}

/* Yearly Overview Page styles */


#ColumnRightOverview {
width: 250px;
float: right;
}

#ColumnLeftOverview {
	width: 390px;
	float: left;
	/*height:550px;*/
	background-image: url(../images/read_more/column_divider.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}

#ColumnRightOverview p, #ColumnRightOverview h2, #ColumnRightOverview img {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



#tablePosition {
padding-right: 10px;
padding-top: 10px;
}

#tablePosition td {
padding-bottom: 10px;
padding-top: 10px;
}

/* Yearly overview content arrangement */

#spacing {
padding-top: 20px;
}

.overview img {
	width: 54px;
	float:left;
	/*border: 1px solid #42B4FF;*/
}

.overview p {
	width: 285px;
	float: right;
	/*letter-spacing: 0.1em;*/
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom:1em;
	padding-right:25px;
	
}

.overview h2 {
	color: #0081D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}

.overview p a:link {
	color:#000000;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bolder;
}

.overview p a:visited {
	color:#000000;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bolder;
}

.overview p a:hover, a:active {
	color:#666666;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bolder;
}

/* periods page styles */

.playerPositionPeriods {
	position: absolute;
	left: 220px;
	top: 310px;
}
#playerPosition {
	position: absolute;
	left: 198px;
	top: 275px;
}

.optionalInfoPeriods {
	position: absolute;
	left: 700px;
	top: 310px;
}

.optionalInfoPeriods a {
	color:#666666;
	text-decoration: none;	
}

.optionalInfoPeriods a:hover {
	color:#666666;
	text-decoration: underline;
}

.optionalInfoPeriods p {
	padding-left: 15px;	
}

/* empty div setting the extra gat between paragraphs */

#fakeGap {
height: 300px;
}

/* store advertisements */

#storecontent {
	/*height: 180px;*/
	position: relative;
	margin-bottom: 40px;
}
#storecontent img {
	margin-right: 120px;
	border: 1px solid #cccccc;
}
#storecontent p {
	display: block;
	width: 600px;
	height: 15px;
	padding-left: 10px;
	background-image: url(../images/academy/period1_pics/cxc_store_plate.jpg);
	background-position: left;
	padding-top: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
.descripions {
	position:absolute;
	width: 92px;
	left: 100px;
	color: #757575;
	font-size: 11px;
	top: 26px;
	padding-left: 2px;
}

.descripions a {
	color: #757575;
	text-decoration: none;
}

.descripions a:hover {
    color: #757575;
	text-decoration:underline;
	}

.descripionsRight {
	position:absolute;
	width: 92px;
	left: 315px;
	top:26px;
	color: #757575;
	font-size: 11px;
	padding-left: 2px;
}

.descripionsRight a {
	color: #757575;
	text-decoration: none;
}

.descripionsRight a:hover {
    color: #757575;
	text-decoration:underline;
	}
	
	
/* sidecolumn store styles */
	#storecontentSide {
	/*height: 180px;*/
	position: relative;
	margin-bottom: 15px;
	margin-top: 40px;
	margin-left: 26px;
}
#storecontentSide img {
	border: 1px solid #cccccc;
}

/*#storecontentSide p {
	display: block;
	width: 600px;
	height: 15px;
	padding-left: 10px;
	background-image: url(../images/academy/period1_pics/cxc_store_plate.jpg);
	background-position: left;
	padding-top: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
	}*/
.descripionsSide {
	position:absolute;
	width: 90px;
	left: 120px;
	color: #757575;
	font-size: 11px;
	top: 26px;
	padding-left: 2px;
}

.descripionsSide a {
	color: #757575;
	text-decoration: none;
}

.descripionsSide a:hover {
    color: #757575;
	text-decoration:underline;
	}


	
/* end of sidecolumn store styles */	
/* Teaser Videos Page Styles */

.videoContainers {
    height: 300px;
    position: relative;
	margin-bottom: 20px;
	margin-top: 5px;
}	

.orientationOne {
    position:absolute;
	width: 320px;
	left: 0;
	top:0;
	padding-left: 2px;
}

.orientationTwo {
    position:absolute;
	width: 320px;
	left: 330px;
	top:0;
	padding-left: 2px;
}

.descripionsVideo {
	position:absolute;
	width: 300px;
	left: 0;
	top: 210px;
	color: #757575;
	font-size: 11px;
	padding-left: 2px;
}

.descripionsVideo a {
	color: #0081d7;
	text-decoration: none;
}

.descripionsVideo a:hover {
    color: #0081d7;
	text-decoration:underline;
	}

.descripionsVideoRight {
	position:absolute;
	width: 300px;
	left: 330px;
	top:210px;
	color: #757575;
	font-size: 11px;
	padding-left: 2px;
}

.descripionsVideoRight a {
	color: #0081d7;
	text-decoration: none;
}

.descripionsVideoRight a:hover {
    color: #0081d7;
	text-decoration:underline;
	}
	
.blueVideoHeader h2 {
	color: #0081d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-bottom: 0;
	letter-spacing: 0.1em;
}

.blueVideoHeader {
	padding-bottom: 3px;
	}	
	
	
/* Teaser Extra Downloads Page Styles */

.ContainersLibrary {
    height: 300px;
    position: relative;
	margin-bottom: 20px;
	margin-top: 5px;
}	


.descripionsLibrary {
	position:absolute;
	width: 300px;
	left: 10px;
	top: 0;
	color: #757575;
	font-size: 11px;
	padding-left: 2px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

.descripionsLibraryBorderless {
	position:absolute;
	width: 300px;
	left: 10px;
	top: 0;
	color: #757575;
	font-size: 11px;
	padding-left: 2px;
}

.descripionsLibrary a {
	color: #0081d7;
	text-decoration: none;
}

.descripionsLibrary a:hover {
    color: #0081d7;
	text-decoration:underline;
	}

.descripionsLibraryRight {
	position:absolute;
	width: 280px;
	left: 350px;
	top:0;
	color: #757575;
	font-size: 11px;
	padding-left: 2px;
}

.descripionsLibraryRight a {
	color: #0081d7;
	text-decoration: none;
}

.descripionsLibraryRight a:hover {
    color: #0081d7;
	text-decoration:underline;
	}
	
.blueHeaderLibrary h2 {
	color: #0081d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-bottom: 0;
	letter-spacing: 0.1em;
}

.blueHeaderLibrary {
	padding-bottom: 3px;
	}		
	
/* Footer Summary Styles */
	.FooterTextHolderClear {
	width:850px;
	height:20px;
	margin:0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;	/*background-image: url(../images/academy/sponsorplate.jpg);
	background-repeat: no-repeat;*/
	position: relative;
}

#RSS h1 {
	position:absolute;
	top:0;
	left:550px;
	width:20px;
	text-indent: 9000px;
	background-repeat: no-repeat;
	background-image: url(../images/spacer.gif);
}

#RSS h1 a {
	display:block;
	height:20px;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
}

#Flickr h1 {
	position:absolute;
	top:0;
	left:500px;
	width:44px;
	text-indent: 9000px;
	background-repeat: no-repeat;
	background-image: url(../images/spacer.gif);
}

#Flickr h1 a {
	display:block;
	height:20px;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
}


#titleFooter {
	background-image: url(../images/main_page/footerplate.jpg);
	background-repeat: no-repeat;
	}
	
.FooterContainer {
	width:809px;
	margin-left: 9px;
	margin-bottom:5px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
	}
	
.FooterContainerLeft {
	width:420px;
	float:left;
	color: #999999;
	}
	
.FooterContainerLeft a {
	color: #999999;
	text-decoration: none;
	}	
	
.FooterContainerLeft a:visited {
	color: #999999;
	text-decoration: none;
	}		
	
.FooterContainerLeft a:hover {
	color: #5B5B5B;
	text-decoration: none;
	}		
	
.FooterContainerRight {
	width:375px;
	float:right;
	}
	
.FooterContainerRight a {
	color: #999999;
	text-decoration: none;
	}	
	
.FooterContainerRight a:visited {
	color: #999999;
	text-decoration: none;
	}		
	
.FooterContainerRight a:hover {
	color: #5B5B5B;
	text-decoration: none;
	}			
	
.scripts {
float:left;
}	
	
#FooterContainerRightMargin {
	margin-right:5px;
}

#FooterContainerRightMarginTop {
	margin-top:5px;
}

	
.FooterContainerLeft1 {
	width:160px;
	float:left;
	padding:10px;
	margin-right:10px;
	border: 1px solid #E2E2E2;
	}
	
.FooterContainerLeftA {
	width:160px;
	float:right;
	padding:10px;
	margin-right:10px;
	border: 1px solid #E2E2E2;
	}
	
.FooterContainerLeftB {
	width:160px;
	float:right;
	padding:10px;
	border: 1px solid #E2E2E2;
	}	
	
.FooterContainerLeftNoMar {
	width:160px;
	float:left;
	padding:10px;
	border: 1px solid #E2E2E2;
	}	
	
.FooterContainerLeft2 {
	width:160px;
	float:left;
	padding:10px;
	background-color: #C8C8C8;
	}	
	
#LiveChat {
position:absolute;
top:200px;
right:500px;
}	