﻿body
{
    background-color:#ffffff;
    font-size:.75em;
    font-family:Verdana, Helvetica, Sans-Serif;
    margin:0;
    padding:0;
    color:#696969;
}

a:link
{
    color:#034af3;
    text-decoration:none;
}

a:visited
{
    color:#034af3;
    text-decoration:none;
}

a:hover
{
    color:#1d60ff;
    text-decoration:none;
}

a:active
{
	color:#034af3;
    text-decoration:none;
}

p, ul
{
    margin-bottom:20px;
    line-height:1.6em;
}

.input-validation-error
{
	border:solid 1px #dfc4c1 !important;
	background-color:#ffe4e1 !important;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    border:solid 1px #dddddd;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#logocontainer
{
	background-image:url('Images/Back.jpg');
	background-repeat:repeat-x;
	height:120px;
}

#logo
{
	background-image:url('Images/Logo.jpg');
	background-repeat:no-repeat;
	height:120px;
}

#menucontainer
{
	border-top:solid 1px #006ec8;
	background-image:url('Images/Nav.jpg');
	background-repeat:repeat-x;
	height:60px;
}

#main
{
    padding:0 20px 20px 20px;
    background-color:#ffffff;
    margin-bottom:10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    padding:10px;
    text-align:right;
}

#footer a
{
	padding:3px;
}
 
h1
{
	font-family:Palatino, "Palatino Linotype", Times New Roman, Serif;
	font-size:18pt;
	font-weight:normal;
	color:#4a4a4a;
	margin:0;
}

h2
{
	font-family:Palatino, "Palatino Linotype", Times New Roman, Serif;
	font-size:100%;
	font-weight:normal;
	color:#7a7a7a;
	margin:0;
}

.TwitterLogo
{
	float:right;
	padding:0 0 0 5px;
}

.ContentSection
{
	margin-top:5px;
	padding:10px 5px 0 5px;
	text-align:justify;
	border-top:solid 1px #dddddd;
	font-family:Palatino, "Palatino Linotype", Times New Roman, Serif;
	font-weight:normal;
	font-size:110%;
	color:#5a5a5a;
	clear:both;
}

.ContentSection a.contact
{
	display:block;
	padding:2px;
	text-decoration:none;
}

button
{
	border:solid 1px #dddddd;
	background-color:#f2f2f2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:5px 10px 5px 10px;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:9pt;
	color:#444444;
	cursor:pointer;
}

button:hover
{
	border:solid 1px #bbbbbb;
	background-color:#fafafa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:5px 10px 5px 10px;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:9pt;
	color:#444444;
	cursor:pointer;
}

div.ContentContainer
{
	font:inherit;
	border-top:solid 1px #dddddd;
	margin-top:5px;
	padding:20px 5px 0 5px;
}

div.Help
{
	background-color:#f6f6f6; 
	border-top:solid 1px #dddddd;
	padding:15px; 
}

/* TWEETDOC ELEMENTS
----------------------------------------------------------*/
fieldset.CreateTweetdoc
{
	border:0;
    margin:0;
}

fieldset.CreateTweetdoc legend, fieldset.CreateTweetdoc label
{
	display:none;
}

fieldset.CreateTweetdoc ol 
{
    margin:0;
    padding:0;
}

fieldset.CreateTweetdoc li 
{
    list-style:none;
    padding:0;
    margin:0;
}

fieldset.CreateTweetdoc input.documentIcon
{
	background:#f8f8f8 url('Images/Small Add.png') no-repeat 7px 7px;
	padding-left:28px;
	width:135px;
}

fieldset.CreateTweetdoc button
{
	margin-top:5px;
	width:172px;
}

/*--------------------------------------------------------*/
fieldset.SearchTweetdoc
{
	border:0;
    margin:0;
}

fieldset.SearchTweetdoc legend, fieldset.SearchTweetdoc label
{
	display:none;
}

fieldset.SearchTweetdoc ol 
{
    margin:0;
    padding:0;
}

fieldset.SearchTweetdoc li 
{
    list-style:none;
    padding:0;
    margin:0;
}

fieldset.SearchTweetdoc input.documentIcon
{
	background:#f8f8f8 url('Images/Small Search.png') no-repeat 7px 7px;
	padding-left:28px;
	width:135px;
}

fieldset.SearchTweetdoc button
{
	margin-top:5px;
	width:172px;
}

/* TWEETDOC INPUT ELEMENTS
----------------------------------------------------------*/
fieldset.TweetdocInput
{
	border:0;
    margin:0;
}

fieldset.TweetdocInput legend
{
	display:none;
}

fieldset.TweetdocInput label
{
	float:left;
    width:100px;
    display:block;
    padding-top:10px;
    vertical-align:middle;
}

fieldset.TweetdocInput ol 
{
    margin:0;
    padding:0;
}

fieldset.TweetdocInput li 
{
    list-style:none;
    padding:5px;
    margin:0;
}

fieldset.TweetdocInput li a
{
    font-size:10px;
}

fieldset.TweetdocInput input
{
	width:300px;
	border:solid 1px #dddddd;
	background:#ffffff;
	padding:7px;
}

fieldset.TweetdocInput input.TweetdocDateInput
{
	width:150px;
}

fieldset.TweetdocInput input.TweetdocTimeInput
{
	width:40px;
	text-align:center;
}

fieldset.TweetdocInput textarea
{
	width:400px;
	height:100px;
	border:solid 1px #dddddd;
	background:#ffffff;
	padding:7px;
}

fieldset.TweetdocCheckboxInput
{
	border:0;
    margin:0;
}

fieldset.TweetdocCheckboxInput legend
{
	display:none;
}

fieldset.TweetdocCheckboxInput ol 
{
    margin:0;
    padding:0;
}

fieldset.TweetdocCheckboxInput li 
{
    list-style:none;
    padding:5px;
    margin:0;
}

fieldset.TweetdocCheckboxInput label.MaxTweets
{
	float:left;
    width:100px;
    display:block;
    padding-top:10px;
    vertical-align:middle;
}

fieldset.TweetdocCheckboxInput input.MaxTweets
{
	width:60px;
	border:solid 1px #dddddd;
	background:#ffffff;
	padding:7px;
}

fieldset.TweetdocImageInput
{
	border:0;
    margin:0;
}

fieldset.TweetdocImageInput legend
{
	display:none;
}

fieldset.TweetdocImageInput label
{
    border:solid 3px #dfdfdf;
    display:inline-block;
    padding:3px;
    font-family:Arial, Sans-Serif;
    font-size:12pt;
    font-weight:bold;
    color:#888888;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    cursor:pointer;
}

fieldset.TweetdocImageInput label.selected
{
    border:solid 3px #666666;
    background-color:#666666;
    display:inline-block;
    padding:3px;
    font-family:Arial, Sans-Serif;
    font-size:12pt;
    font-weight:bold;
    color:#ffffff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

fieldset.TweetdocImageInput img
{
	display:block;
}

fieldset.TweetdocImageInput ol 
{
    margin:0;
    padding:0;
}

fieldset.TweetdocImageInput li 
{
    list-style:none;
    margin:5px;
    float:left;
}

fieldset.TweetdocImageInput input
{
	visibility:visible;
}

div.EventDetails
{
	border:solid 3px #DDE3EB; 
	background:#F3F5F6 url('Images/Hash.png') no-repeat bottom right; 
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div.FilterDetails
{
	border:solid 3px #DDE3EB; 
	background:#F3F5F6 url('Images/Clock.png') no-repeat bottom right; 
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div.HeaderImageDetails
{
	border:solid 3px #DDE3EB; 
	background:#F3F5F6 url('Images/Image.png') no-repeat bottom right; 
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div.OptionsDetails
{
	border:solid 3px #DDE3EB; 
	background:#F3F5F6 url('Images/Settings.png') no-repeat bottom right; 
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div.OptionsDetails div.ContentContainer
{
	padding:20px 0 20px 0;
}

div.Collapsed
{
	border:solid 3px #DDE3EB; 
	background:#F3F5F6 none;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div.FilterDetails div
{
	display:none;
}

.TweetdocInputText
{
	font-family:"Trebuchet MS", Arial, Sans-Serif;
	font-size:10pt;
	color:#444444;
}

.TweetdocAuthor
{
	padding:10px;
}

.TweetdocPreview
{
    background-color:#ffffff; 
    border:solid 1px #dddddd; 
    height:250px; 
    margin-left:100px;
    overflow:auto !important;
}

ul#PreviewList
{
    margin:0;
    padding:0;
    list-style:none;
}

img#PreviewLoading
{
    margin-bottom:-2px;
    display:none;
}

li#TweetPreview
{
    display:none;
}

li#TweetPreview
{
    padding-bottom:5px;
    padding-top:5px;
    font-size:10px;
    font-family:Arial, Sans-Serif;
}

li#TweetPreview img
{
    display:inline;
    float:left;
    padding-right:5px;
    border:none;
}

button.CreateTweetdoc
{
	margin:20px 0 10px 10px !important;
	float:right;
}

.clearfix:after 
{
     visibility:hidden;
     display:block;
     font-size:0;
     content:" ";
     clear:both;
     height:0;
}

.clearfix 
{ 
	display:inline-block; 
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

div.CreateError
{
	border:solid 1px #eed4d1; 
	background:#ffe4e1;
	padding:10px;
	margin:0 0 10px;
}

div.CreateError .ContentContainer
{
	border-top:solid 1px #cccccc;
	padding:10px 0 10px 10px;
}

/* REGISTRATION ELEMENTS
----------------------------------------------------------*/
fieldset.Register
{
	border:0;
    margin:0;
}

fieldset.Register legend 
{
	display:none;
}

fieldset.Register label 
{
    float:left;
    width:150px;
    display:block;
    padding-right:8px;
    vertical-align:middle;
    text-align:right;
    font-weight:bold;
    font-size:10pt;
    color:#333333;
}

fieldset.Register label span
{
	display:block;
	font-size:8pt;
	font-weight:normal;
	color:#666666;
}

fieldset.Register ol 
{
    margin:0;
    padding:0;
}

fieldset.Register li 
{
    list-style:none;
    padding:5px;
    margin:0;
}

fieldset.Register li.separator
{
	border-bottom:solid 1px #dddddd;
	line-height:1px;
	height:1px;
	font-size:1px;
	margin-bottom:10px;
}

fieldset.Register input.passwordIcon
{
	background:#f8f8f8 url('Images/Small Password.png') no-repeat 5px 5px;
	padding-left:28px;
	width:250px;
}

fieldset.Register input.textIcon
{
	background:#f8f8f8 url('Images/Small Text.png') no-repeat 5px 5px;
	padding-left:28px;
	width:250px;
}

fieldset.Register input.usernameIcon
{
	background:#f8f8f8 url('Images/Small Username.png') no-repeat 5px 5px;
	padding-left:28px;
	width:250px;
}

fieldset.Register input
{
	width:250px;
}

.RegisteredContainer
{
	background:#ffffff url('Images/User.png') no-repeat 6px;
	font-family:Arial, Sans-Serif;
	font-size:115%;
	color:#555555;
	padding:20px 20px 20px 55px !important;
}

.VerificationFailedContainer
{
	background:#ffffff url('Images/VerFailed.png') no-repeat 6px;
	font-family:Arial, Sans-Serif;
	font-size:115%;
	color:#555555;
	padding:10px 10px 10px 45px !important;
}

.RegisteredPicHolder
{
	border:solid 1px #dddddd;
	background-color:#f5f5f5;
	width:64px;
	height:64px;
}

.RegisteredPicHolder img
{
	border:none;
	margin:8px;
	width:48px;
	height:48px;
}

/* LOGIN ELEMENTS
----------------------------------------------------------*/
div.AccountDetails
{
	float:left; 
	color:#ffffff; 
	font-size:8pt;
	padding:13px 10px 10px 10px; 
}

fieldset.Login
{
	background:#ffffff url('Images/Login.png') no-repeat;
	padding:10px 10px 10px 130px;
    margin:0;
    border:none;
    width:320px;
}

fieldset.Login legend 
{
	display:none;
}

fieldset.Login label 
{
    float:left;
    width:70px;
    display:block;
    padding-top:6px;
    vertical-align:middle;
}

fieldset.Login ol 
{
    margin:10px 0 0 0;
    padding:0;
}

fieldset.Login li 
{
    list-style:none;
    padding:5px;
    margin:0;
}

fieldset.Login input[type="submit"]
{
	margin-left:250px;
}

fieldset.Login button
{
	margin-right:8px;
}

/* TWEETDOC LISTING ELEMENTS
----------------------------------------------------------*/
ol.tweetdocList
{
    margin:0;
    padding:0;
    font-family:Arial, Sans-Serif;
    font-size:8pt;
}

ol.tweetdocList li 
{
	border:solid 1px #ffffff;
	border-bottom:dashed 1px #dddddd;
    list-style:none;
    padding:10px;
    padding-bottom:5px;
    margin:5px;
}

ol.tweetdocList li:hover
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#ffffff url('Images/Select Gradient.png') repeat-x;
	background-position:top;
	border:solid 1px #e5e5e5;
}

ol.tweetdocList li div.tweetdocImageHolder
{
	float:left;
	background:#ffffff url('Images/Document Backgrdound.png') no-repeat;
    padding:5px;
    text-align:center;
    width:70px;
    height:75px;
    color:#444444;
    border:solid 3px #e4e4e4;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

ol.tweetdocList li div.tweetdocImageHolder img
{
	display:block;
	margin:5px auto 5px auto;
	border:0;
}

ol.tweetdocList li div.tweetdocImageHolder img.notready
{
	margin-top:21px; 
	margin-bottom:21px;
}

ol.tweetdocList li div.tweetdocInfoHolder
{
	float:left;
	padding:0 10px 10px 10px;
	font-family:Arial, Sans-Serif;
	font-size:10pt;
	color:#555555;
	width:350px;	
}

ol.tweetdocList li div.tweetdocInfoHolder span.title
{	
	display:block;
	overflow:hidden;
	height:24px;
	color:#666666;
	margin-top:5px;
	font-family:Palatino,"Palatino Linotype",Times New Roman,Serif;
	font-size:14pt;
	font-weight:normal;
	color:#444444;
}

ol.tweetdocList li div.tweetdocInfoHolder span.description
{
	display:block;
	overflow:hidden;
	height:32px;
	text-align:left;	
	font-family:Palatino,"Palatino Linotype",Times New Roman,Serif;
	font-size:9pt;
	font-weight:normal;
	color:#666666;
}

ol.tweetdocList li div.tweetdocInfoHolder span.date
{
	font-size:8pt;
	font-weight:normal;
	float:right;	
	display:block;
	margin-top:10px;
	padding-left:20px;
	background:url('Images/Time.png') no-repeat;
	background-position:center left;
}

ol.tweetdocList li div.tweetdocInfoHolder span.operations
{
	font-size:8pt;
	font-weight:normal;
	float:right;	
	display:block;
	margin-top:10px;
	padding-left:20px;
}

ol.tweetdocList li div.tweetdocInfoHolder span.author
{
	font-size:8pt;
	font-weight:normal;
	float:left;	
	display:block;
	margin-top:10px;
	padding-left:20px;
	background:url('Images/User Icon.png') no-repeat;
	background-position:center left;
}

ol.tweetdocList li div.options
{
	float:right; 
	margin-top:-106px; 
	margin-right:-11px; 
	padding-left:8px;
	width:80px; 
	height:35px; 
	border:solid 1px #dddddd; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:url('/Content/Images/Options Gradient.png');
	display:none;
}

ol.tweetdocList li div.options img
{
	margin-top:6px;
	margin-left:6px;
	border:none;
}

ol.tweetdocList li:hover div.options
{
	display:block;
}

a.BrowseTabInactive
{
	float:left; 
	margin:5px; 
	padding:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	background-image:url('/Content/Images/Tab Gradient.png'); 
	border:solid 1px #dddddd;
	color:#444444; 
	font-weight:normal;
	font-family:Arial, Sans-Serif;
	font-size:9pt;
}

a.BrowseTabActive
{
	float:left; 
	margin:5px; 
	padding:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	background-image:url('/Content/Images/Tab Gradient Active.png'); 
	border:solid 1px #dddddd;
	color:#444444; 
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:9pt;
}

/* TERMS ELEMENTS
----------------------------------------------------------*/
.terms
{
	margin-top:5px;
	padding:10px 5px 0 5px;
	text-align:justify;
	border-top:solid 1px #dddddd;
	font-family:Arial, Sans-Serif;
	font-weight:normal;
	font-size:120%;
	color:#454545;
	list-style:none;
}

.terms li
{
	margin-top:15px;
}

/* ACCOUNT ELEMENTS
----------------------------------------------------------*/
div.AccountHeader
{
	font:inherit;
	border-bottom:solid 1px #dddddd;
	padding:10px 10px 10px 10px;
	background-color:#f9f9f9;
}

div.AccountDescription
{
	width:650px;
}

/* OTHER ELEMENTS
----------------------------------------------------------*/
.ErrorContainer
{
	display:none; 
	position:absolute; 
	background:transparent url('Images/Stripe.png') repeat-x;
	border:0;
	border-bottom:solid 2px #eeeeee;
	height:35px;
	width:100%;
	top:0; 
	left:0;	
}

.ErrorContainer div
{
	color:#333333;
	padding:10px 10px 10px 35px;
	background:transparent url('Images/Error.png') no-repeat 7px 7px;	
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding:0;
    position:relative;
    margin:0 15px;
    text-align:right;
}

ul#menu li
{
    display:inline;
    list-style:none;
}

ul#menu li a
{
    padding:10px 20px;
    text-decoration:none;
    line-height:40px;
    font-family:Arial, Sans-Serif;
    font-weight:bold;
    font-size:120%;
    color:#ffffff;
}

ul#menu li a:hover
{
    text-decoration:none;
    color:#1e90ff;
}

input[type="text"] 
{
    width:200px;
    padding:7px;
    background-color:#f8f8f8;
    border:1px solid #dddddd;
}

input[type="password"] 
{
    width:200px;
    padding:7px;
    background-color:#f8f8f8;
    border:1px solid #dddddd;
}

input.Login
{
	padding:5px 5px 5px 25px;
    background:#f8f8f8 url('Images/Small Login.png') no-repeat 5px 5px;
}

button[type="submit"]
{
	padding:10px;
	font-size:9pt;
	font-weight:bold;
	color:#333333;
	margin:0;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear:both;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.alignLeft
{
	text-align:left;
}

.alignCenter
{
	text-align:center;
}

.alignRight
{
	text-align:right;
}

.field-validation-error
{
	color:#333333;
	font-size:11pt;
	font-weight:bold; 
	font-family:'Lucida Grande', sans-serif;  
}

.errorBackground
{
	border-top:solid 1px #dfc4c1;
	border-bottom:solid 1px #dfc4c1;
	background-color:#ffedea;
	margin:0 0 15px 0;
	padding:10px;
}

.errorBackground strong
{
	color:#333333;
}

.validation-summary-errors
{
	color:#333333;
	margin:10px 0 0 0;
	padding:0;
}

.validation-summary-errors li
{
	list-style:disc inside !important;
	margin:0 !important;
	line-height:1 !important;
	padding:3px !important;
}

.Clickable
{
	cursor:pointer;
}

.NothingFound
{
	height:200px;
	font-size:1.2em;
	font-family:Tahoma, Sans-Serif;
	text-align:left;
	padding:15px;
}

div.preload
{
    position:absolute;
    top:-5000px;
}

/* Admin Styles  
----------------------------------------------------------*/
div#admin form label
{
    display:block;
    padding-top:5px;
    padding-bottom:5px;
}

div#admin form input, div#RemoveDocument form input
{
    margin-bottom:10px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}

div#RemoveDocument form input
{
    width:120px;
}
