/************/
/*  GLOBAL  */
/************/

.AjaxLoading {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: white;
	color: black;
	display: none;
	width: 120px;
	padding: 4px;
	border: 2px solid black;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* hunspace.org */

html,body {height:100%;}
BODY {font-family: tahoma, arial, helvetica, system; font-size: 8pt; font-weight: normal; margin: 0px 0px 0px 0px;}
A {text-decoration: none; color: #333e8c;}
A:Hover {text-decoration: underline; color: #a0a0a0;}
TD {font-family: tahoma, arial, helvetica, system; font-size: 8pt; font-weight: normal; margin: 0px 0px 0px 0px; border: 0px;}
.txt {font-size: 9pt; color:#000000; font-family: tahoma, arial, helvetica, system; font-weight: normal;}
.cim {font-size: 12pt; color:#000000; font-family: tahoma, arial, helvetica, system; font-weight: normal;}

#copywrite {
	font-family: trebuchet ms,tahoma, arial, helvetica, system; 
	font-size: 8pt; 
	font-weight: normal;
	color:#c0c0c0;
	text-align:center;
}
#copywrite a,#copywrite a:hover,#copywrite a:visited {
	color:#fcca04;
	font-weight:bold;
	text-decoration:none;
}

.contentheading, .componentheading {
	font-family: tahoma, arial, helvetica, system; font-size: 10pt; font-weight: bold;
}

.validate, .button {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(../images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.validate:hover, .validate:focus, .button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

.beleplink {
	display: block;
	width: 333px;
	height: 34px;
	background-image: url('/templates/hunspace/images/belep_off.gif');
}

.beleplink:hover {
	background-image: url('/templates/hunspace/images/belep_on.gif');
}

.enterlink {
	display: block;
	width: 333px;
	height: 34px;
	background-image: url('/templates/hunspace/images/enter_off.gif');
}

.enterlink:hover {
	background-image: url('/templates/hunspace/images/enter_on.gif');
}

