/*
Copyright (c) 2008,  All rights reserved.

*/



/* Misc */
#col1 {
    float: left;
    margin: 0;
    padding: 0;
    width: 748px;
}

#wrapper {
    text-align: left;
    width: 750px;
    margin: auto;
}

body {

    text-align: center; /* text alignement of scroller */
    margin: 0;
    padding: 0;
    margin: 0 auto;
}
#body {
    margin-top: 13px;
}

/* Heading */
div#headerblock { 
    width: 750px; 
    text-align: center; 
    margin: 0px; 
    position: relative;
}
div#headerblock div { 
    float: left; 
    font-family: verdana;
}
div#headerblock div.logo { 
    width: 340px; 
    text-align: left; 
    padding-top: 0px;
}
div#headerblock div.logo img {
    margin: 8px 12px 3px 3px;
}
div#headerblock div.logo img#attlogo {
    margin: 8px 0 3px 3px;
}
div#headerblock div.logo img#attsmblogo {
    margin: 8px 12px 3px 0;
}
div#headerblock div.login { 
    text-align: left; 
    padding-top: 6px; 
    line-height: .8em;
}
div#headerblock div.links { 
    float: right; 
    padding-top: 6px;
}
div#headerblock div.login span.welcome, div#headerblock div.login span.newuser {
    font-size: 77%;
}
div#headerblock div.login span.welcome strong { 
    font-weight: bold;
}
div#headerblock div.links {
    font-size: 77%;
}

/* SBS Tabs */
#tabs {
    padding: 0;
    clear: both;
    overflow: hidden;
    padding-top: 18px;
    position: relative;
    *zoom: 1;
}

#tabs a,#tabs li.on a:hover {
    text-decoration: none;
}

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

#tabs h5 {
    display: none;
}

#tabs ul {
    padding: 0 0 0 4px;
    margin: 0;
    height: 19px;
}

#tabs li,#tabs li div {
    display: block;
    float: left;
    padding: 0;
}

#tabs li {
    margin-right: 3px;
}

#tabs li a {
    display: block;
    float: left;
    font-size: 10px;
    *font-size: 77%;
    font-family: verdana;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    padding: 3px 6px 3px 4px;
    margin: 0;
}

#tabs li a:visited {
    color: #fff;
}

#tabs li div {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

#tabs li.on {
    padding-left: 2px;
}

#tabs li.on div {
    padding-right: 0px;
    padding-bottom: 1px;
}

#tabs li.on a,#tabs li.on a:visited {
    color: #543673;
}

#tabs ul {
    background: url(http://us.i1.yimg.com/us.yimg.com/i/us/wh/el/rul_hori_999_1.gif) bottom repeat-x;
}

#tabs li {
    background: #6A89AD url(http://us.i1.yimg.com/us.yimg.com/i/us/wh/el/bg_nav_cnrl_1.gif) no-repeat;
}

#tabs li div {
    margin-left: 2px;
    background: url(http://us.i1.yimg.com/us.yimg.com/i/us/wh/el/bg_nav_cnrr_1.gif) no-repeat top right;
}

#tabs li.on {
    background: #FFF url(http://us.i1.yimg.com/us.yimg.com/i/us/wh/el/bg_nav_cnrl_on_1.gif) no-repeat;
}

#tabs li.on div {
    margin-left: 0;
    background: url(http://us.i1.yimg.com/us.yimg.com/i/us/wh/el/bg_nav_cnrr_on200_1.gif) no-repeat top right;
}

#tabs li.orphan {
    background: none;
}

#tabs li.orphan div {
    background: none;
}

#tabs li.orphan a {
    color: #543673;
    font-weight: normal;
}

#tabs li.orphan a:visited {
    color: #543673;
}

#tabs li#sbs-signin-block div.signin-btn {
    float: left;
    height: 22px;
    margin: 0.5em 0.4em 0 0.2em;
    padding: 0;
    background: none;
}

#tabs li#sbs-signin-block div.signin-btn div {
    float: left;
    width: 10px;
    height: 22px;
    margin: 0;
    font-size: 77%;
    padding: 0;
    background: url( http://l.yimg.com/a/i/us/ysm/cn/k2/signin_btn_sprite.gif ) top left;
}

#tabs li#sbs-signin-block p {
    float: left;
    height: 16px;
    margin: 1.0em 0.3em 0 1em;
    font-weight: bold;
    font-family: verdana, geneva, sans-serif;
    font-size: 77%;
    color: #333;
    padding: 0;
}

#tabs li#sbs-signin-block div.signin-btn a {
    font-weight: bold;
    font-family: verdana, geneva, sans-serif;
    color: #333;
    height: 22px;
    line-height: 21px;
    font-size: 77%;
    margin: 0;
    padding: 0 10px 0 0;
    background: url( http://l.yimg.com/a/i/us/ysm/cn/k2/signin_btn_sprite.gif ) top right;
}

#tabs li#sbs-signin-block div.signin-btn a:hover {
    text-decoration: none;
}

#tabs li#sbs-signin-block {
    margin: 0;
    margin-bottom: -18px;
    float: right;
    height: 2.6em;
    padding: 0;
    position: relative;
    top: -18px;
}
#tabs li.services {
    background: #fff;
}

#tabs li.highlighted {
    background: #feefa5;
}
body:last-child:not(:root:root) #tabs li.highlighted { border-top: 1px solid #fff; } /* Safari Hack */ 

#tabs li.highlighted span.corner {
    display: block;
    position: absolute;
    height: 3px;
    width: 3px;
    background-image: url(http://l.yimg.com/a/i/us/smbiz/misc/k2_services_bar.gif);
    overflow: hidden;
}

#tabs li.highlighted span.topleft {
    top: 0px;
    left: 0px;
    background-position: 0 0;
}

#tabs li.highlighted span.botleft {
    bottom: 0px;
    _bottom: -2px;
    left: 0px;
    background-position: 0 -5px;
}

#tabs li.highlighted span.topright {
    top: 0px;
    right: 0px;
    _right: -1px;
    background-position: 0 -10px;
}

#tabs li.highlighted span.botright {
    bottom: 0px;
    _bottom: -1px;
    right: 0px;
    _right: -1px;
    background-position: 0 -15px;
}

div.adbox {
    width: 750px;
    margin:0 0 10px 0;
    text-align: center;
    clear: both;
}

/* Navigation */
#ds_globalNavWrapper {
    text-align: left;
    margin-top: 5px;
    width: 750px;
}

ul#ds_globalNav,ul#ds_globalNav li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

ul#ds_globalNav li ul {
    display: none;
    width: 180px;
    background: #fff;
}

ul#ds_globalNav li {
    float: left;
    font: 11px verdana, arial, sans-serif;
    position: relative;
    z-index: 1000;
    zoom: 1;
}

ul#ds_globalNav li #currCat {
    font-weight: bold;
}

ul#ds_globalNav li a:hover {
    background: #e7eff7;
    text-decoration: underline;
}

ul#ds_globalNav li a {
    color: #512f6b;
    display: block;
    padding: 1px 5px;
    border-right: 1px solid #512f6b;
    border-top: 1px solid #fff;
    border-bottom: 0;
    text-decoration: none;
}

ul#ds_globalNav li a.first {
    border-left: 1px solid #fff;
}

ul#ds_globalNav li.ds_over a {
    position: relative;
    z-index: 1000;
    border-top: 1px solid #512f6b;
    border-bottom: 1px solid #fff;
}

ul#ds_globalNav li.ds_over a.first {
    border-left: 1px solid #000;
    *border-bottom: none;
    *padding-bottom: 2px;
    *background-color: #fff;
}

ul#ds_globalNav li.ds_over a.first:hover {
    background: #e7eff7;
}

ul#ds_globalNav li ul li a {
    margin: 0;
    padding: 0;
}

ul#ds_globalNav li.ds_over ul {
    position: absolute;
    left: -1px;
    top: 16px;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #512f6b;
    z-index: 999;
}

ul#ds_globalNav li.first ul {
    left: 0px;
}

body:last-child ul#ds_globalNav li.ds_over ul {
    top: 16px;
}

ul#ds_globalNav li.ds_over ul li {
    float: none;
    border-bottom: 1px dotted #ccc;
    background: #fff;
}

ul#ds_globalNav li.ds_over ul li a {
    border-right-width: 0;
    border-top-width: 0;
    border-bottom: 0;
    padding: 4px 5px;
    display: block;
}

ul#ds_globalNav li.ds_over ul li a:hover {
    border-right-width: 0;
}

ul#ds_globalNav li#ds_nav_first.ds_over a {
    border-top: 1px solid #fff;
}  /* first */
ul#ds_globalNav li.ds_shift ul li {
    text-align: right;
}  /* last */
ul#ds_globalNav li#ds_nav_last a {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-right: 8px;
}

ul#ds_globalNav li#ds_nav_last.ds_over a {
    border-top: 1px solid #512f6b;
    border-right: 1px solid #512f6b;
    border-bottom: 1px solid #fff;
}

ul#ds_globalNav li#ds_nav_last.ds_over a:hover {
    border-right-width: 1px;
}

ul#ds_globalNav li#ds_nav_last.ds_over ul li a,ul#ds_globalNav li#ds_nav_last.ds_over ul li a:hover {
    border-right-width: 0;
    border-bottom: 0;
    border-top: 0;
}

ul#ds_globalNav li.ds_shift ul {
    left: auto;
    right: 0;
}

* html ul#ds_globalNav li.next_last ul {
    right: -1px;
}

* html ul#ds_globalNav li#ds_nav_last.ds_shift ul {
    right: 0;
}

/* last children in subcats */
ul#ds_globalNav li ul li.ds_last_childs {
    border-bottom-width: 0;
}

* html ul#ds_globalNav li ul li.ds_last_menu_item {
    margin-bottom: -2px;
}

/* Search Form */
#searchformbox {
    background-color:#ebf6ff;
    border:1px solid #adcfe8;
}
#searchforminner {
    margin:10px 0 10px 0;
    text-align:center;
}
#searchSubmit {
    vertical-align: middle;
    *vertical-align: top;
    *margin-left: -8px;
}
#keyword {
    color: #333333;
    font-family: verdana;
    width: 296px;
    vertical-align: middle;
}
#type {
    font-family: verdana;
    vertical-align: middle;
    font-size: 93%;
}
#text {
    color: #0364aa;
    font-weight: bold;
    vertical-align: middle;
    font-size: 93%;
}
#searchformbox .cornerTop,#searchformbox .cornerLeft,#searchformbox .cornerBottom {
    background-image: url(http://l.yimg.com/a/i/us/sbr/gr/corner_adcfe8_1.0.0.gif);
}

/* Content */
#main {
    text-align: left;
}

#main h1 {
    color: #6f377b;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding-bottom: 3px;
}

div#main div#video-module h1 { 
    color: #000; 
}
#main #all-articles {
    margin-top: 12px;
    width: 550px;
    overflow: hidden;
    height: 1px;
}

#main img.dotted {
    margin-bottom: 5px;
}

#main .w340 {
    width: 430px
}

#main .w550 {
    width: 550px
}

#main .vSpacer5 {
    height: 5px;
}

#main .vSpacer10 {
    height: 10px;
}

#main .vSpacer15 {
    height: 15px;
}

#main .vSpacer15 {
    height: 20px;
}

#main .vSpacer30 {
    height: 30px;
}

#main .articleHeadReg {
    line-height: 12pt;
}

#main .articleListText {
    color: #646464;
    margin-bottom: 10px;
    padding-left: 8px;
}

#main .elementHead {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    padding-bottom: 2px;
    color: #6b9154;
    font-weight: bold
}

#main .elementContent {
    margin-bottom: 20px;
}

#main .articleHead {
    font-weight: bold;
    line-height: 12pt;
}

#main .articletext {
    color: #646464;
}

#main .articlePicture {
    position: relative;
    float: left;
    margin-right: 10px;
}

#main .subcatList {
    margin-bottom: 20px;
}

#main .subCatListHead {
    font-weight: bold;
    text-decoration: underline
}
#main div.search_result_block {
    margin-bottom: 10px;
    max-width: 430px;
    *width: 400px;
}
#main p.pub_desc {
    margin: 4px 0;
}
div.biztools_search_box {
    margin-bottom: 10px;
}
div.biztools_search_box span input {
    margin-right: 2px;
}
/* Pagination */
#main #pagination {
    text-align: center;
}
#main #pagination .pageNum {
    padding: 0 5px 0 5px;
}

/* Ads */
div.ad {
    text-align: right;
    float: right;
    clear: right;
    margin: 0 0 10px 10px;
}

/* Footer */
div#footer {
    width: 100%;
    color: #000000;
    font-size: 85%;
    color: #000000;
    text-align: center;
    padding: 10px 0 10px 0;
    clear: both;
    height: 75px;
    padding-top: 10px;
}

div#footer p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
    padding-top: 5px;
}

* html div#footer hr {
    margin-left: -7px;
}

div#footer ul.footerLegal {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

div#footer li.footerLegal {
    list-style-type: none;
    display: inline;
}

div#footer ul.footerSBS {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

div#footer li.footerSBS {
    list-style-type: none;
    display: inline;
}

/* Links */
.link1 a:link {
    color: #0000ff;
    text-decoration: none
}

.link1 a:visited {
    color: #800080;
    text-decoration: none
}

.link1 a:active {
    color: #0000ff;
    text-decoration: underline
}

.link1 a:hover {
    text-decoration: underline
}

.link2 a:link {
    color: #0000ff;
    text-decoration: underline
}

.link2 a:visited {
    color: #800080;
    text-decoration: underline
}

.link2 a:active {
    color: #0000ff;
    text-decoration: underline
}

.link2 a:hover {
    text-decoration: underline
}

/* Rounded Corners */
.rcTop .rcLeft {
    display: block;
    font-size: 0;
    line-height: 0;
    background: url(http://l.yimg.com/a/i/us/sbr/gr/rc_a5b2bd_top_right_1.0.1.gif) no-repeat top right;
    margin: 0;
    height: 3px;
    position: relative;
    top: -1px;
    right: -1px;
}

.rcTop .rcLeft .rcRight {
    display: block;
    font-size: 0;
    line-height: 0;
    background: url(http://l.yimg.com/a/i/us/sbr/gr/rc_a5b2bd_top_left_1.0.1.gif) no-repeat top left;
    margin: 0;
    height: 3px;
    width: 3px;
    position: relative;
    left: -2px;
}

.rcBtm .rcLeft {
    display: block;
    font-size: 0;
    line-height: 0;
    background: url(http://l.yimg.com/a/i/us/sbr/gr/rc_a5b2bd_btm_right_1.0.1.gif) no-repeat top right;
    margin: 0;
    height: 3px;
    position: relative;
    bottom: -1px;
    right: -1px;
}

.rcBtm .rcLeft .rcRight {
    display: block;
    font-size: 0;
    line-height: 0;
    background: url(http://l.yimg.com/a/i/us/sbr/gr/rc_a5b2bd_btm_left_1.0.1.gif) no-repeat top left;
    margin: 0;
    height: 3px;
    width: 3px;
    position: relative;
    left: -2px;
}

/* Newsletter link */
div.newsltr {
    background: url(http://l.yimg.com/a/i/us/ysm/ysb/el/newsltr.gif) no-repeat 1px center;
    padding: 5px 5px 4px 26px;
    margin-top: 5px;
    display: block;
}

p.newsltr {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-weight: bold;
}

a.newsltr {
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px;
    color: #0000FF;
}

#allTools
{
	width: 420px;
	background-color: #E8E8E8;
	margin-top:15px;
	padding: 8px 8px 1px;
}

#allTools div
{
	margin-bottom:15px;
	background-color: #FFFFFF;
	padding: 5px;
	overflow: hidden;
	zoom: 1;
}

#allTools img
{
	float: right;
}

#allTools h3
{
	margin: 2px 0 0;
}

#allTools p, #bizOnline p
{
	margin-top: 2px;
	margin-bottom: 5px;
}

.toolInfo ul, .toolInfo li
{
	list-style-type: none;
	display:inline;
	margin: 0;
}

.toolInfo li
{
	border-right:1px solid black;
	padding-left: 9px;
	padding-right: 5px;
}

.toolInfo h3
{
	display: inline;
}

#bizOnline
{
	float: right;
	clear: right;
	width: 297px;
	border: 1px solid #E8E8E8;
	overflow:hidden;
	padding-bottom:15px;
	zoom:1;
}

#bizOnline img
{
	width: 297px;
}

#bizOnline ul
{
}

#bizOnline li
{
	width: 50%;
	float: left;
}

#bizOnline h2, .bizToolSection h2 {
    color: #6f377b;
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding-bottom: 3px;
    background:transparent url(http://us.i1.yimg.com/us.yimg.com/i/us/wh/gr/dotted_line430x1.gif) repeat-x scroll 0 100%;
    width: 430px;
}

#bizOnline h2
{
	padding: 5px;
}

#bizOnline p
{
	padding-left: 5px;
	padding-right: 9px;
}