/* Page Layout */

html, body { 
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  font-family: verdana, arial, helvetica, luxi sans, sans-serif;
  font-size: 12px;
  background-color: white;
  color: #333344;
  overflow-x: hidden;
}

#page {
  height: 100%;
  background: url(/images/globe.gif) no-repeat 100% 100px;
}

#header {
  background: #285084 url(/images/page_header.jpg) no-repeat top center;
  border-bottom: 1px solid #20416B;
  height: 49px;
}

#logo {
  position: relative;
  float: left;
  background: url(/images/telavant_logo.gif) no-repeat center left;
  width: 167px;
  height: 49px;
  line-height: 49px;
  vertical-align: middle;
}

#logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#navbar {
  position: relative;
  margin-left: 167px;
  height: 49px;
}

#menu {
  position: absolute;
  right: 0;
  bottom: 0;
}

#menu ul {
  list-style: none;
}

#menu li {
  float: left;
}

#menu a {
  display: block;
  color: white;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  text-shadow: #00193b 0px 0px 2px;
  padding: 2px 6px 4px;
  margin: 0 0 2px 8px;
  cursor: default;
}

#menu a.current {
  color: #FFCC2C;
  text-decoration: none;
  cursor: pointer;
}

#menu a:hover {
  color: #2c343d;
  background-color: #c1d1e5;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
}

#path {
  height: 24px;
  margin: 0;
  padding: 0;
  background: #C3C3C3 url(/images/row_dark.gif) repeat-x top left;
  border-bottom: 1px solid #666666;
  font-size: 13px;
  cursor: default;
}

#path #location {
  float: left;
  padding-top: 4px;
  font-weight: bold;
}

#path #location #prompt {
  display: block;
  float: left;
  width: 16px;
  height: 14px;
  padding-top: 1px;
  padding-right: 6px;
}

#path #identity {
  padding-top: 5px;
  text-align: right;
  font-size: 11px;
}

#path #identity a {
  font-weight: bold;
}

#content {
  min-height: 76%;
  *height: 76%;
  padding: 20px;
  font-size: 10pt;
}

#content.flashContent {
  height: 550px;
  outline: none;
  padding: 20px 0;
}

.embedded {
  height: 550px;
  margin-bottom: -4px;
}

#footer {
  visibility: hidden;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0;
  background-color: black;
  color: #DDDDDD;
}

#footer .left {
  float: left;
  width: 33%;
  text-align: left;
  font-size: 10px;
}

#footer .middle {
  float: left;
  width: 33%;
  text-align: center;
  font-size: 10px;
}

#footer .right
{
  text-align: right;
  font-size: 10px;
}

#footer a, #footer a:visited {
  color: #DDDDDD;
}

#content, #header .content, #path .content, #footer .content {
  width: 980px;
  margin: 0 auto;
}

#content.fullwidth { margin: 0; padding: 0; width: auto; }
#header .fullwidth, #path .fullwidth, #footer .fullwidth { margin: 0 8px; width: auto; }

#clear_bottom { clear: both; }

/* Form Styles */

form {
  padding: 0;
  margin: 0;
}

fieldset {
  border: solid 1px #bbbbbb;
  margin-bottom: 0.2em;
  padding: 0.2em 0.7em 0.7em 0.7em;
}

legend {
  color: #3366aa;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0.5em;
}

label {
  display: block;
  float: left;
  padding: 3px 0;
  margin: 2px 1em 0 0;
  *margin: 0 1em 0 0;
}

input[type="text"], input[type="password"] {
  display: block;
  padding: 3px;
  margin: 4px 0;
  color: black;
  background: #EEEEEE url(/images/input_bg.gif) repeat-x top left;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  outline: 1px solid #73A6FF !important;
}

input[type="text"].input_disabled, input[type="password"].input_disabled { 
  background: #DADFE8 url(/images/row_dark.gif);
} 

input[readonly], input[disabled], textarea[readonly], textarea[disabled] {
  background-image: none;
  background-color: #DDDDDD;
  color: #333333;
}

textarea {
  color: black;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  text-indent: 2px;
  padding-bottom: 2px;
}

/*
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  background-color: #EEEEEE;
  background-image: url(/images/row_highlight_light.gif);
  background-position: top left;
  background-repeat: repeat-x;
}
*/

input[type="submit"], input[type="button"] {
  background: #c1c1c1 url(/images/button_bg.gif) repeat-x;
  border: solid 1px #666666;
  -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px;

  font-size: 10px !important;
  font-weight: bold;

  margin: 1px;
  padding: 0 0 1px 0;
  cursor: pointer;
}

input[type="submit"]:hover, input[type="button"]:hover {
  background: #cdcdcd url(/images/button_bg_hover.gif) repeat-x;
  border: solid 2px #3366aa;
  margin: 0px;
}

input[type="submit"][disabled], input[type="button"][disabled] {
  background: #EEEEEE url(/images/row_dark.gif) repeat-x top left;
  border-top: solid 1px #EEEEEE;
  border-left: solid 1px #EEEEEE;
  border-right: solid 1px #AAAAAA;
  border-bottom: solid 1px #AAAAAA;
  outline: solid 1px #666666;
  
  margin: 1px;
  padding: 0 0 1px 0;
  cursor: default;
}

#confirm input[type="submit"] {
  width: 4em;
}

select {
  color: black;
  border: none;
  padding: 2px;
  height: 20px;
}

option {
  padding: 4px;
}

/* HTML Styles */

img {
  border: 0px;
}

p {
  margin: 0 0 .5em;
  line-height: 1.4em;
}

td, th { font-size: 12px; }

a {
  color: #2a568e;
  text-decoration: none;
}

a:visited {
  color: #3366AA;
}

a:hover {
  color: #3366AA;
  text-decoration: underline;
}

ul {
  list-style: url(/images/bullet.png);
  margin: 0px 0px 0px 15px;
  padding: 0;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 1em;
  text-shadow: #DDDDDD 2px 2px 2px;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0px 1em;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  font-variant: small-caps;
  margin: 0px 0px 1em;
}

/* Class Styles */

.huge { font-size: 16px; }
.large { font-size: 14px; }
.medium { font-size: 12px; }
.small { font-size: 10px; }
.tiny { font-size: 8px; }

.bold { font-weight: bold; }
.italic { font-style: italic; }

.align_left { text-align: left; }
.align_center { text-align: center; }
.align_right { text-align: right; }

.float_left { float: left; }
.float_right { float: right; }

.clear_left { clear: left; }
.clear_right { clear: right; }
.clear_both { clear: both; }

.nodisplay { display: none; }

.column1of2 { float: left; width: 50%; padding-right: 10px; }
.column2of2 { float: right; width: 50%; padding-left: 10px; }

.fullheight { height: auto !important; height: 100%; min-height: 100%; }

#stacktrace {
  font-family: Consolas, Courier New, monospace;
  font-size: 14px;
  margin-top: 20px;
}

.error { color: #AA0000; }

.error_box {
  color: #A00;
  background-color: #FFFFDD;
  border: 1px solid #AA0000;
  padding: 10px 15px;
  margin-bottom: 1em;
}

.error_box ul {
  list-style: square;
  padding-left: 15px;
}

.info_box {
  background: url(/images/infobox_bg.png) repeat;
  border: 1px solid #8093AB;
  padding: 10px 15px;
  margin: 0 0 20px;
  color: #333344;
  font-size: 11px;
}

* html .info_box {
  background-image: none;
  background-color: #d6e0ee;
}

.info_box h1 {
  font-size: 14px;
}

.demo_box {
  color: #332211;
  background: url(/images/demobox_bg.png) repeat;
  border: 1px solid #D1AB38;
  padding: 10px 15px;
  margin: 0 0 20px;
}

* html .demo_box {
  background-image: none;
  background-color: #faf5df;
}

.info_box .label, .demo_box .label {
  clear: both;
  float: left;
  font-weight: bold;
}

.grid {
  border-collapse: collapse;
  border: 1px solid #666666;
  box-shadow: #666666 2px 2px 2px;
  -moz-box-shadow: #666666 1px 1px 2px;
  -webkit-box-shadow: #666666 1px 1px 2px;
}

.grid thead {
  color: #FFFFFF;
  background: #3366aa url(/images/header_bg.gif) repeat-x top left;
}

.grid thead th, .grid thead td { font-weight: bold; }
.grid tbody th, .grid tbody td { font-weight: normal; }

.grid th { text-align: left; }
.grid td { text-align: center; }

.grid .header_highlight {
  color: #000000;
  background: #ffcc34 url(/images/header_highlight.gif) repeat-x top left;
}

.grid tbody tr, .grid tbody .light {
  color: #000000;
  background: #E1E1E1 url(/images/row_light.gif) repeat-x top left;
}

.grid tbody .dark {
  color: #000000;
  background: #C3C3C3 url(/images/row_dark.gif) repeat-x top left;
}

.grid tbody .special_light {
  color: #000000;
  background: #ffe596 url(/images/row_highlight_light.gif) repeat-x top left;
}

.grid tbody .special_dark {
  color: #000000;
  background: #ffd864 url(/images/row_highlight_dark.gif) repeat-x top left;
}

#signup_box {
  float: right;
  text-align: center;
  width: 250px;
}

#signup_box a {
  font-size: 14pt;
  font-weight: bold;
}

#software_box {
  float: right;
  clear: right;
  width: 250px;
}

#software_box table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1em;
}

#software_box table td {
  width: 50%;
  text-align: left;
  font-size: 12px;
  line-height: 1.4em;
}

#help_box {
  float: right;
  width: 220px;
}

#help_box p, #help_box li { margin-bottom: 1em; }

#login p { margin-bottom: 1.5em; }

#login #controlpanel label { width: 65px; }
#login #controlpanel input { width: 250px; *width: 245px; }

#login #webmail label { width: 90px; }
#login #webmail input { width: 225px; }

#login #database label { width: 80px; }
#login #database input { width: 235px; }

#login .buttons { margin: 1em 0; }
#login .buttons a { font-size: 11px; }
#login .buttons input { float: right; padding: 2px 8px 3px; }

#promotion {
  font-weight: bold;
  margin-top: 4px;
  font-size: 13px;
}
