/* start.css */

.contenttop {
    width: 690px;
    height: 31px;
    background: transparent;
    background-image: url(/images/backgrounds/content_top.png);
        background-repeat:no-repeat;
        float: left;
}

.contentmiddle {
    width: 690px;
    background: transparent;
        background-repeat:no-repeat;
        float: left;
	position: relative; 
}

.insidecontent {
	position:absolute; 
	top:0px; 
	left:30px; 
	width: 640px;
}

.contentbottom {
    width: 690px;
    height: 31px;
    background: transparent;
    background-image: url(/images/backgrounds/content_bottom.png);
        background-repeat:no-repeat;
        float: left;
}


.twitterupdates ul {
    margin: 5px;
    padding: 8px;
    font-size: 10px;
}

.messagepanel {
    width:100%;
    height: 30px; 
    <!--[if IE 7]>height: 0px;<![endif]-->
}

.contentborder {
    width: 657px;
    height: 356px;
    margin: 3px;
    padding: 0px;
	float: left;
    background-color: transparent;
    background-image: url(/images/backgrounds/blue1.png);
    background-repeat:no-repeat;
}

.content {
	width: 620px;
	height: 316px;
    	margin: 20px;
	float: left;
	background: #fff;
	padding: 0px;
	overflow: auto;
        font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.dynamiccontentborder {
    width: 657px;
    margin: 3px;
    padding: 0px;
        float: left;
    background-color: transparent;
    background-image: url(/images/backgrounds/blue1.png);
    background-repeat:no-repeat;
}

.dynamiccontent {
        width: 620px;
        margin: 20px;
        float: left;
        background: #fff;
        padding: 0px;
        overflow: auto;
        font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
        font-size: 12px;
}

.loginbox {
	width: 175px;
	height: 38px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	background-image: url(/images/welcome/login.png);
	background-repeat:no-repeat;
}

.loginbox p {
	padding-top: 10px;;
	margin: 0px 0px 0px 13px;
}

.loginbox input {
	border: none;
	font-weight: normal;
	font-size: 10px;
	color: #89d616;
}

.membersLeft {
	display: inline;
}

.membersRight {
	display: inline;
}

.grey {
	background: #eee;
	color: #333;
}

.grey input,textarea {
        font-weight: normal;
        color: #666;
        font-size: 12px;
        font-family:Verdana,Lucida,Arial,Helvetica,sans-serif;
}

.signupfs {
	background-color:#fff;
}

.signuplbl {
	width: 140px;
	text-align: right;
}

.signupfld {
	width: 200px;
	margin:2px;
	color: #00768e;
	font-weight: normal;
}

.topPanel {
        width:900px;
        height: 25px;
        background-image: url(/images/backgrounds/blue2-top.png);
        background-repeat: no-repeat;
}
.leftCol {
        width:230px;
        float:left;
        display: inline;
        margin-left: 25px;
        /* margin-right: 10px; */
        padding-left: 0px;
}

.rightCol {
        width:610px;
        /* margin-left: 265px; */
        float: right;
        padding-right: 25px;
}
.contentPanel {
        width:900px;
        background-color: #fff;
        background-image: url(/images/backgrounds/blue2-middle.png);
        background-repeat: repeat-y;
        min-height:440px;
        height:auto !important;
        height:440px;
}
.bottomPanel {
        width:900px;
        clear:both;
        height: 25px;
        background-image: url(/images/backgrounds/blue2-bottom.png);
        background-repeat: no-repeat;
}


/* Feature comparison table on Home Page */

.matrix {
        border: none;
        border-spacing: 0px;
}
.feature {
        border: none;
        padding: 3px 2px 3px 2px;
}
.lt {
        color: #235eaa;
        background-color: #59c8fd;
        border: none;
        padding: 5px 2px 5px 2px;
        font-size:10px
}
.drk {
        color: #fff;
        background-color: #235eaa;
        border: none;
        font-size:10px;
}
.data {
        text-align:center;
        border: none;
        padding: 3px 2px 3px 2px;
}
.colhead {
        text-align:center;
        font-weight:bold;
        border: none;
        padding: 10px 2px 10px 2px;
}

/* END feature comparison table */

