/* @group Reset */

/*reset.css*/body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*fonts.css*/body {font:13px/1.22 "helvetica neue",helvetica,arial,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}.clear:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}.clear {display: block; overflow: hidden;}

/* @end */

/* @group Basic */

a:link			{color: #333;}
a:active		{color: #333;}
a:visited		{color: #333;}
a:hover 		{color: #999;}

body {
    /*background: #f7fbfc url(images/bg.jpg) repeat-x 0 0;*/
    /*background: #f7fbfc;*/
    background: #F57A0F;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}

h1, h2 {
    /*border-bottom: 1px solid #e5e5e5;*/
    color: #027191;
    font-size: 22px;
    padding: 5px 0 5px;
}

h3 {
    color: #000;
    font-size: 18px;
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

p {
    line-height: 1.4;
    margin: 0 0 15px;
}

em {
    font-style: italic;
}

code {
    background: #333;
    border: 1px solid #ddd;
    color: #B6E780;
    display: block;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 15px;
    overflow: auto;
}

select {
    background: #F4F9FD;
    font-size: 12px;
}




/* @end */

#container {
    /*background: #f7fbfc;*/
    background: #fff;
    margin: 0 auto;
    width: 970px;
    /*background: #f7fbfc;*/
}

#header {
    /*background-color: #00f;*/
    margin: 0 0 0 0;
    height: 80px;
}

#footer {
    /*background: transparent url(images/footertop.png) no-repeat 0 0;*/
    /*background-color: #0a0;*/
    background: #F57A0F;
    padding: 5px 15px;
    text-align: center;
    color: rgb(98,66,0);
    font-size: 14px;
}

#logo {
    /*background-color: #f00;*/
    position: absolute;
    margin: 1px 0 0 9px;
    width: 260px;
    height: 93px;
}

#content {
    /*background: transparent url(images/wrapbg.png) repeat-y 50% 0;*/
    margin: 0px 0 0;
    width: 968px;
}

#content_holder {
    padding: 0 0 5px;
}


#subpage_banner {
    /*background: transparent url(images/subbanner.jpg) no-repeat 0 0;*/
    /*background: transparent url(images/top.png) no-repeat 0 0;*/
    background: transparent url(images/bandeau.jpg) no-repeat center;
    /*background-color: #0f0;*/
    /*padding: 10px 20px 20px 30px;*/
    width: 100%;
    height:202px;
}

#content_main {
    margin: 0 19px;
    /*min-height: 300px;*/
}


#main_title {
    float: left;
    width: 620px;
    color: #027191;
    font-size: 22px;
    padding: 20px 0 0px 15px;
}

#top_nav {
    float: right;
    margin: 00px 0 0;
    width: 200px;
}

#top_nav ul {
    float: right;
    margin: 3px 0 0;
    /*width: 250px;*/
}

#top_nav ul li, #top_nav ul li a {
    float: left;
}

#top_nav ul li a {
    /*border-right: 1px solid #cdcdcd;*/
    color: #8d9090;
    display: block;
    font-size: 12px;
    padding: 0 10px;
    text-decoration: none;
}

#top_nav ul li a:hover {
    text-decoration: underline;
}

#site_search {
    float: right;
    width: 175px;
}

#site_text, #cse-search-box {
    background: transparent url(images/searchbox.jpg) no-repeat 0 0;
    border: 0;
    color: #999;
    font-size: 12px;
    height: 21px;
    margin: 0;
    padding: 5px 0 0 8px;
    width: 126px;
}

#site_btn {
    background: transparent url(images/searchbtn.jpg) no-repeat 0 0;
    border: 0;
    cursor: pointer;
    height: 26px;
    margin: 1px 0 0 -4px;
    text-indent: -9999px;
    vertical-align: bottom;
    width: 34px;
}

#main_nav {
    background: #666 url(images/navbar.jpg) no-repeat 0 0;
    margin: 19px 0 0 4px;
    width: 960px;
}

#main_nav_list {
    float: left;
    padding: 12px 0;
}

#main_nav_actions {
    float: right;
    width: 210px;
}

#main_nav_list li {
    background: transparent url(images/navdiv.gif) no-repeat 100% 50%;
    display: inline;
    margin-top: 30px;
    padding: 20px 18px;
}

#main_nav_list li a {
    color: #eee;
    font-size: 14px;
    margin: 4px 0;
    text-decoration: none;
}

#main_nav_list li.selected a, 
#main_nav_list li a:hover {
    color: #fff;
    text-decoration: underline;
}

/* START dropdown portion of the main navigation */

#main_nav_list li.dropdown {
    padding: 8px 28px 8px 18px;
}

.pop {
    position: absolute;
    display: inline;
}

.pop .pop_menu {
    display: none;
}

.pop .pop_toggle {
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 18px;
    overflow: hidden;
    cursor: pointer;
}

.active .pop_menu {
    background-color: #7B7F80;
    color: #fff;
    display: block;
    position: absolute;
    padding: .6em;
    top: 29px;
    left: -85px;
    width: 13em;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

/* When arrow icon is hovered or pressed on, do below */
.pop:hover, .active .pop_toggle {
    background-color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* Style the active arrow icon */
.active .pop_toggle {
    z-index: 2000;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/arrow.png);
}

#main_nav_list .pop ul li, 
#main_nav_list .pop ul li a {
    background: none;
    color: #fff;
    margin: 0;
    padding: 0;
}

#main_nav_list .pop ul li a {
    background: #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    margin: 0 0 5px;
    padding: 8px 10px;
}

#main_nav_list .pop ul li a .title {
    display: block;
    font-weight: bold;
    margin: 0 0 4px;
}

#main_nav_list .pop ul li a .desc {
    font-size: 11px;
}

#main_nav_list .pop ul li a:hover {
    background: #151515;
    text-decoration: none;
}

/* END dropdown portion of the main navigation */

#main_nav_actions {
    margin: 0 10px 0 0;
}

#main_nav_actions li, #main_nav_actions li a {
    float: left;
}

#main_nav_actions li a {
    display: block;
    height: 26px;
    margin: 8px 5px 0 0;
    text-decoration: none;
    text-indent: -9999px;
    width: 100px;
}

a#btn_buy_now {
    background: transparent url(images/main_nav_actions.jpg) no-repeat 0 0;
}

a#btn_buy_now:hover {
    background-position: -100px 0;
}

a#btn_try_demo {
    background: transparent url(images/main_nav_actions.jpg) no-repeat 0 -26px;
}

a#btn_try_demo:hover {
    background-position: -100px -26px;
}



#homepage_ctas img {
    float: left;
}


#subpage_banner h1 {
    border-bottom: 0;
    color: #3D3C3C;
    font-size: 30px;
}




.homepage #content_main {
    float: left;
    margin: 20px 0 0 23px;
    width: 620px;
}

.homepage #content_side {
    float: right;
    margin: 20px 23px 0 0;
    width: 275px;
}

.subpage #content_sec {
    float: left;
    margin: 0 0 0 5px;
    width: 147px;
}

.subpage #content_main {
    float: right;
    margin: 0 12px 0 0;
    width: 790px;
}

.subpage #content_sec h2 {
    margin: 0;
    padding: 0 0 5px 15px;
}

#content_sec ul li a {
    border-bottom: 1px solid #eaeaea;
    /*border-top: 1px solid #eaeaea;*/
    color: #444;
    display: block;
    padding: 6px 0 6px 15px;
    text-decoration: none;
}
#content_sec ul {
    border-top: 1px solid #eaeaea;
}

#content_sec ul li a:hover {
    background-color: #F4F9FD;
}



#footer ul li {
    display: inline;
}

#footer ul li a {
    color: #999;
    font-size: 11px;
    margin: 0 5px;
    text-decoration: none;
}





.float-right {
    float:right;
    margin: 0 0 10px 10px;
}
.float-left {
    float:left;
    margin: 0 10px 10px 0;
}
.col240 {
    width:205px;
    float:left;
    padding:15px;
}
.col360 {
    width:325px;
    float:left;
    padding:15px;
}
.col180 {
    width:145px;
    float:left;
    padding:15px;
}
.col480 {
    width:410px;
    float:left;
    padding:15px;
}
.col540 {
    width:505px;
    float:left;
    padding:15px;
}
.colwrap {
    clear:both;
    padding:10px;
}
.iconlist p, .iconlist h3, .iconlist h4, .iconlist ul{
    padding:0 0 0 60px;
    position:relative;
}
.iconlist img {
    position:absolute;
    top:0;
    left:0;
    margin:0;
}
.btn span {
    display:inline-block;
    width:auto !important;
    background:url(images/btnleft.gif)  no-repeat;
    height:24px;
    margin-right:18px;
    padding-left:15px;
    padding-right:10px;
}
.documentContent p a.btn, #content a.btn {
    background:url(images/btnright.gif) no-repeat right;
    height:24px;
    display:inline-block;
    color:#fff;
    text-decoration:none;
    line-height:24px;
    border:none;
}

.asset-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

.asset-header h3 {
    margin-bottom: 5px;
}

.asset-header h3 a {
    /*color: #01476A;*/
    font-size: 13px;
    text-decoration: none;
}

.asset-meta abbr {
    font-size: 11px;
}

.col3 {
    float:left;
    padding:10px 25px 10px 0;

}
.col3wrap {
    clear:both;
    padding:10px;
    border-top:#eee solid 1px;
    background:url(images/colgradient.jpg) repeat-x top;
}
.col3 img {
    border:solid 1px #ccc;
    padding:2px;
}
.dtable {
    border:solid 1px #eee;
    border-collapse:collapse;
    border-style:solid;
    font-size: 12px;
    margin:5px 0px;
    width: 100%;
}
.dtable tr{
    cursor:pointer;
}
.dtable tr:hover {
    cursor:pointer;
    background-color: #F4F9FD;
    color:#00f;
}
.dtable ul {
    margin-left:20px;
    list-style:disc;
}
.dtable th{
    background: #7b7f7f;
    color: #fff;
    /*height: 30px;*/
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px;
    cursor: default;
    border:solid 1px #eee;
    border-collapse:collapse;
}
.dtable td {
    padding:5px 5px;
    border:solid 1px #eee;
    border-collapse:collapse;
}


.dtable2 {
    border:solid 1px #eee;
    border-collapse:collapse;
    border-style:solid;
    font-size: 12px;
    margin:5px 0px;
    width: 100%;
}
.dtable2 td {
    padding:5px 5px;
    border:solid 1px #eee;
    border-collapse:collapse;
}




.sub_th {
    background:#d6ebf9;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.alt2 {
    background:#efefef;
}
#content_main ul {
    margin-bottom:15px;
    margin-left:35px;
}
#content_main li {
    margin-bottom:0.5em;
    list-style-type:disc;
}
#content_main ol {
    margin: 0 0 17px;
}
#content_main ol li {
    list-style-type: decimal;
    margin-left: 30px;
}
.buycpwhm .col240 {
    border-right:solid 1px #eee;
    height:330px;
    border-bottom:solid 1px #eee;
    position:relative;
}
.buycpwhm .col240 .btn {
    position:absolute;
    bottom:60px;
    left:15px;
}
.buycpwhm .nortBorder {
    border-right:none;
}
.homepage_entries {
    margin: -15px 0 0;
}
.widget {
    margin: 0 0 20px;
}

.news {
    background: transparent url(images/colgradient.jpg) repeat-x 0 0;
    border-top: 1px solid #eee;
    padding: 5px 20px 20px;
}

.news .asset-header {
    margin-bottom: 15px;
}

.news .asset-header h3 a {
    font-size: 22px;
}

.news .asset-header h3 a:hover {
    text-decoration: underline;
}

.news ol {
    margin: 0 0 15px 32px;
}

.content-nav {
    margin: 15px 0 0;
}

#submit_support {
    background: transparent url(images/colgradient.jpg) repeat-x 0 0;
    border: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 15px;
}

.ct3 .col {
    background: transparent url(images/colgradient.jpg) repeat-x 0 0;
    border-top: 1px solid #eee;
    float: left;
    margin: 0 0 15px;
    padding: 10px;
    width: 31%;
}

.ct3 .col h3 {
    font-weight: bold;
}

/* Partner Search */

fieldset {
    border: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 20px 20px 0;
}

legend {
    background: #eee;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 10px;
}

#content_main fieldset ul.form_wrapper {
    margin-left: 12px;
}

.form_wrapper li {
    border-bottom: 1px solid #eee;
    margin: 0 0 10px;
    padding: 5px 0 10px;
}

.form_wrapper label {
    font-weight: bold;
}

.form_wrapper .col2 label {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 160px;
}

.form_wrapper .col2 input {
    float: left;
}

.form_wrapper .form_radio label, 
.form_wrapper .form_radio input {
    display: inline;
    float: none;
    font-weight: normal;
}

.form_wrapper .form_radio {
    float: left;
}

.form_submit_action {
    margin: 10px 0 20px 12px;
}

#Partners #CompanyInfo {
    float: left;
    width: 48%;
}

#Partners #ContactInfo {
    float: right;
    width: 48%;
}

#CompanyInfoLogo {
    float: left;
    text-align: center;
    width: 48%;
}

#CompanyInfoName {
    float: right;
    padding: 35px 0 0;
    width: 48%;
}

#AuthorizedPartnerLogo {
    border-top: 1px solid #e5e5e5;
    clear: both;
    padding-top: 15px;
    text-align: center;
}

#CompanyInfoName a {
    font-size: 24px;
    font-weight: bold;
}

#CompanyInfoName strong {
    color: #027191;
    font-size: 14px;
}
.productslanding {
    padding-left:180px;
    padding-bottom:20px;
    position:relative;
}
.productslanding img {
    position:absolute;
    top:35px;
    left:5px;
}

.rssfeed {
    padding:10px 0;
    display:block;
}
.rssfeed img {
    margin:0 5px 0 0;
}
.current {
    background:#F4F9FD;
    font-weight:bold;
}
#softwaremodules_sec {
    border-top:solid 1px #eee;
    padding:15px 0;
    margin-top:15px;
}
#softwaremodules_sec h3 {
    margin-left:15px;
}
/*  Screencast CTA */
#screencastcta {
    margin:0 0 20px 0;
}
#screencast {
    float:left;
}

#screencastinfo {
    float:left;
    margin:0 0 0 15px;
    width:250px;
}
.qualitylinks a{
    background:#ddd;
    color:#666;
    padding:5px 10px;
    text-decoration:none;
}
.qualitylinks a:hover {
    background:#cbe1e9;
}
/* News Mailing List */
#subscribe_news {
    padding:15px;
    margin:10px;
    border:solid 1px #eee;
    background:#F4F9FD;
}
#subscribe_news input {
    border:solid 1px #ccc;
    padding:3px;
    width:127px;
    margin:0 0 10px 0;
}
#subscribe_news .btn {
    border:none;
    background:#027191;
    color:#fff;
    text-align:center;
    font-weight:bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#subscribe_news .btn:hover {
    background:#999;
}

/* Used for Form Captchaing */
.noshow{
    display:none;
}

#clearer, .clearer{
    clear:both;
}

/* For Testimonials PAge */
#content_main blockquote {
    border-top:1px solid #CCCCCC;
    padding:15px;
}

/* Partner Logos in B&W on Index */
#partnerlogossmall{
    width: 270px;
    height: 120px;
    margin-bottom: 10px;
}

/* Contact Page Styles */

.contactboxleft, 
.contactboxright {
    background: #f5f5f5;
    border: 1px solid #ddd;
    margin: 0 0 15px;
    min-height: 175px;
    padding: 15px;
}

.contactboxleft h3, 
.contactboxright h3 {
    color: #333;
    font-weight: bold;
}

.contactboxleft {
    float: left;
    width: 46%;
}

.contactboxright {
    float: right;
    width: 46%;
}

/* DL / DT / DD Styles */

dd{
    margin-bottom:25px;
}
dt{
    margin-bottom:5px;
}
/*  Screencast */
#screencast {
    float:right;
    margin:5px 0 0 20px;
    width:462px;
}

#overview_features {
    margin: 0 0 15px;
}

.overview_left {
    float: left;
    width: 240px;
}

.overview_right {
    float: right;
    width: 470px;
}

.overview_left h3 {
    color: #027191;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0 0 5px;
}

.overview_left .intro_top {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 1.2;
    margin: 0 0 12px;
}

.overview_left .intro_p {
    font-size: 16px;
    margin: 0 0 10px;
}

.overview_cta {
    /*background: url(images/screencast-demo-cta2.gif) no-repeat 50% 0;*/
    background: url(images/mainTitle.gif) repeat-x;
    margin:0 0 0px 0;
    padding:0px 0 0 15px;
    height:54px;
}
.overview_cta h1 {
    color: #027191;
    font-size: 18px;
    margin:0 0 0px 0;
    padding:5px 0 0 0px;
}

.cta_text {
    font-size: 20px;
}

#overview_features .colwrap {
    padding: 0 10px;
}

#overview_features .col360 {
    padding: 15px 15px 0;
}

#overview_features .col360 p {
    margin: 0 0 10px;
}

.special_cta {
    background: #F1F7FB;
    border: 1px solid #ddd;
    padding: 15px;
}
/* Conference */ 
#conf_banner {
    background: url(images/conference/conferencebanner.jpg) no-repeat;
    height:222px;
}
#conf_banner .iconlist {
    float:right;
    padding:35px 15px 0 0;
}
#conf_banner .iconlist p {
    padding:0 0 0 45px;
    margin:0;
}
#conf_banner .iconlist p a {
    text-decoration:none;
    color:#fff;
    display:block;
    padding:10px;
}
#conf_banner .iconlist p:hover {
    background:#245a96;
}
#conf_banner .iconlist img {
    top:10px;
    left:10px;
}
a#conf-login {
    float:right;
    width:125px;
    background:url(images/conference/loginbtn.gif) no-repeat;
    height:23px;
    text-align:center;
    padding:5px 0 0 0;
    margin-right:10px;
}
#conf_navbar {
    background: url(images/conference/navbar.jpg) no-repeat;
    height:69px;
    font-weight:bold;
}
#conf_navbar #main_nav_list li {
    background:none;
    padding:0 15px;
    margin-top:0;
}
#conf_navbar #main_nav_actions {
    margin:0;
}
#conf_navbar #main_nav_actions li#suggest_topic_link {
    padding:8px 10px 0 0;
}
#main_nav_actions li#suggest_topic_link a {
    text-indent:0;
    color:#fff;
    width:auto;
    font-size:14px;
    margin:4px 0;
}
#main_nav_actions li#suggest_topic_link a:hover {
    text-decoration:underline;
}
#main_nav_actions li a#register_btn {
    background:url(images/conference/registerbtn.jpg) no-repeat;
    width:134px;
    height:32px;
}
#main_nav_actions li a#register_btn:hover {
    background:url(images/conference/registerbtn-on.jpg) no-repeat;
}
#conf_navbar #main_nav_actions {
    width:134px;
    margin-right:10px;
}
.conf_form {
    padding:15px 10px;
    border:solid 3px #d2e5ea;
    width:700px;
    margin:15px auto;
    background:url(images/conference/formgradient.jpg) repeat-x top;
}
#content_main .conf_form li {
    list-style-type:none;
    padding:10px 0;
    border-bottom:solid 1px #e5eff2;
}
.conf_form label {
    width:145px;
    display:block;
    float:left;
    font-size:16px;
    text-align:right;
    padding:0 15px 0 0;
}
.formaction {
    padding-left:195px;
}
#exhibitorform {
    margin:0 auto;
    width:auto;
}
#exhibitorform label {
    width:auto;
    float:none;
    text-align:left;
    font-size:12px;
}
#exhibitorform .note {
    font-size:11px;
}
#exhibitorform ul {
    margin:0;
}
#exhibitorform textarea {
    width:50%;
}
.agenda td {
    padding:15px;
}
img.feat {
    padding:3px;
    border:solid 1px #e6e6e6;
    margin:30px 0 0 20px;
}
#hotelfeat {
    border-bottom:solid 1px #e6e6e6;
    margin-bottom:15px;
    padding:10px 10px 5px 10px;
}
.rates td strong {
    font-size:18px;
    font-weight:bold;
}
.rates td.sub_th {
    text-align:left;
}
.rates td.sub_th h3 {
    margin-bottom:5px;
    color:#333;
    font-weight:bold;
}
a#conf_contact {
    float:right;
    padding:5px 10px 0 0;
    margin-right:10px;
    text-decoration:underline;
    color:#8d9090;
    border-right:solid 1px #cdcdcd;
}
#soldout {
    padding:15px;
    background:#9CF;
    font-size:26px;
    font-weight:bold;
    margin-bottom:25px;
}
#soldout p {
    font-size:16px;font-weight:normal;
}
/* Conference Agenda */
.label {
    color:#333;
    font-weight:bold;
    font-size:10px;
    text-align:right;
    background:#D6EBF9;
    border-bottom:solid 1px #ececec;
}
.dtable .bgwhite {
    background:#fff none;
}
/* End Conference Styles */

/*Subpage Cta on sidebar */
#subpage_sidebarcta {
    margin:30px 5px 30px 5px;
}
#subpage_sidebarcta img {
    margin-bottom:5px;
}
/* Testimonials */
#slide_window {
    background:url(images/conference/testimonialbg.gif) no-repeat;
    width:594px;
    height:149px;
}
span.prev img,  span.next img{
    position:absolute;
    z-index:2;
    cursor:pointer;
}
span.prev img{
    top:50px;
    left:10px;

}
span.next img{
    top:50px;
    right:10px;
}
#slide1 p, #slide2 p, #slide3 p {
    margin:10px 50px;
    font-style:italic;
}	
#slide1 p strong, #slide2 p strong, #slide3 p strong {
    display:block;
    margin-top:7px;
    font-style:normal;
}
#more_fb a{
    position:absolute;
    right:55px;
    bottom:10px;
    z-index:3;
    font-size:11px;
}
.leftcol {
    float:left;
    width:650px;
}
.rightcol {
    float:right;
    width: 230px;
    margin:10px 0 0 0;
}
.rightcol h3 {
    color:#027191;
}
ul#exhibitorlogos li{
    list-style:none;
    text-align:center;
    padding:2px;
    border:solid 1px #ddd;
}
#content_main ul#exhibitorlogos {
    margin:0;
}
/* Migration Services Page with tabs */
#migration-svcs {
    margin:-25px -25px 0 -25px;
    background:url(..images/migration-bg.jpg) no-repeat right top;
    height:304px;
    padding-top:25px;
}
#migration-svcs p, #migration-svcs h2 {
    width:450px;
    margin:0 0 15px 29px;
}
#migration-svcs h2 {
    border-bottom:none;
}
#migration-svcs li {
    margin-left:25px;
}
#content_main UL.tabNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
}
#content_main UL.tabNavigation LI {
    display: inline;
    margin:0 -4px 0 0;
}
UL.tabNavigation LI A {
    background-color: #ccc;
    color: #000;
    text-decoration: none;
    padding:10px 0;
    text-align:center;
    margin:0;
    font-size:14px;
}
UL.tabNavigation LI A.one {
    background:url(..images/one.jpg) no-repeat;
    width:108px;
    height:22px;
    display:inline-block;
}
UL.tabNavigation LI A.two {
    background:url(..images/two.jpg) no-repeat;
    width:183px;
    height:22px;
    display:inline-block;
}
UL.tabNavigation LI A.three {
    background:url(..images/three.jpg) no-repeat;
    width:122px;
    height:22px;
    display:inline-block;
}
UL.tabNavigation LI A.four {
    background:url(..images/four.jpg) no-repeat;
    width:266px;
    height:22px;
    display:inline-block;
}
UL.tabNavigation LI A.five {
    background:url(..images/five.jpg) no-repeat;
    width:212px;
    height:22px;
    display:inline-block;
}
UL.tabNavigation LI A.one.selected, UL.tabNavigation LI A.one:hover {
    background:url(..images/one-over.jpg) no-repeat 0 0;
}
UL.tabNavigation LI A.two.selected, UL.tabNavigation LI A.two:hover {
    background:url(..images/two-over.jpg) no-repeat -108px 0;
}
UL.tabNavigation LI A.three.selected, UL.tabNavigation LI A.three:hover {
    background:url(..images/three-over.jpg) no-repeat -291px 0;
}
UL.tabNavigation LI A.four.selected, UL.tabNavigation LI A.four:hover {
    background:url(..images/four-over.jpg) no-repeat -413px 0;
}
UL.tabNavigation LI A.five.selected, UL.tabNavigation LI A.five:hover {
    background:url(..images/five-over.jpg) no-repeat -679px 0;
}
UL.tabNavigation LI A.selected,  UL.tabNavigation LI A:hover {
    background-color: #333;
    color: #fff;
}
UL.tabNavigation LI A:focus {
    outline: 0;
}
div.tabs > div {
    padding:15px 25px;
    background:url(..images/tabcontent-bg.jpg) repeat-x top;
    margin:0 20px 25px 1px;
}
div.tabs > div h2 {
    margin-top: 0;
}
#first, #second, #third, {
    background-color: #fff;
}
#preqs li {
    padding:10px 0 10px 60px;
    border-bottom:solid 1px #ccc;
    list-style:none;
    background:url(..images/dbl-arrow.gif) no-repeat left center;
    font-weight:bold;
}
/*Embed code flash modal window*/
/**
 * POPUP CONTAINER STYLES
*/
#popupMask {
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .7;
    filter: alpha(opacity=70);
    /* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
    background-color:transparent !important;
    background-color: #333333;
    /* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
    background-image/**/: url("/script/js/maskBG.png") !important; // For browsers Moz, Opera, etc.
    background-image:none;
    background-repeat: repeat;
    display:none;
}
#popupContainer {
    position: absolute;
    z-index: 201;
    top: 0px;
    left: 0px;
    display:none;
    padding: 0px;
}
#popupInner {
    /*border: 2px solid #000000;*/
    background-color: #ffffff;
}

#popupFrame {
    margin: 0px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 202;
}
#popupTitleBar {
    background-color: #fff;
    color: #ffffff;
    font-weight: bold;
    height: 1.3em;
    padding: 5px;
    /*border-bottom: 2px solid #000000;
		border-top: 1px solid #78A3F2;
		border-left: 1px solid #78A3F2;
		border-right: 1px solid #204095;*/
    position: relative;
    z-index: 203;
}
#popupTitle {
    float:left;
    font-size: 1.1em;
}
#popupControls {
    float: right;
    cursor: pointer;
    cursor: hand;
}
#subpage_banner_blog {
    background: transparent url(images/blog_integration.jpg) no-repeat 0 0;
    height:119px;
    margin:0 0 25px 0;
}
#subpage_banner_blogmain {
    background: transparent url(images/blog_cpanel.jpg) no-repeat 0 0;
    height:119px;
    margin:0 0 25px 0;
}	
#subpage_banner_blog h1, #subpage_banner_blogmain  {
    text-indent:-9999px;
    border:none;

}

/* START Release Styles */

#content_release_header {
    background: #fff url(images/releases/1125/release1125header.jpg) no-repeat 0 0;
    _height: 136px;
    min-height: 136px;
    position: relative;
}

#content_release_header h2 {display: none;}

#content_release_header p {
    color: #a44415;
    font-size: 22px;
    left: 37px;
    position: absolute;
    top: 72px;
    width: 450px;
}

#demo_button {
    display: block;
    height: 40px;
    left: 753px;
    position: absolute;
    text-indent: -9999px;
    top: 54px;
    width: 178px;
}

#cpanel_release #content_main {
    background: transparent url(images/releases/1125/content_special_bg.jpg) repeat-x 0 1px;
    margin: 0 3px 0 5px;
    padding: 15px 29px 0;
}

#release_nav {
    float: right;
    margin: 15px 0 0;
    /*width: 450px;*/
    width: 390px;
}

#release_nav li, 
#release_nav li a {
    float: left;
}

#release_nav li:first-child a {
    border: 0;
}

#release_nav li a {
    border-left: 1px solid #ccc;
    color: #333;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

#release_nav li a:hover {
    color: #1c4975;
    text-decoration: underline;
}

#cpanel_release #content_main h2 {
    border: 0;
    color: #244f7a;
    font-size: 24px;
    font-weight: bold;
}

#cpanel_release #content_main h3 {
    color: #244f7a;
}

.feature_subpage_section {
    float: left;
    width: 625px;
}

.sub_section_nav {
    float: right;
    width: 175px;
}

.sub_section_nav p a {
    color: #6e90b0;
    text-decoration: none;
}

.sub_section_nav p a:hover {
    color: #000;
    text-decoration: underline;
}

#category_nav, 
#category_nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content_main #category_nav {
    margin: 0;
}

#category_nav li {
    background: transparent url(images/releases/1125/category_bg.jpg) repeat-x 0 0;
    padding: 10px 0 10px 10px;
}

#category_nav li a {
    color: #6e90b0;
    font-size: 12px;
    text-decoration: none;
}

#category_nav li a:hover {
    color: #000;
    text-decoration: underline;
}

#top_features {
    padding: 10px 0 0;
}

#top_features .iconlist {
    display: inline;
    float: left;
    margin: 0 25px 15px 0;
    width: 47%;
}
#cta_new {
    width:738px;
    height:90px;
    background:url(images/1125_cta-2.jpg) no-repeat transparent;
    /*margin:-10px 0 10px 0;*/
    margin:0px 0 10px 0;
}
#cta_new  a {
    display:block;
    text-decoration:none;
    padding:12px 40px 0 70px;
    width:628px;
    height:78px;
}
#cta_new a strong {
    color:#00748f;
    font-size:18px;
    font-weight:bold;
}
/* END Release Styles */
/* Order Poster Form */
#signup {
    background:url(http://mtstage.cpanel.netimages/formgradient.jpg) repeat-x;
    border:solid 3px #ddd;
    width:80%;
    margin:60px auto 0 auto;
}
#signup legend {
    border:3px solid #ddd;
    background:#eee;
    margin-bottom:15px;
    font-size:18px;
    font-weight:bold;
    padding:5px 10px;
}
#signup .form_wrapper {
    padding-top:10px
}
#signup .form_wrapper li {
    border-bottom:solid 1px #ddd;
}
.req {
    color:#F00;
    font-weight:normal;
    font-size:12px;
}
#signup .form_wrapper .col2 .address_fields #address2 {
    clear: both;
    float: left;
    margin: 3px 0 0 170px;
}
#logposter_sc{
    border:solid 2px #ddd;
    margin-left:30px;
}
/* End Poster Form */
/* cP Themes  Microsite Styles */
#cpthemes_header {
    background: #fff url(images/cpthemes_subbanner.jpg) no-repeat 0 0;
    _height: 136px;
    min-height: 136px;
    position: relative;
}
#cpthemes_header h2 {
    display:none;
}
.themewrap {
    margin-top:30px;
    background-color:#FBFBFB;
    border:1px solid #F1F1F1;
}
a.themebtn {
    background:url(images/theme_btn.jpg);
    width:137px;
    height:32px;
    display:block;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    float:left;
    margin:15px 15px 0 0;
    text-align:center;
    text-decoration:none;
    padding-top:8px;
}
a.themebtn:hover {
    color:#333;
}

/* End cP Themes  Microsite Styles */
/* User Pic Styles*/
.user-pic{
    float:left;
    width:45px;
}
.byline{
    display:block;
    width:350px;
}
.add-this{
    float:right;
    width:130px;
    padding:0;
}
.feedburner{
    padding:0 5px;
}
.feedburner a {
    text-decoration:none;
}
.feedburner img{
    float:left;
    margin-right:5px;
}
.feedburner-input{
    border:1px solid #E5E5E5;
    padding:2px;
    width:130px;
}
.feedburner-form-wrap{
    margin-left:5px;
}
.feedburner-btn{
    /*-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-box-shadow: 0 1px 3px #999;
		-webkit-box-shadow: 0 1px 3px #999;
		background-color:#ccc;*/
}
.widget-syndication{
    border:1px solid #E5E5E5;
    background:#F4F9FD;
    padding:10px 0;
}
.widget-syndication p.feedburner {
    margin:0;
}
.widget-syndication form{
    margin:0;padding:0;
}
.asset-header h3{
    font-size:22px;
    /*color:#01476A;*/
}
/*  Comments Styles */ 
.comment {
    padding:15px;
    background:#fcfcfc;
    margin-bottom:5px;
    border:solid 1px #ececec;
}
.comment-content p {
    margin:15px 0 0 15px;
    font-style:italic;
}
.comment .author {
    font-size:16px;
    color:#027191;

}


#content_main a {
    color: #8d9090;
    font-size: 12px;
    text-decoration: none;
}

#content_main a:hover {
    text-decoration: underline;
}

.subpage {
    background: transparent url(images/subnav-shadow.jpg) no-repeat 149px 0;
}

/***********************************************************/

.loginPanel {
    background: transparent url(images/colgradient.jpg) repeat-x 0 0;
    border: 1px solid #ddd;
    margin: 10px 10px;
    padding: 2px 15px 10px 15px;
    width: 250px;
    /*height: 150px;*/
    float: left;
}

.loginPanel h2 {

    border-bottom: 1px solid #e5e5e5;
    color: #027191;
    font-size: 22px;
    /*padding: 5px 0 5px;*/
}

.loginPanel h3 {
    color: #027191;
    font-size: 11px;
    margin: -10px 0 10px 0;
}

#welcome{
    padding: 10px 15px;
    font-size: 14px;
}
