﻿.cs_twitter
{
    background-color:#EBEBEB;
    background:#EBEBEB url(Images/background_twitter.png) repeat-y center;
    color:#527E8C;
    padding:20px;
    position:relative;
    margin-top:10px;
    margin-bottom:10px;
}

.cs_twitter .cs_errorBlock
{
    padding-left:22px;
    background-image:url(Images/warning.png);
    background-repeat:no-repeat;
    background-position:left;
    margin-top:10px;
    margin-bottom:10px;
}

.cs_twitter .cs_errorText
{
    display:block; 
    padding:5px;
}

.cs_twitter .cs_twitterlogo
{
    background:url(Images/twitterlogo.png) no-repeat left;
    width:200px;
    height:60px;
    position:absolute;
    /*left:20px*/;
    top:-40px;
	text-align:left;
	padding-bottom:15px;
}

.cs_twitter .cs_mainList
{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

.cs_twitter li
{
    list-style-type:none;
    border-bottom-width:1px;
    border-bottom-color:#B5B5B6;
    border-bottom-style:dashed;
    padding-bottom:5px;
    padding-top:5px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
}

.cs_twitter .cs_mainList .cs_last_child
{
    border:none;
}

.cs_twitter li .cs_messageText a
{
    color:#6498AA;
}

.cs_twitter li .cs_timeSpan a
{
    color:#DF9E49;
}

.cs_twitter .cs_twitterLinkContainer
{
    height:12px;
    margin: 5px;
}

.cs_twitter .cs_twitterLink
{
    float:right;
    font-size:13px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:bolder;
    text-decoration:underline;
    color:#DF9E49;
}

.cs_twitter .cs_twitterLink : hover
{
    float:right;
    font-size:13px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:bolder;
    text-decoration:underline;
    color:#DF9E49;
}

.cs_twitter .cs_inputFieldCaption
{
    width:100px;
    color:#818181;
}

.cs_twitter .cs_messageField
{
    width:194px;
    border-color:#D8D7D7;
    border-width:1px;
    border-style:solid;
    padding:2px;
}

.cs_twitter .cs_passwordField
{
    width:200px;
    border-color:#D8D7D7;
    border-width:1px;
    border-style:solid;
    padding:2px;
}

.cs_twitter .cs_bottomContainer .cs_inputFieldRow
{
    clear:both;
    overflow:hidden;
    width:200px;
    margin-bottom:5px;
}

.cs_twitter .cs_bottomContainer .cs_sendButton
{
    float:right;
    background-image:url(Images/sendButton.png);
    width:69px;
    height:22px;
}

.cs_twitter .cs_updateButton
{
    background-image:url(Images/reloadButton.png);
    background-repeat:no-repeat;
    background-position:left;
    width:16px;
    height:16px;
    position:absolute;
    top:10px;
    right:20px;
}

.cs_twitter .cs_bottomContainer .cs_messageLengthLimit
{
    color:#818181;
    font-size:10px;
    float:right;
    margin-top:-3px;
}
