/* Stylesheet for those handheld-device browsers which do not ignore media="screen" stylesheets */
/* e.g. Microsoft Pocket IE. We need to override the screen-styling which is not suitable for */
/* handheld devices, such as floats, large margins etc. */

body {
	text-align: left;
	padding: 3px;
	min-width: 0;
	font-family: Verdana, Arial, Helvetica, Tahoma, Courier, sans-serif;
	font-size: 100%;
	float: none !important;
}

.pagewrapper, * html .pagewrapper {
	width: auto;
	min-width: 0;
	float: none !important;
}

.contentwrapper {
	position: relative;
	margin-top: 0px;
	float: none !important; 
}

.column_centre_container,
.app_container,
.app_container_withleft {
	margin-left: 0; 
	margin-right: 0;
	top: auto;
	height: auto;
	width: auto;
	float: none !important;
	border-top: 5px solid #adbe10;
}
.app_progress {
	margin-left: 0px;
}

/* Header */
.header,
.header .hiddenheader,
.header .hiddenelement,
.header_welcome {
	position: relative;
	text-indent: 0;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	border: 0;
	width: auto;	
	height: auto;
	background-color: #fff;
	background-image: none;
	display: block;
}
.header_centre, .header_image {
	display: none;
}
.header h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
}

/* Column layout elements */
.column_left, .column_right {
	position: relative;
	width: 90%;
	padding-bottom: 0px;
	font-size: 1em !important;
}
.column_left h2, .column_right h2,
.column_left li, .column_right li,
.column_right .talksign_light, .column_right .talksign_dark,
#form_search label, #form_search #keywords,
#form_search #go {
	font-size: 1em;
	width: auto;
}

.sitetour {
	display: none !important;
}

.menufoot, .footer_legal {
	background-image: none;
}
.menufoot li {
	width: 41%;	/*for IE*/
}
/* hide language and email links for now */
.footer, .footer #languages .footer #email {
	display: none;
}

/* Hide font size adjust */
#adjfont {
	display: none;
}

/*homepage*/
.homepage_1st, .homepage_2and3 {
	width: auto;
}
.homepage_1st, .homepage_2nd, .homepage_3rd, .homepage_2and3 #moreNews {
	float: none;
	width: auto;
}
.homepage_1st h2 {
	font-size: 1.3em;
	margin-top: 15px;
}
/* crumbtrail */
#crumbtrail .hiddenelement {
	display: block;
}
#crumbtrail h2,
#crumbtrail a,
#crumbtrail a:hover {
	font-size: 1em;
	border: 0px;
	background-color: #fff;
}

/* Sitemap */
.sitemapcol {
	width: 100%;
	float: none;
}
.sitemapblk {
	padding: 0;	
	color: #333;
	background-color: white;
	border: 0;
}
.sitemapblk ul {
	margin-top: 0;
}
.sitemapblk li {
	font-size: 1em;
}

/* Contact Us */
.contact_us,
.contact_us .contact_tel,
.contact_us .other_information {
	font-size: 1em;
	float: none !important;
	width: auto;
}
.contact_us .email{
	font-size: 1em; 
}

/* A to Z */
.atoz #showLetter,
.atoz .atoz_links,
.atoz p {
	float: none !important;
}
/* A-Z letter & Long Doc. chapter buttons */
.atoz .atoz_list,
.longdoc .chapter_list {
	line-height:	2.5em;
	font-size: 		0.9em;
	font-weight: 	bold;
	text-align:		center;
	color:			#999;
	margin:	10px 0px 1px 0px;
	padding: 1px;
}
.atoz .atoz_list li,
.longdoc .chapter_list li {
	display: 		inline;
	list-style-type: none;
	padding: 		0px;
	margin:			1px;
}
.atoz .atoz_list li a, .atoz .atoz_list .nolinks,
.longdoc .chapter_list li a, .longdoc .chapter_list .nolinks {
	text-align:	center;
	padding: 4px 4px 4px 4px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.atoz .atoz_list li a:hover
.longdoc .chapter_list li a:hover {
	color: #3c3c99;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}
.atoz .atoz_list .light a, .atoz .atoz_list .light .nolinks,
.longdoc .chapter_list .light a, .longdoc .chapter_list .light .nolinks {
	background-color:	#ddd;
}
.atoz .atoz_list .dark a, .atoz .atoz_list .dark .nolinks,
.longdoc .chapter_list .dark a, .longdoc .chapter_list .dark .nolinks {
	background-color:	#eee;
}
.atoz .atoz_list a,
.longdoc .chapter_list a { 
	color: #CA003A;
}

/* Portal links */
.portal_links .link_block .link_text_block{
	margin-left:	0px;
}

/* search results */
#searchresults li {
	font-size: 1em;
}

/* 404 notfnd page */
.notfnd {
	width: auto;
	margin-left: 0px;
	border-top: 5px solid #adbe10;
}

/* Forms */
.cssform1, .advsearch {
	margin: 1px;
	padding: 0px;
}
.cssform1 label,
.cssform1 .radbutton,
.cssform1 .radlabel {
	float: none;
}
.cssform1 label,
.cssform1 label.qty {
	display: block;
	width: auto;
	text-align: left;
}
.cssform1 input.txt,
.cssform1 textarea.txt {
	width: 95%;
}

/* max-widths */
img, input, textarea, select {
	max-width: 100%;
}
