ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
    margin:0;
    padding:0;
}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;

}
ul{
    list-style:none;
}
div#blog-body ul {
    list-style-type: disc;
    list-style-position: inside!important;
    padding-left: 25px !important;
    margin-bottom: 0.5em;
}
div#blog-body ol {
    list-style-position: inside !important;
    padding-left: 25px !important;
    margin-bottom: 0.5em;
}

#blog-body {
    color:#000;
    font-size:1em;
    margin: 0 10px 15px 10px;
    float: left;
    width: 615px;
    word-wrap:break-word;
    
}

#blog-body p {
    color: black !important;
    font-size: 1em !important;
    color:#000;
}

#post-body {
    color:#000;
    font-size:1em;
    margin: 0 10px 15px 10px;
    float: left;
    width: 440px;
    word-wrap:break-word;

}

#post-body p {
    color: black !important;
    font-size: 1em !important;
    color:#000;
}

fieldset{
    border:0;
}
a,a:link,a:visited,a:hover{
    color:#c267b4;
    text-decoration:none;
}
a:focus,a:hover{
    text-decoration:underline;
}
a img{
    border:0;
}
.clear{
    clear:both;
}
a.blue-link,
a.blue-link:visited{
    color:#0ab6eb;
    font-weight:bold;
}
a.purple-link,
a.purple-link:visited{
    color:#c267b4;
    font-weight:bold;
    margin-bottom: 15px;
}
a.black-link,
a.black-link:visited{
    color:#000;
}
.link-right{
    float:right;
    margin-right:10px;
}
.link-left{
    float:left;
}
.purple{
    color:#c267b4;
}
body{
    position:relative;
    background:#a8d6f3 url(../img/bg.png) top repeat-x;
    color:#000;
    font:62.5% Verdana, Arial, Helvetica, sans-serif;
}
.replace{
    position:relative;
    margin:0;
    padding:0;
    /* \*/
    overflow:hidden;
    /* */
}
.replace span{
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.skiplink{
    display:none;
}
#wrapper{
    width:990px;
    margin:0 auto;
    overflow: hidden;
}

/* main divs */
#header{
    position:relative;
    float:left;
    width:980px;
    height:130px;
}
#nav{
    float:left;
    width:1001px!important;
    height:33px;
    background:url(../img/bg-nav.png) no-repeat;
    margin:0px 0px 0px 0px;
    padding:0px;
}
#content{
    float:left;
    width:950px;
    font-size:1.2em;
    overflow: hidden;
}
#footer{
    float:left;
    width:910px;
    background-color:#d7e8f0;
    padding:10px 20px;
    margin:10px 0 30px;
}
#footer-nobg{
    float:left;
    width:910px;
    padding:10px 20px;
    margin:5px 0;
}

/* header */
#header .butterfly{
    position:absolute;
    top:0;
    left:-15px;
    width:311px;
    height:315px;
    background:url(../img/butterfly.png) no-repeat;
}
#header .sub-butterfly{
    position:absolute;
    top:0;
    left:-15px;
    width:311px;
    height:257px;
    background:url(../img/butterfly-sub.png) no-repeat;
}
#header .logo{
    display:inline;
    float:left;
    width:696px;
    height:130px;
    margin-left:149px;
    background:url(../img/logo.jpg) no-repeat;
}
#header .logo a{
    display:block;
    width:677px;
    height:130px;
    text-indent:-5000px;
}
#header .top-nav{
    float:right;
    font-size:1.2em;
    font-weight:bold;
    margin-top:25px;
    text-transform:uppercase;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
}

#header .top-nav a,
#header .top-nav a:visited{
    color:#894e9a;
}
#header .top-nav li{
    margin-bottom:10px;
}

/* nav */
#nav ul{
    display:inline;
    float:left;
    font-size:1.2em;
    font-weight:bold;
    margin-left:335px;
    text-transform:uppercase;
    color:#fff;

}
/* nav width for subpage */
#nav ul#sub{
    display:inline;
    float:left;
    /*width:395px;*/
    font-size:1.2em;
    font-weight:bold;
    margin-left:335px;
    text-transform:uppercase;
    color:#fff;
}
#nav li{
    float:left;
}
#nav li a,
#nav li a:visited{
    display:block;
    color:#fff;
    padding:9px 20px 10px;
    height:14px;
}
/*///////////////////////////////////////////////////////////////Main Drop downs*/
#nav ul#sub li ul {
    position: absolute;
    width: 10em;
    left: -999em;
    padding:6px 0px 0px 0px;

}
#nav ul#sub li ul#bulletin_sub {
    background-color:#0079C2;
}
#nav ul#sub li ul#blog_sub {
    background-color:#F26532;
}
#nav ul#sub li ul li{
    float:left;
    margin:0px 0px 0px 0px;
}

#nav ul#sub li ul li a {
    display:block;
    margin:0px 0px 0px 0px;
    padding:5px 0px 1px 8px;
    height:24px;
    width:220px;
    font-size:12px;
}
#nav ul#sub li:hover ul {
    left: auto;
    width:228px;
    height:auto;
    display:block;
    margin:0px 0px 0px 0px;
}

#nav ul#sub li:hover ul li {
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px;
    text-align:left;
}
#nav ul#sub li:hover ul li a {
    display:block;
}
/* #nav ul#sub li:hover ul, #nav ul#sub li.sfhover ul { */
#nav ul#sub li:hover ul, #nav ul#sub li.sfhover ul {
     left: auto;
    width:228px;
    height:auto;
    display:block;
    margin:0px 0px 0px 0px;
}
/* //////////////////////////////////////////////////////////width for home page */
#nav li a.nav-home,
#nav li a.nav-home:visited{
    display:block;
    color:#fff;
    padding:9px 34px 10px;
}
#nav li.violet a{
    background-color:#9b4d9e;
}
#nav li.red a{
    background-color:#f26532;
}
#nav li.blue a, #nav li.blue2 a{
    background-color:#0079c2;

}
#nav li.green a{
    background-color:#c1d72e;
}
#nav .search-box{
    float:left;
    font-size:1.2em;
    font-weight:bold;
    color:#fff;
    margin-left:0px;
    padding:0 0 0 10px;
    text-transform:uppercase;
    background-color:#ff930b;
    width: 260px;
    text-align: right;
}
#nav .search-box label{
    vertical-align:middle;
}
#nav .search-box input{
    width:179px;
    height:27px;
    font-size:1.8em;
    margin-left:15px;
    border:3px solid #f26532;
    vertical-align:middle;
    background-color:#fff;
}
#nav .search-box2{
    float:left;
    font-size:1.2em;
    font-weight:bold;
    color:#fff;
    margin-left:0px;
    padding:0 0 0 15px;
    text-transform:uppercase;
    background-color:#ff930b;
}
#nav .search-box2 label{
    vertical-align:middle;
}
#nav .search-box2 input{
    width:124px;
    height:27px;
    font-size:1.8em;
    margin-left:10px;
    border:3px solid #f26532;
    vertical-align:middle;
    background-color:#fff;
}

/* content */
#content .title-welcome h1{
    width:700px;
    color:#0079c2;
    font-size:2em;
    margin-left:250px;
    padding:15px 0;
    text-align:center;
}
#content h1{
    color:#0079c2;
    font-size:2em;
}
#content h2{
    color:#0079c2;
    font-size:1.4em;
    margin-bottom:15px;
}

/* home */
#home{
    position:relative;
}
#home .left-panel{
    position:absolute;
    top:180px;
    left:40px;
    width:210px;
    padding:20px 30px;
    color:#fff;
    background-color:#9b4d9e;
    z-index:1;
}
#home .left-panel a{
    color:#b6d72e;
}
#home .left-panel h2{
    font-size:1.5em;
    color:#b6d72e;
    margin-bottom:5px;
}
#home .left-panel img{
    margin:10px 0;
}
#home .mid-panel{
    position:relative;
    float:right;
    width:267px;
    /*height:560px;*/
    padding:20px 55px 20px 80px;
    background-color:#fff;
    overflow: hidden;
}
#home .mid-panel .sm-butterlfly{
    position:absolute;
    top:25px;
    left:-30px;
    width:100px;
    height:106px;
    background:url(../img/sm-butterly.png) no-repeat;
}
#home .mid-panel p{
    color:#000;
    width:267px;
    margin-bottom:15px;
    line-height:1.5em;
    word-wrap:break-word;
}
#home .right-panel{
    float:right;
    width:250px;
    margin-left:20px;
}
#home .right-panel .welcome-box{
    float:right;
    width:250px;
    height:257px;
    margin-bottom:15px;
    background:url(../img/bg-welcome-box.png) no-repeat;
}
#home .right-panel .welcome-box h2{
    display:none;
}
#home .right-panel .welcome-box p{
    width:60px;
    margin:50px 0 0 10px;
}


#home .right-panel .welcome-box a,
#home .right-panel .welcome-box a:visited{
    color:#9b4d9e;
    text-decoration:underline;
}
#home .right-panel .welcome-box a:hover{
    text-decoration:none;
}
#home .right-panel .tour-box{
    float:right;
    width:236px;
    height:112px;
    padding:50px 7px 0;
    margin-bottom:20px;
    background:url(../img/bg-tour-box.png) no-repeat;
}
#home .right-panel .tour-box h2{
    display:none;
}
#home .right-panel .tour-box img{
    float:right;
}
#home .right-panel .tour-box p{
    width:100px;
    padding-left:5px;
}
#home .right-panel .tour-box a,
#home .right-panel .tour-box a:visited{
    color:#ffd200;
    text-decoration:underline;
}
#home .right-panel .tour-box a:hover{
    text-decoration:none;
}
#home .right-panel .start-box{
    float:right;
    width:236px;
    height:112px;
    padding:50px 7px 0;
    background:url(../img/bg-start-box.png) no-repeat;
}
#home .right-panel .start-box p{
    width:100px;
    padding-top:35px;
    padding-left:5px;
}
#home .right-panel .start-box a,
#home .right-panel .start-box a:visited{
    color:#ffff00;
    text-decoration:underline;
}
#home .right-panel .start-box a:hover{
    text-decoration:none;
}

/* sub page */
#content .title-welcome-user{
    display:inline;
    float:left;
    width:620px;
    margin-left:310px;
    margin-bottom:10px;
}
#content .title-welcome-user .user-img{
    float:left;
    width:60px;
    height: 60px;
    padding:1px;
    margin:15px 0 0 0;
    background-color:#fff;
    border:1px solid #aa8dbc;
}

#content .title-welcome-user .user-img a{
text-decoration: none;
margin:0;
padding:0;

}

.userPic {margin:0; padding:0;}


#content .title-welcome-user h1{
    display:inline;
    float:left;
    margin:55px 0 0 10px;
}
#content .title-welcome-user h2{
    display:inline;
    float:left;
    font-size:2em;
    margin:55px 0 0 10px;
}

/* begin mystuff */
#page{
    float:left;
    width:948px;
    padding-bottom:30px;
    background-color:#d7e8f0;
    border:1px solid #a0b9c8;
}
#page .top-bar{
    float:left;
    width:948px;
    height:13px;
    background-color:#9b4d9e;
}
/* containers & rounded corners of main-col */
#page .left-side{
    float:left;
    width:674px;
}
#page .full-side{
    float:left;
    width:948px;
}
#page .left-side .main-bot{
    float:left;
    width:674px;
    height:10px;
    background:url(../img/main-bot.png) no-repeat;
}
#page .full-side .main-bot{
    float:left;
    width:948px;
    height:10px;
    background:url(../img/main-bot-full.png) no-repeat;
}
#page .right-side{
    float:left;
    width:274px;
}
#page .main-col{
    float:left;
    width:633px;
    padding:20px 20px 0;
    background-color:#FFFFFF;
    border-right:1px solid #a35e98;
}
#page .full-side .main-col{
    width:907px;
}
#page .main-col .page-title{
    float:left;
    width:100%;
}
#page .main-col .page-title h2{
    float:left;
    font-size:2em;
}
#page .main-col .page-title .post-comment{
    float:right;
    width:500px;
    font-size:.9em;
    margin-top:12px;
}
#page .main-col .page-title .post-comment .comment{
    float:left;
    vertical-align:middle;
}
#page .main-col .page-title .post-comment .comment a,
#page .main-col .page-title .post-comment .comment a:visited,
#page .main-col .page-title .post-comment .comment
{
    display:block;
    color:#000;
    text-decoration:none;
    padding-right:20px;
    vertical-align:middle;
    background:url(../img/mini-bfly.png) no-repeat right;
}
#page .main-col .page-title .post-comment .comment a:hover{
    text-decoration:underline;
}
#page .main-col .page-title .post-comment .post{
    float:right;
    font-weight:bold;
}
#page .main-col .page-title .post-comment .post a{
    font-size:1.1em;
    color:#0ab7eb;
    text-decoration:underline;
    padding-right:13px;
    vertical-align:middle;
    background:url(../img/arrow-dwn.png) no-repeat 100% 70%;
}
#page .main-col .page-title .post-comment .post a:hover{
    text-decoration:none;
}
#page .main-col .breadcrumb{
    float:left;
    width:632px;
    font-size:.9em;
    color:#0079c2;
    margin-bottom:20px;
}
#page .main-col .breadcrumb li{
    float:left;
    margin-right:5px;
}
#page .main-col .breadcrumb li a{
    color:#0079c2;
}

#page .main-col #mystuff-top{
    float:left;
    width:633px;
    padding-bottom:25px;
    margin-bottom:10px;
    border-bottom:2px solid #dea2de;
}

#page .full-side .main-col #mystuff-top{
    width:908px;
}
#page .main-col #mystuff-top ul#mystuff-top-nav li.console{
    background:url(../img/ico-console.png) no-repeat top center;
}
#page .main-col #mystuff-top ul#mystuff-top-nav li.stuff{
    background:url(../img/ico-mystuff.png) no-repeat top center;
}
#page .main-col #mystuff-top ul#mystuff-top-nav li.inbox{
    background:url(../img/ico-inbox.png) no-repeat top center;
}
#page .main-col #mystuff-top ul#mystuff-top-nav li.profile{
    background:url(../img/ico-profile.png) no-repeat top center;
    text-align:center;
}
#page .main-col #mystuff-top ul#mystuff-top-nav li.profile ul {
    position: absolute;
    width: 10em;
    left: -999em;
}
#page .main-col #mystuff-top ul#mystuff-top-nav li{
    float:left;
    /* margin:0 1px;*/
}
#page .main-col #mystuff-top ul#mystuff-top-nav li a{
    display:block;
    padding:35px 7px 0;
    color:#0ab6eb;
    font-weight:bold;
    text-decoration:underline;
    font-size: .7em;
}

#page .main-col #mystuff-top ul#mystuff-top-nav li.profile a {
    margin:0px 0px 2px 0px;
}
#page .main-col #mystuff-top ul#mystuff-top-nav li.profile ul a {
    margin:0px;
    padding:4px 0px 4px 0px;
    text-decoration:none;
    color:#00B6F6;
    font-size:11px;
    font-weight:bold;
    background-image:none;
    display:block;
    float:none;
}
#page .main-col #mystuff-top ul#mystuff-top-nav li.profile ul a:hover{
    background-color:#E6EFF4;}
#page .main-col #mystuff-top ul#mystuff-top-nav li.profile ul li {
    float:none;
}
#page .main-col #mystuff-top ul#mystuff-top-nav li.profile:hover ul {
    left: auto;
    width:65px;
    height:auto;
    background-color:#FFFFFF;
    border:1px solid #00FFFF;
    display:block;
}
#page .main-col #mystuff-top ul#mystuff-top-nav li.profile:hover ul li {
    margin:4px 0px 4px 0px;
    padding:0px;
    line-height:12px;
    text-align:center;
}
#page .main-col #mystuff-top ul#mystuff-top-nav li:hover ul,
#page .main-col #mystuff-top ul#mystuff-top-nav li.sfhover ul {
    left: auto;
    width:65px;
    height:auto;
    background-color:#FFFFFF;
    border:1px solid #00FFFF;
    display:block;
}

#page .main-col #mystuff-top ul#mystuff-top-nav li.arrow-dwn {
    text-align: left;
}

#page .main-col #mystuff-top ul#mystuff-top-nav li.arrow-dwn a{
    background:url(../img/arrow-dwn.png) no-repeat right 95%;
}
#page .main-col #mystuff-top ul#mystuff-top-nav li.parents{
    background:url(../img/ico-parents.png) no-repeat top center;
}
#page .main-col #mystuff-top ul#mystuff-top-nav li.friends{
    background:url(../img/ico-friends.png) no-repeat top center;
}
#page .main-col #mystuff-top ul#mystuff-top-nav li.invite{
    background:url(../img/ico-invite.png) no-repeat top center;
}
#page .main-col .column{
    display:inline;
    float:left;
    width:312px;
    margin-right:8px;
}
#page .main-col .column.nospace{
    margin-right:0;
}
#page .main-col .box{
    float:right;
    width:312px;
    margin-bottom:10px;
}

#page .main-col .pooling-newpost .box {
    float: none!important;
    width:312px;
    margin-bottom:10px;
}

#page .main-col .box .rtop{
    float:left;
    width:312px;
    height:22px;
    background:url(../img/rtop.png) no-repeat;
}

#page .main-col .box .rtop2{
    float:left;
    width:312px;
    height:22px;
    background:url(../img/rtop2.png) no-repeat;
}

#page .main-col .box .rtop h3{
    color:#fff;
    font-size:1.1em;
    padding:2px 10px;

}

#page .main-col .box .rtop2 h3{
    color:#fff;
    font-size:1.1em;
    padding:2px 10px;
}


#page .main-col .box .rbot{
    float:left;
    width:312px;
    height:6px;
    background:url(../img/rbot.png) no-repeat;
}

#page .main-col .box .rbot2{
    float:left;
    width:312px;
    height:6px;
    background:url(../img/rbot2.png) no-repeat;
}

#page .main-col .box .rbody{
    float:left;
    width:300px;
    padding:5px;
    border-left:1px solid #0ab6eb;
    border-right:1px solid #0ab6eb;
}

#page .main-col .box .rbody2{
    float:left;
    width:300px;
    padding:5px;
    border-left:1px solid #FF9226;
    border-right:1px solid #FF9226;
}


#page .main-col .box .rbody .entry, #page .main-col .box .rbody2 .entry{
    float:left;
    margin-bottom:10px;
}
#page .main-col .box .rbody .entry .img, #page .main-col .box .rbody2 .entry .img{
    float:left;
    width:38px;
    margin:5px;
}
#page .main-col .box .rbody .entry p, #page .main-col .box .rbody2 .entry p{
    font-size:.9em;
    margin-bottom:4px;
}
#page .main-col .box .rbody .entry .txt, #page .main-col .box .rbody2 .entry .txt{
    float:left;
    width:250px;
    word-wrap:break-word;
}

#page .main-col .box .rbody .entry .txt-long, #page .main-col .box .rbody2 .entry .txt-long{
    float:left;
    width:299px;
}#page .main-col .fbox{
    float:left;
    width:640px;
    margin-bottom:10px;
}
#page .main-col .fbox .fbody{
    float:left;
    width:300px;
    padding:5px;
}
#page .main-col .fbox .fbody .entry{
    float:left;
    margin-bottom:10px;
}
#page .main-col .fbox .fbody .entry .img{
    float:left;
    width:38px;
    margin:5px;
}
#page .main-col .fbox .fbody .entry p{
    font-size:.9em;
    margin-bottom:4px;
}
#page .main-col .fbox .fbody .entry .txt{
    float:left;
    width:250px;
}
#page .main-col .fbox .fbody .entry .txt-long{
    float:left;
    width:299px;
}

/* top-box */
#page .main-col .top-box{
    float:left;
    width:632px;
    padding:10px 15px;

    /*border-bottom:2px solid #dea2de;*/
}
#page .main-col .top-box .img-left{
    float:left;
    margin: 0 10px 0 10px;
}
#page .main-col .top-box p{
    font-size:.9em;
    color:#0079c2;
    margin-bottom:15px;
}
#page .main-col .top-box p.rated{
    font-size:.9em;
    color:#000000;
    margin-bottom:15px;
}
#page .main-col .top-box p.black{
    font-size:.9em;
    color:#000000;
    margin-bottom:15px;
}
#page .main-col .top-box a{
    color:#9b4d9e;
    font-weight:bold;
}
#page .main-col .top-box a:hover{
    text-decoration:none;
}
#page .main-col .top-box .gallery, .postList .gallery{

    margin:0px auto 0px auto;
    padding:5px 0px 0px 0px;
    text-align:center;
    width:408px;
    height:325px;
    background-image:url(../img/ph_gallery_bknd.jpg);
    background-repeat:no-repeat;

}
.photoScroll {
    margin:0px auto 0px auto;
    text-align:center;
}
#page .main-col .top-box .gallery #previousBtn {
    border:none;
    margin:0px 5px 0px 0px;
    padding:0px;

}
#page .main-col .top-box .gallery #nextBtn {
    border:none;
    margin:0px 0px 0px 5px;
    padding:0px;
}
#page .main-col .top-box .gallery p{
    font-size:1.1em;
    margin:5px 0;
}
#page .main-col .top-box .gallery a:hover{
    text-decoration:none;
}
#page .main-col .top-box .gallery-txt p{
    color:#000;
}
#page .main-col .top-box .gallery-txt a{
    text-decoration:none;
    color:#228bca;
}
#page .main-col .top-box .gallery-txt a.purple-link{
    text-decoration:none;
    color:#9b4d9e;
}
#page .main-col .top-box .gallery-txt a.purple{
    font-weight:normal;
    color:#9b4d9e;
    text-decoration:underline;
}
#page .main-col .top-box .gallery-txt a.purple:hover{
    text-decoration:none;
}
/* carpooling */
#page .main-col .pooling{
    float:left;
    width:632px;
    margin-bottom:10px;
}
#page .main-col .pooling .pooling-img a.purple-link {
    color:#9b4d9e;
    font-weight:bold;

}
#page .main-col .pooling .pooling-img{
    float:left;
    width:161px;
    text-align:center;
}
#page .main-col .pooling .pooling-img img{
    padding:5px;
    border:1px solid #946ba9;
    background-color:#f2f2f2;
}
#page .main-col .pooling .pooling-desc{
    float:left;
    width:440px;
    padding:0px 15px;
    word-wrap:break-word;
    /*overflow: hidden;
    white-space: nowrap;*/
}
#page .main-col .pooling .pooling-desc h1{
    margin-bottom:20px;
}
#page .main-col .pooling .pooling-desc h2{
    font-size:1.2em;
    font-weight:normal;
    color:#000;
    margin-bottom:20px;
}
#page .main-col .pooling .pooling-desc h3 {
    margin:0px 0px 10px 0px;
    padding:0px;
    font-size:20px;
    font-weight:bold;
    color:#1778be;
}
#page .main-col .pooling .pooling-desc p{
    font-size:.9em;
    margin-bottom:15px;
}
#page .main-col .pooling .pooling-desc a{
    color:#228bca;
}
#page .main-col .top-box .pooling-txt{
    margin-bottom:25px;
}
#page .main-col .top-box .pooling-txt p{
    color:#000;
}
#page .main-col .top-box .pooling-txt a{
    text-decoration:none;
    color:#228bca;
}
#page .main-col .top-box .pooling-txt a.purple-link{
    text-decoration:none;
    color:#9b4d9e;
}
#page .main-col .top-box .pooling-txt a.purple-link:hover{
    text-decoration:underline;
}
#page .main-col .top-box .pooling-txt a.purple{
    font-weight:normal;
    color:#9b4d9e;
    text-decoration:underline;
}
#page .main-col .top-box .pooling-txt a.purple:hover{
    text-decoration:none;
}

/* page numbers */
#page .main-col .pagenum{
    float:left;
    margin:10px;
}
#page .main-col .pagenum ul{
    float:left;
    width:206px;
    margin:10px;
}
#page .main-col .pagenum li{
    float:left;
    font-size:.9em;
    margin-right:5px;
    color:#2bc0ee;
}
#page .main-col .pagenum li.non-link{
    color:#000;
}
#page .main-col .pagenum li a{
    color:#2bc0ee;
}
#page .main-col .pagenum li a:hover{
    text-decoration:underline;
}
#page .main-col .new-comment{
    float:right;
    margin:10px;
    font-size:.9em;
    padding-right:25px;
    background:url(../img/mini-bfly.png) no-repeat right;
}
#page .main-col .new-comment a{
    display:block;
    color:#000;
    text-decoration:none;
}
#page .main-col .new-comment a:hover{
    text-decoration:underline;
}
/* post-box */
#page .main-col .post-box{
    float:left;
    font-size:.9em;
    padding:10px 15px;
    margin-bottom:10px;
    border-bottom:1px solid #a8d6f3;
}
#page .main-col .post-box a.polaroid {
    width:60px;
    height:68px;
    background-image:url(../img/polaroidBknd.png);
    background-repeat:no-repeat;
    padding:3px 0px 0px 3px;
    display:block;
}
#page .main-col .post-box a.easle {
    width:57px;
    height:63px;
    background-image:url(../img/easle_bknd.jpg);
    background-repeat:no-repeat;
    padding:10px 0px 0px 7px;
    display:block;
}

#page .main-col .post-box.nomargin{
    border-bottom:none;
}
#page .main-col .post-box .post-img{
    float:left;
    margin-right:15px;
    position: relative;
}
#page .main-col .post-box .post-img .itemPrice {
    clear:left;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    color:#1778be;
}
#page .main-col .post-box .post-img .itemPrice a {
    width:65px;
    display:block;
}
#page .main-col .post-box .post-img img{

}
#page .main-col .post-box .post-img img.border{
    padding:2px;
    border:1px solid #946ba9;
    background-color:#f2f2f2;

}
#page .main-col .post-box .post-img img.border1 {
    padding:4px;
    /*border:1px solid #a28ab8;*/
}

.border1 {
    padding:4px;
    /*border:1px solid #a28ab8;*/
}
#page .main-col .post-box .post-details{
    float:left;
    width:510px;
}

#page .main-col .post-box .post-details a{
    text-decoration:none;
    color:#228bca;
}
#page .main-col .post-box .post-details a.purple-link{
    text-decoration:none;
    color:#9b4d9e;
}
#page .main-col .post-box .post-details p{
    margin-bottom:15px;
}
#page .main-col .post-box .post-details p a.minifly,a.minifly2{
    padding-right:24px;
    background:url(../img/mini-bfly.png) no-repeat right;
}
#page .main-col .post-box .post-details p.desc a,
#page .main-col .post-box .post-details p.meta a{
    color:#c267b4;
    text-decoration:underline;
}
#page .main-col .post-box .post-details p.desc a:hover,
#page .main-col .post-box .post-details p.meta a:hover{
    text-decoration:none;
}
#page .main-col .post-box .post-details p.desc{
    margin-top:20px;
}
#page .main-col .post-box .post-details a.purple-link{
    text-decoration:none;
    font-weight:bold;
}
#page .main-col .post-box .post-details a.purple-link:hover{
    text-decoration:underline;
}
#page .main-col .post-box .post-details a.purple-link2{
    color:#c267b4;
    text-decoration:underline;
}
#page .main-col .post-box .post-details a.purple-link3{
    color:#ad67b0;
    font-weight:bold;

}


#page .main-col .post-box .post-details a.purple-link2:hover{
    text-decoration:none;
}
#page .main-col .see-comment{
    float:right;
    margin:10px;
    font-size:.9em;
    font-weight:bold;
}
#page .main-col .see-comment a{
    color:#c267b4;
    text-decoration:none;
}
#page .main-col .see-comment a:hover{
    text-decoration:underline;
}
/* form-comment */
#page .main-col .form-comment{
    float:left;
    width:590px;
    padding:15px 20px;
    margin:20px 0;
    background-color:#f3f9d3;
    border:1px solid #9cb700;
}
#page .main-col .form-comment .form-post{
    float:left;
    width:435px;
    padding-bottom:5px;
    border-right:1px solid #d8d8d8;
}
#page .main-col .form-comment .form-post h2{
    font-size:1.2em;
    color:#9b4d9e;
    margin-bottom:10px;
}
#page .main-col .form-comment .form-post textarea{
	width:416px;
    height:123px;
    border:1px solid #9cb700;
}
#page .main-col .form-comment .form-links{
    float:left;
    width:138px;
    font-size:.9em;
    padding:10px 0 0 15px;
}
#page .main-col .form-comment .form-links p{
    margin-bottom:12px;
}
#page .main-col .form-comment .form-links p.heart{
    padding-left:20px;
    background:url(../img/ico-heart.png) no-repeat left;
}
#page .main-col .form-comment .form-links a{
    font-weight:bold;
    color:#c267b4;
    text-decoration:underline;
}
#page .main-col .form-comment .form-links a:hover{
    text-decoration:none;
}
#page .main-col .form-comment .form-links input.btn{
    margin-top:10px;
}

/* pooling-newpost */
#page .main-col .pooling-newpost{
    float:left;
    width:100%;
    font-size:.9em;
}
#page .main-col .pooling-newpost fieldset{
    margin:20px;
}
#page .main-col .pooling-newpost p{
    margin-bottom:15px;
    vertical-align:middle;
    line-height:20px;
}
#page .main-col .pooling-newpost p.cbox{
    margin-left:120px;
}
#page .main-col .pooling-newpost p.submit{
    margin-left:110px;
}
#page .main-col .pooling-newpost ul{
    margin:20px 110px;
}
#page .main-col .pooling-newpost li{
    font-weight:bold;
    margin-bottom:10px;
}
#page .main-col .pooling-newpost input.txt{
    border:1px solid #9cb700;
    vertical-align:middle;
}
#page .main-col .pooling-newpost input.long{
    width:306px;
    height:24px;
}
#page .main-col .pooling-newpost input.short{
    width:185px;
    height:24px;
}
#page .main-col .pooling-newpost textarea{
/*    width:469px;
    height:323px;*/
    border:1px solid #9cb700;
}
#page .main-col .pooling-newpost label.field{
    /*float:left;
    width:100px;
    margin-right:10px;
    text-align:right;
    font-weight:bold;*/
    float:left;
    font-weight:bold;
    margin-right:10px;
    text-align:right;
    width:110px;
}

/*--nachhh */
#page .main-col .registration-newpost .avatar label.field{
    float:left;
    width:100px;
    margin-right:10px;
    text-align:right;
    font-weight:bold;
}

/*--nachhh */
#page .main-col .registration-newpost .avatar input.txt{
    border:1px solid #9cb700;
    vertical-align:middle;
    height:24px;
    width:185px;
    margin-bottom:20px;
    margin-right:-5px;
}

#page .main-col .pooling-newpost label.field2{
    width:100px;
    margin-right:10px;
    text-align:right;
    font-weight:bold;

}

/* registration */
#page .main-col .registration-newpost{
    float:left;
    width:100%;
    font-size:.9em;
}

#page .main-col .registration-newpost .error-message {

    font-size: 10px;
    color: #FF0000;
    padding-left: 200px;
    clear:both;
    /*margin-top: -14px;*/
}

#page .main-col .registration-newpost fieldset{
    margin:20px;
}
#page .main-col .registration-newpost p{
    margin-bottom:15px;
    vertical-align:middle;
    line-height:20px;
}
#page .main-col .registration-newpost p.cbox{
    margin-left:200px;
}

#page .main-col .registration-newpost p.cboxp{
    margin-left:430px;
    margin-top:10px;
}

#page .main-col .registration-newpost p.submit{
    margin-left:110px;
}
#page .main-col .registration-newpost ul{
    margin:20px 110px;
}
#page .main-col .registration-newpost li{
    font-weight:bold;
    margin-bottom:10px;
}
#page .main-col .registration-newpost input.txt{
    border:1px solid #9cb700;
    vertical-align:middle;
}
#page .main-col .registration-newpost input.long{
    width:306px;
    height:24px;
}
#page .main-col .registration-newpost input.short{
    width:185px;
    height:24px;
}
#page .main-col .registration-newpost textarea{
/*    width:469px;
    height:323px;*/
    border:1px solid #9cb700;
}
#page .main-col .registration-newpost label.field{
    float:left;
    width:180px;
    margin-right:10px;
    text-align:right;
    font-weight:bold;
}

#page .main-col .registration-newpost label.field2{
    float:left;
    width:170px;
    margin-right:10px;
    text-align:right;
    font-weight:bold;
}

#page .main-col .registration-newpost label.fieldRight{
    /*float:left;*/
    width:180px;
    margin-right:10px;
    margin-left:10px;
    text-align:right;
    font-weight:bold;
}

#page .main-col .registration-newpost label.fieldRight2{
    /*float:left;*/
    width:170px;
    margin-right:10px;
    margin-left:10px;
    text-align:right;
    font-weight:bold;
}

/* --nachhh style for register form headers */
.registerSections{
    font-weight: bold;
    text-decoration: underline;
    margin-right: 38em;
    text-align: right;
}

#page .main-col .pooling-newpost .registration-newpost .registerSections{
    font-weight: bold;
    text-decoration: underline;
    margin-right: 42em;
    text-align: right;
}



/* centerstage-newpostvideo */
#page .main-col .cs-newpostvideo{
    float:left;
    width:100%;
    font-size:.9em;
}
#page .main-col .cs-newpostvideo fieldset{
    margin:20px;
}
#page .main-col .cs-newpostvideo a{
    color:#c267b3;
    text-decoration:underline;
}
#page .main-col .cs-newpostvideo a:hover{
    text-decoration:none;
}
#page .main-col .cs-newpostvideo p{
    margin-bottom:15px;
}
#page .main-col .cs-newpostvideo p.or{
    margin-left:110px;
}
#page .main-col .cs-newpostvideo p.submit{
    margin-left:110px;
}
#page .main-col .cs-newpostvideo ul{
    margin:10px 110px;
}
#page .main-col .cs-newpostvideo li{
    font-weight:bold;
    margin-bottom:10px;
}
#page .main-col .cs-newpostvideo input.txt{
    border:1px solid #9cb700;
    vertical-align:middle;
}
#page .main-col .cs-newpostvideo input.long{
    width:306px;
    height:24px;
}
#page .main-col .cs-newpostvideo input.short{
    width:185px;
    height:24px;
}
#page .main-col .cs-newpostvideo input.btn{
    vertical-align:top;
}
#page .main-col .cs-newpostvideo textarea{
    width:468px;
    height:322px;
    border:1px solid #9cb700;
}
#page .main-col .cs-newpostvideo label.field{
    float:left;
    width:100px;
    font-size:.9em;
    margin-right:10px;
    text-align:right;
    padding-top:5px;
}

/* side-col */
#page .side-col{
    float:left;
    width:255px;
    padding:10px 5px 0 15px;
}
#page .side-col .box{
    float:left;
    width:244px;
    margin-bottom:10px;
}
#page .side-col .box .pink-top{
    float:left;
    width:244px;
    height:22px;
    word-wrap:break-word;
    background:url(../img/pink-top.png) no-repeat;
}
#page .side-col .box .pink-top h3{
    color:#fff;
    font-size:1.1em;
    padding:3px 10px;
}
#page .side-col .box .pink-bot{
    float:left;
    width:244px;
    height:5px;
    background:url(../img/pink-bot.png) no-repeat;
}
#page .side-col .box .pink-bod{
    float:left;
    width:222px;
    padding:10px;
    font-size:.9em;
    border-left:1px solid #de5e84;
    border-right:1px solid #de5e84;
    background-color:#fff;
    word-wrap:break-word;
}
#page .side-col .box .pink-bod .ico-school{
    float:left;
    margin-right:10px;
}
#page .side-col .box .pink-bod a{
    color:#0ab6eb;
    text-decoration:underline;
}

#page .side-col .box .blue-top{
    float:left;
    width:244px;
    height:22px;
    background:url(../img/blue-top.png) no-repeat;
}
#page .side-col .box .blue-top h3{
    color:#fff;
    font-size:1.1em;
    padding:3px 10px;
}
#page .side-col .box .blue-bot{
    float:left;
    width:244px;
    height:5px;
    background:url(../img/blue-bot.png) no-repeat;
}
#page .side-col .box .blue-bod{
    float:left;
    width:222px;
    padding:10px;
    font-size:.9em;
    border-left:1px solid #0ab6eb;
    border-right:1px solid #0ab6eb;
    background-color:#fff;
}
#page .side-col .box .blue-bod a{
    text-decoration:underline;
}
#page .side-col .box .blue-bod .btn-prev{
    float:left;
    width:17px;
    height:95px;
    background:url(../img/btn-prev.png) no-repeat;
}
#page .side-col .box .blue-bod .btn-prev a{
    display:block;
    width:17px;
    height:95px;
    text-indent:-5000px;
}
#page .side-col .box .blue-bod .btn-next{
    float:right;
    width:17px;
    height:95px;
    background:url(../img/btn-next.png) no-repeat;
}
#page .side-col .box .blue-bod .btn-next a{
    display:block;
    width:17px;
    height:95px;
    text-indent:-5000px;
}
#page .side-col .box .blue-bod .pending{
    float:left;
    width:167px;
    /*padding:4px 10px 4px;*/
}
#page .side-col .box .blue-bod .pending img{
    float:left;
    padding:5px;
    margin-right:10px;
    border:1px solid #946ba9;
    background-color:#f2f2f2;
}
#page .side-col .box .blue-bod .pending li{
    margin-bottom:5px;
}
#page .side-col .box .blue-bod .pending li a:hover{
    text-decoration:none;
}
#page .side-col .box .blue-bod .pending li.numbers{
    padding-top:15px;
}
#page .side-col .box .blue-bod .friends li{
    float:left;
    margin:0 8px 15px 0;
    text-align:center;
    /* overflow: hidden; */
    width: 66px;
}
#page .side-col .box .blue-bod .friends li p {
font-size: 8px;
}
#page .side-col .box .blue-bod .friends li img{
    padding:3px;
    border:1px solid #946ba9;
    background-color:#f2f2f2;
}

/* search stage */
#page .side-col .search-stage{
    float:left;
    width:244px;
    margin-top:10px;
    margin-bottom:20px;
    padding-bottom:25px;
    border-bottom:1px solid #dea2de;
}
#page .side-col .search-stage h3{
    font-size:.9em;
    color:#0079c2;
    margin-bottom:7px;
}
#page .side-col .search-stage input.txt{
    width:185px;
    height:24px;
    font-size:1.5em;
    border:1px solid #9cb700;
}
#page .pooling-newpost input.txt{
    /*width:185px;
    height:24px;
    font-size:1.5em;*/
    border:1px solid #9cb700;
}
#page .pooling-newpost input.btn{
    vertical-align:top;
    margin:0px 0px 0px -5px;
}

#page .pooling-newpost #calendars .error-message,
#page .pooling-newpost #events .error-message,
#page .pooling-newpost #questions .error-message
{

    font-size: 10px;
    color: #FF0000;
    padding-left: 200px;
    clear:both;
    /*margin-top: -14px;*/
}

#page .pooling-newpost #calendars p,
#page .pooling-newpost #events p,
#page .pooling-newpost #questions p{
    margin-bottom:5px;
    vertical-align:middle;
    line-height:20px;
}



#page .side-col .search-stage input.btn{
    vertical-align:top;
}
#page .side-col .showme-links{
    float:left;
    width:244px;
    font-size:.9em;
}
#page .side-col .showme-links h2{
    font-size:1.3em;
    margin-bottom:10px;
}
#page .side-col .showme-links ul{
    margin-bottom:25px;
}
#page .side-col .showme-links li{
    margin-bottom:8px;
}
#page .side-col .showme-links li a{
    font-weight:bold;
    color:#c267b4;
    text-decoration:underline;
}
#page .side-col .showme-links li a:hover{
    text-decoration:none;
}

/* footer */
#footer a,
#footer a:visited{
    font-weight:bold;
    color:#c267b4;
    text-decoration:underline;
    padding:0 5px;
}
#footer-nobg a,
#footer-nobg a:visited{
    color:#000;
    text-decoration:underline;
    padding:0 5px;
}

/*/Rating Stars/*/

#page .main-col ul.rate_stars li {
    float:left;
    display:block;
    position:inherit;
    text-align:center;
    width:13px;
    height:12px;
    background-image:url(../img/rateStar.jpg);
    background-repeat:no-repeat;
    margin:0px 1px 0px 0px;
}
#page .main-col ul.rate_stars_alt li {
    float:left;
    display:block;
    width:13px;
    height:12px;
    background-image:url(../img/rateStar.jpg);
    background-repeat:no-repeat;
    margin:2px 1px 0px 0px;
}
.rated {
    float:left;
    font-weight:bold;
    margin:0px 0px 8px 0px;
    color:#000000;

}
#page .main-col ul.rate_stars li.half {
    background-image:url(../img/rateStar_half.jpg);

}
#page .main-col ul.rate_stars li.emp {
    background-image:url(../img/rateStar_empty.jpg);

}
#page .main-col ul.rate_stars_alt li.half {
    background-image:url(../img/rateStar_half.jpg);

}
#page .main-col ul.rate_stars_alt li.emp {
    background-image:url(../img/rateStar_empty.jpg);

}
.linkOff {
    color:#000000;
    text-decoration:none;
    cursor:pointer;
    font-weight:normal;
}
.linkOff:hover {
    color:#000000;
}
.cEmpty {

    width:230px;
    margin:0px 0px 0px 35px;
}
#ageGroups {}
#ageGroups fieldset {}
#ageGroups fieldset ol {
    list-style-type:none;
}
#ageGroups fieldset ol li {}
#ageGroups fieldset ol li .checkBox {
    border:1px solid #1778be;
    background:transparent none repeat scroll 0% 0%;
    background-color:#FFFFFF;
}
#ageGroups fieldset ol li label {
    font-size:11px;
    font-weight:bold;
    color:#ad67b0;
    margin:0px 0px 0px 7px;
}
#ageGroups fieldset ol li #submitBtn{
    width:95px;
    height:29px;
    background-image:url(../img/submitBtn.jpg);
    background-repeat:no-repeat;
    border:none;
    font-weight:bold;
    color:#FFFFFF;
    text-transform:uppercase;
    cursor:pointer;
    text-align: center;
    vertical-align: middle;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
.videoBlock {
    margin:10px 0px 20px 0px;
}
.mktPlc-img {
    width:164px;
    height:auto;
    float:left;
    text-align:center;
    margin:0px 7px 7px 0px;
}
.note {
    margin:-13px 0px 0px 112px;
}


table.cake-sql-log {
    background: #f4f4f4;
    clear: both;
}
table.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
}
/*************************/
div#authMessage, div#flashMessage {
width: 80%;
padding: 10px;
background: #E8F;
border: 2px dashed #A103D8;
text-align: center;
margin: 0px auto;
color: #FFF;
margin-bottom: 20px;

}
.myStuff {
height:auto;
margin:0px 0px 0px 50px;
width:auto;
}

#page .main-col .pooling-newpost ul.buddyList {
list-style-type:none;
margin:0px 0px 0px 50px;
padding:0px;
width:480px;
}
.buddyList li {
float:left;
margin:0px 6px 6px 0px;
}
.cleaner {
clear:both;
height:1px;
width:100%;
}

.schoolInfo {
float:left;
margin:0px 0px 0px;
width:420px;
height: 140px;
border: 1px solid black;
padding: 10px;
}

#schooldesc {
margin-top: 2px;
}

#schooldesc ul {
list-style-type: disc;
margin-left: 2em;
}

#schooldesc ol {
margin-left: 2em;
}

.imageLeft {
border:1px solid black;
float:left;
margin:0px 20px 20px 0px;
padding:5px;
}

#page .main-col .pooling-newpost  p.checkbox{
    margin-bottom:15px;
    vertical-align:middle;
    line-height:20px;
    margin-left:120px;
    font-weight:bold;
}

div#terms {
width: 500px;
height: 150px;
overflow: auto;
margin: 10px auto;
padding: 10px;
border: 1px solid #000;
font-family: "Courier New", Courier, monospace;
font-size: 12px;
border:1px solid #9CB700;
vertical-align:middle;
}
#page .main-col .pooling-newpost select{
    border:1px solid #9cb700;
    vertical-align:middle;
    /*height:24px;*/
}

#page .main-col .pooling-newpost label.passwordAgain {
    font-weight:bold;
    margin-right:10px;
    text-align:right;
    width:132px;
}
#page .main-col .pooling-newpost ul.uFromSc {
    margin:0px;
    padding:0px;
    list-style-type:none;
}
.uFromSc li.name {
    float:left;
    clear:both;
}
.uFromSc li.links {
    float:right;
    margin:0px 70px 0px 0px;
}
#page .main-col .pooling-newpost label.clabel{
    margin:0px;
    display:inline;
    font-weight:normal;
}

.pagenum a{float:left;clear:none}

.pagenum .midd, .pagenum div{float:left;clear:none}

.pagenum, .pagenum a {
    color:#2BC0EE;
    padding: 0 5px;
}
.pagenum span {
    float:left;
    color:#2BC0EE;
}
.pagenum span.current {
    color:#000000;
    padding: 0 5px;
}


/*/Comment Rating Stars/*/
#page .main-col .post-box .post-details ul.rate_stars li a{
    color:white;
    padding:10px 4px 2px 8px;
    font-size:0px;
/*    filter:alpha(opacity=10);
    -moz-opacity:0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;*/
}
#page .main-col .post-box .post-details ul.rate_stars li.rate1{
    background-image:url(../img/rateStar.jpg);
}
#page .main-col .post-box .post-details ul.rate_stars li.empty1{
    background-image:url(../img/rateStar_empty.jpg);
}
div.video-image {
    left:10px;
    top:15px;
    position:absolute;
}

div.video-image-mystuff {
    left:8px;
    top:2px;
    position:absolute;
}
/*/End comment rating /*/

.swfupload {
    position: absolute;
    z-index: 1;
}
/* Paging */
div.paging {
    color: #ccc;
    margin-bottom: 2em;
    text-align: right;
}

#child-data {
    background-color: #eeeeee;
    padding: 10px 0 0 10px;
}

.center_images {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#page .main-col .pooling-newpost #flashUI1 input.txt {
    border:1px solid #9CB700;
    height:24px!important;
    margin-bottom:20px;
    margin-right:-5px;
    vertical-align:middle;
    width:185px!important;
}

#page .main-col .pooling-newpost #flashUI input.txt {
    border:1px solid #9CB700;
    height:24px!important;
    margin-bottom:20px;
    margin-right:-5px;
    vertical-align:middle;
    width:185px!important;
}

#page .main-col .pooling-newpost #centerStageVideo label {
    float:left;
    font-weight:bold;
    margin-right:10px;
    text-align:right;
    width:104px!important;
}

#page .main-col .pooling-newpost input#SearchSearch {
    border:1px solid #9CB700;
    height:24px!important;
    margin-bottom:20px;
    margin-right:-5px;
    vertical-align:middle;
    width:185px!important;
}

#page .main-col .top-box p.fixLineForBlogs {
color:#0079C2;
font-size:0.9em;
margin-bottom:0px;
}

#page .main-col .message-view a.msg-actions{
    color: #FF9226!important;
    font-weight: bold!important;
    text-decoration: underline!important;
    margin-right: 2em;
    display: inline;
    font-family: Arial;
    font-size: 14px;
}

.htmlDirectory {
    display: inline;
    float: right;
}

.profileFriendPics {
    display: block;
    margin: auto;
}

.playGroupSearchSubmit {
    font-family: Verdana, Arial, Helvetica, "sans-serif"!important;
    font-size: 1em!important;
    /*text-transform: lowercase!important;*/
}

/****** Styles for the FAQ's (support) page *********/

#faq h1 {
    text-decoration: underline;
}

#faqs li a {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

#faqs li {
    margin-bottom: 2.5em;
}

#faqs div.hr hr {
    height: 2px;
    color: #DEA2DE;
    background-color: #DEA2DE;
}

#answers p {
    margin-bottom: 0.7em;
    line-height: 190%;
    text-align: justify;
}

#answers h3 {
    text-decoration: underline;
    font-weight: normal!important;
    font-size: 11px!important;
}

#answers ol {
    list-style-position: inside;
}

#img-centre {
    margin-left: auto;
    margin-right: auto;
    align: middle;
    display: block;
    /*width: 549px;
    height: 472px;*/
}

img.supportImg {
    /*border: 1px solid #A8D6F3;*/
}

img.supportImgFloat {
    /*float: right;
    margin: 0 1em;*/
}

#img-post {
    margin: -4em 0em 0 1em!important;
}

.imgBox {
    display: inline;
    float: right;
    margin: -0em 0em 0 1em;
}

.imgBoxLeft {
    display: inline;
    float: left;
    margin: 0em 1em 0 0em;
}

.pBox {
    margin-bottom: 0.7em;
    line-height: 190%;
    text-align: justify;
}


/** Blog Body Lists **/
#blog-body ul li h1, #blog-body ul li h2, #blog-body ul li h3, #blog-body ul li h4, #blog-body ul li h5, #blog-body ul li h6, #blog-body address {
    display: inline-block;
}

#blog-body ol li h1, #blog-body ol li h2, #blog-body ol li h3, #blog-body ol li h4, #blog-body ol li h5, #blog-body ol li h6 {
    display: inline-block;
}

/*Admin Console nav
#tournav a
{
    background-image: url(../img/video_icon.png);
    background-repeat: no-repeat;
    background-position: center top;
    float: right;
    padding: 30px 7px 0;
    font-weight: bold;
    font-size: 0.7em;
    display: inline;
    overflow: visible;
    visibility: visible;
    margin-top: -35px;
    color: #0AB6EB;
}

#ad_how a
{
    background-image: url(../img/how_ads.png);
    background-repeat: no-repeat;
    background-position: center top;
    float: right;
    padding: 30px 14px 0 7px;
    font-weight: bold;
    font-size: 0.7em;
    display: inline;
    overflow: visible;
    visibility: visible;
    margin-top: -35px;
    color: #0AB6EB;
}*/
/**/

/* Menu Admin Console*/
/* Big Button Rollovers  */

.button_nav
{
    width: 590px;
    margin: 0 auto;
    height: 92px;
    background-color: #fff;
    display: block;
}

.button_nav #box
{
    width: 134px;
    height: 90px;
    float: left;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.button_nav #box a
{
    color: #FFF;
    vertical-align: middle;

}

/* CSS ROllOvers  */
.button_nav #button
{
    display: block;
    width: 134px;
    height: 92px;
    vertical-align: middle;
    background-image: url("../img/big_button.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 17px;

}

.button_nav #button:hover
{
    background-position: 0 -93px;
    color: #333;
    cursor: pointer
}
.button_nav #button span
{
    position: relative;
    vertical-align: middle;
    display: block;
    padding-top: 22px;
}

#button_link
{
    text-align: center;
    position: relative;
    display: inline;
    float: left;
    padding-left: 40px;
    vertical-align: middle;
    font-size: 10px !important;
}

#button_link span#bttip {
    behavior: url("/iepngfix.htc");
    background: url(../img/bttip.png);
    height:5px;
    left:47px;
    overflow:hidden;
    padding-top:10px;
    position:absolute;
    top:62px;
    width:15px;
}

/* Admin Console form styles */

#page .main-col .console #myTbody {
line-height:20px;
}

#page .main-col .console fieldset {
    margin-top: 10px;
    margin-bottom: 6px;
}


#page .main-col .console input.txt
{
    border: 1px solid #9CB700;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 6px;
    cursor: pointer;
}

#page .main-col .console input.txtRight
{
    float:right;
    border: 1px solid #9CB700;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 6px;
    cursor: pointer;
}

#page .main-col .console input.txtAddRecip
{
    border: 1px solid #9CB700;
    vertical-align: middle;
    margin: 2px 6px 0 3px;
    cursor: pointer;

}


#page .main-col .console input.txt:hover
{
    border: 1px solid #660000;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 6px;
    cursor: pointer;
}

#page .main-col .console input.txt-gray
{
    background-color:#EEEEEE;
    border: 1px solid #9CB700;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 6px;
    cursor: pointer;
}

#page .main-col .console input.txt-gray:hover
{
    border: 1px solid #660000;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 6px;
    cursor: pointer;
}

#page .main-col .console textarea.txt
{
    border: 1px solid #9CB700;
    vertical-align: middle;
}


#page .main-col .console input.uploadit
{
    border: 1px solid #9CB700;
    vertical-align: middle;
    height: 24px;
}

#page .main-col .upload p input
{
    line-height: 24px;
    vertical-align: middle;
}

#page .main-col .console label
{
    float: left;
    font-weight: bold;
    margin-right: 10px;
    text-align: right;
    font-size: 0.9em;
    width: 180px !important;
    line-height: 21px;
}

/* end Admin Console form styles */

/* Admin Console thumbs styles */

.thumb_image{
    width: 150px;
    height: 150px;
    float: left;
    text-align: center;
    cursor: hand; cursor: pointer;
}
.thumb_image img{border: 1px #9CB700 solid;width:60px;height:60px}
#thumbs{height: 150px;}

.console h3
{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
}

.console h5
{
    color: #000;
    font-size: 10px;
    font-weight: bold;
    line-height: 22px;
}

/* end Admin Console thumbs styles */

/*Tabs console*/
#tabs
 {
    position: relative;
    padding-left: 0;
    border: 1px #fff solid;

 }
#tabs ul#toc
{
    float: left;
    width: 100%;
    /*height: 20px;*/
    list-style: none;
    /*padding: 0 0 0 7px;*/
    margin:0px 0px 0px 0px;
    overflow: hidden;
}

#tabs ul#toc li {
    float: left;
    margin: 0;
}

#tabs ul#toc a
{
    background: #2e2005 url(../img/tab.png);
    color: #0079C2;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
    font-family: sans-serif;
    font-size: .93em;
}


#tabs ul#toc a #selected {
    background-color: #3af;
    background-position: 100%  -29px;
    color: #FFF;
    overflow: visible;
}

#tabs ul#toc a:hover {
    background-color: #3af;
    background-position: 0 -29px;
    color: #FFF;
}

#tabs ul#toc a:hover span {
    background-position: 100% -29px;
}

#tabs ul#toc li.current a {
    background-color: #2e2005;
    background-position: 0 -29px;
    color: #fff;
    font-weight: bold;
}

#tabs ul#toc li.current span {
    background-position: 100% -29px;
}

#tabs ul#toc span {
    background: url(../img/tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}
/*end Tabs console*/

/*console Tabs contents*/
#tournav a
{
    background-image: url(../img/video_icon.png);
    background-repeat: no-repeat;
    background-position: center top;
    float: right;
    padding: 30px 7px 0;
    font-weight: bold;
    font-size: 0.7em;
    display: inline;
    overflow: visible;
    visibility: visible;
    margin-top: -35px;
    color: #0AB6EB;
}

#ad_how a
{
    background-image: url(../img/how_ads.png);
    background-repeat: no-repeat;
    background-position: center top;
    float: right;
    padding: 30px 14px 0 7px;
    font-weight: bold;
    font-size: 0.7em;
    display: inline;
    overflow: visible;
    visibility: visible;
    margin-top: -35px;
    color: #0AB6EB;
}

#ad_how a.toolkit
{
    background-image: url(../img/toolkit_icon.png);
    background-repeat: no-repeat;
    background-position: center top;
    float: right;
    padding: 30px 14px 0 7px;
    font-weight: bold;
    font-size: 0.7em;
    display: inline;
    overflow: visible;
    visibility: visible;
    margin-top: -35px;
    color: #0AB6EB;
}

#content-top
{
    background-image: url(../img/bodytop.png);
    background-repeat: no-repeat;
    clear: both;
    height: 9px;
    position: relative;
    width: 632px;
}


#content-bottom{
    background-image:url(../img/bodybottom.png);
    background-repeat:no-repeat;
    clear:both;
    height:9px;
    position:relative;
    width:632px;
}

#content-body
{
    background-image: url(../img/console_back.png);
    width: 632px;
    background-repeat: repeat-y;
}

#content-text {
    margin: 0px 12px 0px 12px;
    border-bottom:2px solid #DEA2DE;
    overflow: hidden;
}

#content-subsection {
    /*margin: 0px 12px 12px 12px;*/
    border-bottom:1px solid #000000;
    width: 600px;
    overflow: hidden;
}

#toggle a:link ,#toggle a:visited
{
    color: #3e96d0 !important;
    /*background-image: url(../img/large-arrow-left.png);*/
    background-image: url(../img/large-arrow-left.png);
    background-repeat: no-repeat;
    background-position: 100% 85%;
    background-attachment: scroll;
    overflow: visible;
    padding-right: 12px;
    font-size: 16px;
}

#toggleRecipients a:link ,#toggleRecipients a:visited
{
    color: red !important;
    /*background-image: url(../img/large-arrow-left.png);*/
    background-image: url(../img/large-arrow-left.png);
    background-repeat: no-repeat;
    background-position: 100% 85%;
    background-attachment: scroll;
    overflow: visible;
    padding-right: 12px;
    /*font-size: 16px;*/
}

#toggle-close a:link ,#toggle-close a:visited
{
    color: #3e96d0 !important;
    background-image: url(../img/large-arrow-left.png);
    background-repeat: no-repeat;
    background-position: 100% 85%;
    background-attachment: scroll;
    overflow: visible;
    padding-right: 12px;
    font-size: 16px;
}

#toggle-close-templates a:link ,#toggle-close-templates a:visited
{
    color: black !important;
    background-image: url(../img/large-arrow-left.png);
    background-repeat: no-repeat;
    background-position: 100% 85%;
    background-attachment: scroll;
    overflow: visible;
    padding-right: 12px;
    /*font-size: 16px;*/
}

/*end console Tabs contents*/

/* Communication Console icon set styles */

#icon_image
{
    width: 34px;
    height: 54px;
    float: left;
    text-align: center;
    padding:0 8px 20px 0;
}

#icon_image img
{
    border: 1px #9CB700 solid;
    padding: 2px;
}

#icons
{
    height: 76px;
    /*border-bottom:2px solid #DEA2DE;*/
}
/* end Communication Console icon set styles */

/* Ad Management Styles */


#adcode, #adcode textarea
{
    /*width: 240px;*/
    display: inline;
    margin-left: 12px;
}

#referal {
 float: left;
 /*display: inline;*/
}


/* Message Styles */

#invite_subsection_title {
    border-bottom:1px solid #000000;
    max-width:490px;
}

.invite_name_complete {
    float:left;
    /*max-width:250px;*/
    width:450px;
}

.invite_name_text,
.group_invite_name_text {
    float:left;
    /*max-width:250px;*/
    width:250px;
}

.invite_email_text,
.group_invite_email_text {
    float:left;
    margin-left:2px;
    /*max-width:243px;*/
    width:200px;
}

.addedinvitee {
    position:relative;
    color: #000 !important;
    font-size: 12px !important;
}

.addedinvitee p
{
    margin-bottom: 342px !important;
}


#ContactForm input[type="button"]
{
    position: relative;
    left: 300px;
}

#groups select
{
    background-color: #fff;
    color: #000;
    font-size: 12px;
    border: 1px #9CB700 solid;
    display: block;
    width: 150px;
}


#page .main-col .console .comm td label
{
    float: left;
    font-weight: bold;
    margin-right: 10px;
    padding-left: 4px;
    text-align: left;
    font-size: 0.9em;
    width: 400px !important;
    font-family:Verdana;
    line-height: 19px;
    background-color: #FFF;
}

#page .main-col .console .comm label
{
    float: left;
    font-weight: bold;
    margin-right: 10px;
    padding-left: 4px;
    text-align: left;
    font-size: 0.9em;
    width: 400px !important;
    font-family:Verdana;
    line-height: 19px;
    background-color: #FFF;
}

#page .main-col .console .group label
{
    float: left;
    font-weight: bold;
    margin-right: 10px;
    padding-left: 4px;
    text-align: left;
    font-size: 0.9em;
    width: 240px !important;
    line-height: 19px;
    background-color: #FFF;
}
/* preview */

#page .main-col .top-box .box p {
    color:#000000;
    font-size:0.9em;
    margin-bottom: 0px;
}

#page .preview{
    float:right;
    width:auto;
    /*padding:10px 5px 0 15px;*/
}

#page .preview .box{
    float:left;
    width:244px;
    margin-bottom:10px;
}
#page .preview .box .pink-top{
    float:left;
    width:244px;
    height:22px;
    background:url(../img/pink-top.png) no-repeat;
}
#page .preview .box .pink-top h3{
    color:#fff;
    font-size:1.1em;
    padding:3px 10px;
}
#page .preview .box .pink-bot{
    float:left;
    width:244px;
    height:5px;
    background:url(../img/pink-bot.png) no-repeat;
}
#page .preview .box .pink-bod{
    float:left;
    width:222px;
    padding:10px;
    font-size:.9em;
    border-left:1px solid #de5e84;
    border-right:1px solid #de5e84;
    background-color:#fff;
}
#page .preview .box .pink-bod .ico-school{
    float:left;
    margin-right:10px;
}
#page .preview .box .pink-bod a{
    color:#0ab6eb;
    text-decoration:underline;
}

#page .preview .box .blue-top{
    float:left;
    width:244px;
    height:22px;
    background:url(../img/blue-top.png) no-repeat;
}
#page .preview .box .blue-top h3{
    color:#fff;
    font-size:1.1em;
    padding:3px 10px;
}
#page .preview .box .blue-bot{
    float:left;
    width:244px;
    height:5px;
    background:url(../img/blue-bot.png) no-repeat;
}
#page .preview .box .blue-bod{
    float:left;
    width:222px;
    padding:10px;
    font-size:.9em;
    border-left:1px solid #0ab6eb;
    border-right:1px solid #0ab6eb;
    background-color:#fff;
}
#page .preview .box .blue-bod a{
    text-decoration:underline;
}
#page .preview .box .blue-bod .btn-prev{
    float:left;
    width:17px;
    height:95px;
    background:url(../img/btn-prev.png) no-repeat;
}
#page .preview .box .blue-bod .btn-prev a{
    display:block;
    width:17px;
    height:95px;
    text-indent:-5000px;
}
#page .preview .box .blue-bod .btn-next{
    float:right;
    width:17px;
    height:95px;
    background:url(../img/btn-next.png) no-repeat;
}
#page .preview .box .blue-bod .btn-next a{
    display:block;
    width:17px;
    height:95px;
    text-indent:-5000px;
}
#page .preview .box .blue-bod .pending{
    float:left;
    width:167px;
    padding:4px 10px 4px;
}
#page .preview .box .blue-bod .pending img{
    float:left;
    padding:5px;
    margin-right:10px;
    border:1px solid #946ba9;
    background-color:#f2f2f2;
}
#page .preview .box .blue-bod .pending li{
    margin-bottom:5px;
}
#page .preview .box .blue-bod .pending li a:hover{
    text-decoration:none;
}
#page .preview .box .blue-bod .pending li.numbers{
    padding-top:15px;
}
#page .preview .box .blue-bod .friends li{
    float:left;
    margin:0 8px 15px 0;
    text-align:center;
}
#page .preview .box .blue-bod .friends li img{
    padding:3px;
    border:1px solid #946ba9;
    background-color:#f2f2f2;
}

/* table Styles */

#ads
{
    color: #006;
    width: 100%;
}

#ads thead
{
    background-color: #FFF;
    color: #006;
}

#ads tfoot td
{
    background-color: #FFF;
    color: #006;
    font-style: italic;
    padding: 4px;
    font-size: 10px;
}

#ads tbody
{
    background-color: #FFF;
    color: #006;
    font-size: 10px !important;
    padding: 2px;
}

#ads td
{
    background-color: #FFF;
    color: #006;
    font-size: 10px !important;
    padding: 4px;
}

.activity thead{background-color:#FFF;color:#006}
.activity select{background-color:#fff;color:#000;font-size:9px;border:1px #390 solid;width:130px}
.activity input{background-color:#EEE;font-size:10px;border:1px #390 solid;cursor:pointer}
.activity tfoot td{background-color:#FFF;color:#006;font-style:italic;padding:4px;font-size:10px}
.activity tbody{background-color:#FFF;color:#006;font-size: 10px !important;padding:2px}
.activity tbody a{white-space: nowrap;}
.activity{color: #006}
.ahead{font-size:10px !important}
.activity a img{cursor:pointer;padding-right:3px;padding-left:3px}


/* Style table reports */
.report table{
    color: #006;
    font-size: 10px;
    background-color: #dbe7ef;
}

#report thead th{
    text-align: left;
    background-color: #dbe7ef;
    font-weight: bold;
    font-size: 11px;
}

#report tbody{
    background-color: #dbe7ef;
    font-size: 11px;
}

#report tr td{
    padding: 2px;
    font-size: 11px;
    width: auto;
}

#toggle-report a:link ,#toggle-report a:visited{
    background-image: url(../img/large-arrow-left.png);
    background-repeat: no-repeat;
    background-position: 0% 85%;
    background-attachment: scroll;
    overflow: visible;
    padding-left: 12px;
}


/* Style table communications edit/delete */
#comm_edit table{
    color: #006;
    font-size: 11px;
    background-color: #dbe7ef;
    width: 600px;
}

#comm_edit thead th{
    text-align: left;
    background-color: #dbe7ef;
    font-weight: bold;
    font-size: 11px;
}

#comm_edit tbody{
    background-color: #dbe7ef;
    font-size: 11px;
}

#comm_edit tr td{
    font-size: 11px;
}


.console h3{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
}


/** FAKE FILE INPUTS **/
div.fileinputs {
    position: relative;
    width: 280px !important;
    height: 50px !important;
}

#PhotoFilename {
    width: 280px !important;
    height: 30px !important;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}



/************************************************************************/
/* Advertising                                                          */
/************************************************************************/

/* Barebones Widget */
#widget-container-barebones #ads-widget{width: 125px; border: 1px solid black; background: #fff; float: left; text-align: center;}
#widget-container-barebones #ads-widget-buy-text{font-size:9px; padding: 5px; }
#widget-container-barebones #ads-widget-buy-text .school-name{font-weight: bold; }
#widget-container-barebones #ads-widget-carousel{}
#widget-container-barebones #ads-widget .stepcarousel{position: relative; border: 0; overflow: hidden; width: 125px; height: 125px;}
#widget-container-barebones #ads-widget .belt{position: absolute; left: 0;top: 0;}
#widget-container-barebones #ads-widget .panel{float: left; overflow: hidden; margin: 0; width: 125px; height: 125px;}
#widget-container-barebones #ads-widget-nav{background: #D7E8F0; text-align: center; float: left; width: 125px;}
#widget-container-barebones #ads-widget-nav #previous-ad{background: url(../img/left_arrow.png) no-repeat 0 0; text-indent: -1000px; overflow: hidden; height: 8px; width: 12px; display: block; float: left; margin-left:20px}
#widget-container-barebones #ads-widget-nav #next-ad{background: url(../img/right_arrow.png) no-repeat 0 0; text-indent: -1000px; overflow: hidden; height: 8px; width: 12px; display: block; float: right; margin-right: 20px;}
#widget-container-barebones #ads-widget-mall-link a{text-decoration: underline; color: #00f; font-size: 10px;}
#widget-container-barebones #ads-widget-footer{clear: both;}
#widget-container-barebones #ads-widget-footer a{display: block; background: url(../img/widget-logo.png) 2px 0 no-repeat; height: 25px; width: 125px; text-indent: -1000px; overflow: hidden;}
#widget-container-barebones{width: 244px; float: left;}
#widget-container-barebones #ads-widget{margin-left: 60px;}

/* Butterfly Widget */
#widget-container-butterfly #ads-widget{width: 238px; border: 1px solid black; background: #fff; float: left; margin: 0 auto; position: relative;}
#widget-container-butterfly #ads-widget-carousel{}
#widget-container-butterfly #ads-widget .stepcarousel{position: relative; border: 0; overflow: hidden; width: 125px; height: 125px; margin: 65px auto; }
#widget-container-butterfly #ads-widget .belt{position: absolute; left: 0;top: 0;}
#widget-container-butterfly #ads-widget .panel{float: left; overflow: hidden; margin: 0; width: 125px; height: 125px;}
#widget-container-butterfly #ads-widget #top{width: 238px; height: 60px; background: url(../img/topbg.png) center bottom no-repeat; float: left;}
#widget-container-butterfly #ads-widget #butterfly{width: 82px; height: 60px; margin-left: 2px; background: url(../img/animated_ad_quick_random.gif) top left no-repeat; float: left;}
#widget-container-butterfly #ads-widget #buytext p{margin: 18px 4px 0 5px; font-weight: bold; font-size: 11px; text-align: center; }
#widget-container-butterfly #ads-widget #middle{width: 238px; height: 275px; float: left; }
#widget-container-butterfly #ads-widget #middle #middle-left{width: 113px; height: 275px; float: left;}
#widget-container-butterfly #ads-widget #middle #middle-left #school-name{padding: 3px; text-align: center; float: left; font-weight: bold;}
#widget-container-butterfly #ads-widget #middle #middle-left #mall-link{float: left; width: 102px; margin-left: 5px;}
#widget-container-butterfly #ads-widget #middle #middle-left #mall-link a{width: 102px; height: 48px; display: block; margin: 10px auto; background: url(../img/mall_button.png) no-repeat; overflow: hidden; text-indent: -500px;}
#widget-container-butterfly #ads-widget #middle #middle-left #add-this-widget-net{float: left; width: 102px; margin-left: 5px;}
#widget-container-butterfly #ads-widget #middle #middle-left #add-this-widget-net a{cursor: pointer; width: 102px; height: 48px; display: block; margin: 10px auto; background: url(../img/add-this_button.png) no-repeat; overflow: hidden; text-indent: -500px;}
#widget-container-butterfly #ads-widget #middle #middle-right{width: 125px; height: 275px; float: left;}
#widget-container-butterfly #browse #previous-ad{background: url(../img/prev_arrow.png) no-repeat 0 0; text-indent: -1000px; overflow: hidden; height: 21px; width: 38px; display: block; float: left; margin-left:20px}
#widget-container-butterfly #browse #next-ad{background: url(../img/next_arrow.png) no-repeat 0 0; text-indent: -1000px; overflow: hidden; height: 21px; width: 38px; display: block; float: right; margin-right: 20px;}
#widget-container-butterfly #ads-widget #bottom{width: 238px; height: 37px; float: left; }
#widget-container-butterfly #ads-widget #bottom a{width: 238px; height: 37px; float: left; background: url(../img/mab_logo.png) top left no-repeat; display: block;}

/* Net Widget */
#widget-container-net #ads-widget{width: 238px; border: 1px solid black; background: #fff; float: left; margin: 0 auto; position: relative;}
#widget-container-net #ads-widget-carousel{}
#widget-container-net #ads-widget .stepcarousel{position: relative; border: 0; overflow: hidden; width: 125px; height: 125px; margin-bottom: 15px; }
#widget-container-net #ads-widget .belt{position: absolute; left: 0;top: 0;}
#widget-container-net #ads-widget .panel{float: left; overflow: hidden; margin: 0; width: 125px; height: 125px;}
#widget-container-net #ads-widget #top{width: 238px; padding: 5px 0; background: #D7E8F0; float: left;}
#widget-container-net #ad-nav{background: #D7E8F0; text-align: center; padding: 3px; margin: auto; width: 145px; line-height: 6.5px; color: #C267B4; }
#widget-container-net #ad-nav #previous-ad{background: url(../img/left_arrow.png) no-repeat 0 0; text-indent: -1000px; overflow: hidden; height: 8px; width: 12px; display: block; float: left;margin: 2px 2px 0 20px;}
#widget-container-net #ad-nav #scroll-text{float: left; width: 70px; height: 11px; line-height: 11px;}
#widget-container-net #ad-nav #next-ad{background: url(../img/right_arrow.png) no-repeat 0 0; text-indent: -1000px; overflow: hidden; height: 8px; width: 12px; display: block; float: left; margin: 2px 20px 0 2px; }
#widget-container-net #ads-widget #buytext p{margin: 18px 4px 0 5px; font-weight: bold; font-size: 11px; text-align: center; }
#widget-container-net #ads-widget #middle{width: 238px; height: 285px; float: left; }
#widget-container-net #ads-widget #middle #middle-left{width: 113px; height: 275px; float: left;}
#widget-container-net #ads-widget #middle #middle-left #school-name{padding: 3px; text-align: center; float: left; font-weight: bold;}
#widget-container-net #ads-widget #middle #middle-left #net{width: 113px; overflow: hidden;}
#widget-container-net #ads-widget #middle #middle-right #mall-link{float: right; width: 102px; margin-right: 5px; text-align: center;}
#widget-container-net #ads-widget #middle #middle-right #mall-link a{width: 102px; height: 25px; display: block; margin: 10px auto; background: url(../img/mall_button2.png) no-repeat; overflow: hidden; text-indent: -500px;}
#widget-container-net #ads-widget #middle #middle-right #mall-link span{font-size: 10px; font-weight: bold; text-align: center; padding: 2px;}
#widget-container-net #ads-widget #middle #middle-right #add-this-widget{float: left; width: 102px; margin-left: 5px;}
#widget-container-net #ads-widget #middle #middle-right #add-this-widget a{cursor: pointer; width: 125px; height: 25px; display: block; position: relative; background: url(../img/add-this_button3.png) no-repeat; overflow: hidden; text-indent: -500px;}
#widget-container-net #ads-widget #middle #middle-right{width: 125px; height: 275px; float: left;}
#widget-container-net #ads-widget #bottom{width: 238px; height: 37px; float: left; }
#widget-container-net #ads-widget #bottom a{width: 238px; height: 37px; float: left; background: url(../img/mab_logo.png) top left no-repeat; display: block;}
#widget-container-net #ads-widget #school-name{text-align: center;}
#widget-container-net #ads-widget #school-name span{padding: 0 5px;}

/* goalmeter Widget */
#widget-container-goalmeter #ads-widget{width: 250px; border: 1px #666 solid; background: #fff; float: left; text-align: center;}
#widget-container-goalmeter #ads-widget #top{width: 246px; padding: 4px 2px 2px 2px;font-size: 12px;font-weight: normal;background-color: #d7e8f0;border-bottom: 1px #666 solid;line-height: 18px;}
#widget-container-goalmeter #ads-widget #buytext b{font-weight: bold; font-size: 12px;}
#widget-container-goalmeter #ads-widget #adbd {	width: 248px;height: 200px;}
#widget-container-goalmeter #ads-widget #adbd #info{padding: 12px 0 0 0;float: left;display: inline;position: relative;width: 118px;font-weight: bold;line-height: 7px;background-color: #e3e3e3;height: 195px;}
#widget-container-goalmeter #ads-widget #adbd #fundtxt{padding: 6px;font-size: 12px;line-height: 12px;}
#widget-container-goalmeter #ads-widget #banner{width: 125px;float: right;display: inline;position: relative;padding-top: 2px;}
#widget-container-goalmeter #ads-widget-carousel{}
#widget-container-goalmeter #ads-widget .stepcarousel{position: relative; border: 0; overflow: hidden; width: 125px; height: 125px;}
#widget-container-goalmeter #ads-widget .belt{position: absolute; left: 0;top: 0;}
#widget-container-goalmeter #ads-widget .panel{float: left; overflow: hidden; margin: 0; width: 125px; height: 125px;}
#widget-container-goalmeter #ads-widget #browse { background-color: #d7e8f0;color: #606;padding:1px 0 1px 20px;width: 105px;float:left;}
/*#widget-container-goalmeter #ad-nav{background: #D7E8F0; text-align: center; padding: 3px; margin: auto; width: 145px; line-height: 6.5px; color: #C267B4; }*/
#widget-container-goalmeter #ads-widget #browse #previous-ad{background: url(../img/left_arrow.png) no-repeat 0 0; text-indent: -1000px; overflow: hidden; height: 8px; width: 12px; display: block; float: left;padding: 2px 0;}
#widget-container-goalmeter #ads-widget #browse #scroll-text{float: left; width: 50px; height: 11px; line-height: 11px; font-size: 9px;}
#widget-container-goalmeter #ads-widget #browse #next-ad{background: url(../img/right_arrow.png) no-repeat 0 0; text-indent: -1000px; overflow: hidden; height: 8px; width: 12px; display: block; float: left; padding: 2px 0; }
#widget-container-goalmeter #ads-widget #mall-link a{width: 102px; height: 25px; display: block; margin: 4px auto; background: url('../img/mall_button2.png') no-repeat; overflow: hidden; text-indent: -500px;}

/* goalmeter_large Widget */
#widget-container-goalmeter-large #ads-widget{width: 240px; border: 1px #666 solid; background: #fff; float: left; text-align: center;}
#widget-container-goalmeter-large #ads-widget #top{width: 236px; padding: 4px 2px 2px 2px;font-size: 12px;font-weight: normal;background-color: #d7e8f0;border-bottom: 1px #666 solid;line-height: 18px;}
#widget-container-goalmeter-large #ads-widget #buytext b{font-weight: bold; font-size: 12px;}
#widget-container-goalmeter-large #ads-widget #adbd {	width: 240px;height:376px;}
/*#widget-container-goalmeter-large #ads-widget #adbd #info{padding: 4px 0 0 0;float: left;display: inline;position: relative;width: 118px;font-weight: bold;line-height: 1px;background-color: #e3e3e3;height: 195px;}*/
#widget-container-goalmeter-large #ads-widget #adbd #fundtxt{padding: 2px;font-size: 11px;line-height: 12px; font-weight: bold;}
#widget-container-goalmeter-large #ads-widget #banner{float: right;display: inline;position: relative;padding: 40px 5px 0 0;}
#widget-container-goalmeter-large #ads-widget #banner iframe{display: inline;position: relative;padding-top: 2px;padding-right: 2px;}
#widget-container-goalmeter-large #ads-widget #adbd #meter{padding: 4px 0 0 0;float: left;display: inline;position: relative;width: 100px;font-size: 12px;line-height: 12px;font-weight: bold;}
#widget-container-goalmeter-large #ads-widget-carousel{}
#widget-container-goalmeter-large #ads-widget .stepcarousel{position: relative; border: 0; overflow: hidden; width: 125px; height: 125px;}
#widget-container-goalmeter-large #ads-widget .belt{position: absolute; left: 0;top: 0;}
#widget-container-goalmeter-large #ads-widget .panel{float: left; overflow: hidden; margin: 0; width: 125px; height: 125px;}
#widget-container-goalmeter-large #ads-widget #browse { background-color: #d7e8f0;color: #606;padding:1px 0 1px 60px;clear:both; width: 180px; height: 12px;}
/*#widget-container-goalmeter #ad-nav{background: #D7E8F0; text-align: center; padding: 3px; margin: auto; width: 145px; line-height: 6.5px; color: #C267B4; }*/
#widget-container-goalmeter-large #ads-widget #browse #previous-ad{background: url(../img/left_arrow.png) no-repeat 0 0; text-indent: -1000px; overflow: hidden; height: 8px; width: 12px; display: block; float: left;padding: 2px 0;}
#widget-container-goalmeter-large #ads-widget #browse #scroll-text{float: left; width: 70px; height: 11px; line-height: 11px; font-size: 12px;}
#widget-container-goalmeter-large #ads-widget #browse #next-ad{background: url(../img/right_arrow.png) no-repeat 0 0; text-indent: -1000px; overflow: hidden; height: 8px; width: 12px; display: block; float: left; padding: 2px 0; }
#widget-container-goalmeter-large #ads-widget #mall-link a{width: 102px; height: 25px;margin:0 5px; display: block;  float:left; background: url('../img/mall_button2.png') no-repeat; overflow: hidden; text-indent: -500px;}
#widget-container-goalmeter-large #ads-widget #add-this-widget{float: left; width: 102px; margin-left: 5px;}
#widget-container-goalmeter-large #ads-widget #add-this-widget a{cursor: pointer; width: 125px; height: 25px; display: block; position: relative; background: url(../img/add-this_button3.png) no-repeat; overflow: hidden; text-indent: -500px;}


/* Widget Selection Styles */
.widgets input{margin: 20px 4px 5px 20px;}

div.widgets th{text-align: left;}
div.widgets th, div.widgets td{padding: 0 10px 10px 0;}

/* Sidebar Ads */
#sidebar-ads{width: 244px; float: left; text-align: center; margin-top: 30px;}
#sidebar-ads a{display: block; margin: 0 auto 15px;}

.footer-ads{width: 500px; margin: 12px 103px; float: left;}

#page .main-col .console .comm p {
float:left;
font-size:0.9em;
font-weight:bold;
line-height:19px;
margin-right:10px;
padding-left:4px;
text-align:left;
width:400px !important;
color: #000;
}

/* School profile fixes */
.field {font-size: 1em !important;}
.txt .short {height: none !important;}

.profile-input {
border:1px solid #9CB700;
cursor:pointer;
margin-bottom:6px;
margin-top:2px;
vertical-align:middle;
height: 20px !important;
}

#moreinfo{margin-left: 140px;}

#moreinfo h3
{
    color: #006;
    font-weight: bold;
    display: inline;
}

#moreinfo #name
{
 float: left;
 display: inline;
 width: 130px;
 }

#moreinfo #type
{
 float: left;
 display: inline;
  width: 130px;
 }

#moreinfo #link
{
 float: left;
 display: inline;
  width: 130px;
 }

.reportsop{margin-top: 10px}
#reportsop select{float: left;display: inline;}
#reportsop fieldset{float: left;display: inline;}


#datelabel
{
 float: left;
 display: inline;
 width: 90px;
 }


 #datelabel a
{
    color: #009 !important;
    text-decoration: none !important;
}

#datelabel
{
 float: left;
 display: inline;
 width: 90px;
 }

#emlreport{font-size: 9px;}
#emlreport a {font-size: 9px;}

#msgreport #date
{
 float: left;
 display: inline;
 width: 90px;
}

#msgreport img{margin-top: -4px;}


#emlreport #date{
 float: left;
 display: inline;
 width: 90px;
}

#emlreport img{margin-top: -4px;}

.bounced{
    color: #C00;
    font-weight: bold;
    display: block;
}

.reportLink{color:#9B4D9E;text-decoration: underline;}

#adlabel a, #advertiserlabel a, #advertiserlabelLong a,  #reportlabel a, #reportlistlabel a, #reportlistlabel100 a, #reportlistlabel140 a, #reportlistlabel190 a, #reportlist190 a, #reportlist a{color: #009 !important;text-decoration: none !important;}

#adlabel, #advertiserlabel, #advertiserlabelLong, #adname, #advertisername, #advertisernameLong, #reportlabel, #reportlist, #reportlistlabel, #reportlistlabel100, #reportlistlabel140, #reportlist100, #reportlist140, #reportlistlabel190, #reportlist190 {float: left;display: inline;width: 270px;}

#advertiserlabel, #advertisername {width: 170px;}
#advertiserlabelLong, #advertisernameLong {width: 255px;}
#membersclicked{margin-left: 15px;}
#reportlabel{width: 120px;}
#reportlist, #reportlistlabel{width: 120px;}
#reportlistlabel140, #reportlist140{width: 140px;}
#reportlistlabel100, #reportlist100{width: 100px;}
#reportlistlabel190, #reportlist190{width: 190px;}

#bar1{
    float: left;
    display: inline;
    background-color: #903;
    width: 435px;
    height: 12px;
    padding: 0px 2px 2px 2px;
    color: #FFF;
}

#bar1_beta{
    float: left;
    display: inline;
    width: 435px;
    height: 12px;
    padding: 0px 2px 2px 2px;
    color: #FFF;
    background-color: #903;
}

#bar2{
    float: left;
    display: inline;
    background-color: #903;
    width: 335px;
    height: 12px;
    padding: 0px 2px 2px 2px;
    color: #FFF;
}

#bar3{
    float: left;
    display: inline;
    background-color: #903;
    width: 235px;
    height: 12px;
    padding: 0px 2px 2px 2px;
    color: #FFF;
}

#bar4{
    float: left;
    display: inline;
    background-color: #903;
    width: 85px;
    height: 12px;
    padding: 0px 2px 2px 2px;
    color: #FFF;
}

#bar5, #bar5_clear{
    float: left;
    display: inline;
    background-color: transparent;
    width: 6px;
    height: 12px;
    padding: 0px 2px 2px 2px;
    color: #FFF;
}

#bar6, #bar6_clear{
    float: left;
    display: inline;
    background-color: transparent;
    width: 22px;
    height: 12px;
    padding: 0px 2px 2px 2px;
    color: #FFF;
}


#bar7, #bar7_clear{
    float: left;
    display: inline;
    background-color: transparent;
    width: 70px;
    height: 12px;
    padding: 0px 2px 2px 2px;
    color: #FFF;
}

#bar7 {
    background-color: #903;
}

#bar7_beta, #bar7_beta_clear{
    float: left;
    display: inline;
    /*width: 70px;*/
    height: 12px;
    padding: 0px 2px 2px 2px;
    color: #FFF;
    background-color: transparent;
}


#bar8, #bar8_clear
{
    float: left;
    display: inline;
    background-color: transparent;
    width: 80px;
    height: 12px;
    padding: 0px 2px 2px 2px;
    color: #FFF;
}


#bar9, #bar9_clear, #bar14, #bar14_clear, #bar10, #bar10_clear, #bar12, #bar12_clear {
    float: left;
    display: inline;
    background-color: transparent;
    width: 90px;
    height: 12px;
    padding: 0px 2px 2px 2px;
    color: #FFF;
}

#bar9_beta, #bar9_beta_clear, #bar14_beta, #bar14_beta_clear, #bar10_beta, #bar10_beta_clear, #bar12_beta, #bar12_beta_clear {
    float: left;
    display: inline;
    width: 90px;
    height: 12px;
    padding: 0px 2px 2px 2px;
    color: #FFF;
    background-color: transparent;
}

#bar5_clear, #bar6_clear, #bar7_clear, #bar8_clear, #bar9_clear, #bar10_clear, #bar12_clear, #bar14_clear {
    background-color: transparent;
    color: #000000;
}

.report_text_right {
    text-align: right;
}

.report_text_center {
    text-align: center;
}

.report_text_bold {
    font-weight: bold;
}

#bar10, #bar10_clear {
    margin-left: 6px;
}

#bar12, #bar12_clear {
    margin-left: 26px;
}

#bar14, #bar14_clear {
    margin-left: 6px;
    width: 130px;
}

#myclass label {
    font-size:1.2em !important;
    color:#000000 !important;
    width:auto !important;
    float:none !important;
    font-weight:normal !important;
    text-align:none !important;
    margin-right:0px !important;
}

.mallsearch {
    background-attachment:scroll;
    background-color:#96FFF9;
    background-image:none;
    background-position:0 0;
    background-repeat:repeat;
    border: 1px solid;
    height:45px;
    text-align:left;
    margin-bottom: 2em;
}

.mallsearch p {
    margin-top:12px;
    margin-left:12px;
    font-size:110%;
}

#adddata .adReports label{
float: none !important;
text-align: left !important;
}
input#email_list_name.txt,
input#MailingListEmailName.txt,
input#MailingListEmailEmail.txt,
#grupos input{height:18px}
#groups select{margin-top:2px;height:20px}
select#email_saved_group{position:relative;top:-3px}

#SearchSearch{font-size:11px}
#CategoryAddForm input.btn{top:0px;position:relative}
#centerstage{min-height:26px;max-height:26px}
#sacommunications .fakefile {width: 600px !important;}
#sacommunications #content-text {padding-bottom: 12px;}

.mg5{display:inline-block;margin-bottom:0px;margin-top:-2px}
.mg6{display:inline-block;margin-bottom:8px;margin-top:-2px}

#BlogEditForm div.flashUI, #BlogAddForm div.flashUI{top:2px;position:relative}
input#btnvBrowse.btn{position:relative;top:1px;left:3px}
.tng1{margin-left: 20px}
.tng2{margin-left: 140px}

th.header,th.headerSortUp,th.headerSortDown{background-repeat:no-repeat;background-position:center right;cursor:pointer;text-align:left}
th.header{background-image:url(../img/bg.gif)}
th.headerSortUp{background-image:url(../img/asc.gif)}
th.headerSortDown{background-image:url(../img/desc.gif)}
div.radiocont{width:225px;margin-left:100px}
div.radiocont label{float:left !important;text-align:left !important;}
div.radiocont input{float:left;margin-top:2px;margin-right:4px}


label.ngfield{float:left;width:100%}

.prexiew{cursor:pointer;padding:4px;border:2px #bbb solid}
.bckimg{float:right;margin:10px;cursor:pointer}
#uploadifyshow{background-color:transparent;border:0px;color:#000;width:300px}
.thbimg, .user-img .userPic{width:60px;height:60px}
.thbimg2 img.border1{width:60px;height:auto}

.users-list{
	float:left;
	border:3px #BBD822 solid;
	padding:10px 12px;
	margin:10px 10px 10px 0px;
	height: 150px;
	overflow-y:scroll;
}
.users-list h5{color:#000;width:200px;font-size:11px;margin-bottom:6px}

/******************************************/


.createdByMe .img img{width:32px}

.imgs_ng_photo .imgcont{border:2px #f4f4f4 solid;padding:1px;float:left;text-align:center;margin:4px}
fieldset.ngfield1{border:1px #DEA2DE solid;padding:4px;margin:2px}
table.tbng1{border:0px}
fieldset.ngfield2{height:180px;overflow-y:auto}
div.postList p{margin:10px 0px}

