/**
 * fifamasterXLS
 * @copyright (C) 2014 fankstribe. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link http://www.fankstribe.org
 **/

div#main {
    color: #5e5e5e;
}

body {
	background: url("../images/BG.png") no-repeat fixed 50% 10px #000000;
    color: #5e5e5e;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
	}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	
}


#bd:after, .yui3-g:after, .yui3-gb:after, .yui3-gc:after, .yui3-gd:after, .yui3-ge:after, .yui3-gf:after, .yui3-t1:after, .yui3-t2:after, .yui3-t3:after, .yui3-t4:after, .yui3-t5:after, .yui3-t6:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.yui3-g .yui3-gb div.first, .yui3-gb div.first, .yui3-gc div.first, .yui3-gd div.first {
    margin-left: 0;
}

.yui3-u {
    margin-left: 2%;
    width: 32%;
	float:left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif, arial;	
	text-rendering: optimizelegibility;
	font-weight: normal;
	color:#5e5e5e;	  
}

h1 {
    font-size: 38px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
	color:#5e5e5e;
}
h6 {
    font-size: 9px;
}

fieldset, img {
	border:0 none;
	}
button, input, select, textarea {
   font-family:Tahoma, Arial, Helvetica,sans-serif;
   -webkit-font-smoothing: antialiased;
   
}
ol, ul, li {
    list-style: none outside none;
}

a {
	color: #08c;
    text-decoration: none;
	}	
	
a:hover {
	text-decoration:underline;}	
	
span.note {
	color:#646464;
	display:block;
	font-size:12px;
	position:relative;	
	}

.clear-all {
	clear:both;
	font-size:1px;
	height:0;
	line-height:1px;
	overflow:hidden;
	visibility:hidden;
	}
	
.bgerror {	
	width:200px;
	height:200px;
	}
#maincontent {	
    text-align: center;	
	}
.maintitle {
	font-size: 15px;
    line-height: 1.5em;
    text-transform: uppercase;
	}
.maindesc {
	font-size: 16px;
	text-transform: uppercase;
	}
#mainimage {
	margin:20px;
	}			

.span {
	color:#ffffff;
	}	

.checkbox-holder {
    margin: -4px 0 8px;
    overflow: hidden;
    padding: 0 18px 0 0;
}	
#dashContent .checkbox-holder label {
    color: #2A2A2A;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
    text-transform: none;
    vertical-align: top;
}
.fields input[type="checkbox"] {
    display: inline-block;
    height: 15px;
    margin: 0 3px 0 0;
    padding: 0;
    vertical-align: top;
    width: 15px;
}

fieldset input[type="text"]:focus, fieldset input[type="password"]:focus, input[type="text"]:focus, input[type="password"]:focus{   
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline:0 none;
}

fieldset input[type="text"], fieldset input[type="password"], input[type="text"], input[type="password"] {
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 4px 6px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
}

select:focus {
	outline:thin dotted #333;
	outline-offset:-2px;
}

@media only screen and (min-width:150px) and (max-width:700px) {
    body {
		background: none repeat scroll 0 0 #000000;                
    }
}