/* cvcd.CSS */
body {
	background-color: #000000;
	font-family: arial,helvetica,sans-serif,tahoma,times,verdana;
	font-size: 12pt;
	color: #DCDCDC;
	padding: 0px;
	margin: 0px;
}
p {
	font-family: arial,helvetica,sans-serif,tahoma,times,verdana;
	font-size: 12pt;
}
h1 {
	font-family: arial,helvetica,sans-serif,tahoma,times,verdana;
	font-size: 20pt;
	font-weight: normal;
	
}

/* CUSTOM DIV DEFINITIONS */
#galleryImage {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 55px;
	border: solid 1px #FF0000;
	z-index: 40;
}


.imageGuard{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 500px;
	z-index: 141;
	display: block;
	overflow: hidden;
	border: solid 0px #00FF00;
}

.preLoadArea{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 10px;
	height: 10px;
	z-index: 1;
	visibility: hidden;
	display: none;
	overflow: hidden;
	border: solid 1px #FF1212;
}

.loadingDiv{
	position: relative;
	top: -400px;
	left: 400px;
	width: 140px;
	height: 20px;
	z-index: 1;
	visibility: visible;
	overflow: hidden;
	border: solid 0px #DDFFDD;

	background-color: #000000;
	font-family: arial,helvetica,sans-serif,tahoma,times,verdana;
	font-size: 12pt;
	color: #E7E7E7;
	text-align: center;
	
	padding: 0px;
}

.adminDataHeader{
	font-family: arial,helvetica,sans-serif,tahoma,times,verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #14AA14;
	
	border:solid 1px #474747;
	border-width:0px 0px 1px 3px;
}

.adminData{
	font-family: arial,helvetica,sans-serif,tahoma,times,verdana;
	font-size: 12pt;
	color: #989898;
	
	border:solid 1px #E9E9E9;
	border-width:0px 0px 1px 3px;
}


/*  ################################################################################  */
/*  ################################################################################  */



/*  ################################################################################  */
/*  ################################################################################  */





/* THE LINKS DEFINITIONS */
a:link {
	color: #F4E250;
	text-decoration: none;
}
a:visited {
	color: #F4E250;
	text-decoration: none;
}
a:hover {
	color: #F4E250;
	text-decoration: none;
}
a:active {
	color: #F4E250;
	text-decoration: none;
}


a.esp:link {
	color: #DD0000;
	text-decoration: none;
}
a.esp:visited {
	color: #DD0000;
	text-decoration: none;
}
a.esp:hover {
	color: #000078;
	text-decoration: none;
}
a.esp:active {
	color: #DD0000;
	text-decoration: none;
}

/* -------------- END ----------------------- */
