/*  $Id: default.css 1536 2009-02-28 23:57:58Z mbango $
    /css/default/default.css
    (C) 2008 Blendue, LLC - ChirpChatter  */

/* Imports
------------------------------------------------------------------------------------------------- */
@import url("../common/global.css");
@import url("../common/reset.css");
@import url("../common/typography.css");


body {
    background: #a2c7ef url(../../img/default/body_bg.gif) repeat-x left top;
}

.container {
  width: 764px;
  margin: 0 auto;
}

h1 {
    color: #3e3e3e;
    font-size: 1.8em;
}

ul {
    padding: 0 0 0 15px;
}

input {
    outline: none;
}

.rightColumn p, ul li {
    font-size: 1.4em;
    line-height: 1.35;
    margin: 0 0 10px 0;
}

.rightColumn p, ul li span {
    color: #7f7f7f;
}

/* Top Bar
------------------------------------------------------------------------------------------------- */
.topBar {
    background-color: #3e3e3e;
    min-height: 35px;
    /* position: absolute;
    top: 0;
    width: 100%; */
}

    .topBar p {
        color: #aead9b;
        font-size: 1.2em;
        letter-spacing: 0.15px;
        margin: 0;
        padding: 11px 0;
    }

    .topBar p a {
        color: #edede5;
        text-decoration: none;
    }

    .topBar p a:hover {
        color: #fff;
    }

/* Header
------------------------------------------------------------------------------------------------- */
.header {
    height: 75px;
    /* margin: 35px 0 0 0; */
    padding: 10px 0;
}
    .header .logo {
        float: left;
    }
	.logo {
	width:325px;
	height:84px;
	}

    .header .betaLogin {
        float: right;
    }

    .header .betaLogin a {
      
        background-position: left top;
        color: #000000;
        font-size: 1.2em;
        font-weight: bold;
        display: block;
       
        
        text-align: center;
        text-decoration: none;
        width: 180px;
    }

    .header .betaLogin a:hover {
        color: #ffffff;
        background-position: left bottom;
    }

/* Content
------------------------------------------------------------------------------------------------- */
#contentWrapper {
    min-height: 300px;
}

.content {

}

    .pContainer {
        position: relative;
        margin: 0 0 30px 0;
        padding: 0;
    }

    .pContainer p {
        background: transparent url(../../img/default/p_bg.gif) repeat scroll left top;
        color: #979797;
        font-size: 1.8em;
        line-height: 32px;
    }

    .pContainer p em {
        color: #3e3e3e;
        font-size: 1.2em;
        font-style: normal;
    }


    .pContainer .top, .pContainer .bottom {
        background-color: #fff;
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .pContainer .top { top: 0; }
    .pContainer .bottom { bottom: 0; }

    .columnGroup {
        margin: 0 0 15px 0;
    }

    .leftColumn {
        border-right: 1px solid #c5c5c5;
        float: left;
        padding: 0 10px 0 0;
        width: 335px;
    }

    .rightColumn {
        float: right;
        margin: 0 0 0 10px;
        width: 335px;
    }

        .rightColumn p {
            line-height: 1.5;
        }

        .rightColumn p a {
            color: #5494d0;
            font-weight: bold;
            text-decoration: none;
        }
        
        .rightColumn p a:hover {
            border-bottom: 1px dotted #5494d0;
        }

#main_content_top, #main_content_bottom {
    width: 764px;
    height: 13px;
}

#main_content_top {
    background: transparent url(../../img/default/container_topLid.png) no-repeat left top;
}

#main_content_bottom {
    background: transparent url(../../img/default/container_bottomLid.png) no-repeat left top;
}

#main_content {
    background-color: #fff;
    padding: 10px 30px;
    margin: 0;
}

.land {
    background: transparent url(../../img/default/land.jpg) no-repeat scroll left top;
    height: 394px;
}

/* Forms 
------------------------------------------------------------------------------------------------- */
form#PagesRequestInviteForm {
    margin-top: 20px;
}

form#PagesRequestInviteForm label {
    color: #3e3e3e;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 4px 0;
}

form#PagesRequestInviteForm .input {
    margin: 0 0 5px 0;
}

form#PagesRequestInviteForm .input span {
    color: #999;
    font-weight: bold;
    display: block;
    margin: 0;
    padding: 5px 0 0 0;
}

form#PagesRequestInviteForm a {
    color: #5494d0;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    margin: 7px 0 0 0;
    text-decoration: none;
}

form#PagesRequestInviteForm a:hover {
    border-bottom: 1px dotted #5494d0;
}

form#PagesRequestInviteForm .input input {
    background: #fff url(../../img/signin/input_bg.gif) no-repeat scroll left top;
    border: none;
    height: 15px;
    line-height: 2.0;
    padding: 9px;
    *padding: 3px 9px 15px 9px;
    width: 231px;
}

#PagesNewsletter {
    display: block;
    float: left;
    margin-right: 5px;
    height: 10px !important;
    width: 10px !important;
}

#messageSubmitButton {
    margin: 20px 0 0 0;
}


/* Footer
------------------------------------------------------------------------------------------------- */
.footer {
    color: #e2ecf8;
    margin: 8px 0 0 0;
    text-align: left;
}
.footer2{
    color: #e2ecf8;
    margin: 3px 0 0 0;
	font-size:15px;
    text-align: right;
}

.footer a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.footer a:hover {
   color:#e2ecf8;
}


/* Error Pages
------------------------------------------------------------------------------------------------- */
.errorPage img {
    margin-left: -15px;
}

.errorPage h1 {
    color: #808080;
    font-size: 2.5em;
    text-align: center;
}

.errorPage ul {
    list-style-type: none;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
}

.errorPage ul li {
    display: inline;
    margin-right: 30px;
}

hr{
color:#C5C5C5;


}