/* body properties */
body {
  background-image : url('images/bg*.jpg');
  background-color : #000000;
  scrollbar-track-color : #000000;
}

/* paragram properties */
p {}

/* font properties */
font.color			{ color: #FF9300; font-weight:bold; }
font.color1			{ color: #80FF00; font-weight:bold; }
font.colorx			{ color: #666666; font-weight:bold; }

/* link properties */

a						{ color:#c0c0c0; }
a:link			{ text-decoration:none; }
a:visited		{ text-decoration:none; }
a:hover			{ color:#ffffff; text-decoration:none; background-color:none; }

/* table properties */
table.index				{ background:url(images/bgsub.png); border-collapse: collapse; font-family: TAHOMA; color: #c0c0c0; font-size: 9pt; font-weight:NONE; }
table.main				{ background:url(/images/bgW.png); border-collapse: collapse; font-family: arial; color: #ffffff; font-size: 9pt; font-weight:NONE; }
table.table				{ border-collapse: collapse; font-family: georgia; color: #C0C0C0; font-size: 11pt; font-weight:bold; }
table.login				{ font-family: tahoma; color: #ffffff; font-size: 12pt; font-weight:none; }
table.mini				{ border-collapse: collapse; border: 0px solid #000000; font-family: arial; color: #000000; font-size: 10pt; font-weight:none; }

/* tr properties */
tr.title			{ background:url(images/bgGray.png); font-family: arial; color: #FFFFFF; font-size: 10pt; font-weight:bold; }
tr.whitetext	{ font-family: arial; color: #FFFFFF; font-size: 11pt; font-weight:none; }
tr.graytext	  { font-family: arial; color: #B79F1C; font-size: 11pt; font-weight:none; }

/* td properties */
td.bold			  { color: #000000; font-weight:bold; }
td.title 			{ background: #800000 url(images/bgsub.png); font-family: tahoma; color: #FFFFFF; font-weight:bold; }
td.roomS			{ background:url(images/bgy.png); }
td.roomM			{ background:url(images/bgG.png); }
td.roomB			{ background:url(images/bgB.png); }
td.roomV			{ background:url(images/bgR.png); }



.loginbox
{ 
    background-color: #000000;   
    font-family: arial; 
    font-size: 14px; 
    color: #80ff00;  
		border-style: groove;
		border: 1px solid;
		border-color: #444444;
		font-weight:bold; }

		