html{
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-style: italic;
  font-size: 12px;
  color: black;
  background-color: #5b4b7c;
}

tbody {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 140%;
  line-height: 130%;
}

h3 {
  font-size: 130%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 100%;
}

a, div, table, input,textarea, select {
  font-size: 13px;
}

p {
  margin: 0px;
}

ul ul {
  padding-left: 1em;
}

#default-theme a{
  color: black;
}

#default-theme {

  margin: 0;
  padding: 0;
}

#default-theme .menu {
  text-align: left;
}

#default-theme .menu ul {
  list-style-type: none;
  padding-left: 1em;
  margin: 5px 0px 0px 0px;
}

#default-theme .menu ul li a{
  color: black;
  font-size: 14px;
  font-weight: bold;
}

#default-theme .menu ul ul {
  padding-left: 1em;
}

#default-theme .menu ul ul li a{
  font-size: 11px;
  font-weight: normal;
}

#default-theme table {
  border-collapse: collapse;
}

#default-theme .table-spacing {
  margin: 0;
  padding: 0;
}


#default-theme .colspan-table-spacing {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

#default-theme #header-section {
  width: 1200px;
  height: 80px;
  background: #3a197c url(images/header.jpg) no-repeat bottom right
}

#default-theme #header-content {
  padding-top: 15px;
  padding-left: 30px;
  text-align: left;
  font-size: 48px;
  color: white;
  font-weight: bold;
}

#default-theme #primary {
  background-color: #5b4b7c;
  vertical-align: middle;
  text-align: left;
  height: 25px;
  padding : 4px 2em 0 2em;
}

#default-theme #footer-section {
  width: 1200px;
  height: 50px;
  background-color: #5b4b7c;
}

#default-theme #footer-content {
  padding-top: 20px;
  color: white;
}

#default-theme #middle-section {
  width: 1200px;
}

#default-theme #leftbar-section {
  background-color: #4b327c;
  border-right: solid 5px #5b4b7c;
}

#default-theme #leftbar-content {
  padding-top : 10px;
  padding-left : 10px;
  padding-bottom : 10px;
}

#default-theme #leftbar-content div.bucket-panel{
}

#default-theme #leftbar-content a{
  color: black;
}

#default-theme #leftbar-content a:hover{
  color: #3a197c;
}

#default-theme #rightbar-section {
  background-color: #4b327c;
  border-left: solid 5px #5b4b7c;
}

#default-theme #rightbar-content {
  padding-top : 10px;
  padding-left : 10px;
  padding-bottom : 10px;
}

#default-theme #rightbar-content div.bucket-panel{
}

#default-theme #rightbar-content a{
  color: black;
}

#default-theme #rightbar-content a:hover{
  color: #3a197c;
}

#default-theme #content-section {
  /*background-color: #3030ff;*/
  background-color: white;
}

#default-theme #content-content {
  padding : 10px;
}

#default-theme #content-content blockquote {
  border : 0px;
  margin : 0px;
}
/* Primary Menu */
#default-theme #primary ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#default-theme #primary ul li {
  position: relative;
  display: inline;
  float: left;
}

#default-theme #primary ul li a{
  text-align: center;
  /*display: block;*/
  width: 140px; /*Width of top level menu link items*/
  padding: 2px 8px;
  left : 1px;
  border: 1px solid #29007c;
  text-decoration: none;
  background-color: #3a197c;
  color: #9f9f9f;
  font: 13px Tahoma;
  font-weight: bold;
  margin-left: 2px;
}

#default-theme #primary ul li a:hover {
  background-color: #3a197c;
  color: #cfcfcf;
}

#default-theme #primary ul li ul{
  left: 0;
  top: 0;
  border: 1px solid #29007c;
  position: absolute;
  display: block;
  visibility: hidden;
  z-index: 100;
}

#default-theme #primary ul li ul li{
  top : 0px;
  display: inline;
  float: left;
}

#default-theme #primary ul li ul li a{
  display: block;
  margin: 0px;
  width: 180px; /*width of sub menu levels*/
  color: black;
  font: 13px Tahoma;
  padding: 2px 5px;
  background: #3a197c;
}

#default-theme #primary ul li ul li a:hover{
  background: #c0c0c0;
  color: #3a197c;
}

#default-theme #primary .arrowDown{
  position: absolute;
  right: 0;
  /*background: transparent url('images/arrowDown.gif') no-repeat center left;*/
}

#default-theme #primary .arrowRight{
  position: absolute;
  right: 0;
  background: transparent url('images/arrowRight.gif') no-repeat center left;
}

#default-theme #content-section table tr.odd{
  background: #b0b0b0;
}

#default-theme #content-section table tr.even{
  background: #d0d0d0;
}

#default-theme #content-section table tr.odd td, #default-theme #content-section table tr.even td{
  padding: 3px;
}

.inputTable {
  border : 1px dotted #3a197c;
}

.inputTable td {
  padding: 5px 10px 5px 10px;
}
.inputTable .inputRow1 {

  background: #b0b0b0;
}

.inputTable .inputRow2 {
  background: #d0d0d0;
}

.inputTable .inputLabel {
  font-weight: bold;
}

#default-theme a.paging:hover{
  background: #3a197c;
}

.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.subtitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.contentTitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

#default-theme .contentTitle a{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

#message_mboxcontainer {
  text-align: center; 
  background-color: red; 
  color: white; 
  opacity: 0; 
  position: absolute; 
  top: 0px; 
  left: 0px;
  width: 99.9%; 
  border: 1px solid red; 
  z-index: 99;
}

#default-theme .button{
  font-size:12px;
  font-family:Arial,sans-serif;
  height:26px;
  background-color:#779999;
  background-image:url('images/button.png');
  border-style:solid;
  border-color:#DDDDDD;
  border-width:1px;
  padding: 0px 3px;
}

#default-theme .button[disabled]{
  color: gray;
}

#default_loadingIcon {
  opacity: 0; 
  position: absolute; 
  top: 0px; 
  left: 0px;
  border: 1px solid black; 
  z-index: 100;
  color: white;
  font-family:Arial,sans-serif;
  height:26px;  
  background-color: black;
  padding: 5px;
}
