
/* Elements */
body
    {
	margin: 1% 1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000CC;
    height: auto;
    }

body.header
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
    height: auto;
    }

body
{
  background-image: url(../images/images (10).jpg);
}


body.main
{
  background-image: url(../images/bg.jpg);
  background-color: #33FFFF;
  background-position: center;
  background-repeat: no-repeat;
}
body.ind
{
  background-image: url(../images/splash.jpg);
}


h1
{
  color: #3300FF;
  font-family: Elephant;
  text-align: center
}

table.country
{
  color: #0000CC;
}


table.prompt
{
  font-family: Verdana,Arial, sans-serif;
  font-size: 20px;
  border: solid #3333FF;
  text-align: center;
  background-color: #FFFFFF;
  color: #3333FF;
}
table.nationality
{
  color: #0000CC;
}


table.login, .newUser, .newAccom
{
    font-family : Verdana,Arial, sans-serif;
    font-size: 16px;
    color: #003399;
    border: solid #003399;
    text-align: center;
    background-color: #FFFFFF;
}

table.newrec
{
    font-family : Verdana,Arial, sans-serif;
    font-size: 16px;
    color: #003399;
    border: none;
    text-align: center;
    background-color: #FFFFFF;
}

a.link
{
  text-decoration: underline;
  color: #FFFFFF;
  text-align: right;
  font-family: Verdana;
  font-size: 15px;
}
a.goback
{
  text-decoration: underline;
  color: #FFFFFF;
  font-family: Elephant;
  font-size: 50px;
}

td.head
{
  background-color: #0066FF;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

td.head1
{
  background-color: #FFFFFF;
  color: #0000CC;
  font-weight: bold;
  text-align: left;
}

td.grandtotal
{
  background-color: #0000CC;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}

td.subtotal
{
  background-color: #99FFFF;
  color: #0000CC;
  font-weight: bold;
  text-align: center;
}

td.headcountry
{
  background-color: #0000CC;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

td.headcountry1
{
  background-color: #FFFFFF;
  color: #0000CC;
  font-weight: bold;
  text-align: center;
}

td.norecord
{
  background-color: #FFFFFF;
  color: #000099;
  font-size: 30px;
  font-weight: bold;
}

td.goback
{
  background-color: #3333FF;
  font-family: Broadway;
  font-size: 100%;
  text-decoration: none;
  color: #FFFFFF;

}

td.right
{
  text-align: right;
}

td.left
{
  text-align: left;
}

td.verify
{
  text-align: left;
  color: #0000CC;
}


td.imggoback
{
  background-image: url(../images/question.png);
  height: 100px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  color:
}

td.vHead
{
  background-color: #000099;
  color: #FFFFFF;
  font-family: Arial Rounded MT Bold;
  font-size: large;
  text-align: center;
}

td.newlabel
{
  color: #0000CC;
  text-align: justify;
}

/* id's */
#tabs   /*menu boxed only if removed*/
    {
    float:left;
	width:100%;
	background: #0033FF;       /*menu bg color*/
	line-height:normal;
    }

#menu /*menu box spacing*/
    {
    margin: 0;
	padding: 0;
	z-index: 60;
    position: relative;
    }

#menu li
/*not in one row*/
    {
    margin: 0;
	padding: 0;
	list-style: none;
    display: inline;
	float: left;
	font: 15px verdana;
    }

#menu li a
/*not separated*/
    {
    display: block;
	margin: 0 1px 0 0;
	padding: 3px 10px;
	width: 122px;
	background: #0033FF;
	color: #FFF;
	text-align: center;
	text-decoration: none
    }

#menu li a:hover
/*bground color on mouse over*/
    {
    background: #0099FF
    }

#menu div
/*invisible sub-menu*/
    {
    position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FF00FF;
	border: 1px solid #003300
    }

#menu div a
/*submenu position and spacing*/
    {
    position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 125px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #FFFFFF;
	color: #000099;
	font: 11px verdana
    }

#menu div a:hover
/*submenu change of background color*/
    {
    background: #0066FF;
	color: #FFF
    }

#all fieldset {
   float: left;
   width: 950px;
   padding:20px;
   border: single;
   background-image: url(../images/bg.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
    border-radius: 10px;
}

#register fieldset
{
   float: left;
   width: 960px;
   padding:20px;
   border:1px solid #ccc;
   background: url(../images/images (10).jpg)
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
    border-radius: 10px;
}