/* CSS Document */

body {
  background-color: #f19317;
  padding: 0px;
  margin: 0px;
  font-family: Verdana;
  font-size: 12px;
}

img {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

div {
  padding: 0px;
  margin: 0px;
}

#mainIE {
  text-align: center;
}

#mainFF {
  width: 795px;
  margin-left: auto;
  margin-right: auto;
  }

#header {
  border-top: 8px solid #700859;
  border-top: none;
  clear:both;
  }

#header div {
  border-top: 1px solid #f9c947;
  border-bottom: 1px solid #f9c947;
}
  
#content {
  padding-top: 25px;
  padding-bottom: 70px;
  padding-left: 75px;
  padding-right: 65px;
  color: #fdefc9;
  #background-color: #eb5104;
  background-color: #b52485;
  text-align: justify;
  background-image: url('/images/interface/sunorange/content_background2.jpg');
  background-position: top left;
  background-repeat: repeat-x;
  border-top: 1px solid #f9c947;
}

#footer {
  border-bottom: 1px solid #f9c947;
  background-color: #b52485;
  text-align: left;
  padding: 12px;
	padding-left: 24px;
  color: #fdefc9;
  font-size: 10px;
}

#bottom_menu {
  border-left: 2px solid #b52485;
  border-right: 2px solid #b52485;
  text-align: center;
  padding: 12px;
  color: #fdefc9;
  font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#bottom_menu a {
  color: #444444;
}

#bottom_menu a:hover {
  color: #b52485;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
  color: #f9c947;
  text-align: left;
}

h1 {
  font-size: 24px;
  color:#fcd15c;
}

h2 {
  margin-top: 42px;
  font-size: 14px;
  }

h3 {
  font-size: 12px;
}

h4 {
  font-size: 11px;
}

h5 {
  color: #ffffff;
  font-size: 11px;
}

h6 {
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
}

ul {
  list-style-type: disc;
}

p, q, li {
  line-height: 150%;
}

em, q {
  font-style: normal;
  letter-spacing: 1px;
}

td, th {
  font-size: 12px;
  color: #ffffff;
  padding: 3px;
  vertical-align: top;
}

th {
  background-color: #700859;
}

table.program td, table.program th {
  width: 80px;
}

table.program td {
  background-color: #b74b93;
  vertical-align: top;
  font-size: 10px;
}

table.program th.hour {
  background-color: #eb5104;
  width: 40px;
  font-weight: normal;
}

td.type1, table.program td.type1 {
  background-color: #00abc5;
	background-color: #5bbbb7;
}

td.type2, table.program td.type2 {
  background-color: #ef0187;
	background-color: #93509e;
}

td.type3, table.program td.type3 {
  background-color: #eb6315;
	background-color: #e08c27;
}

td.type4, table.program td.type4 {
  background-color: #6fb419;
	background-color: #6a963b;
}

td.type5, table.program td.type5 {
  background-color: #324395;
	background-color: #497db9;
}

td.type6, table.program td.type6 {
  background-color: #d0003c;
	background-color: #902650;
}

.type7, table.program td.type7 {
	background-color: #9eb28f;
}

.type8, table.program td.type8 {
	background-color: #90c451;
}

.type9, table.program td.type9 {
	background-color: #becf62;
}

.type10, table.program td.type10 {
  background-color: #d9ac6d;
}

.type11, table.program td.type11 {
	background-color: #b6735c;
}

.type12, table.program td.type12 {
	background-color: #c24d52;
}

.type13, table.program td.type13 {
	background-color: #b56183;
}

.type14, table.program td.type14 {
	background-color: #ae7db9;
}

.type15, table.program td.type15 {
	background-color: #7ba4d9;
}

.type16, table.program td.type16 {
	background-color: #807bb6;
}


input.wide, select.wide, textarea.wide {
  width: 400px;
}

textarea.wide {
  height: 300px;
}

.content_image {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.map {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.map img {
	margin-bottom: 9px;
}

a {
  color: #fdde32;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


ul.menu {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.menu li {
  display: inline;
  padding: 0px;
  margin: 0px;
  margin-left: -2px;
  margin-right: -2px;
}

#language {
	float: right;
}

#language ul {
  list-style-type: none;
  padding: 0px;
  margin-left: -3px;
  margin-top: 9px;
  margin-bottom: 2px;
  margin-right: -3px;
}

#language ul li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 2px;
  margin: 3px;
  background-color: #e95800;
  text-transform: uppercase;
  font-size: 9px;
  font-weight:bold;
  text-align: center;
}

#language ul li a {
  margin-left: 4px;
  color: #fdc24a;
  font-family: Tahoma;
}

#language ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.error {
  color: #aa0433;
  font-weight: bold;
}

#google_translate_element {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: right;
}

#subsribe_direct_link_element {
	clear: right;
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: right;
}

.goog-te-gadget {
    color: #fff !important;
}

#SlideShow {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.slideShow {
	position: relative;
	width: 600px;
	height: 450px;
	overflow: hidden;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.slideShow li {
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
}

.slideShow li.active {
	display: block;
}

.slideShowButtons a {
	margin-right: 10px;
}

.slideShowLabels {
	float: right;
}

