@charset "utf-8";
/* CSS Document */

#myforms {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align:left;
	vertical-align: bottom;
	width: 565px;
	padding-right: 0px;
	padding-left: 0px;
	float: none;
	border:none;
}
#myforms #mytabs {
	width:auto;
	height:24px;
}

/* menu starts from here */
ul{
	margin: 0px;
	padding: 0px;
}
ul li
{
	float:left;
	list-style:none;
	display:inline;
	padding-right: 2px;
	padding-left: 0px;
}
#mytabs ul li a
{
	background:url(farrukh/images/tab_left_inactive.gif) repeat-x left bottom;
	height:21px;
	display:block;
	float:left;
	padding-left:20px;
	color:#003399;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 120%;
	text-decoration: none;
}
#mytabs ul li a span
{
	background:url(farrukh/images/tab_right_inactive.gif) no-repeat right bottom;
	display:block;
	height:21px;
	float:left;
	padding-right: 20px;
}
#mytabs ul li a:hover
{
	background:url(farrukh/images/tab_left_over.gif) repeat-x left bottom;
	height:21px;
	display:block;
	float:left;
	padding-left:20px;
	text-decoration:none;
	color:#4c4c4c;
}
#mytabs ul li a span:hover
{
	background:url(farrukh/images/tab_right_over.gif) no-repeat right bottom;
	display:block;
	height:21px;
	float:left;
	padding-right: 20px;
}

/* new tab selected effect */
#mytabs .activated
{
	background:url(farrukh/images/tab_left_active.gif) repeat-x left bottom;
	height:21px;
	display:block;
	float:left;
	padding-left:20px;
	color:#FFFFFF;
}
#mytabs .activatedspan
{
	background:url(farrukh/images/tab_right_active.gif) no-repeat right bottom;
	display:block;
	height:21px;
	float:left;
	padding-right: 20px;
}


/* end of menu */

#myimage {
	vertical-align: top;
	height:auto;
	text-align:center;
	margin-top: 10px;
}

#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;
}

