/* GLOBAL */
html, body {
	height:100%;
	color:#797B83;
	font-family:Trebuchet MS;
	font-size:13px;
	line-height:15px;
	margin:0px;
	padding:0px;
}
body {
	background-color:#D7D7D7;
	margin:0px;
	padding:0px;
}
div, td, th {
	font-size:12px;
}
.emtext {
    font-size: 14px;
    font-weight: bold;
}
.pagewrap {
    padding-top:35px;
	padding-bottom:35px;
}
/*--------- PAGES COLOR CODING -----------*/
.page-blue .coloredtext {
    color: #009ddc;
}
/*----------------------------------------*/

select {
	background:#fff;
}
.blacktext { color:#000; }
.rtl {
	font-family:"Tahoma", Arial, sans_serif;
}
/* LAYOUT */
.holder-rel {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.mainflash {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.registerholder,
.imageviewerholder,
.menuholder {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#areashost {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height:1px;
	font-size:1px;
}

