﻿/* Overview */
#content #connectIntro .divider {
    width: 500px;
}

/* Connect Online */

/* Connect at the Event */
#content ul.networking {
    background-image: none;
}
#content ul.networking li.divider {
   width: 580px; 
   border-color: #131313;
}

/* Ongoing Programs */
#content .expander {
   padding-bottom: 1px;
}

/* Badges */
#badges {
    margin-bottom: 30px;
}
#badges .col1 {
    width: 100%;
}
#badges .trigger {
    cursor: pointer;
    color: #00994a;
}
    #badges .trigger .semStatus {
        display: block;
        height: 15px;
        width: 11px;
        background-image: url(../img/btn_expand.gif);
        background-repeat: no-repeat;
        background-position: 0 -5px;
    }
#badges table .highlight td {
    background-color:#00994A;
    color:#000000;
} 
    #badges table .highlight td .semStatus {
        background-image:url(../img/btn_expand_hover.gif);
    }   
#badges .elmContainer {
    padding:0;
}
#badges .badgeItems {
    padding: 5px 14px 14px 14px; 
}
#badges .badgeItems p {
    margin-bottom: 30px;
    color:#ffc211;
}
#badges .badgeItems .badgeItem {
    margin-bottom: 0px;
}
#badges .badgeItems .badgeItem p {
    float: left;
    width: 180px;
    margin: 0 20px 0 0;
    border-top: solid 3px #333333;
    padding-top: 5px;
    color: #CCCCCC;
}
#badges .badgeItems .badgeItem ul {
    margin: 0 0 0 200px;
    padding: 0;
}
#badges .badgeItems .badgeItem ul li {
    float: left;
    margin: 0 20px 20px 0;
    list-style: none;
}
#badges .badgeItems .badgeItem ul.small li{
    margin-right: 80px;
}
#badges .badgeItems .badgeItem div {
    margin: 0 0 0 200px;
    padding: 65px 0 0 20px;
}
.howToBadge {
    padding: 10px 20px; 
}
.howToBadge ol {
    padding-left: 25px;
}
.howToBadge ol li {
    list-style: decimal !important;
}
.howToBadge ol li ul {
    padding: 5px 0 0 22px;
}
.howToBadge ol li ul li {
    list-style: disc !important;
}

/* Spread */
#spreadTheWord {  
}
#spreadTheWord #spreadTheWordBody {
    padding-bottom: 30px;
}
#spreadTheWord .tabsSet ul {
    width: 330px;
    margin: 0 auto;
}
#spreadTheWord .spreadForm {
    background: #1a1a1a;    
}
    #spreadTheWord .spreadForm .inputWrap {
        padding: 10px 20px 7px 20px;
        overflow: hidden;
        display: inline-block;
        background: url(../img/hr_double.gif) repeat-x;
        font-size: 13px;
        color: #ccc;    
    }
    #spreadTheWord .spreadForm .inputWrap {
        display: block;
    }
    #spreadTheWord .spreadForm .inputWrap label {
        display: block;
        float: left;
        width: 70px;
        padding-top: 3px;
        font-weight: bold;
    }
    #spreadTheWord .spreadForm .inputWrap p {
        margin: 0;
        padding: 3px;
    }
    #spreadTheWord .spreadForm .inputWrap .roudedInput {
        float: left;
    }
    #spreadTheWord .spreadForm .inputWrap input.smallInput {
        width: 180px;
    }
    #spreadTheWord .spreadForm .inputWrap input.largeInput {
        width: 225px;
    }

#spreadTheWord .spreadEmail {
    background: #eee;
    padding: 30px 20px;
    margin-bottom: 20px;
}
    #spreadTheWord .spreadEmail p {
        color: #333;   
    }
    
#spreadTheWord .spreadButtons {
    width: 170px;
    margin: 0 auto;
}
    #spreadTheWord .spreadButtons a {
        height: 25px;
        width: 80px;
        background-repeat: no-repeat;
        float: left;
    }
    #spreadTheWord .spreadButtons a:hover  {
        background-position: 0 -25px;
    }

#spreadTheWord .messageBox {
    padding: 40px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;   
}
    #spreadTheWord .messageBox a {
        height: 25px;
        background-repeat: no-repeat;
        margin: 0 auto;
    }
    #spreadTheWord .messageBox a:hover  {
        background-position: 0 -25px;
    }
    #spreadTheWord .spreadSuccess {
        color: #ccc;
    }
    #spreadTheWord .spreadError {
        color: #ffc211;
    }
    
#spreadTheWord .btnSend {
    background-image: url(http://www.msfttechdays.com/resources/global/btn_send.png);  
    margin-right: 10px;
}
#spreadTheWord .btnCancel {
    background-image: url(http://www.msfttechdays.com/resources/global/btn_cancel.png);
}
#spreadTheWord .btnSendAnother {
    width: 140px;
    background-image: url(../img/en-US/btn_send_another_email.png);  
}
#spreadTheWord .btnTryAgain {
    width: 140px;
    background-image: url(../img/en-US/btn_try_again.png);
}	
/* Blog Page */    
#blogsTab ul {
    width: 330px;
    margin: 0 auto;
}
#blog {
}
#blog #posts {
   /* width: 610px;
    float: left;*/
    padding: 0 0 20px 0;
}
#blog #posts h3 {
    border-bottom: solid 1px #333;
    background: url(../img/icon_blog.gif) 5px 0 no-repeat;
    padding: 2px 0 12px 38px    
}
#blog #posts h3.editorsPick { 
    background: url(../img/icon_blog_2.gif) 5px 0 no-repeat;
    padding-top: 8px;  
}
#blog #posts .post {
    background: url(../img/hr_dots.gif) left bottom repeat-x;
    padding-bottom: 14px;
    margin-bottom: 14px; 
}
#blog #posts .post p {
    margin-bottom: 10px;
    width: 610px;
}
#blog #posts .post .meta {
    float: right;
    font-size: 10px;
    color: #999; 
    width: 160px;
    text-align: right;
}
#blog #posts .post .meta a {
    font-size: 10px;
}
#blog #posts .twitter h4 {
    margin: 0;
}
#blog #posts .paging a {
    float: left
}
#blog #posts .paging a.btnNext {
    float: right;
}
/*#blog #sidebar {
    width: 210px;
    float: left;
}
#blog #sidebar table {
    border: solid 1px #000;
}*/		