@charset "utf-8";

/* CSS Document */
div, h1, h2, h3, h4, h5, h5, p, pre, address, blockquote, sspan, ul, ol, li, di, dd, dt, img, td, tr, table {
	margin: 0px;
	padding: 0px;
	/*border-width: 2px;
	border-style:solid;
	border-color: white;*/
}

/*------------------------------------------------------------------------
						Links Style
--------------------------------------------------------------------------
*/
a{
	border: solid 0px;
	color:#f58519;
	text-decoration: none;
} 
a:link {color:#f58519;} 	/* unvisited link */
a:visited {color:#f58519;} 	/* Visited link   */
a:hover {color:#FFFFFF;} 	/* Over link      */
a:active {color:#f58519;} 	/* Active link    */ 

a.mail{
	color:#0000FF;
	text-decoration:underline;
	} 
a.mail:visited.mail {color:#0000FF;}
a.mail:hover {color:#0000FF;} 	/* Over link      */

a.Home:hover{color:#f58519;}

a.Link{
	text-decoration:none;
}


img{ border: 0; }			

red{
	color: #f58519;
}

p{
	margin-bottom: 20px;
}


/*------------------------------------------------------------------------
					General styles
--------------------------------------------------------------------------
*/

.global-body{
	background-color:#000000;
	color: #f58519;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
}

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: url("../images/semi-transparent-pixel.png");
    display: block;
}

#loading-image{
	display: inherit;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#overlay-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: url("../images/semi-transparent-pixel.png");
    display: none;
}

#big-image{
	display: inherit;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#success{
	display:none;
	margin-bottom: 20px;
}	

#error {
	color:red;
    display:none;
	margin-bottom: 20px;
}
