/* Globals */
    
body {
  background: #171c3f url('/images/background.png') top repeat-x;
  font: normal 14px Arial, Helvetica, sans-serif;
  line-height: 1.4;
  color: #444;
  margin: 0px;
  padding: 0px 30px;
}

a img {
  border-width: 0px;
}

a {
  color: #444;
}

p, ul, blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul ul, ul ol, ol ul, ol ol {
  margin: 5px 0px;
}
    
form {
  margin: 0px;
  padding: 0px;
  display: inline;
}

*, *:active, *:focus {
  outline: 0;
  outline-style: none;
  outline-width: 0px;
  -moz-outline-width: 0px;
}

.clear {
  clear: both;
  height: 1px;
}

input, select {
  font: normal 13px 'Lucida Grande', Helvetica, Arial, sans-serif;
  color: #444;
}

select {
  border: solid 1px #bbb;
}
    
input.text_field, textarea {
  border: solid 1px #bbb;
  padding: 7px;
  font: normal 13px 'Lucida Grande', Helvetica, Arial, sans-serif;
  color: #222;
  background: #fff url('/images/input_bg.gif') repeat-x top;
  outline: 0;
  margin: 0px;
  border: solid 1px #bbb;
}

input.text_field:disabled, textarea:disabled {
  background: #f5f5f5;
}
  
input.text_field.big {
  font-size: 24px;
}
    
input.text_field.huge {
  border-color: #bbbbbb;
  font: normal 50px Georgia;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

input.text_field.huge:focus {
  background: #F3FAFF url('/images/input_highlight_bg.png') top repeat-x;
  border-color: #B7C7D3;
}

h1 {
  font-family: Arial;
  color: #2d4159;
  margin: 25px 0px 15px 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 18px;
}

h1 a {
  color: #3E4752;
}

h2 {
  font-weight: bold;
  font-size: 14px;
  padding: 0px;
  margin: 20px 0px 5px 0px;
  color: #4a545e;
}

h2 small {
  color: #9ba6b3;
  font-style: italic;
  font-size: 10px;
}

#container {
  width: 900px;
  margin: auto;
}
    
#header {
  height: 90px;
  position: relative;
  z-index: 80;
}

#logo {
  position: absolute;
  left: 15px;
  top: 16px;
  width : 254px;
  height : 59px;
}

#nav {
  position: absolute;
  right: 180px;
  top: 40px;
  font-size: 16px;
  z-index: 90;    
}

#nav .nav_item {
  position: relative;
  padding: 5px 8px;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#nav .nav_item:hover {
  color: #DDE7F0;
}

body.top #nav .top,
body.about #nav .about,
body.demo #nav .demo,
body.docs #nav .docs {
  background-color: #171c3f;
}

#language_link {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  zIndex : 0;
  color : #fff;
}
#language_link a {
  color : #ccc;
  text-decoration: none;
  cursor: pointer;
}
#language_link a:hover {
  color: #eee;
}

#search_box {
  position: absolute;
  right: 10px;
  top: 38px;
  zIndex : 0;
}

#search_box input.query {
  background: white url('/images/search_icon.png') no-repeat;
  width: 111px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-width: 0px;
  font-size: 13px;
  color: #c0c8d3;
  padding: 4px 7px 4px 30px;
}

#title {
  height : 35px;
  margin-top : 0px;
  margin-bottom : 0px;
  padding-left : 30px;
  background: #fff url('/images/content_bg.png') repeat-y scroll 0 0;
  font-size : 24px;
}

#content {
  background: #fff url('/images/content_bg.png') repeat-y scroll 0 0;
  padding: 15px 30px 5px;
  margin: auto;
}

img#content_top, img#content_bottom {
  width: 900px;
  height: 25px;
  display: block;
}

#left_column {
  float : left;
  width : 600px;
}

#right_column {
  background : #ffffff url('/images/right_column_bg.png') repeat scroll 0 0;
  float : right;
  width : 180px;
  padding : 0px 20px 5px;
}
#right_column .title {
  margin-top : 15px;
  margin-bottom : 10px;
  font-weight : bold;
  font-size : 14px;
}
#right_column .body {
  font-size : 12px;
}
#right_column .body ul {
  padding-left : 15px;
  margin-left : 0px;
}
.top #title {
  text-align : center;
  height : 40px;
  margin-bottom : 0px;
}

#top_message {
  font-size : 14px;
  float : left;
  margin-left : 20px;
  width : 500px;
}
#top_message .notice {
  font-size : 12px;
  color : #644;
  padding : 10px;
  margin : 20px 30px 0;
  border : 2px dotted #faa;
}
#top_message .notice h3 {
  font-size : 12px;
  margin : 3px 0px;
  color : #a55;
}

#start_button {
  background-color : #ddeeff;
  border : 2px solid #aaccff;
  float : right;
  text-align : center;
  width : 240px;
  padding : 15px 30px 4px;
}

#start_button .title {
  margin : 0px auto;
  font-size : 14px;
  font-weight : bold;
  color : #117777;
}

#start_button img {
  margin : 20px auto;
}

.featured {
  float : left;
  width : 260px;
  margin : 5px 10px;
}

.featured_content {
  margin : 0px;
  padding : 0px;
  height : 200px;
  font-size : 11px;
  color : #333;
  background: #ddd url('/images/featured_bg.png') repeat-y scroll 0 0;
}

.featured_content .title,
.featured_content .body {
  margin : 0px 10px 0px 20px;
}

.featured_content .title {
  font-size : 14px;
  font-weight : bold;
  color : #aa4488;
}

.featured_content .body ul {
  margin-top : 10px;
  padding-left: 15px;
}

.featured_content .body ul li {
  margin-top : 10px;
  margin-bottom : 10px;
}

img.featured_top, img.featured_bottom {
  width : 260px;
  display : block;
}
img.featured_top {
  height : 13px;
}
img.featured_bottom {
  height : 22px;
}
table {
  border-collapse: collapse;
  border-width: 0px;
}

table th, table td {
  padding: 0px;
  border-width: 0px;
}
       
#footer {
  margin: 20px 0px;
  text-align: center;
  color: #7C95AC;
  font: 11px 'Lucida Grande';
}

#footer a {
  margin-left: 15px;
  color: #7C95AC;
  white-space: nowrap;
}

/* Coverflow */
#coverflow {
  margin: auto;
  padding : 0px 10px;
  height : 200px;
  display : block;
  background: #fff url(/images/coverflow_bg.png) no-repeat;
}
img#coverflow_bottom {
  width: 900px;
  height: 2px;
  display: block;
}

/* iepngfix */
img.pngfix, input.pngfix {
  behavior: url(/resources/iepngfix.htc)
}

