/***** Global Settings *****/
body {
    background:url(/images/dark_dotted.png) repeat #181818;
    color: #b6b6b6;
    font: 12px/19px 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
    text-align: center;
}
a {
    color: #efefef;
    cursor: pointer;
    text-decoration: none;
}
a:focus {
    outline: 0 none;
    outline-offset: 0;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: 0 none;
    text-decoration: none;
}
a:hover img {
    text-decoration: none !important;
}
div.col-wrap, div.col-wrap-first {
    margin: 0 15px;
 }
.wrap {
    margin: 0 auto;
    width: 960px;
}
/***** Layout *****/
div#header .top-half {
    display: block;
    height: 114px;
    position: relative;
}
div#header-links {
    background: none repeat scroll 0 0 #000000;
    color: #666666;
    font-size: 9px;
    padding: 3px 0;
    text-align: center;
}
body#thin div#header-links .wrap {
    display: block;
    margin: 0 auto;
    text-align: right;
    width: 747px;
}
body#wide div#header-links .wrap {
    display: block;
    margin: 0 auto;
    text-align: right;
    width: 920px;
}
div#header-links a {
    color: #999999;
    font-size: 10px;
    text-decoration: none;
}
div#header-links a:hover {
    color: #EEEEEE;
    text-decoration: none;
}
div#header-nav {
    position: relative;
}
div#form {
	background:#393939;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
        behavior: url(/scripts/PIE.htc);
}
div#form div.w { padding:20px; }
div#form p { color:#aaa;}

ul#main-nav {
    height: 31px;
    list-style: none outside none;
    min-width: 400px;
    width: 100%;
}
ul#main-nav li {
    background: url(/images/bg_main_nav_tab.gif) no-repeat scroll 0 0 transparent;
    float: left;
    height: 31px;
    line-height: 31px;
    margin: 0 3px 0 0;
    padding: 0 0 0 7px;
}
ul#main-nav li a {
    background: url(/images/bg_main_nav_tab.gif) no-repeat scroll 100% 0 transparent;
    color: #AAAAAA;
    display: block;
    float: left;
    font-family: 'Lucida Grande','Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0 9px 0 2px;
    text-decoration: none;
    text-transform: uppercase;
}
ul#main-nav li.selected {
    background-image: url(/images/bg_main_nav_tab_selected.gif);
}
ul#main-nav li.selected a {
    background-image: url(/images/bg_main_nav_tab_selected.gif);
    color: #FFFFFF;
}
ul#main-nav li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
div#body-bg {
    display: block;
    width: 100%;
}
div#body-wrap {
    display: block;
    margin: 0 auto;
    text-align: left;
}
body#wide div#body-wrap {
    width: 920px;
}
body#thin div#body-wrap {
    width: 752px;
}
div#page {
    display: block;
    float: left;
    padding: 0 0 10px;
    width: 100%;
}
div#container {
    background: none repeat scroll 0 0 #303030;
    width: 100%;
}
div#container-top div {
    display: block;
    margin: 0;
    padding: 22px 15px 0;
}
div#container-empty-top, div#container-footer {
    line-height: 0.5;
}
div#container-empty-top div, div#container-footer div {
    padding-top: 10px;
}
div#container-footer {
    background: url(/images/bg_container_bl.gif) no-repeat scroll left bottom #303030;
}
div#container-footer div {
    background: url(/images/bg_container_br.gif) no-repeat scroll right bottom transparent;
}
div#container-top div {
    background: url(/images/bg_container_tr.gif) no-repeat scroll right top transparent;
}
div#container-empty-top div {
    background: url(/images/bg_container_tr.gif) no-repeat scroll right top transparent;
}
div#try-it-now div.w {
    padding: 20px;
}
div#container-wrap {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom:10px;
    background-color:#303030;
}
div#inside-ex {
    background: none repeat scroll 0 0 #404040;
    float: left;
    font-size: 12px;
    width:920px;
}
div#inside-ex div.wrap{
    float: left;
    padding: 16px 15px 20px;
}
div#inside-ex div.textHead{
    max-width: 800px;
    position: relative;
    width: 800px;
}
div#inside-ex h2 {
    display: inline;
    margin: 0;
    padding: 0;
}
div#inside-ex a, div#outside-ex a {
    text-decoration: none;
}

div#inside_page {
    background: none repeat scroll 0 0 #393939;
    border-radius: 0px 0px 8px 8px;
}
div#inside_page div.content{
    padding:10px 20px;
}
div.left-rail {
    float:left;
    width: 450px;
}
div.right-rail {
    float:right;
    width: 450px;
}
div.module {
    background: url(/images/bg_module_tl.gif) no-repeat scroll left top #121212;
    font-size: 11px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
div.module-head {
    background: url(/images/bg_module_tr.gif) no-repeat scroll right top transparent;
    padding: 9px 7px 9px 15px;
}
div.module div.wrap {
    background: none repeat scroll 0 0 #222222;
    float: left;
    margin: 0 0 -15px;
    padding: 10px 0 0;
    width: 100%;
}
div.module div.content {
    margin: 0 15px;
}
div.module-footer {
    background: url(/images/bg_module_bl.gif) no-repeat scroll left bottom #222222;
}
div.module-footer div {
    background: url(/images/bg_module_br.gif) no-repeat scroll right bottom transparent;
    display: block;
}
div.feat-articles {
    border-top: 1px solid #444444;
    padding-top: 24px;
    width: 540px;
    text-align:justify;
}
div.feat-articles2 {
    border-top: 0px solid #444444;
    padding-top: 2px;
    width: 540px;
    text-align:justify;
}
span.feat-doc {
    font-size: 10px;
}
div#footer {
    clear: both;
    color: #666666;
    display: block;
    font-size: 9px;
    margin-bottom: 30px;
}
div#footer a, div#footer strong {
    color: #AAAAAA;
}
div#footer a:hover{
    color: #EEEEEE;
    text-decoration: none;
}
#q_a{
     width:500px;
     margin:20px 0 0 10px;
}
#q_a h2{
    padding-right:10px;
    color:#fff;
}
#q_a td{
     text-align:justify;
}
#table_alt th{border-bottom:1px solid #999; font-weight:bold; font-size:14px;padding:2px 0;}
#table_alt td{padding:2px 0px;}
.alt_row td{background-color:#3e3e3e;}
/***** Common Formatting *****/
strong, h1, h2, h3, h4, h5, h6, strong a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans Regular','Trebuchet MS',Verdana,sans-serif;
    font-weight: normal;
}
h1 {
    font-size: 21px;
    margin: 0 0 12px;
}
div.content h1{
    margin:10px 0;
}
h2 {
    font-size: 15px;
    margin: 0 0 4px;
}

h3 {
    font-size: 10px;
    text-shadow: none;
    text-transform: uppercase;
}
h3 small {
    font-size: 10px;
    font-weight: normal;
    word-spacing: 0;
}
h4 {
    font-size: 13px;
    margin: 0 0 6px;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 11px;
    margin: 0 0 4px;
}

h2 a {
    color: #EEEEEE;
}
h2 a:hover {
    color: #FFFFFF;
}
h6 span {
    color: #666666;
}
p {
    margin: 0 0 18px;
}
small {
    font-size: 9px;
    line-height: 1.4;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
code {
    font-family: monospace;
}
hr {
    background: none repeat scroll 0 0 #303030;
    border: 0 none;
    clear: left;
    display: block;
    height: 1px;
    margin: 20px 0;
}
ul.player-ex li img.t {
    height: 84px;
    margin-bottom: 3px;
    width: 149px;
}
ul.list {
    list-style: none outside none;
    margin-bottom: 23px;
}
ul.list li {
    background: url(/images/bullet_green.png) no-repeat scroll 0 2px transparent;
    line-height: 1.5;
    margin-bottom: 8px;
    padding-left: 20px;
}
ul.list li.last {
    margin-bottom: 0;
}
#features{
    width:100%;
    font-size:11px;
    margin-top:10px;
}
#features td{
    padding:0px 10px 0px 10px;
}
img.t {
    height: 84px;
    width: 149px;
    margin-right:11px;
}

img.launch-circ {
    position: absolute;
    right: -6px;
    top: -4px;
    z-index: 99;
}
/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}

input, textarea {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 0 none;
    font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 3px 4px;
    vertical-align: middle;
}
input {
    height: 14px;
}
input:focus, textarea:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    outline: medium none;
}

label {
    color: #FFFFFF;
    font-weight: bold;
}
label span.req {
    color: #E4675C;
}
div.clear {
    clear: both;
    line-height: 0;
}
.indent {
    padding: 0 15px;
}
.inline {
    display: inline;
}
.module-first {
    margin-top: -10px;
}
button.standard {
    background:transparent url(/images/button_standard.gif) no-repeat scroll left top;
    border: 1px solid #111111;
    color: #FCFCFC;
    text-shadow: 0 -1px 0 #000000;
}
div#download-form {
    background: none repeat scroll 0 0 #505050;
    margin-bottom: 18px;
}
div#download-form div.wrap {
padding:20px 15px;
}
div#download-form input {
font-size:14px;
padding:4px;
height:auto !important;
width:255px;
height:18px;
border: 1px solid #333;
}

div#download-form table.forms {
margin:0 0 12px 0;
padding:0;
}

label.error {
width:241px;
}
div#download-form table.forms {
    margin: 0 0 12px;
    padding: 0;
}

form table.forms {
    margin-bottom: 4px;
}
table.forms {
    background: none repeat scroll 0 0 transparent;
    border-collapse: collapse;
    margin: 4px 0 16px;
}
.placeholder
{
  color: #aaa;
  font-size:16px;
}
/***** Global Classes *****/
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.padding       { margin:10px 0;}
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
