﻿/* Tweet Mini Results - Show Preview */
/* -------------------------------------------------- */
/*
 
/* Tweet Results - Look Like Twitter Search Results */
/* -------------------------------------------------- */
#results ul {
list-style-type:none;
}

#results li {
font-family:Helvetica,sans-serif;
font-size:12px;
border-bottom:1px dashed #CCCCCC;
margin:0;
overflow:hidden;
width: 635px;
padding:15px 5px;
}
#results li div.avatar {
float:left;
height:48px;
overflow:hidden;
width:48px;
margin:0;
padding:0;
}
#results li div.avatar a {
text-decoration:none;
}
#results li div.avatar img {
height:48px;
width:48px;
}
#results li .msg {
font-size:14px;
line-height:17px;
margin-bottom:5px;
margin-left:58px;
}
#results li .info {
color:#777777;
font-size:13px;
margin-left:58px;
}
.clearleft {
clear:left;
}

div.tweetlist {
 background-color: #F9F9F9;
 border-top: 3px solid #FFFFFF;
 border-right: 3px solid #FFFFFF;
 border-bottom: 3px solid #FFFFFF;
}
.tweetlist ul {
list-style-type:none;
}

.tweetlist li {
font-family:Helvetica,sans-serif;
font-size:10px;
border-bottom:1px dashed #CCCCCC;
margin:0;
overflow:hidden;
padding:10px 5px;
}
.tweetlist li div.avatar {
float:left;
height:24px;
overflow:hidden;
width:24px;
margin:0;
padding:0;
}
.tweetlist li div.avatar a {
text-decoration:none;
}
.tweetlist li div.avatar img {
height:24px;
width:24px;
}
.tweetlist li .msg {
font-size:10px;
line-height:12px;
margin-bottom:5px;
margin-left:28px;
}
.tweetlist li .info {
color:#777777;
font-size:10px;
margin-left:28px;
}
.clearleft {
clear:left;
}

.profile-user
{
padding:0 10px;
}
.profile-user h2.thumb {
clear:both;
float:none;
line-height:1.25em;
padding:10px 0 0 13px;
}
.profile-user h2 img {
margin-right:10px;
vertical-align:middle;
float:left;
border-width:0;
}
.profile-user h2 div {
margin-left:65px;
}

.profile-user h1.thumb {
clear:both;
float:none;
line-height:1.25em;
padding:10px 0 0 10px;
}
.profile-user h1 img {
margin-right:10px;
vertical-align:middle;
float:left;
border-width:0;
}

/* -------------------------------------------------- */

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
