/* ========================================
 Project: Sasa RA
 Copyright 2013 Sasa Hasid RA
 Project Date: 03/01/2013
 Author: Sasa Hasid RA => http://www.SasaRA.me

 SWATCH COLORS
 ====================
 LogoBlue: #fff
 =========================================

 http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: disc inside none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear_all {
	clear: both;
}

/* end reset */



/*================================STRUCTURE================================*/

.left {
	float: left;
	width: auto;
}
.right {
	float: right;
	width: auto;
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	background-color: #b0e0e6;
}

.centered {
	/*background-color: #fff;*/
	border-radius: 5px;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	/*border: 1px solid white;*/
	/*min-width:90%;*/
	max-height: 100%;
}

.clear {
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	width: 100%;
}

#spinnerwheel {
	position: relative;
	top: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 60px;
	height: 60px;
}

#nimaiwrap {
	width: auto;
	height: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 12px;
	margin-right: auto;
	text-align: left;
}

#fupm_logo {
	width: 100%;
    /*margin-left: auto;*/
    /*margin-right: auto*/
}

#ug_tagline {
	float: right;
	padding-top: 9px;
	padding-right: 9px;
}

#ug_roundabout {
	float: right;
}

.roundabout-holder {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 5em;
	width: 5em;
}

.roundabout-moveable-item {
	height: 4em;
	width: 4em;
	cursor: pointer;
	background-color: #ccc;
	border: 1px solid #999;
}

.roundabout-in-focus {
	cursor: auto;
}

.darkClass {
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	height: 600px;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 339px;
	width: 100%;
	z-index: 40
}

/*================================IMAGES================================*/

