/*
Author: Sergey Krutsenko
.
Copyright Â© 2010 Si-teX Ltd.
Original site design by Sergey Krutsenko.

*/

/* Global styles */

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%
}

body {
  background-color: #fcfcfc;
  background-image: url(musicbg.gif);
}

img {
  border: none;
  border-width: 0;
  height: auto;
  width: auto;
  float: left;
  margin-right: 3px;
  padding-top: 2px;
}

form {
  margin: 0;
  padding: 0;
}

hr { 
  border: none;
  border-top: 1px solid #ddd;
  height: 1px;
}

p {
  margin: 15px 0 15px 0;
}

table {
  border: none;
  border-spacing: 0px 0px;
  border-collapse: collapse;
}

table tr td, table tr th {
  vertical-align: middle;
  padding: 1px 3px;
  border-collapse: collapse;
}

body, div, p, li {
  font-family:helvetica,arial,sans-serif;
  font-size:14px;
  line-height:1.3;
  color:#000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, arial, sans-serif;
  font-weight:bold;
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

h1 {
  font-size:22px;
  padding: 0px;
  margin: 0px;
}

h2 {
  font-size:18px;
  padding: 0px;
  margin: 30px 0px 0px;
}

h3 {
  font-size: 14px;
}

a {
  text-decoration: none;
  background-color: transparent; 
}

a:link {
  color: blue;
}

a:visited {
  color: blue;
  background-color: transparent;
}

a:active {
  color: blue;
}

a:link:hover, a:active:hover, a:visited:hover {
  background-color: #e0f2c2;
  color: green;
  border-color: #999;
}


/* Layout */

#pagecontainer {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 0 -51px;  
  width: 100%;
  float: left;
}

#menucontainer {
  background-color: #ff7e00;
  width: 100%;
  height: 35px;
  overflow: hidden;
}

#submenucontainer {
  width: 100%;
  height: 26px;
  overflow: hidden;
  background-color: #d07000;
}

#contextbox {
  padding-left: 20px;
  padding-top: 5px;
  overflow: hidden;  
  height: auto;
  float: left;
}

#footer {
  position: relative;
  background-color: #ff7e00;
  height: 24px;
  width: 100%;
  float: left;
}

#footermenucontainer {
  position: relative;
  background-color: #c16100; 
  width: 100%;
  height: 26px;
  overflow: hidden;
}

#hor_separator {
  position: relative;
  width: auto;
  height: 5px;
}

#hor_separator2 {
  position: relative;
  width: auto;
  height: 35px;
}


/* Navigation */

.menu {
  position: absolute;
  width: 620px;
  height: 24px;
  margin-top: 8px;
  top: 3px;
  left: 40px;
  background-color: transparent;
}

.menu a {
  border: none;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: auto;
  height: 20px;  
  font-family: tahoma, arial, sans-serif;
  margin-right: 15px; 
  background-color: transparent; 
}

.menu a:link {
  color: #ffffff;
}

.menu a:visited {
  color: #ffffff;
}

.menu a:active {
  color: #ffffff;
}

.menu a:hover {
  color: #802020;
  background-color: transparent;
  text-decoration: underline;
}

.menu a.select {
  color: #802020;
  background-color: transparent;
}

.submenu {
  position: absolute;
  width: 600px;
  height: 20px;
  margin-top: 5px;
  left: 70px;
  float: left;
  font-size: 13px;
  font-weight: bold;
  background-color: transparent;
}

.submenu a {
  border: none;
  display: block;  
  width: auto;
  height: 20px;  
  font-family: tahoma, arial, sans-serif;
  margin-right: 15px;  
  line-height: 20px;
}

.submenu a.select {
  color: #ffffff;
  background-color: #d07000;
}

.footermenu {
  position: relative;
  left: 40px; 
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: transparent;
}

.footermenu a {
  display: block;   
  border: none;
  width: auto;
  height: 20px; 
  float: left;
  font-size: 12px;
  font-weight: bold;
  font-family: tahoma, arial, sans-serif;
  background-color: transparent;
  margin-right: 15px;  
}

.footermenu a:link {
  color: #ffffff;
}

.footermenu a:visited {
  color: #ffffff;
}

.footermenu a:active {
  color: #ffffff;
}

.footermenu a:hover {
  color: #802020;
  background-color: transparent;
  text-decoration: underline;
}

.footersubmenu {
  position: relative;
  left: 40px; 
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: transparent;
}

.footersubmenu a {
  border: none;
  float: left;
  font-size: 12px;
  font-weight: bold;
  width: auto;
  height: 20px;  
  font-family: tahoma, arial, sans-serif;
  margin-right: 15px; 
  background-color: transparent; 
}

.footersubmenu a:link {
  color: #802020; 
}

.footersubmenu a:visited {
  color: #802020;
}

.footersubmenu a:active {
  color: #802020;
}

.footersubmenu a:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}

.help a {
  border: none;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: auto;
  font-family: tahoma, arial, sans-serif;
  background-color: transparent; 
  margin-right: 15px;
}

.help a:link {
  color: blue;
}

.help a:visited {
  color: blue;
}

.help a:active {
  color: blue;
}

.help a:hover {
  background-color: #e0f2c2;
  color: green;
  border-color: #999;
}

.faq a {
  border: none;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  width: auto;
  font-family: tahoma, arial, sans-serif;
  background-color: transparent; 
}

.faq a:link {
  color: blue;
}

.faq a:visited {
  color: blue;
}

.faq a:active {
  color: blue;
}

.faq a:hover {
  background-color: #e0f2c2;
  color: blue;
  border-color: #999;
}

.list a {
  border: none;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  width: auto;
  font-family: tahoma, arial, sans-serif;
  background-color: transparent; 
}

.list a:hover {
  background-color: transparent;
  color: blue;
  text-decoration: underline;
}

.agreement {
  font-size: 12px;
  font-weight: none;
  width: auto;
  font-family: tahoma, arial, sans-serif;
  background-color: transparent; 
}


.agreement a {
  border: none;
  display: block;
  float: right;
  font-size: 12px;
  font-weight: none;
  width: auto;
  font-family: tahoma, arial, sans-serif;
  background-color: transparent; 
  margin-right: 0px; 
  margin-top: 0px; 
}

.agreement a:hover {
  background-color: transparent;
  color: blue;
  text-decoration: underline;
}

/* Page */

.one_tab {
  width: 620px;
  float: left;
  background-color: transparent;
}

.one_tab .col_center {
  text-align: center;
}

.one_tab .col_left {
  text-align: left;
}

.two_tabs {
  width: 620px;
  float: left;
  background-color: #transparent;
}

.two_tabs .col1_left {
  width: 300px;
  float: left;
  background-color: transparent;
}

.two_tabs .col2_left {
  width: 300px;
  float: left;
  background-color: transparent;
}

.two_tabs .col1_right {
  width: 300px;
  float: right;
}

.two_tabs .col2_right {
  width: 300px;
  float: right;
}

.two_tabs .vert_separator{
  width: 20px;
  float: left;
  background-color: transparent;
}

.footer_tabs .col_right {
  width: auto;
  float: right;
  margin-right: 40px; 
}

.footer_tabs .col1_left {
  width: 445px;
  float: left;
}

.footer_tabs .col2_right {
  width: 110px;
  float: right;
}

ul {
  list-style: square;
  padding-left: 20px;
}

ol {
  padding-left: 30px;
}

li {
  padding: 0px 0px 8px;
}

.shifted_text {
  padding-left: 20px;
}



.shifted_down {
  padding-top: 20px;
}

.row {
  width: 300px;
  top: 4px;
  height: 24px;
}

.row_wide {
  width: 450px;
  top: 4px;
  height: 24px;
}

.row_super_wide {
  width: 640px;
  top: 4px;
  height: 24px;
}



/* Elements */

.bold_maroon {
  color: maroon;
  font-weight: bold;
}

.copyright {
  float: left;
  color: #ffffff;
  left: 10px;
  position: relative;
  text-align: left;
  font-family: tahoma, arial, sans-serif;
  font-size: 12px;
  padding-right: 20px;
}

.coming_soon {
  color: red;
  font-weight: none;
}

.header {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

.home_header {
  color: maroon;
  font-weight: bold;
  font-size: 16px;
}

.shadow {
  color: #606000;
}

.faq_header {
  color: green;
  font-weight: bold;
  font-size: 16px;
}

.error {
  color: red;
  font-weight: bold;
  font-size: 13px;
}

.payment {
  font-weight: none;
  font-size: 13px;
  width: auto;
}


/* Admin */

.three_tabs {
  width: 710px;
  float: left;
  background-color: transparent;
}

.three_tabs .col1 {
  width: 230px;
  float: left;
  background-color: transparent;
}

.three_tabs .col2 {
  width: 230px;
  float: left;
  background-color: transparent;
}

.three_tabs .col3 {
  width: 230px;
  float: left;
  background-color: transparent;
}

.three_tabs .vert_separator{
  width: 10px;
  float: left;
  background-color: transparent;
}

.adm_header {
  font-weight: bold;
  float: center;
  text-align: center;
  width: auto;
  height: 20px;
  position: relative;
  background-color: #f5f500;
  font-size: 14px;
}

.adm_task {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  width: auto;
  height: 20px;
  position: relative;
  margin-top: 5px; 
}

