/*
	$HeadURL: svn://hebe/Ours/CPDsite/trunk/public/templates/cpdonline/styles.css $
	$Id: styles.css 2719 2008-09-17 13:18:42Z astrolox $
	
	Copied from the Lawyers Online Website - http://www.lawyersonline.co.uk/
	Adapted for the CPD Online Webiste - http://www.cpd.lawyersonline.co.uk/
	
	Copyright (c) 2003-2008 by Lawyers Online Ltd. All Rights Reserved.
*/

form {
	margin-top: 0px;
	margin-bottom: 0px;
	/* border: 1px #FF0000 dotted; */
}
/* pseudo-element :before is CSS2, and is therefore not supported by IE (as of IE6) */
/*
form:before {
	display:marker;
	padding-right: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;	
	color: #FFFFFF;
	background-color: #FF0000;
	content: "Form:";
}
*/

form.inline {
	display: inline;
	clear: none;
	border: 0px black solid;
	padding: 0px;
	margin: 0px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*color: #000000;*/
	background-color: #FFFFFF;
	border: 1px #000000 solid;

	/* THIS IS JUST AN EXPERIMENT */
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/btnfade.gif);
} 
optgroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	border: 1px #CCCCCC solid;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}
/* IE doesn't recognise CSS2 child/attribute selectors (as of IE6), see below... */
input[type=text], input[type=password] {
	background-color: #FFFFFF;
	border: 1px #000000 solid;
}
input:focus, textarea:focus {
	background-color: #FFFFFF;
}
input[type=submit], input.submit {
	background-color: #FFFFFF;
	border: 1px #000000 solid;
	cursor: pointer;
}
input[type=submit]:hover, input.submit:hover {
	background-color: #FFFFCC;
}
input[type=submit].greenborder, input.submit.greenborder {
	border: 2px #00FF00 solid;
	cursor: pointer;
}
input[type=checkbox], input.checkbox {
	background-color: #CCCC0E;
}
input[type=radio], input.radio {
	background-color: #CCCC0E;
}
/* IE doesn't recognise CSS2 child/attribute selectors (as of IE6), therefore, use this to style individual elements... */
.button {
	background-color: #FFFFFF;
	border: 1px #000000 solid;
	cursor: pointer;
}
.button:hover {
	background-color: #FFFFCC;
	border: 1px #000000 solid;
	cursor: pointer;
}
.greenborder {
	background-color: #FFFFFF;
	border: 2px #00FF00 solid;
	cursor: pointer;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
	text-align: left;
	white-space: normal;
}
.menuli {
	margin-left: -15px;
}
ul {
	margin-top: 8px;
	margin-bottom: 8px;
}
dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
	text-align: left;
	white-space: normal;
}
dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
	text-align: left;
	white-space: normal;
}
select {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover, a:active {
	text-decoration: none;
	color: #00CCFF;
}
.toptablefixedh {
	display: table;
	height: 45px;
}
.toptableborder {
	border: 1px #00FF00 solid;
	padding: 5px;
	margin: 0px;
}
.paddedbox {
	border: 1px #FFEF44 solid;
	padding: 5px;
}
.ukonlineimage {
	border: 1px #DDDDDD solid;
}
.TableText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px #CCCCCC solid;
}
.TitleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.CheckerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.SubtitleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.tinynbsp {
	font-size: 6px;
}
.content-bgcell {
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(images/lol-bar.gif);
}
.tinytext {
	font-size: 9px;
}
.tickerline {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
}
.menu-header {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/* IE doesnt support pseudo-element :before (as of IE6), therefore, we have to "kludge" it :( */
/* This is how I want it to work (100% correct by the Specs) */
/*
.menu-ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 0px;
}
.menu-li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	list-style-image: url(images/dot.gif);
}
.menu-li:before {
	display:marker;
	padding-right: 4px;
	content: url(images/dot.gif);
}
*/
/* This is the "kludged-for-IE-compatibility" version */
.menu-ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
}
.menu-ul-sub {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.menu-li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-image: url(images/dot.gif);
	padding-left: 10px;
}
.menu-divider {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 0px;
        padding-right: 0px;
}
.whois-pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.whoisp {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
div.closedmenu {
	display: none;
	visibility: hidden;
}
div.openmenu {
	display: block;
	visibility: visible;
}
.nominet-logo {
	margin: 16px;
}
.otelo-logo {
	margin: 22px;
}
.cisas-logo {
	margin: 22px 0px 22px 0px;
}
pre.debug {
	margin-bottom: 0px;
	border: 1px #FF0000 solid;
	background-color: #FFCCCC;
}
/* pseudo-element :before is CSS2, and is therefore not supported by IE (as of IE6) */
pre.debug:before {
	display:marker;
	padding-right: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;	
	color: #FFFFFF;
	background-color: #FF0000;
	content: "Debug:";
}
pre.example {
	margin-bottom: 0px;
	border: 1px #0000FF solid;
	background-color: #CCCCFF;
}
/* pseudo-element :before is CSS2, and is therefore not supported by IE (as of IE6) */
pre.example:before {
	display:marker;
	padding-right: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;	
	color: #FFFFFF;
	background-color: #0000FF;
	content: "Example:";
}
div.break {
        padding-top: 2px;
        padding-bottom: 2px;
        margin-top: 4px;
        margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;	
	color: #000000;
	background-color: #CCCCFF;
}
div.techdesk-rightfloat {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 10px;
	width: 40%;
	float:right;
	border:1px #000000 solid;
	background-color:#EEEEEE;
}

div.CourseSelector {
	margin: 10px 0px 0px 0px;
	padding: 0 1em 0 1em;
}

div.CourseSelectorCourse {
	margin: -1px 0px 0px 0px;
	padding: 5px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	
}

div.CourseSelectorCourse:hover {
	background: #FFFFFF no-repeat bottom right;
}

#frontpboxes {
	width: 75%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#frontpboxes td {
	vertical-align: middle;
	text-align: center;
}

#frontpboxes td.spacer {
	width: 2%;
}

#frontpboxes td.cpdbox {
	width: 32%;
}

#frontpboxes td a {
	background: #FFFFFF no-repeat bottom right;
	border: 1px #000000 solid;
	clear: both;
	display: block;
	padding: 10px;
	line-height: 150px;
	font-size: 16px;
	font-weight: bold;
}

#frontpboxes td a:hover, #frontpboxes td a:active {
	color: #EE0000;
}

#frontpboxes h3 {
	text-align: right;
}

#orglogos {
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	padding: 10px;
	text-align: center;
}

#orglogos a.logo img {
	vertical-align: middle;
}

img#RSS { border: none; vertical-align: middle; margin-right: 5px; padding: 0px; }

#RSSbody { margin: 20px; padding: 0px; background-color: #FFFFFF; color: #000000; }
#RSSbody h1 { background-color: #c3c1f4; margin: 0px; padding: 4px 4px 6px 10px; }
#RSSbody h2 { margin: 0px; }
#RSSbody li { font-size: 75% }
#RSSbody ul { padding-left: 0px; margin-left:13px; margin-bottom: 10px; margin-top: 0px; }
#RSSbody p { font-size: 75%; margin-top: 10px; margin-bottom: 10px;  }
#RSSbody img { border: none; }

div#RSSlogo { float: left; width: 29%; padding: 0px; border-right: 0px; }
div#RSSlogo h1 { background-color: transparent; float: right; margin-right: 0px; }
div#RSSlogo h1 img { margin: 0px; padding: 0px; }
div#RSSlogo p { float: right; margin: 0px 0px 0px 0px; }

div.RSSleft { float: left; width: 29%; padding: 0px; margin-top: 20px; border-right: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; }
div.RSSleft ul { margin-left: 10px; margin-right: 5px; }
div.RSSleft li { margin-left: 10px; margin-right: 5px; }
div.RSSleft p { margin-left: 10px; margin-right: 10px;  }  

div.RSSright { float: right; width: 69%; padding: 0px 0px 10px 0px; border-left: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC;}
div.RSSright h1 { margin: 0px; padding: 5px; }
div.RSSright h1 a { margin: 0px; padding: 0px; }
div.RSSright h1 img { vertical-align: middle; margin-right: 5px; padding: 0px; }
div.RSSright p { font-size: 100%; margin: 10px; }
div.RSSright ol { list-style: none; margin-left: 10px; padding: 0px; }
div.RSSright ol li { margin-bottom: 5px; }
div.RSSright ol a { font-weight: bold; }
div.RSSright ol div { font-size: 90%; color: #67676B; }

