/* CSS Document */

.clear {
	clear: both;
}

.center {
	text-align: center;
}

/*** Assistance Panel ***/

#assistance ul {
	margin: 0;
	padding: 0;
}

#assistance li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#assistance #manager a {
	background: transparent url(img/icon_manager.gif) no-repeat;
	border:0;
	display: block;
	height: 64px;
	margin: 0 20px 20px 20px;
	text-decoration: none;
	text-indent: -9999px;
	width: 205px;
}

#assistance #visa a {
	background: transparent url(img/icon_counsellor.gif) no-repeat;
	border:0;
	display: block;
	margin: 0 0 20px 0;
	text-decoration: none;
	text-indent: -9999px;
	height: 64px;
	width: 205px;
}

#assistance #counsellor a {
	background: transparent url(img/icon_accommodation.gif) no-repeat;
	border:0;
	display: block;
	margin: 0 20px 0 20px;
	text-decoration: none;
	text-indent: -9999px;
	height: 64px;
	width: 205px;
}

/* #assistance #accommodation a {
	background: transparent url(img/icon_accommodation.gif) no-repeat;
	border:0;
	display: block;
	margin: 0;
	text-decoration: none;
	text-indent: -9999px;
	height: 64px;
	width: 205px;
}
*/

/*** Tab Panel ***/
#tab {
	background-color: #dfdede;
	margin: 0 10px;
	padding: 0;
}

#tab ul {
	margin: 0;
	padding: 0;
}

#tab li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#tab #prospective a {
	background: transparent url(img/tab_left_down.gif) no-repeat;
	border:0;
	display: block;
	margin: 0;
	padding: 14px 0 0 0;
	text-align: center;
	height: 26px;
	width: 255px;
}

#tab #prospective.active a {
	background: transparent url(img/tab_left_up.gif) no-repeat;
	border:0;
	display: block;
	margin: 0;
	padding: 14px 0 0 0;
	text-align: center;
	height: 26px;
	width: 255px;
}


#tab #current a {
	background: transparent url(img/tab_right_down.gif) no-repeat;
	border:0;
	display: block;
	margin: 0;
	padding: 14px 0 0 0;
	text-align: center;
	height: 26px;
	width: 255px;
}

#tab #current.active a {
	background: transparent url(img/tab_right_up.gif) no-repeat;
	border:0;
	display: block;
	margin: 0;
	padding: 14px 0 0 0;
	text-align: center;
	height: 26px;
	width: 255px;
}
#tab a:link { color: #333; }
#tab a:visited { color: #333; }
#tab a:hover { color: #c03; }


/*** Tab Form ***/
#tab form {
	clear: both;
	margin: 0;
	padding: 20px;
}

#tab p {
	color: #333;
	margin: 0;
	padding: 0;
}

#tab label {
	color: #000;
	display: block;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 150px;
}

#tab input, textarea, select {
	color: #333;
	margin: 0;
	padding: 0;
}

#tab .textbox {
	font-size: 11px;
	margin: 3px 0;
	padding: 1px;
	width: 245px;
}

