@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,300,500);
@import url(https://fonts.googleapis.com/css?family=Ropa+Sans);

/* NEW CSS*/

.DIG2content {
	font-family: 'Ropa Sans';
	font-size: 16px;
	color: #999999;
	font-weight:400;
}

.DIG2contentOrange {
	font-family: 'Ropa Sans';
	font-size: 14px;
	color: #FD5E0F;
	font-weight:400;
}

.DIG2contentSite {
	font-family: 'Ropa Sans';
	font-size: 16px;
	color: #F8F8F8;
	font-weight:400;
}

.DIG2contentSiteSmall {
	font-family: 'Ropa Sans';
	font-size: 14px;
	color: #F8F8F8;
	font-weight:400;
}

.DIG2contentSite20 {
	font-family: 'Ropa Sans';
	font-size: 20px;
	color: #F8F8F8;
	font-weight:400;
}

.DIG2-Title1 {
	font-family: 'Ropa Sans';
	font-size: 18px;
	color: #F8F8F8;
	font-weight:400;
}

.DIG2-TitleOrange {
	font-family: 'Ropa Sans';
	font-size: 18px;
	color: #FD5E0F;
	font-weight:400;
}

.DIG2-TitleOrange2 {
	font-family: 'Ropa Sans';
	font-size: 16px;
	color: #FD5E0F;
	font-weight:400;
}

.DIG2contentSmall {
	font-family: 'Ropa Sans';
	font-size: 14px;
	color: #A0A0A0;
	font-weight:500;
}

#DIG2TableGray {
	border: 1px solid #424242;
    border-collapse:separate;
    border-spacing: 1;
	background-color: #2D2D2D;
	padding: 0px;	
	spacing: 0px;
}

.DIG2_TextFieldPrice { 
    -webkit-appearance: none !important;
	border: 3px solid #404040;
	border-color: #404040;
	background-color: #404040;
	font-family: 'Ropa Sans';
	font-size: 20px;
	color: #F8F8F8;
	font-weight:500;
	outline:none;
}

/* OLD CSS*/

a:link, a:visited, a:active {
	font-family: "Verdana";
	font-size: 12px;
	color: #D0D0D0;
	text-decoration: none;
}
a:hover {
	font-family: "Verdana";
	font-size: 12px;
	color: #FD5E0F;
	text-decoration: none;
}


.content20PIX {
	font-family: "Verdana";
	font-size: 20px;
	color: #999999;
	font-weight:normal;
}

.DIG-Countdown {
	font-family: "Verdana";
	font-size: 20px;
	color: #FD5E0F;
	font-weight:normal;
}

.DIG-contentOrangeMED {
	font-family: "Verdana";
	font-size: 15px;
	color: #FD5E0F;
	font-weight:bold;
}

.DIG-contentOrangeBIG {
	font-family: "Verdana";
	font-size: 20px;
	color: #FD5E0F;
	font-weight:normal;
}

.DIG-contentOrange {
	font-family: "Verdana";
	font-size: 12px;
	color: #FD5E0F;
	font-weight:normal;
}

.DIG-contentBIG {
	font-family: "Verdana";
	font-size: 14px;
	color: #BBBBBB;
	font-weight:bold;
}

.DIG-contentBIG15 {
	font-family: "Verdana";
	font-size: 15px;
	color: #BBBBBB;
	font-weight:bold;
}

.DIG-contentMED {
	font-family: "Verdana";
	font-size: 16px;
	color: #BBBBBB;
}

.DIG-content {
	font-family: "Verdana";
	font-size: 12px;
	color: #D0D0D0;
	font-weight:normal;
}

.DIG-contentBLACK {
	font-family: "Verdana";
	font-size: 12px;
	color: #000000;
	font-weight:normal;
}

.DIG-content10PIX {
	font-family: "Verdana";
	font-size: 11px;
	color: #BBBBBB;
	font-weight:normal;
}

/*
input[type='text']{
    -webkit-appearance: none !important;
	border: 3px solid #404040;
	border-color: #404040;
	background-color: #404040;
	font-family: 'Source Code Pro';
	font-size: 14px;
	color: #F8F8F8;
	font-weight:500;
	outline:none;
}
*/
input[type='password']{
    -webkit-appearance: none !important;
	border: 2px solid #333333;
	background-color: #333333;
	font-family: "Verdana";
	font-size: 20px;	
	color: #FD5E0F;
	outline:none;
}

input[type='submit']{
    -webkit-appearance: none !important;
	border: 3px solid #FD5E0F;
	background-color: #FD5E0F;	
	font-family: 'Ropa Sans';
	font-size: 14px;
	color: #202020;
	font-weight:500;
	outline:none;
	border-radius: 0px;
}

textarea { 
    -webkit-appearance: none !important;
	border: 1px solid #FD5E0F;
	border-color: #000000;
	background-color: #404040;
	bdeorr-radius: 10px;
	font-family: "Verdana";
	font-size: 12px;	
	color: #FD5E0F;
	outline:none;
}

.DIG2_TextField { 
    -webkit-appearance: none !important;
	border: 3px solid #404040;
	border-color: #404040;
	background-color: #404040;
	font-family: 'Ropa Sans';
	font-size: 14px;
	color: #F8F8F8;
	font-weight:500;
	outline:none;
}

input:focus
{
	outline:none;
}

