/*
	author	:	Tanuja Devli
	filename:	positioning.css
	created	:	February 2007
	description	:	styling scheme for techskills medical
*/

body {
	background-image	:	url(../images/bg_tile1.jpg);
  	margin-right: 0px;
  	margin-bottom: 0px;
	margin-top	:	0px;
	margin-left	:	0px;
	text-align	:	center;
}
caprivacypop
{
	background-image	:	url(../images/bg_tile1.jpg);
}
body.popup {
	background-image	:	url(../images/popimg.jpg);
	/*background-color:	#cc6600;*/
  	margin-right: 0px;
  	margin-bottom: 0px;
	margin-top	:	0px;
	margin-left	:	0px;
	text-align	:	center;
	overflow-x:hidden;
	overflow-y:scroll;
	/*overflow:-moz-scrollbars-vertical;*/
}

div	{
	font-family	:	verdana;
	font-size	:	11px;
	font-weight	:	normal;
	text-align	:	left;
}
.checkBoxtest{
	font-family	:	arial;
	font-size	:	12px;
	font-weight	:	bold;
	color		:	#000000;
	float		:	left;
}	

span.label	{
	font-family	:	arial;
	font-size	:	12px;
	/*font-weight	:	bold;*/
	color		:	#000000;
	float		:	left;
}

span.popupcolor	{
	font-family	:	arial;
	font-size	:	18px;
	font-weight	:	bold;
	color		:	#CC0000;
	float		:	left;
}

span.formfield	{
	float		:	right;	
}

span.formfield1	{
	float		:	left;
}

span.radiofield {
	float		:	left;
	padding-left:	20px;
	padding-top	:	5px;
}

span.locationTitle { font-family:"arial"; font-size: 11px;  color: #000000;
                     font-weight: bold; text-decoration: underline; }
					 
span.locationContent { font-family:"arial"; font-size: 12px;  color: #000000;
                      }

.belowpagelinks {
/*	float		:	center;*/
	text-align	:	center;
	color		:	#ffffff;
	text-decoration:	none;
}

.programlink	{
	font-family	:	verdana;
	font-size	:	11px;
	font-weight	:	bold;
	color		:	#1f447b;
	text-decoration	:	underline;
}

.programlink:hover	{
	font-family	:	verdana;
	font-size	:	11px;
	font-weight	:	bold;
	color		:	#cc6600;
	text-decoration	:	none;
}
.programname {
    color:          #CC0000;
	 font-size:			12px;
	 font-family:	tahoma;
}
span.programd{
	 color: #CC0000;
	 font-size: 18px;
	 font-weight	:	bold;
}
input, select	{
	font-family	:	verdana;
	font-size	:	10px;
	font-weight	:	normal;
}

.error	{
	font-family	:	arial;
	font-size	:	10px;
	font-weight	:	normal;
	color		:	#990000;
}

.footleftlink {
	font-family	:	verdana;
	font-size	:	10px;
	font-weight	:	normal;
	color		:	#ffffff;
	float		:	left;
	padding-left:	4px;
	padding-top	:	5px;
}

.footrightlink	{
	font-family	:	verdana;
	font-size	:	10px;
	font-weight	:	normal;
	color		:	#ffffff;
	float		:	right;
	padding-top	:	5px;
	padding-right	:	5px;
}

.botnavlink	{
	text-align	:	left;
	font-size	:	10px;
	color		:	#ffffff;
}

.popclose {
	text-align	:	right;
	float 		:	right;
	font-size	:	12px;
	font-family	:	arial;
	color		:	#ffffff;
	padding-right	:	20px;
	text-decoration	:	underline;
}

.popclose2 {
	text-align	:	right;
	float 		:	right;
	font-size	:	12px;
	font-family	:	arial;
	color		:	#0000ff;
	padding-right	:0px;
	text-decoration	:	underline;
}

.popclose3 {
	text-align	:	right;
	float 		:	right;
	font-size	:	12px;
	font-family	:	arial;
	color		:	#0000ff;
	padding-left	:	4px;
	text-decoration	:	underline;
}


.radio {
	font-family	:	arial;
	font-size	:	12px;
	font-weight	:	bold;
	color		:	#000000;
	float		:	left;
}

.radio1 {
	font-family	:	arial;
	font-size	:	12px;
	font-weight	:	bold;
	color		:	#000000;
/*	float		:	left;*/
}
privacypopupbody{
	font-family	:	arial;
	font-size	:	12px;
	font-weight	:	normal;
	color		:	#000000;
	text-align	:	left;	
}	
.popupbody {
	font-family	:	arial;
	font-size	:	12px;
	font-weight	:	normal;
	color		:	#000000;
	text-align	:	left;
	padding-left	:	30px;
}

.button {
/*	float	:	center;*/
}

.thide { display: none; }
.tshow { display: block; text-align: center; font-weight: bold; font-size:14px; color:#000000; }
