/********* Generics **********/

body {
	margin:0px;
	padding-left: 10px;
	padding-right: 10px;
	/**color:#FFFFFF;**/
	}
body, p, li, td, th, span, input, label, caption{
	font-family:verdana, arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6  {
	font-family: Arial, Helvetica, sans-serif;
	}
	
.container {
	z-index: 0;
	top: 0px;
	left: 10px;
	right: 10px;
	position: absolute;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	color:#000000;
}
.rightAlign{
	text-align: right;
	margin: 0px;
}
img {
	border:none;
}
.imgRight {
	float:right;
	margin: 0px 2px 2px 2px;
	border:none;
	display:block;
}
.imgLeft {
	float:left;
	margin:2px 10px 5px 0;
	border:none;
	display:block;
}
/*** accesskeys ***/
.accesskeys {
	position: absolute;
	top: -999em;
	left: -100px;
}
/*** skip ***/
.skip {
	display:none;
}
/*** header ***/
.header {
	right:2px;
	top:10px;
	height: 75px;
	vertical-align: middle;
	text-align: right;
}
.header a, .header a:visited{
	text-decoration:none;
}
.header a:hover, .header a:active{
	text-decoration:underline;
}
.headerLeft {
	position: absolute;
	left:0px;
	padding-left: 25px;
	z-index:5;
	top:10px;
	width: 15em;
	height: 75px;
	vertical-align: center;
}

.headerLeft object {
	width: 15em;
	height: 70px;
	vertical-align: center;

}
.headerCenter {
	position: absolute;
	right:10px;
	top:10px;
	height: 75px;
	z-index:4;
	width: 95%;
	vertical-align: bottom;
	text-align: right;
	}
.headerRight {
	position: absolute;
	right:0px;
	top:0px;
	z-index:6;
	height: 8em;
	width: 20.5em;
	text-align: left;
	padding: 5px;
}
html>body .headerRight {
	width:23em;
	height:7em;
}
.headerRight_tl, .headerRight_tr, .headerRight_bl, .headerRight_br {
position:absolute;
background-repeat: no-repeat;
font-size: 10px;
}
.headerRight_tl, .headerRight_br {
width:67px;
height:42px;
}
.headerRight_tr, .headerRight_bl {
width:16px;
height:16px;
}
.headerRight_tl {
left:-6px;
top:-6px;
}
.headerRight_tr{
right:-7px;
top:-8px;
}
html>body .headerRight_tr {
right:-6px;
}
.headerRight_bl {
left:-6px;
bottom:-9px;
}
html>body .headerRight_bl {
bottom:-8px;
}
.headerRight_br {
right:-7px;
bottom:-7px;
}
html>body .headerRight_br {
right:-6px;
bottom:-6px;
}
.headerRight form{
	margin-top: 0.75em;
	margin-bottom: 0.5em;
}

.headerRight input{
	font-size: 100%;
}
.headerRight label{
	font-weight: bold;
}
.quickSubmit {
	font-weight: bold;
	border: 1px solid;
}
/*** hide from users with style sheets ***/

.sekrit{
	display:none;
}

/*** main content ***/
.mainContent {
	position:absolute;
	left:15em;
	top:9em;
	z-index:1;
	border: none;
	padding-right: 16em;
}
html>body .mainContent {
	top:10em;
	
}
.mainContent p {
	font-size: 100%;
	color: #000000;
	}
.mainContent p.teaser {
	font-size: 95%;
	margin:0px;
	padding:0px;
	}
.mainContent span {
	font-size: 100%;
	}
.mainContent label {
	font-size: 100%;
	}
.mainContent a, .mainContent a:visited {
	text-decoration:none;
	}
	.mainContent a:hover, .mainContent a:active {
	text-decoration:underline;
	}
	.mainContent h1 a {
	text-decoration:none;
	}
.mainContent h1 {
		font-size: 140%;
		font-weight: bold;
		padding:0px;
		margin:0px;
	}
.navHeading h1 {
		font-size: 115%;
		font-weight: bold;
	}
.mainContent h2 {
		font-size: 130%;
		font-weight: bold;
		padding:0px;
		margin:0px;
		margin-bottom:0px;
		}
.mainContent h3 {
	font-size: 110%;
	font-weight: bold;
	}
.mainContent h4 {
	font-size: 105%;
	font-weight: bold;
	}
.mainContent h5 {
	font-size: 105%;
	font-weight: bold;
	}
.mainContent th {
	font-size: 90%;
	text-align:left;
	font-weight: bold;
	}
.mainContent td{
	font-size: 80%;
	vertical-align: top;
	}
.mainContent td.whatsnew{
	border-bottom: 1px dotted;
	}
.mainContent th.whatsnew{
	border-bottom: 1px dotted;
	}
.mainContent sup{
	font-size:100%;
	}
.mainContent caption {
	font-size: 85%;
	font-weight: bold;
	text-align:left;
	}
.mainContent hr {
	height: 1px;
	width: 90%;
	align: center;
	}
.mainContent li {
 margin-left: 1em;
 margin-bottom: 1em;
}
.mainContent ul li {
 list-style-type: square;
}
.mainContent ol.num li {
 list-style-type: decimal;
}
.mainContent ol.aUp li {
 list-style-type: upper-alpha;
}
.mainContent ol.a li {
 list-style-type: lower-alpha;
}
.mainContent ol.rom li {
 list-style-type: lower-roman;
}
.mainContent ol.num li ul li, .mainContent ol.aUp li ul li, .mainContent ol.a li ul li, .mainContent ol.rom li ul li {
 list-style-type: square;
}
.mainContent dt {
 font-weight: bold;
 margin-top: 0.5em;
}
.mainContent dd   {
 margin-left: 1em;
 margin-bottom: 1em;
}
	/*** breadcrumbs**/
.breadcrumbs {
	padding-bottom: 10px;
}
/*** doc title info ***/
.defaultDocTitleInfo{
	background: url(/images/main/default_branch) no-repeat left top;
	min-height:50px;
	_height: 45px;
	}
.customDocTitleInfo h1{
	margin-bottom: 1em;
	}
.defaultDocTitleInfo h1{
		font-size: 90%;
		font-weight: bold;
		margin-bottom:0px;
		margin-left:50px;
	}
html>body .defaultDocTitleInfo h1 {
		font-size: 110%;
}
.defaultDocTitleInfo h2{
		font-size: 110%;
		font-weight: bold;
		margin-bottom:0px;
		margin-left:55px;
		}
html>body .defaultDocTitleInfo h2 {
		font-size: 130%;
}
.defaultDocTitleInfo h3 {
		font-size: 90%;
		font-weight: bold;
		margin-left:60px;
		margin-top:0px;
		}
html>body .defaultDocTitleInfo h3 {
		font-size: 120%;
}
.defaultDocTitleInfo p{
		font-style: italic;
		margin-bottom:0px;
		margin-left:55px;
		}
/*** Form elements ***/
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
}
.submitButton {
	font-weight: bold;
}
fieldset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
}

fieldset.noBorder {
	border: none;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/** form layout **/
.leftcol40pc {
	position:relative;
	top:0px;
	padding-right:70%;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	border-top: 1px solid #CCCCCC;
}
.rightcol60pc {
	position:absolute;
	top:1px;
	left:35%;
	text-align:left;
}

/**  2-column forms **/
.twoColForm label{
	padding: 0.25em;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-top: 0.5em;
	display: block;
	position: relative;
	vertical-align:top;
	clear: both;
	_height: 0;
}
.twoColForm label input, .twoColForm label select, .twoColForm label textarea{
	top:0;
	margin: 0;
	left: 40%;
}
.twoColForm label span, .twoColForm label.textblock span{
	position: relative;
	float: left;
	left:0;
	width: 35%;
}
.twoColForm label span.red, .twoColForm label.textblock span.red{
	float: none;
	display: inline;
	width: auto;
}
.twoColForm label.button{
	display: inline;
	width: auto;
	padding: 0.25em;
	border: none;
}
.twoColForm label.button input{
	width: 1.25em;
	height: 1.25em;
	position: relative;
	display: inline;
	top: 0.25em;
	left: 0;
	float: none;
}
.twoColForm fieldset{
	margin-bottom: 0.5em;
}

/** 2-column unordered lists **/
ul.twocollist{
	position: relative;
	width: 100%;
}
ul.twocollist li{
	/*padding-left: 15px;*/
	margin-top: 0.5em;
	margin-left: 0;
}
ul.twocollist li a{
	vertical-align: bottom;
}
.twocollist li.col1{
	width: 48%;
	float: left;
	/*clear: left;*/
	display: block;
	margin-right: 1%;
}
.twocollist li.col2{
	float: left;
	width: 48%;
	display: block;
	margin-right: 1%;
	/*clear: right;*/
}
html>body .twocollist li.col1, html>body .twocollist li.col2{
	width: 40%;
}
/** homepage list backgrounds **/
.homepageIcons{
	margin-left: 0;
}
.homepageIcons li{
	padding-left: 40px;
	margin-left: 0;
	padding-top: 1em;
	height: 65px;
	min-height: 65px;
}
.homepageIcons li a{
	vertical-align: bottom;
}
/** homepage list backgrounds **/
.complain{
	background: url(/images/main/complain) no-repeat center left;
}
.advice{
	background: url(/images/main/advice) no-repeat center left;
}
.licensing{
	background: url(/images/main/radiocomms) no-repeat center left;
}
.sitefinder{
	background: url(/images/main/sitefinder) no-repeat center left;
}
.find{
	background: url(/images/main/find-doc) no-repeat center left;
}
.updates{
	background: url(/images/main/register) no-repeat center left;
}
/*** branch children***/
.topLevelBranchChildren{
	margin-top: 2em;	
	clear:left;
}
.topLevelBranchChildren p{
	padding-left: 1em;
	padding-right: 1em;
	margin-top:2px;
	margin-bottom:2px;
}
.topLevelBranchChildren span{
	clear:both;
	font-size:2px;
}
.topLevelBranchChildrenHeader{
	padding-left: 20px;
}
.branchChildren {
	border-bottom: 1px dotted;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
	min-height: 30px;
	}
.branchChildren p{
	font-size: 95%;
	margin-left:35px;
	margin-top:0px;
	margin-bottom:0px;
	}
.branchChildren p.docParent{
	margin-bottom:10px;
	}
.branchChildren h4{
	margin-top:0px;
	margin-bottom:0px;
	font-size: 90%;
	margin-left:35px;
	}
.branchChildren h4.srchRslts a{
	font-size: 125%;
	text-decoration:none;
	}
html>body .branchChildren h4 {
	font-size: 110%;
}
html>body .branchChildren p {
	font-size: 110%;
}
.branchChildren img{
	border: 0px;
	margin-right: 5px;
	}
.branchText {
	border-bottom: 1px dotted;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
	min-height: 30px;
	}
.contactOfcom {
	border-bottom: 1px dotted;
	background: url(/images/cc2_1.gif) no-repeat 100% -5px;
	padding-right: 25px;
	}
.contactOfcom p{
	font-size: 95%;
	margin-left:45px;
	margin-top:5px;
	margin-bottom:0px;
	}
html>body .contactOfcom p {
	font-size: 110%;
}
.contactOfcom h4{
	margin-top:0px;
	margin-bottom:0px;
	font-size: 90%;
	margin-left:45px;
	}
html>body .contactOfcom h4 {
	font-size: 110%;
}
ul.branchChildrenList{
	margin-left: 0;
	padding-left: 0;
}
ul.branchChildrenList li{
	padding-left: 35px;
	margin-left: 0;
	padding-top: 0;
	_height: 30px;
	min-height: 30px;
	background: url(/images/branchicons/43497) no-repeat top left;
 	list-style-type: none;
}
ul.branchChildrenList li.branchText{
	background: none;
	border:none;
}
ul.branchChildrenList li.pdf{
	background: url(/images/branchicons/43479) no-repeat top left;
}
ul.branchChildrenList li.word{
	background: url(/images/branchicons/43476) no-repeat top left;
}
ul.branchChildrenList li.excel{
	background: url(/images/branchicons/43473) no-repeat top left;
}
ul.branchChildrenList li.rtf{
	background: url(/images/branchicons/168842) no-repeat top left;
}
ul.branchChildrenList li.zip{
	background: url(/images/branchicons/177961) no-repeat top left;
}
ul.branchChildrenList li.powerpoint{
	background: url(/images/branchicons/43482) no-repeat top left;
}
ul.branchChildrenList li a{
	vertical-align: top;
}
/** Latest doc tables **/
.latestDocTable {
	clear:both;
}
.latestDocTable th {
	vertical-align: top;
	text-align:left;
}
.latestDocTable td {
	padding: 0 0.5em 0 0.5em;
}
.latestDocTable .firstcol {	
	with: 20%;
}
.latestDocTable .seccol {	
	with: 80%;
}
/** Repository tables **/
.repositoryTable {
	width: 100%;
}
.condocsSectorCol {
	width: 5%; 
	border-bottom: dashed #CCCCCC 1px; 
}
.condocsTitleCol {
	width: 50%; 
	border-bottom: dashed #CCCCCC 1px; 
}
.condocs1stCol {
	width: 55%; 
	border-bottom: dashed #CCCCCC 1px; 
}
.compBull1stCol {
	width: 40%; 
	border-bottom: dashed #CCCCCC 1px; 
}
.repositoryCol {
	width: 15%;	
	border-left: dashed #CCCCCC 1px;
	border-bottom: dashed #CCCCCC 1px; 
}
/** Competition Bulletin tables **/
.compbullTable {
	width: 100%;
}
.compbullTable th {
	width: 20%;
	vertical-align: top;
}
.compbullTable td {
	width: 80%;
}
/*** footer ***/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-bottom: 10px;
	position:relative;
	clear:both;
}
.pageNavContainer{
	margin-top: 15px;
	margin-bottom: 25px;
}
.previousPage {
	position: absolute;
	left:0px;
	z-index:5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	background: url(/images/nav_arrow_reverse.gif) no-repeat left top;
}
.nextPage {
	position: absolute;
	right:190px;
	z-index:4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right: 10px;
	background: url(/images/nav_arrow.gif) no-repeat right top;
}
/*** left navigation ***/
.leftnav {
	position: absolute;
	left:10px;
	top:110px;
	width:14em;
	z-index: 3;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	float:left;
}
.navHeading{
	margin-bottom: 5px;
	padding-right: 2px;
	border: none;
	padding-left: 5px;
}
.leftnav a, .leftnav a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.leftnav a:hover, .leftnav a:active{
	text-decoration:underline;
}
/** New list item left nav styles **/

ul.leftNavMenu {
	font-size: 110%;
	font-weight: normal;
	margin-left: 0px;
	padding-left:15px;
}
li.leftNavItem, li.selectedLeftNavItem {
	border-bottom: 1px dotted;
	padding-bottom: 7px;
	padding-top: 4px;
}
li.leftNavItem {
	list-style-image: url(/images/nav_arrow.gif);
}
li.selectedLeftNavItem {
	list-style-image: url(/images/nav_arrow_down.gif);
	font-weight:bold;
}
ul.leftSubNavMenu {
	font-size: 100%;
	font-weight: normal;
	margin-left:5px;
	padding-left:0px;
}
li.leftSubNavItem {
	list-style-image: url(/images/nav_subdot.gif);
}

/****** New Main Nav Groups ***********/

ul.consumerMenu, ul.industryMenu, ul.aboutMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width:14em;
	margin: 0;
	padding: 0;
}
ul.consumerMenu{
	margin-top: 20px;
}
ul.consumerMenu li, ul.industryMenu li, ul.aboutMenu li, ul.consumerMenu li.selected, ul.industryMenu li.selected, ul.aboutMenu li.selected {
	list-style-image: url(/images/nav_arrow.gif);
	padding:0;
	margin: 0 0 0 10px;
	display:block;
}
ul.consumerMenu li.selected, ul.industryMenu li.selected, ul.aboutMenu li.selected {
	list-style-image: url(/images/nav_arrow_down.gif);
}
ul.consumerMenu li a, ul.industryMenu li a, ul.aboutMenu li a{
	display:block;
	padding: 5px;
	margin: 0;
}
ul.consumerSubMenu, ul.industrySubMenu, ul.aboutSubMenu  {
	font-size: 95%;
	font-weight: normal;
	margin-left:10px;
	padding-left:0px;
}
ul.consumerSubMenu li, ul.industrySubMenu li, ul.aboutSubMenu li, ul.consumerSubMenu li.selected, ul.industrySubMenu li.selected, ul.aboutSubMenu li.selected {
	list-style-image: url(/images/nav_subdot.gif);
	margin:0;
	padding:0;
}
ul.consumerSubMenu li a, ul.industrySubMenu li a, ul.aboutSubMenu li a{
	padding: 0;
	margin: 0;
}

/*** right navigation ***/
.rightnav {
	position: absolute;
	right: 0px;
	top: 12.5em;
	width:15em;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
html>body .rightNav{
	top: 10em;
}
.rightnav a, .rightnav a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.rightnav h2 {
		font-size: 125%;
		font-weight: bold;
		margin-bottom:5px;		
		}
.rightnav h3 {
		font-size: 110%;
		font-weight: bold;
		padding:0px;
		margin:0px;
		margin-bottom:0px;		
		}
.rightnav p{
	font-size: 95%;
	font-weight: normal;
	margin:0px;
	padding:0px;
}
.rightNavSectorLinks{
	margin-top: 0.5em;	
	clear:left;
}
.show_hide {
	margin-bottom: 0.5em;
	margin-top: 2em;
	padding: 2px;
}
/*** curvy cornered div styles ***/
.Ocurvy, .Rcurvy {
position:relative;
width:100%;
padding-left:5px;
padding-right:5px;
padding-top:15px;
padding-bottom:15px;
border-left:6px solid;
border-right:6px solid;
}
html>body .Ocurvy , .Rcurvy{
width:75%;
}
.Ocurve_tl, .Ocurve_tr, .Ocurve_bl, .Ocurve_br, .Rcurve_tl, .Rcurve_tr, .Rcurve_bl, .Rcurve_br {
position:absolute;
width:20px;
height:14px;
background-repeat: no-repeat;
font-size: 10px;
}
.Ocurve_tl, .Rcurve_tl {
left:-6px;
top:0px;
background: left top;
}
.Ocurve_tr, .Rcurve_tr{
right:-7px;
top:0px;
background: right top;
}
html>body .Ocurve_tr, .Rcurve_tr {
right:-6px;
}
.Ocurve_bl, .Rcurve_bl {
left:-6px;
bottom:-1px;
background: left bottom;
}
.Ocurve_br, .Rcurve_br {
right:-7px;
bottom:-1px;
text-align: right;
background: right bottom;
}
html>body .Ocurve_br, .Rcurve_br {
right:-6px;
}
/** new homepage box styles **/
.boxContainer{
	margin-bottom: 15px;
	width: 100%;	
	position:relative;
}
.boxContainer p{
	padding-left: 10px;
	padding-right: 10px;
}
.boxContainer p.homepageIcons{
	text-align:center;
}
.dredBox, .redBox, .orangeBox{
	border-bottom: 6px solid;
	border-left: 6px solid;
	border-right: 6px solid;
	position:relative;
	margin-bottom: 15px;
	width: 100%;
}
.dredTitleBar, .orangeTitleBar{
	width:100%;
	min-height:1em;
	position:relative;
	top:0px;
	left:0px;
}
.dredTitleBar h7, .orangeTitleBar h7{
	margin: 1px;
	padding-left: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.orangeBox_bl, .dredBox_bl {
	left:-6px;
	bottom:-6px;
	position:absolute;
	width:20px;
	height:14px;
	font-size: 10px;
}
html>body .orangeBox_bl, .dredBox_bl {
right:-6px;
}
.orangeBox_br, .dredBox_br {
	right:-6px;
	bottom:-6px;
	text-align: right;
	position:absolute;
	width:20px;
	height:14px;
	font-size: 10px;
}

.orangeBox_tl, .dredBox_tl, .orangeBox_tr, .dredBox_tr {
position:absolute;
width:6px;
height:16px;
font-size: 10px;
}
.orangeBox_tl, .dredBox_tl {
left:-6px;
top:0px;
}
.orangeBox_tr, .dredBox_tr {
right:-7px;
top:0px;
}
html>body .orangeBox_tr, .dredBox_tr {
right:-6px;
}
/*** display options styles ***/
.styleSwap{
border:none;
}
.styleSwap h1 {
	font-size: 125%;
	font-weight: bold;
	padding:0px;
	margin:0px;
	margin-bottom:0px;		
}
.styleSwap h2 {
	font-size: 120%;
	font-weight: bold;
	padding:0px;
	margin:0px;
	margin-bottom:0px;		
}
.styleSwap hr{
	border-bottom: 1px dotted;
	color: #ffffff;
}
.styleSwap .default{
	font-size: x-small;
}
.styleSwap .large{
	font-size: small;
}
.styleSwap .larger{
	font-size: medium;
}
.styleSwap .largest{
	font-size: large;
}
.styleSwap .huge{
	font-size: x-large;
}
	/********* miscellaneous *********/
.bBorder { 
	border-bottom: dashed #CCCCCC 1px;
	}
.lBorder { 	
	border-left: dashed #CCCCCC 1px;
	}
.tBorder { 
	border-top: dashed #CCCCCC 1px;
	}
.rBorder { 
	border-right: dashed #CCCCCC 1px;
	}
.blBorder { 
	border-left: dashed #CCCCCC 1px;
	border-bottom: dashed #CCCCCC 1px;
	}
.clearBoth{
	clear:both;
}
.adobeConversion{
	margin-top: 1.25em;
	border-top: 2px solid #660066;
	border-bottom: 2px solid #660066;
	padding: 0.25em;
}
.eotable td{
	padding: 0.5em;
}
.eotable th sup{
	font-size: xx-small;
}
.eosubset legend{
	font-weight: normal;
	color: #000000;
	font-size: x-small;
	font-family: Verdana, Arial, sans-serif;
}
/******** Consultation wizard ***************/
h1.findCondoc{
	padding: 5px 0 2px 20px;
	margin-bottom :0;
}
div.condocWizard{
	padding:10px;
	margin-top :0;
}
