/**** HTML TAGS ****/


/**** CSS CLASSES ****/
.subtitle {
    color: #66aec0;
	font-size: 2em;
	text-shadow: 1px 0px 1px #e9f4f7;
	/*filter: dropshadow(color=#e9f4f7, offx=1, offy=0);*/
    margin-top:15px;
    margin-left:25px;
    margin-bottom:5px;
}
.panel {
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;    
	background-color: rgba(255, 255, 255, 0.2);    
    padding:30px;
    color:#446874;
}
.rgpd { text-align: left; text-shadow: 1px 1px #ffffff !important; }
/**** CSS ELEMENTS ****/
#defaultMarketing {    
}
#defaultMarketing .catch {
    margin-top:1em;
	font-size: 3em;
	color:#0b576e;
    text-shadow: 1px 0px 1px #e9f4f7;
    /*filter: dropshadow(color=#e9f4f7, offx=1, offy=0);*/
}
#defaultMarketing .tryit {    
    display:block;
    width: 250px;
    height: 50px;    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;     
    border: 1px solid #6e8628;
    background-color: #8fb619;
    background-image: linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -o-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.16, rgb(123,158,18)),
        color-stop(1, rgb(168,211,40))
    );    
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    color: #294b57;
    line-height: 1.6em;
    text-decoration:none;
    padding-left:20px;
    padding-right:20px;
}
#defaultMarketing .tryit:hover {
    background-color: #a6d326;
    background-image: linear-gradient(bottom, rgb(153,204,0) 16%, rgb(130,171,9) 100%);
    background-image: -o-linear-gradient(bottom, rgb(153,204,0) 16%, rgb(130,171,9) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(153,204,0) 16%, rgb(130,171,9) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(153,204,0) 16%, rgb(130,171,9) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(153,204,0) 16%, rgb(130,171,9) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.16, rgb(153,204,0)),
        color-stop(1, rgb(130,171,9))
    );
    -webkit-box-shadow: 0px 0px 10px 2px rgba(131, 171, 9, 0.7), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    -moz-box-shadow: 0px 0px 10px 2px rgba(131, 171, 9, 0.7), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    box-shadow: 0px 0px 10px 2px rgba(131, 171, 9, 0.7), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
}

#defaultMarketing .box {
    max-width:325px;
	border: 1px solid #5F777D;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	background-color: #ffffff;
	background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(240,240,240)),
        color-stop(0.34, rgb(255,255,255))
    );
}

#defaultMarketing .plan {
	padding: 4px;
	background-color: #8c64c9;
	background-image: linear-gradient(bottom, rgb(140,100,201) 0%, rgb(179,138,241) 100%);
    background-image: -o-linear-gradient(bottom, rgb(140,100,201) 0%, rgb(179,138,241) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(140,100,201) 0%, rgb(179,138,241) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(140,100,201) 0%, rgb(179,138,241) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(140,100,201) 0%, rgb(179,138,241) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(140,100,201)),
        color-stop(1, rgb(179,138,241))
    );
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	border-bottom: 1px solid #8f6ac7;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3); 
	font-size: 1.5em;
	color: #5c4085;
	text-shadow: -1px -1px 0px #2a1c3f;
    /*filter: dropshadow(color=#2a1c3f, offx=-1, offy=-1);*/
}

#defaultMarketing .manage {
    padding: 4px;
	background-color: #f09a4e;
	background-image: linear-gradient(bottom, rgb(240,154,78) 0%, rgb(247,201,137) 100%);
    background-image: -o-linear-gradient(bottom, rgb(240,154,78) 0%, rgb(247,201,137) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(240,154,78) 0%, rgb(247,201,137) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(240,154,78) 0%, rgb(247,201,137) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(240,154,78) 0%, rgb(247,201,137) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(240,154,78)),
        color-stop(1, rgb(247,201,137))
    );
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 12px 1 2px 0px 0px;
	border-radius: 12px 12px 0px 0px; 
	border-bottom: 1px solid #cd8844;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3); 
	font-size: 1.5em;
	color: #c07320;
	text-shadow: -1px -1px 0px #663d11;
    /*filter: dropshadow(color=#663d11, offx=-1, offy=-1);*/
}

#defaultMarketing .track {
    padding: 4px;	
	background-color: #3bcb7b;
	background-image: linear-gradient(bottom, rgb(59,203,124) 0%, rgb(130,236,177) 100%);
    background-image: -o-linear-gradient(bottom, rgb(59,203,124) 0%, rgb(130,236,177) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(59,203,124) 0%, rgb(130,236,177) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(59,203,124) 0%, rgb(130,236,177) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(59,203,124) 0%, rgb(130,236,177) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(59,203,124)),
        color-stop(1, rgb(130,236,177))
    );
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px; 
	border-bottom: 1px solid #54a870;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    font-size: 1.5em;
	color: #338b67;
	text-shadow: -1px -1px 0px #1c4e3a;
    /*filter: dropshadow(color=#1c4e3a, offx=-1, offy=-1); */
}

#defaultMarketing .item {
    padding:5px;
    margin-top:10px;
    margin-bottom:10px;
    font-family:helvetica,arial,serif;
    font-size:0.8em;
    color:#696969;
}
#defaultPartners .catch {
    margin-top:1em;
	font-size: 2em;
	color:#0b576e;
    text-shadow: 1px 0px 1px #e9f4f7;
    /*filter: dropshadow(color=#e9f4f7, offx=1, offy=0);*/
}
#defaultPartners .box {
    max-width:325px;    
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	border: 1px solid #5F777D;
	background-color: #ffffff;
	background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(240,240,240)),
        color-stop(0.34, rgb(255,255,255))
    );
}
#defaultPartners .itemTitle {
    padding:5px;
    padding-bottom:0;
    margin-top:15px;
    font-family:helvetica,arial,serif;
    font-size:1em;
    color:#537284;
    font-style:italic;
}
#defaultPartners .item {
    padding:5px;
    padding-left:10px;
    padding-bottom:0;
    margin-top:5px;
    margin-bottom:5px;
    font-family:helvetica,arial,serif;
    font-size:0.8em;
    color:#696969;
}
#defaultMarketing .shortcuts {
    padding-left:10%;
    line-height:2em;
}
#defaultMarketing .slider {
    color:#397794;
    font-family:helvetica,arial,serif;
    font-size:1.5em;
    font-style:italic;
    line-height:1.5em;
    background-repeat:no-repeat;
    background-position:bottom left;    
}
#recoverTitle {
    color: #66aec0;
	font-size: 2em;
	text-shadow: 1px 0px 1px #e9f4f7;
	/*filter: dropshadow(color=#e9f4f7, offx=1, offy=0);*/
    margin-top:15px;
    margin-left:0px;
    margin-bottom:5px;
}
#recoverInfo {
    margin-left:10px;
    margin-bottom:5px;
    color: #3ba1bb;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
    font-size:0.8em;
}
#recoverPanel {
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;    
	background-color: rgba(255, 255, 255, 0.2);
    margin-left:25px;
    padding:30px;
    padding-right:20px;
    padding-bottom:20px;
}
#recoverPanel dt {
    display:none;
}
#recoverPanel dd {
    padding:0;
    margin:0;
	display: inline;
}
#recoverPanel .label {
    color: #204D61;
	font-family: Helvetica, Arial, sans-serif;    
    padding-bottom:20px;
    padding-right:20px;
}
#recoverPanel .field {
    padding-bottom:20px;
}
#recoverPanel input {   
    background-color: #ebf5f7;
	width: 300px;
	height: 32px;
	color: #64828C;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 	
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    font-size:1.4em;
    padding-left:5px;    
}
#recoverPanel input:focus {
    background-color: #ffffff;
}
#recoverPanel .border {
    border: 1px solid #63a3b3;
}
#recoverPanel .border:focus {    
	border: 1px solid #28758c;
}
#recoverPanel #submit {
    width: 140px;
    height: 36px;    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;     
    border: 1px solid #6e8628;    
    background-color: #8fb619;    
    background-image: linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -o-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.16, rgb(123,158,18)),
        color-stop(1, rgb(168,211,40))
    );    
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #294b57;
    line-height: 1.6em;
    margin-left:10px;
    cursor:pointer;
}