@charset "utf-8";
/* CSS Document */

#myforms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align:left;
	vertical-align: bottom;
	width: 563px;
	padding-right: 0px;
	padding-left: 0px;
	float: none;
	border:none;
}
#myforms #mytabs {
	width:563px;
	height:21px;
	line-height:100%;
}

/* menu starts from here */

/* CSS Document */

#mytabs a
{
	cursor:pointer;
	height:21px;
	float:left;
	padding-left:4px;
	display:block;
	color:#003399;
	background: #FFFFFF url(farrukh/images/vertical-a.jpg) no-repeat;
	background-position: left top;
}

#mytabs a span
{
	float:left;
	height:21px;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #FFFFFF url(farrukh/images/vertical-span.jpg) no-repeat right top;
	background-position: right top;
}

/* Hide from IE5-Mac 
#mytabs a, #mytabs a span
{
	float: none
}
End hide */

#mytabs a:hover
{
	cursor:pointer;
	height:21px;
	padding-left:4px;
	display:block;
	color:#003399;
	background: #FFFFFF url(farrukh/images/vertical-a.jpg) no-repeat;
	background-position: left -21px;
}

#mytabs a:hover span
{
	float:left;
	height:21px;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #FFFFFF url(farrukh/images/vertical-span.jpg) no-repeat right top;
	background-position: right -21px;
}

#mytabs ul
{
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}

#mytabs li
{
	float:left;
	list-style:none;
	display:inline;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-decoration:none;
	margin: 0px;
}

#mytabs .activated
{
	height:21px;
	padding-left:4px;
	display:block;
	color:#ffffff;
	cursor:pointer;
	background: #FFFFFF url(farrukh/images/vertical-a.jpg) no-repeat;
	background-position: left -42px;
}
#mytabs .activatedspan
{
	float:left;
	height:21px;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #FFFFFF url(farrukh/images/vertical-span.jpg) no-repeat right top;
	background-position: right -42px;
}

/* end of menu */
#mytabs a { text-decoration: none; }
#mytabs a:hover { text-decoration: none; }
#mytabs a:active { text-decoration: none; }
#mytabs p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;

}
#myimage {
	vertical-align: top;
	text-align:center;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 5px;
}

#hideShow {
	background-color: #f2f2f2;
	/*	height: 500px; */
	width: 563px;
	border: 1px solid #59B3D6;
	display: block;
	position: relative;
	float: left;
	vertical-align: top;
	height: auto;

}

#myadvanceform {
	background-color: #f2f2f2;
	/*	height: 500px; */
	width: 563px;
	border: 1px solid #59B3D6;
	position: relative;
	float: left;
	display: none;
	height:auto;
	vertical-align:top;
}
.pselected {
	padding-top: 3px;
}
.pnotselected {
	padding-top: 5px;
}

