@import url(reset.css);
@import url(column.css);
@import url(menus.css);
@import url(float.css);

/* Debugging */

/*
#header_right {
	border: 1px solid black;
}
#header_right_line_1 {
	border: 1px solid green;
}
#header_right_line_2 {
	border: 1px solid red;
}
*/

/* Style Text */
body {
	background-color: #CEB;
	font-size: 62.5%;
	font-family: "Palatino Linotype","Book Antiqua","dejavu serif",cambria,"trebuchet ms",Helvetica,verdana,arial,serif;
}
a:link {
	color: #00F;
}
a:visited {
	color: #448;
}
a:hover {
	font-weight: bold;
}
a:active {
	color: #F80;
}
code {
	/* Choose monospace fonts */
}
code.filename {
	font-weight: bold;
}
dt {
	border-top: 1px solid #040;
}
dt.first {
	border-top: none;
}
em {
	font-style: italic;
}
h1 {
	font-family: tahoma,Geneva,cambria,corbel,"lucida sans",arial,constantia,"sans serif";
	font-size: 1.7em;
	font-weight: bold;
}
h2, h3, h4, h5 {
	font-family: cambria,corbel,"lucida sans","Lucida Grande",arial,Helvetica,constantia,"sans serif";
}
p, ol, ul, table {
	margin-bottom: 1em;
}
p.no_blank_line, p.last_para, ol.no_blank_line, ul.no_blank_line, table.no_blank_line {
	margin-bottom: 0em;
}
p.blank_line_before {
	margin-top: 1em;
}
strong {
	font-weight: bold;
}
sup {
	font-size: 0.7em;
	font-weight: bold;
	vertical-align: super;
}
table {
	border: 2px solid #000;
	margin-top: 1em;
	width: 100%;
}
table caption {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}
table th {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
table td {
	background-color: #FFF;
	border-right: 1px solid #000;
	border-bottom: 1px dotted #000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
table td.first {
	background-color: #F0FFF0;
	border-right: 2px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 20px;
	text-align: left;
}
table td.odd {
	/* background-color: #FFFFF8; */
}
table thead, table .heading {
	font-size: 1.2em;
	font-weight: bold;
}
table thead th, table .heading {
	background-color: #ACA;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #000;
}
table tbody {
	border-bottom: 1px solid #000;
	font-size: 0.9em;
}
table tbody td {
	padding: 15px 5px;
}
table tbody th {
	background-color: #BDB;
	border-right: 1px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #000;
	text-align: center;
}
table tbody th.first {
	border-right: 2px solid #000;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
table tfoot {
	font-size: 0.9em;
}
table tfoot th {
	background-color: #BDB;
	border-right: 1px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #000;
}
table tfoot th.first {
	background-color: #FFF;
	border-right: 2px solid #000;
	border-top: none;
	border-bottom: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
table tfoot td {
	border-top: 2px solid #000;
	border-top: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
table tfoot td.first {
	background-color: #FFF;
	border-top: none;
	border-bottom: none;
}
table a.button_link {
	padding: 5px 10px;
}
table tr.links th {
	padding-top: 15px;
	padding-bottom: 15px;
}
table a.button_link {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#body_content {
	font-size: 1.8em;
}
#main_menu a, #main_menu a:hover, #main_menu .selected {
	font-weight: bold;
}
#main_content {
	background-color: #ADA;
}
.main_section h2 {
	background-color: #6A6;
	border: 1px solid #464;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	-moz-border-radius: 8px;
	-moz-box-shadow: 6px 6px 4px #454;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 6px 6px 4px #454;
}
.main_section h3, .main_sub_section h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	//text-shadow: 2px 2px 2px #252;
}
.main_section h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0em;
}
.main_section h5, .main_sub_section h5 {
	font-weight: bold;
	/* text-decoration: underline; */
}
.main_section_link {
	text-transform: capitalize;
}

/* Class Styles */
.footnotes {
	background-color: #EEE;
	border-top: 1px solid #686;
	padding: 10px;
}
.footnotes:hover {
	background-color: #FFF;
}
.footnotes li {
	list-style-position: inside;
	list-style-type: decimal;
}
.image_link {
	padding: 4px;
}
.image_link:hover {
	padding: 2px;
	border: 2px solid #00F;
}
p.fine_print {
	font-size: 0.85em;
	font-weight: bold;
}
p.tagline {
	font-size: 0.85em;
	font-weight: bold;
}
a.very_big_button {
	background-color: #FA6;
	border: 2px solid #000;
	color: #000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 16em;
	-moz-border-radius: 8px;
	-moz-box-shadow: 10px 10px 4px #975;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 10px 10px 4px #975;
}
a.very_big_button:hover {
	background-color: #FB4;
}
a.very_big_button .title {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
}

.main_section {
	padding-left: 10px;
	padding-right: 10px;
}
div.main_section_title {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.button_link {
	/*
	background-image: url(/images/background/button_link.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	*/
	background-color: #FB4;
	border: 2px solid #631;
	color: #054;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
	-moz-border-radius: 25px;
	-moz-box-shadow: 6px 6px 3px #975;
	-webkit-border-radius: 25px;
	-webkit-box-shadow: 6px 6px 3px #975;
}
a.button_link:hover {
	background-image: none;
	background-color: #4BF;
	color: #000;
}
.main_sub_section {
	padding-left: 10px;
	padding-right: 10px;
}
.main_sub_section ul li a:hover, .main_sub_section ol li a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.main_sub_section ol li {
	list-style: decimal none outside;
	margin-left: 20px;
}
.main_sub_section ul li {
	list-style: disc none outside;
	margin-left: 20px;
}
ul.arrow_list li {
	list-style-type: none;
}
ul.arrow_list > li > a {
	background-image: url(/images/list_arrow.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
	color: #00F;
	padding-left: 15px;
	text-decoration: none;
}
ul.arrow_list ul {
	border-left: 2px solid #000;
	/* margin-bottom: 10px; */
	margin-left: 40px;
}
ul.arrow_list ul li a {
	background-image: url(/images/list_arrow.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.main_column {
	background-color: #FFF;
}
.main_column h3 {
	background-color: #6A6;
	border: 1px solid #060;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	-moz-border-radius: 8px;
	-moz-box-shadow: 6px 6px 4px #454;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 6px 6px 4px #454;
}
.main_column h4 {
	border-top: 1px solid #ABA;
	color: #060;
	padding-top: 5px;
}
.main_column h4:before {
	content: "\25AC \0020";
}
.main_column h4.first_heading {
	border-top: none;
	margin-top: 0em;
	padding-top: 0em;
}
.info_box, .last_info_box {
	background-color: #FFF;
	border: 2px solid #060;
	margin-bottom: 10px;
	padding: 2px;
	-moz-border-radius: 4px;
	-moz-box-shadow: -3px 7px 2px #464;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: -3px 7px 2px #464;
}
.last_info_box {
	margin-bottom: 0px;
}
.info_box h3, .info_box h4, .last_info_box h3, .last_info_box h4 {
	background-color: #030;
	border: 1px solid #686;
	color: #FF4;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
/*
.info_box h3:first-letter, .info_box h4:first-letter, .last_info_box h3:first-letter, .last_info_box h4:first-letter {
	font-size: 1.4em;
}
*/
.info_box .content_box, .last_info_box .content_box {
	padding: 8px;
}
.info_box li {
	padding-bottom: 1em;
}
.info_box a.button_link, .last_info_box a.button_link {
	-moz-box-shadow: -3px 5px 2px #BBB;
	-webkit-box-shadow: -3px 5px 2px #BBB;
}
.main_sub_section_content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.bottom_navigation_bar {
	border-top: 1px dotted #464;
	font-size: 0.9em;
	padding: 7px;
}
.bottom_navigation_bar .direction {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
}
.bottom_navigation_bar img {
	display: block;
}
.bottom_navigation_bar a {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
}
.bottom_navigation_bar .column_47_right .direction,
.bottom_navigation_bar .column_47_right a
{
	float: left;
}
.bottom_navigation_bar .column_47_left .direction,
.bottom_navigation_bar .column_47_left a
{
	float: right;
}
.footer_section {
	border-bottom: 1px solid #686;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.footer_section h2 {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
}
.footer_sub_section {
	padding-left: 10px;
	padding-right: 10px;
}
.footer_sub_section ul {
	padding-top: 0px;
	padding-bottom: 5px;
}
.footer_sub_section ul li a {
	color: #00F;
	padding-left: 15px;
	text-decoration: underline;
}
.footer_sub_section ul li a:hover {
	font-weight: bold;
}
.footer_column h3 {
	border-bottom: 1px solid #686;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.footer_sub_section_content {
	color: #000;
	padding: 5px;
}
.footer_sub_section_content a {
	text-decoration: none;
}
.footer_sub_section_content a:hover {
	text-decoration: underline;
}
ul.sitemap li {
	list-style-type: none;
	margin-bottom: 10px;
}
ul.sitemap ul {
	border-top: 1px solid #040;
	border-bottom: 1px solid #040;
	margin-top: 20px;
	margin-bottom: 20px;
}
.program_listing {
	background-color: #EEE;
	border: 1px solid #040;
	font-size: 1.2em;
	font-weight: bold;
	overflow: scroll;
	padding: 10px;
}
ul.list_of_manuals li {
	list-style-type: none;
}
ul.list_of_manuals p {
	margin-bottom: 0.25em;
}
ul.list_of_manuals h5 {
	color: #880;
	margin-top: 1em;
}
.list_of_manuals  a {
	text-decoration: none;
}
.list_of_manuals  a:hover {
	text-decoration: underline;
}

/* ID Styles */
#body_content {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}
#header_logo {
	padding-bottom: 0px;
}
#header_left {
	width: 220px;
}
#header_right {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 760px;
}
#header_right_line_1 {
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 740px;
}
#header_right_line_2 {
	padding-left: 10px;
	padding-right: 10px;
}
#cse-search-box {
	font-size: 12px;
	margin-top: 4px;
}
#page_menu {
	background-color: #FC6;
	border-left: 2px solid #631;
	border-right: 2px solid #631;
	border-bottom: 2px solid #631;
	font-size: 0.9em;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
#page_menu li {
	border-right: 1px solid #631;
}
#page_menu li.last_item {
	border-right: none;
}
#page_menu a {
	color: #00F;
}
#section_menu {
}
#section_menu .menu_label {
	background-color: #888;
	color: #411;
}
#section_menu .selected {
	background-color: #FFF;
	color: #050;
}
#section_menu a {
	background-color: #050;
	color: #FFF;
}
#section_menu a:hover {
	background-color: #F2FDB5;
	border: 2px dotted #000;
	color: #000;
}
#breadcrumbs {
	background-color: #444;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 5px 10px;
}
#breadcrumbs li {
	display: inline;
	margin-right: 5px;
}
#breadcrumbs a {
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: blue;
	text-decoration: underline;
}

#page {
	font-size: 1.2em;
}
#page_title {
	color: #000;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#main_menu {
	border-bottom: none;
	font-size: 0.85em;
}
#main_menu a, #main_menu .menu_label, #main_menu .selected {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #686;
	border-left: 1px solid #8A8;
	border-right: 1px solid #686;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
#main_menu a {
	background-color: #898;
	color: #000;
	font-weight: normal;
}
#main_menu a:hover {
	background-color: #ABA;
}
#main_menu a.main_menu_item {
	background-color: #FA6;
	color: #000;
}
#main_menu a.main_menu_item:hover {
	background-color: #FB4;
}
#main_menu .selected {
	background-color: #AC9;
	border-top: 1px solid #CDC;
	border-bottom: none;
	color: #000;
}
#main_menu_title {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#sub_menu {
	background-color: #AC9;
	border-left: 1px solid #686;
	border-right: 1px solid #686;
	border-top: 1px solid #686;
	font-size: 0.85em;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
}
#sub_menu ul {
	background-image: url(/images/background/submenu.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #DFD;
	border: 2px solid #343;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	-moz-border-radius: 40px;
	-moz-box-shadow: 10px 10px 5px #565;
	-webkit-border-radius: 40px;
	-webkit-box-shadow: 10px 10px 5px #565;
}
#sub_menu a, #sub_menu .selected {
	background-color: inherit;
	color: #000;
	font-weight: normal;
	margin-left: 3px;
	margin-right: 3px;
}
#sub_menu a:hover {
	border: 2px dotted #000;
	background-color: #FFF;
}
#sub_menu .selected {
	background-color: #BDB;
	border: 2px solid #000;
	color: #000;
}

#main_content {
	background-color: #FFF;
	border-left: 1px solid #686;
	border-right: 1px solid #686;
	border-top: 1px solid #686;
	border-bottom: 1px solid #686;
}
#sidebar {
	background-color: #6A6;
	border: 1px solid #464;
	font-size: 0.9em;
	padding: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#irie_pascal_image {
	margin-left: auto;
	margin-right: auto;
	width: 874px;
}
#image_ide_small {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 363px;
}

#table_os {
	width: 20em;
}
#table_prices  {
	font-size: 0.94em;
}
#table_prices .button_link {
	font-size: 0.94em;
}
#table_prices_us  {
	font-size: 0.94em;
}
#table_prices_uk  {
	font-size: 0.94em;
}
#table_prices_euro  {
	font-size: 0.94em;
}
#table_short_history td {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
#buy_window {
	border: 2px solid #000;
	padding: 20px;
}
#footer {
	background-color: #BDB;
	border: 1px solid #686;
}
