p {
	font-size: 15px;
}

.error{
	color: #b94a48;
	font-size: 13px;
	line-height: 18px;
	padding-left: 5px;
	*position: relative;
	/* IE6-7 */
	
	*top: -5px;
	/* IE6-7 */
}

#crew_sidebar {
        height: 640px;
        //float: left;
        overflow: auto;
        overflow-x: hidden;
}

#thecrew {
	margin: 0;
	padding: 0;
}

#thecrew img {
	border: 1px solid black;
}

.crewNames, .crewNamesAlt {
	list-style: none;
	margin-left: 0;
	border: 1px solid grey;
	text-indent: none;
	padding: .5em;
	height: 40px;
	line-height: 40px;
	margin-top: .5em;
	cursor:pointer;
}

.crewNames:first-child {
	margin-top: 0;
}

#thecrew li:first-child {
        //border-top: 1px solid grey;
}

.c_name {
        font-size: 1.5em;
        margin-left: .5em;
        vertical-align: top;
}

.subTweets {
        list-style: none;
        //line-height: 3em;
        font-size: 1em;
        margin-left: 0;
        padding: 1em;

}

.subTweets li {
        padding: .5em;
        padding-left: 0;
        border-top: 1px solid silver;
}

.subTweets li:first-child {
	border-top: 0;
}

.imhidden {
        line-height: 0;
        display: none;
        //border-bottom: 1px solid white;
        list-style: none;
        padding-left: 0;
        
}

.tweets a {
	font-weight: bold;
}

.twit_icons {
	height: 40px;
}

.twit_img {
	text-align: right;
}

.tweetdate {
		color: #00438a;
}

#user_num1, #user_num2, #user_num3, #user_num4, #user_num5, #user_num6 {
        height: 40px;
        width: 11px;
        display: inline;
        float: right;
}

#user_num1 {
        background-color: red;
}    

#user_num2 {
        background-color: green;
}

#user_num3 {
        background-color: blue;
}

#user_num4 {
        background-color: cyan;
}

#user_num5 {
        background-color: magenta;
}    

#user_num6 {
        background-color: yellow;
}
