/* 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;
}

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

.fixedLayout .layoutContent {
  width: 980px;
  margin: 0 auto;
}

.fullLayout .layoutContent {
  margin: 0 8px;
  width: auto;
}

#header {
  background: #285084 url(/images/page_header.jpg) no-repeat top center;
  margin-bottom: 20px;
}

.fullLayout #header {
  margin-bottom: 0;
}

#topbar {
  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;
  background: none;
  padding: 0;
}

#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;
}

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

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

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

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

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

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

.fullLayout #content {
  margin: 0;
  padding: 0;
}

#content #leftColumn {
  float: left;
  width: 680px;
  margin-right: 20px;
}

#content #leftColumn p {
  margin-right: 20px;
}

#content #rightColumn {
  float: right;
  width: 280px;
}

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

.fullLayout #footer {
  margin-top: 0;
}

#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;
}

#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="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: 2px 8px 3px;
  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-type: none;
  margin: 0px 0px 0px 5px;
  padding: 0;
}

ul li {
  /* Using background-image for the bullet is displayed more consistently
     across browsers than using an image with list-style in the ul tag.
     Turn off by setting background:none; padding:0; for other li rules. */

  background-image: url(/images/bullet.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 12px;
}

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 */

.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%; }

.flash {
  outline: none;
}

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

#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 { /* IE6 */
  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 { /* IE6 */
  background-image: none;
  background-color: #faf5df;
}

.info_box .label, .demo_box .label {
  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 {
  text-align: center;
}

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

#feature_box dt {
  float: left;
  width: 135px;
  font-weight: bold;
}

#feature_box dd {
  margin-left: 135px;
  margin-bottom: 0.5em;
}

#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 p, #help_box li { margin-bottom: 1em; }

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

#message {
  margin-bottom: 20px;
}

/* Index Page */

#index ul#featureList li {
  margin-bottom: 6px;
}

#index ul#salesLinks {
  margin-top: 20px;
}

#index ul#salesLinks li {
  float: left;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
}

#index #login .ui-tabs .ui-tabs-nav { font-size: 10px; }

#index #login #controlpanel p { font-size: 10px; width: 230px; }
#index #login #controlpanel label { width: 65px; font-size: 10px; }
#index #login #controlpanel input { width: 140px; *width: 125px; }

#index #login #webmail p { font-size: 10px; }
#index #login #webmail label { width: 90px; font-size: 10px; }
#index #login #webmail input { width: 115px; *width: 100px; }

#index #login #database p { font-size: 10px; }
#index #login #database label { width: 80px; font-size: 10px; }
#index #login #database input { width: 125px; *width: 110px; }

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

/* Login Page */

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

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

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

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

#loginDialog .buttons { margin: 1em 0; }
#loginDialog .buttons a { font-size: 11px; }
#loginDialog .buttons input { float: right; }

/* Retreive Password Page */

#retrievePassword p { margin-bottom: 1.5em; font-size: 11px; }

#retrievePasswordDialog fieldset label { font-size: 11px; width: 65px; }
#retrievePasswordDialog fieldset input { font-size: 11px; width: 270px; }

#retrievePasswordDialog .buttons { margin: 1em 0 0; text-align: right; }
#retrievepasswordDialog .buttons input { padding: 2px 8px 3px; }

/* News Page */

#news h1 img { margin-left: 0.25em; }

#news .article_summary { margin-bottom: 2em; }
#news .article_summary .title { font-weight: bold; font-size: 14px; }
#news .article_summary .content { margin: 0.5em 0; font-size: 12px; }
#news .article_summary .links { font-size: 12px; }
#news .article_summary .date:before { content: "Posted on "; }

#news #first {
  color: #332211;
  background: url(/images/demobox_bg.png) repeat;
  padding: 10px 6px;
}

#news #first .title { font-weight: bold; font-size: 16px; !important }
#news #first .content { margin: 0.5em 0; font-size: 14px; !important }
#news #first .links { font-size: 14px; }

#news .article .tags:before { content: "Tags: "; }
#news .article .content { margin: 1em 0; }
#news .article .date { font-style: italic; }
#news .article .date:before { content: "Posted on: "; }

#news .tag { background-color: #d6e0ee; padding: 1px 0.25em; }
#news .tag:hover { background-color: #3366aa; color: white; text-decoration: none; }

#news #subscribe { margin-top: 2em; }
#news #subscribe a:hover { text-decoration: none; }
#news #subscribe img { margin-right: 1em; }

#news .social_network {
  margin: 20px 0px 20px 50px;
}

#news #connect_box .twitter {
  margin-top: 1em;
  height: 40px;
  line-height: 1.6em;
}

#news #connect_box .twitter img {
  display: block;
  float: left;
  margin-right: 0.75em;
}

/* Features Page */

#features table.grid td,
#features table.grid th {
  padding: 8px 12px;
}

#features #plans {
  width: 100%;
  margin: 1em 0px 2em;
}

#features ul#featureList li {
  margin-bottom: 6px;
}

#features ul#salesLinks {
  margin-top: 20px;
}

#features ul#salesLinks li {
  float: left;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
}

/* Pricing Page */

#pricing table.grid td,
#pricing table.grid th {
  padding: 8px 12px;
}

#pricing #plans {
  width: 100%;
  margin: 1.5em 0px;
}

#pricing #services {
  width: 100%;
  margin: 1.5em 0px;
}

#pricing #services tbody th { width: 40%; }
#pricing #services tbody td { width: 60%; text-align: left; }

#pricing #fees {
  width: 100%;
  margin: 1.5em 0px;
}

#pricing #fees tbody th { width: 40%; }
#pricing #fees tbody td { width: 60%; text-align: left; }

/* Support Page */

#support #request fieldset { padding: 5px 10px; }

#support #request table { border-collapse: collapse; width: 100%; }
#support #request table td { vertical-align: top; margin: 0; padding: 4px 0; }
#support #request table td label { line-height: 20px; margin: 0; padding: 0; }

#support #request colgroup.col1 { width: 15%; }
#support #request colgroup.col2 { width: 45%; padding-right: 20px; }
#support #request colgroup.col3 { width: 15%; }
#support #request colgroup.col4 { width: 25%; }

#support #request input[type="text"] { width: 90%; margin: 0; }
#support #request select { width: 100%; margin: 0; }
#support #request textarea { width: 99%; height: 250px; margin: 0; }

#support .select_border {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#support #request table #message_field td {
  padding-top: 10px;
}

#support #request .buttons { margin: 0; padding: 10px; text-align: right; }
#support #request .buttons input { float: none; width: 100px; }

/* Software Page */

#software #applications {
  float: left;
  width: 300px;
}

#software #development {
  margin-left: 300px;
  margin-bottom: 1em;
}

#software #system {
  margin-left: 300px;
}

#software label {
  display: block;
  float: none;
  font-weight: bold;
  margin-bottom: 0.25em;
}

#software .value {
  margin-bottom: 1em;
}

/* Legal Pages */

#legal .legalese { font-family: Times New Roman, serif; font-size: 14px; margin-right: 100px; }
#legal .legalese h1 { font-size: 18px; font-weight: bold; margin-top: 5px; }
#legal .legalese h2 { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
#legal .legalese li { margin-bottom: 10px; }
#legal .legalese ol { list-style-type: decimal; }
#legal .legalese ol ol { list-style-type: lower-alpha; }
#legal .legalese ol ol ol { list-style-type: lower-roman; }

/* phpinfo() Styles */

#phpinfo pre {margin: 0px; font-family: monospace;}
#phpinfo a:link {color: #000099; text-decoration: none; background-color: #ffffff;}
#phpinfo a:hover {text-decoration: underline;}
#phpinfo table { width: 100%; border-collapse: collapse; border: 1px solid #666666; }
#phpinfo .p {text-align: left;}

#phpinfo .e {
  color: #000000;
  background-color: #C3C3C3;
  background-image: url('/images/row_dark.gif');
  background-position: top left;
  background-repeat: repeat-x;
  width: 225px;
}

#phpinfo .h {
  color: #FFFFFF;
  background-color: #3366AA;
  background-image: url('/images/header_bg.gif');
  background-position: top left;
  background-repeat: repeat-x;
  text-align: left;
}

#phpinfo .v {
  color: #000000;
  background-color: #E1E1E1;
  background-image: url('/images/row_light.gif');
  background-position: top left;
  background-repeat: repeat-x;
}

#phpinfo .vr {background-color: #cccccc; text-align: right; color: #000000;}
#phpinfo img { display: none; }

/* Admin Pages */

#admin #news_index .selected {
  background-color: #ffd864;
  background-image: url(/images/row_highlight_dark.gif);
  background-position: top left;
  background-repeat: repeat-x;
}

#admin #news_index #articles {
  border-collapse: collapse;
  width: 100%;
  margin-top: 5px;
}

#admin #news_index #articles td, #news_index #articles th { padding: 2px 0px; cursor: pointer; }
#admin #news_index #articles .id { width: 25px; }
#admin #news_index #articles .title { text-align: left; }

#admin #news_index .buttons { margin: 0; padding: 10px; text-align: right; }
#admin #news_index .buttons input { float: none; width: 100px; }

#admin #add_news fieldset { padding: 5px 10px; }
#admin #add_news label { font-size: 11px; }

#admin #add_news table { border-collapse: collapse; width: 100%; }
#admin #add_news table td { vertical-align: top; margin: 0; padding: 4px 0; }
#admin #add_news table td label { line-height: 20px; margin: 0; padding: 0; }

#admin #add_news colgroup.col1 { width: 100px; }

#admin #add_news input[type="text"] { width: 99%; margin: 0; }
#admin #add_news select { width: 100%; margin: 0; }
#admin #add_news textarea { width: 99%; height: 250px; margin: 0; }

#admin #add_news .category_checkbox { display: inline; padding-right: 1em; }
#admin #add_news .category_checkbox input, #add_news .category_checkbox label { float: none; display: inline; }

#admin .select_border {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#admin #add_news .buttons { margin: 0; padding: 10px; text-align: right; }
#admin #add_news .buttons input { float: none; width: 100px; }

