/*****************************************************************
 * ***************************************************************
 * ***************************************************************
 * ***************************************************************
 * ***************************************************************
 * ***************************************************************
 *
 * MAIN STYLES
 *
 * ***************************************************************
 * ***************************************************************
 * ***************************************************************
 * ***************************************************************
 * ***************************************************************
 * ***************************************************************
 *
 */
html, body {
    background-color: #ffffff;
    font: normal 12px tahoma, arial, verdana, sans-serif;
    margin: 0;
    padding: 0;
    border: 0 none;
    height: 100%;
}
.welcome {
	color: black;
	min-width: 760px;
	text-align: center;
	font-size: larger;
	
}

td {
    font: normal 12px tahoma, arial, verdana, sans-serif;
    color: #000000;
	padding-bottom: 0px;
	padding-top: 0px;
}
.blackWithMargin {
	color: black;
    margin: 0px 15px 0px 15px;
	
}
.whiteSmallWithMargin {
	color: white;
    margin: 0px 15px 0px 15px;
	font-size: small;
}
.blackLargeWithMargin{
	color: black;
    margin: 70px 15px 0px 15px;
	font-size: large;
}
.link{
cursor: pointer; cursor: hand;
}
.linkEvaluate{
	min-width:250px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	background:url(/img/links/linkEvaluate.jpg);
	height:253px;
	width:250px;
	cursor: pointer;
}
.linkMyAccount{
	min-width:250px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	background:url(/img/links/linkAccessMyAccount.jpg);
	height:253px;
	width:250px;
	cursor: pointer;
}
.linkRegister{
	min-width:250px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	background:url(/img/links/linkRegister.jpg);
	height:253px;
	width:250px;
	cursor: pointer;
}
.linkBottomBig{
	min-width:250px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	background:url(/img/links/linkBottomBig.jpg);
	height: 270px;
	width:250px;
}
.linkBottom{
	min-width:250px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	background:url(/img/links/linkBottom.jpg);
	height: 182px;
	width:250px;
}
.linkPlayer{
	min-width:250px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	background:url(/img/links/linkPlayer.jpg);
	height:253px;
	width:250px;
	cursor: pointer;
}
.linkOnlineClub{
	
	min-width:250px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	background:url(/img/links/linkOnlineClub.jpg);
	height:253px;
	width:250px;
	cursor: pointer;
}
.boxLogin{
	min-width:500px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	background:url(/img/other/boxLogin.jpg);
	height:237px;
	width:500px;
}
.boxAbout{
	min-width:500px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	background:url(/img/other/boxAbout.jpg);
	height:75px;
	width:500px;
}
.boxProducts{
	min-width:500px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	background:url(/img/other/boxProducts.jpg);
	height:75px;
	width:500px;
}
.boxRegister{
	min-width:500px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	background:url(/img/other/boxRegister.jpg);
	height:75px;
	width:500px;
}
.boxContact{
	min-width:500px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	background:url(/img/other/boxContact.jpg);
	height:75px;
	width:500px;
}
.boxMisc{
	min-width:500px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	background:url(/img/other/boxMisc.jpg);
	height:75px;
	width:500px;
}
.boxSides{
	min-width:500px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	background:url(/img/other/boxSides.jpg);
	height:16px;
	width:500px;
}
.boxBottom{
	min-width:500px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	background:url(/img/other/boxBottom.jpg);
	height:19px;
	width:500px;
}

.text_field {
	font-face:Arial;
	font-size:10pt;
}

.minWidth{
	min-width: 760px;
}
.minWidth2
{
	min-width: 410px;
}
.minWidth3
{
	width: 5%;
	min-width: 5px;
}
.minWidth4{
	min-width: 110px;
}

/*****************************************************************
 * ***************************************************************
 * ***************************************************************
 * ***************************************************************
 * ***************************************************************
 * ***************************************************************
 *
 * FORM ELEMENTS
 *
 * ***************************************************************
 * ***************************************************************
 * ***************************************************************
 * ***************************************************************
 * ***************************************************************
 * ***************************************************************
 */
.error-label {
    color: #880000;
    text-align: center;
}
