/*www.scottoiler.es*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.125em; /* 16x1.125=18px */
	/*background: #000066;*/
	background-image: url(images/web/layout/blue-bkg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #EBEBEB;
}
#container {
	width: 95%;  /* this will create a container 80% of the browser width */
	background: #000050;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. *//*border: 1px dotted red;*/
	/*font-size: 0.9em; /* 14x1.286=18px */
	line-height: 1.2em; /* 16x1.125=18px */
	}
#header {
	background: #FFD700;
	margin: 10px 0 0 0;
	padding: 0px 0px -4px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. *//*border: 1px dotted red;*/
	border-bottom: 4px solid #808080;
}
/*- Menu Tabs 01--------------------------- */

    #htabs01 {
	float:left;
	/*width:100%;*/
      font-size:0.7em;
	/*border-bottom:4px solid #2763A5;*/
      line-height:normal;
}
#htabs01 ul {
	margin:0;
	padding: 0 0 0 3em;
	list-style:none;
}
#htabs01 li {
	display:inline;
	margin:0;
	padding:0;
}
#htabs01 a {
	float:left;
	background:url("images/web/layout/tableft10.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
}
#htabs01 a span {
	float:left;
	display:block;
	background:url("images/web/layout/tabright10.gif") no-repeat right top;
	padding:5px 5px 5px 5px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #htabs01 a span {
	float:none;
}
/* End IE5-Mac hack */
    #htabs01 a:hover span {
	color:#FFF;
}
#htabs01 a:hover {
	background-position:0% -42px;
}
#htabs01 a:hover span {
	background-position:100% -42px;
}
#htabs01 #current a {
	background-position:0% -42px;
}
#htabs01 #current a span {
	background-position:100% -42px;
}
/*- Menu Tabs 02--------------------------- */

    #htabs02 {
	float:right;
	/*width:100%;*/
      font-size:.7em;
	/*border-bottom:4px solid #2763A5;*/
      line-height:normal;
}
#htabs02 ul {
	margin:0;
	padding: 0;
	list-style:none;
}
#htabs02 li {
	display:inline;
	margin:0;
	padding:0;
}
#htabs02 a {
	float:left;
	background:url("images/web/layout/tableft10.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
}
#htabs02 a span {
	float:left;
	display:block;
	background:url("images/web/layout/tabright10.gif") no-repeat right top;
	padding:5px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #htabs02 a span {
	float:none;
}
/* End IE5-Mac hack */
    #htabs02 a:hover span {
	color:#FFF;
}
#htabs02 a:hover {
	background-position:0% -42px;
}
#htabs02 a:hover span {
	background-position:100% -42px;
}
#htabs02 #current a {
	background-position:0% -42px;
}
#htabs02 #current a span {
	background-position:100% -42px;
}


/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
http://green-beast.com/experiments/css_menu_descriptions.php
*/
#sidebar1 {
	float: left;
	width: 12em; /* since this element is floated, a width must be given */
	font-size: 0.8em; /* 16x0.875=14px */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	/*background-color: #036;*/
	padding: .5em 0px 0px 0px; /* top and bottom padding create visual space within this div  *//*border: 1px dotted red;*/
}
#sidebar1 h1 {
	font-size: 1em; /* 16x1.125=18px */
	font-weight: normal;
	margin: 0.7em 0 0 0;
	padding : 0 0 .1em 0;
	border-bottom: 1px solid #808080;
	text-transform: uppercase;
	color: #FFD700;
}
#sidebar1 h2 {
	font-size: 1.0em; /* 16x1.125=18px */
	font-weight: normal;
	line-height: 1.3em;/* 16x1.636=36px */
	margin: 0.5em 0 0 0;
	padding: 0 0 .1em 0;
	border-bottom: 1px solid #808080;
}
#sidebar1 ul {
	margin-left: 0;
	padding: 0px;
	list-style-type: none;/*font-family: Arial, Helvetica, sans-serif;*/
}
/* 
  this could be applied to the links, but IE needs this on <li>
*/
#navlist1 li {
	margin-bottom : 0em;
}
/*
  static link styling
*/
#navlist1 a {
	position : relative; /* to create a new positioning baseline */
	width : 12em;
	/*height : 2.5em;*/
  display : block;
	padding : .2em 0 .2em 0;
	/*border : 1px solid #669900;*/
  /*background : blue;*/
  color : #808080;
	text-decoration : none;
	font-weight : normal;
	text-align : right;
	cursor : pointer;
	border-bottom: 1px solid #808080;
}
/*
  styles for the span (kept opff screen until needed
*/
#navlist1 a span {
	position : absolute;
	top : -9000px;
	left : -9000px;
	display : block;
	width : 260%;
	/*height : 2.5em; /* to make the text resizable but do allow room */
  background : #369;
	border-top : 1px solid #808080;
	border-left : 0;
	padding : .2em;
	padding-left : 2em;
	text-indent : -1.5em;
	font-weight : normal;
	cursor : pointer; /* needed for opera */
	color : white;
	text-align : left;
}
/* 
  hover/focus styles of link
*/
#navlist1 a:hover, #navlist1 a:focus, #navlist1 a:active {
	background : #369;
	color : white;
}
/*
  re-postion the pre-styled span on hover/focus
*/
#navlist1 a:hover span, #navlist1 a:focus span, #navlist1 a:active span {
	top : -.11em;
	left : 12em;
}
#sidebar1 .uberlink {
	background : #369;
	color : white;
}
/* End Styles */
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContent {
	margin: 2em 0em 0 12em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. *//*border: 1px dotted red;*/
	font-size:.9em;
}
#mainContent a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#mainContent a:visited {
	color: #cccccc;
	text-decoration: none;
}
#mainContent a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
#mainContent a:active {
	color: #FF0000;
	text-decoration: none;
}
img {
	border-style: none;
}
p {
	/*font-size: 0.9em; /* 14x1.286=18px */
	line-height: 1.2em; /* 16x1.125=18px */
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 1.1em;
	margin-left: 0px;
}
.pagetitle {
	/*font-size: medium;*/
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color: #FFFFFF;
}
h1 {
	/* 16x1.375=22px */
font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.5em;
	color: #FFFFFF;
}
h2 {
	font-size: 1.2em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
}
h3 {
	font-size: 1.1em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
}
h4 {
	font-size: 1em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
}
h5 {
	font-size: 1em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
}
h6 {
	font-size: 1em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
}
.listbullet {
	font-size: 1em; /* 16x1.125=18px */
	list-style-image: url(images/web/layout/bullet_drop_link.gif);
	color: #FFFFFF;
	line-height: 1.2em;
	color: #FFFFFF;
}
.table1 {
	font-size: .9em;
	empty-cells: show;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-collapse: collapse;
}
.table1 th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #0066cc;
}
.table1 td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	vertical-align: top;
}
.tables_modelos {
	font-size: 0.9em;
	empty-cells: show;
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	margin-top: 5px;
	vertical-align: middle;
}
.tables_modelos th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #0066cc;
}
.tables_modelos td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
}
.table2 {
	font-size: 10px;
	text-align: center;
	font-size: 12px;
	empty-cells: show;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-collapse: collapse
}
.table2 td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px;
}
.table2 th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 12px;
	padding: 3px;
}
.jump_menu {
	background: #FFD700;
}
.footerspacer {
	border-top: 3px solid #7185A9;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD;/*border: 1px dotted red;*/
	
}
.footertext {
	font-size: .8em;
	white-space: nowrap;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
#footer a:active {
	color: #FF0000;
	text-decoration: none;
}
.subheading {
	/*font-size: small;*/
	font-weight: bold;
	text-decoration: underline;
}
.subsubheading {
	/*font-size: small;*/
	font-style: italic;
	font-weight: bold;
}
.emphasisedphrase {
	color: #FFD60C;
}
.extra_TEE {
	color: #FFD60C;
	text-align:center
}
.emphasizedsentence {
	font-weight: bold;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
input.button {
	color: #fff;
	background: #0034D0;
	font-size: .8em;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #ffcf31;
}
.hols {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
		text-decoration: blink;
}
#uk_guides a:link {
padding: 3px;
	background-color: #03F;
border: 1px solid white;
	display: inline;	
}
#uk_guides a:hover {
	background-color: white;
color: black;
}