/*text*/
body,html,div,p,a,table,tr,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.headerText {
	font-weight: bold;
}
/*
.bodyText {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
*/
a {
	color: #5780ae;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-size: 12px;
	color: #5780ae;
	text-decoration: none;
	font-weight: bold;
}
/* ------ Survey -------- */
input {
	width: 100px;
	height: 18px;
	/*border: 0px;*/
	/*background-color:#FFFFFF;*/
}
input, select, textarea {
	border: 1px solid #FD7C00;
	}

input.radiosurvey {
	width:12px;
	height:12px;
	border:0px;
	}
input.text, .textarea { width:150px; }
.textarea { height:100px; width: 200px; }
/* ------ Survey -------- */

.input1 {
	width: 200px;
	height: 18px;
	border: 1px solid #FD7C00; 
	/*border: 0px;*/
	/*background-color:#FFFFFF;*/
}
.input2 {
	width: 4px;
	height: 7px;
	border: 0px solid #FD7C00; 
	/*border: 0px;*/
	/*background-color:#FFFFFF;*/
}

.radio
{
	width: 100px;
	height: 18px;
	/*border: 1px solid #FD7C00; */
	border: 0px;
	background-color:#FFFFFF;
}

.radio1
{
	width: 18px;
	height: 18px;
	/*border: 1px solid #FD7C00; */
	border: 0px;
	background-color:#FFFFFF;
}

input02 {
	width: 100px;
	height: 18px;
	border: 0px;
	background-color:#FFFFFF;
}
.boldText {
	font-weight: bold;
}
.boldText14 {
	font-size: 14px;
	font-weight: bold;
}


.AreaTPSHeading {
	font-size: 16px;
	font-weight: bold;
	color:#999999;
}


/*menu*/

div#menu
	{

	}
	
.treeview ul
	{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	}

.treeview li
	{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: white url(images/closed.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 3px;
	}

.treeview li.submenu
	{ /* Style for LI that contains sub lists (other ULs). */
	background: white url(images/open.gif) no-repeat left 1px;
	cursor: hand;
	cursor: pointer;
	}

.treeview li.submenu ul
	{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	}

.treeview .submenu ul li
	{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	}

a img {
	border: 0px;
	}

.red { color:#ff0000; }


#Layer1 {
	position:absolute;
	left:304px;
	top:346px;
	width:350px;
	height:372px;
	z-index:1;
}
.style1 {color: #FFFFFF}
.style2 {font-size: 16px}


