@charset "utf-8";
/* CSS Document */

body {
	background:#999;
	font-family:Helvetica, Arial, sans-serif;
	overflow:auto;
	color:#FFF; 
}

form {
	margin:0px;
	padding:0px;
	border:0px;
}

.emailForm {
	margin-top:0px;
}

div {
	margin:0;
	padding:0;
	border:0;	
}

#inlinepage {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:200;
	background-color:#000000;	
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

#inlinepage img {
	float:right; 
	margin-right:15px; 
	margin-top:15px;	
}

#inlinepagemain {
	position:absolute;
	top:8%;
	bottom:8%;
	/*height:550px;*/
	left:0px;
	right:0px;
	z-index:201;
	background-color:#FFFFFF;
	width:100%;
	overflow:auto;
	color:#000;
}

h2 {
	font-size:26px;
	/* font-weight:bold; */
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}

#title {
	text-transform: uppercase;
	text-align:left;
	color:#000;
	padding-top:35px;
	font-size:20px;
	text-indent:50px;
}

#logo {
	float:right;
	padding-top:35px;
	margin-right:50px;
}

#logo a img {
	border:0px;
}

#title h1 {
	margin:0;
	padding:0;
	border:0;
	color:#000;
	text-align:left;
}

#title h1 .white {
	color:#FFF;
}

#menu {
	/* font-weight:bold; */
	text-indent: 10px;
	text-transform: uppercase;
	text-align: left;
	color:#fff;
	padding:10px 0px 0px 0px;
	text-indent:50px;
}

#menu #submenu {
	margin-top:5px;
	font-size:10px;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
	color:#fff;
	text-indent:50px;
}

#menu p {
	margin:0;
	padding:0;
	border:0;
}

a {
	color:#FFF;
	background-color:#999999;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}

a:hover {
	color:#000;
	background-color:#FFF;
	text-decoration:none;
}

.active {
	color:#000;
	background-color:#FFF;
	text-decoration:none;
}

#menu a.activeNot {
	color:#FFF;
	background-color:#999;
	text-decoration:none;
}

#menu a:hover.activeNot {
	color:#000;
	background-color:#999;
	text-decoration:none;
}

#menu .smalltext {
	font-size:9px;
	vertical-align:middle;	
}

#mainAreaLoading {
	float:left;
	margin-left:5px;	
}

#mainArea {
	color:#FFF;
	padding:30px 190px 20px 50px;
	max-width:750px;
}

#mainArea p {
	margin:0;
	padding:0;
	border:0;
}

#mainArea .row {
	margin-bottom:20px;
	height:107px;
	position:relative;
	margin-right:40px;
	/* border:#FFF 5px solid;
	border-bottom:#FFF 25px solid; */
	background-color:#000;
	float:left;
	z-index:99;
	width:120px;
	overflow:hidden;
	text-align:center;
	cursor:move;
	background:url(../images/polaroid.gif) no-repeat left;	
}

#mainArea .loading {
	/*border-left:#CCC 1px solid;
	padding-left:5px;*/
}

#mainArea .row img {
	cursor:pointer;
}
/*
#mainArea .row .info1 {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	color:#000;
	z-index:101;
	padding:5px;
	border:#000 1px solid;
	background-color:#CCC;
	height:71px;
	padding:2px;
	text-align:left;
	cursor:pointer;
}
*/
#mainArea .row .info2 {
	/*
	top:5px;
	bottom:0px;
	left:5px;
	right:0px;*/
	/*z-index:100;*/
	margin-left:5px;
	margin-top:5px;
}

#mainArea .row .imageloading {
	height:75px;
	width:95px;
	background-color:#000;
	border:#000 1px solid;
	border-right:#000000 2px solid;
	overflow:hidden;
	/*z-index:101;*/
}
/*
#mainArea .row .info2 .imageloading img {
	border:0px;
}
*/
.hiden {
	display:none;
	visibility:hidden;
}

.show {
	display:block;
	visibility:visible;
}

.opac {
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

.largeImageloading {
	/* height:175px; */
	width:100px;
	background-color:#FFF;
	float:left;
	margin-right:2px;
}

.error {
	color:#F36;
}

#CopyRight {
	position:absolute;
	background-color:#999;
	height:15px;
	font-size:10px;
	color:#CCC;
	bottom:0px;
	right:0px;
	z-index:2000;
	padding-left:5px;
}

#CopyRight a {
	background-color:#999;
}

#logo a {
	color:#FFF;
	background-color:#999;
	text-decoration:none;
	padding:0px 0px 0px 0px;
}

#logo a:hover {
	color:#FFF;
	background-color:#999;
	text-decoration:none;
}

#logo img {
	border:0px;
}

/* ToolTip CSS */
#tt {
	position:absolute;
	display:block;
	background:url('../images/tooltip/tt_left.gif') top left no-repeat;
	z-index:1000;
}
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	background:url('../images/tooltip/tt_top.gif') top right no-repeat;
	overflow:hidden;
		z-index:1000;
}
#ttcont {
	display:block;
	padding:2px 12px 3px 7px;
	margin-left:5px;
	background:#666;
	color:#FFF;
		z-index:1000;
}
#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	background:url('../images/tooltip/tt_bottom.gif') top right no-repeat;
	overflow:hidden;
		z-index:1000;
}