@charset "utf-8";
/*Colours used in the site
#000000 Black
#0000ee Blue
#014336 Deep Green
#bbddbb Light Green (pastal)
#a35876 Purple
#e0dfe3 Light Gray
#ffffff White*/

/* ------ Basic Styling ------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #bdb;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
/*
a {
	text-decoration: none;
}
a img {
	border: 0;
}
a:hover {
	color:#968;
}
a:visited {
	text-decoration: none;
	color:#a35876;
}*/
p {
	margin: 0 0 1em;
}
#wrapper {
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	/*background-color:#a35876;*/
	background-color:#f0f2f0;
	/* #eff5ef;*/
}
#clear {
	clear: both;
}
/*--------------Position "container" elements ---------------------*/
#header {
	position: relative;
	background: url(../images/headerjs.png) repeat-x top left;
	height: 150px;
}
#header h1 {
	margin-left: -9000px;
}
#header h2 {
	margin-left: -9000px;
}
#header #dandakatta {
	position: absolute;
	top:5px;
	right:7px;
	width:163px;
	height:145px;
	/*background:url(../images/dandakattaL_02.png) no-repeat top right;*/
}
#header #logoRJS {
	position:absolute;
	top:8px;
	left:10px;
	width:111px;
	height:102px;
	/*background:url(../images/logoRJS_03.png) no-repeat top left;*/
}
#header #logotextRJS {
	position: absolute;
	height: 86px;
	width: 378px;
	left: 181px;
	top: 20px;
}
/* ---------- start navigation menus, situated inside header div ---------*/
#header ul {
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	bottom: 0;
	width: 560px; /*----This width is essential for avoiding browser-compatibility risk----*/
	list-style: none;
	font-weight: bold;
	background-image: url(../../test_site/test_site_pics/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header ul li {
	float:left;
}
#header ul a {
	padding: 0 .3em;
	font-size: 12px;
	color:#014336;
	line-height: 2.2em;
	text-decoration:none;
	float: left;
	background-image: url(../../test_site/test_site_pics/divide_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header ul a {
	display:block;
}
#header ul a.first {
	background:none;
}
#header ul a:hover {
	color:#FF9900;
}
/*------------------global style for Right & Left images --------------------------*/
p img.right {
	margin: 0 0 7px 7px;
	float:right;
}
p img.left {
	float:left;
	margin: 0 10px 5px 0;
	padding-top: 5px;
}
/*---------------start Footer styles ------------------*/

#footer {
	background: url(../images/bg_footer.gif) repeat-x top left;
	/*margin-top: .2em;*/
	height: 50px;
	font-size:0.85em;
	text-align: center;
	color: #FFF;
	clear: both;
}
#footer a:link {
	text-decoration: none;
	color:#FFF;
}
#footer a:visited {
	text-decoration: none;
	color:#FFF;
}
#footer p {
	margin-bottom: -1px;
}

A:link {text-decoration: none; color:#0000ee; }
A:visited {text-decoration: none;  color:black; }
A:active {text-decoration: none; color: #00ff00 ; }
A:hover	{ color: #0000ee; 
			text-decoration:underline;
		}
	A.ff {text-decoration: none; color: #000000; }
	A.ff:visited {text-decoration: none; color: #000000; }
	A.ff:hover	{color:#FF0000; }
	A:ff.active {text-decoration: none; color: #000000; }
	
	TD
{
    FONT-WEIGHT: 900;
    FONT-SIZE: 12px;
    BORDER: 0px;
    COLOR: #000000; /*#a0522d;*/
    FONT-FAMILY: Arial,Sans Serif
}

.bd_mnu
{
    FONT-SIZE: 12px;    
    FONT-WEIGHT: PLAIN;
    COLOR: #blue; 
    FONT-FAMILY: Arial,Sans Serif    
}
.bd_shell
{
    /*BACKGROUND-COLOR: #aa7239*/
    BACKGROUND-COLOR: #d8e4f8;
}
.bd_smnu
{
    FONT-SIZE: 11px;
    COLOR: #aa7239; 
    /*COLOR:#ffffff;*/

    FONT-FAMILY: Arial,Sans Serif
}
.content_help
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial,Sans Serif
}
.maxLabel
{
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    BORDER-LEFT: thin groove;
    COLOR: #0000ff;
    WIDTH: 300px;
    BORDER-BOTTOM: thin groove;
    HEIGHT: 22px;
/*    BACKGROUND-COLOR: #99BBEF;*/    
    BACKGROUND-COLOR: #d8e4f8;
}
.minLabel
{
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    BORDER-LEFT: thin groove;
    WIDTH: 150px;
    BORDER-BOTTOM: thin groove;
    HEIGHT: 22px;
  /*BACKGROUND-COLOR: #ffe6bf;*/
/*  BACKGROUND-COLOR: #99BBEF; */
    BACKGROUND-COLOR: #d8e4f8;

    
}
.EmptyLabel
{
    BORDER-WIDTH: 0px;    
    HEIGHT: 22px;
    BACKGROUND-COLOR: #ffe6bf;
}
.maxText
{
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    BORDER-LEFT: thin groove;
    WIDTH: 300px;
    BORDER-BOTTOM: thin groove;
    HEIGHT: 22px
}
.minText
{
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    BORDER-LEFT: thin groove;
    WIDTH: 150px;
    BORDER-BOTTOM: thin groove;
    HEIGHT: 22px
}

.titleBgColor
{
    BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    FONT-WEIGHT: bold;
    FONT-SIZE:20px;
    BORDER-LEFT: thin;
    COLOR: #ffffff;
    BORDER-BOTTOM: thin;
    FONT-FAMILY: Arial,Sans Serif;
    HEIGHT: 24px;
   /* BACKGROUND-COLOR: #ff8000;*/
    BACKGROUND-COLOR: #a35876;
    /*BACKGROUND-COLOR: #0054e3;*/
    TEXT-ALIGN: center;
}
.subTitle
{
    BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    BORDER-LEFT: thin;
    COLOR: #ffffff;
    BORDER-BOTTOM: thin;
    FONT-FAMILY: Arial,Sans Serif;
    HEIGHT: 22px;
    /*BACKGROUND-COLOR: #ffa929;*/
/*    BACKGROUND-COLOR: #6699EF;*/
    BACKGROUND-COLOR: #bbddbb;
    TEXT-ALIGN: center;
}
.myChoiceClass
{
    BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT: thin;
    COLOR: #050505;
    BORDER-BOTTOM: thin;
    FONT-FAMILY: Arial,Sans Serif;
    HEIGHT: 28px;
    /*BACKGROUND-COLOR: #ffa929;*/
/*    BACKGROUND-COLOR: #6699EF;*/
    BACKGROUND-COLOR: #F6F0DC;
    TEXT-ALIGN: center
}
.tableContent
{
    BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT: thin;
	COLOR: #ffffff;
	BORDER-BOTTOM: thin;
    FONT-FAMILY: Arial,Sans Serif;
    HEIGHT: 22px;
   /* BACKGROUND-COLOR: #ffa929;*/
	BACKGROUND-COLOR: #6699EF;*/
    /*BACKGROUND-COLOR: #1e90ff;*/
    TEXT-ALIGN: left
}
.menuSelected{
	BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    FONT-WEIGHT: bold;
    /*FONT-SIZE: 11px;*/
    BORDER-LEFT: thin;
    /*COLOR: #ffffff;*/
	COLOR: #000000;
    BORDER-BOTTOM: thin;
    FONT-FAMILY: Arial,Sans Serif;
    HEIGHT: 22px;
    BACKGROUND-COLOR: #ffa929;
 	/*BACKGROUND-COLOR: #6699EF;*/
    /*   BACKGROUND-COLOR: #1e90ff;*/
    TEXT-ALIGN: center

}
.acknowledgment{
	BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    BORDER-LEFT: thin;
    COLOR: #ffffff;
	/*COLOR: #000000;*/
    BORDER-BOTTOM: thin;
    FONT-FAMILY: Arial,Sans Serif;
    HEIGHT: 22px;
    BACKGROUND-COLOR: #6666EF;
 	/*BACKGROUND-COLOR: #6699EF;*/
    /*   BACKGROUND-COLOR: #1e90ff;*/
    TEXT-ALIGN: center

}

TEXTAREA
{
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    FONT-WEIGHT: lighter;
    FONT-SIZE: 12px;
    BORDER-LEFT: thin groove;
    WIDTH: 700px;
    BORDER-BOTTOM: thin groove;
    Font-Family: Arial,Sans Serif;
    HEIGHT: 150px;
}
.textAreaSize{
 	BORDER-LEFT: thin groove;
    WIDTH: 400px;
    BORDER-BOTTOM: thin groove;
    Font-Family: Arial,Sans Serif;
    HEIGHT: 150px;

}