﻿* { padding: 0; margin: 0; }
.container {
    width: 990px;
    margin: 0 auto;
}
#content { padding-bottom: 2em; }

body, input,option,button, td,select {
 font-family: "Lucida Sans",sans-serif;
 font-size: 1.3em;
}

a, a:visited { background: inherit; text-decoration:none}
a {color: #0066ff;}
a:hover { color: #ff5e0e; background: inherit;text-decoration:underline}
.al { text-align: left;}
td { position:relative;}


button, button:visited{
    border: 0;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
    background-position: 0 0;
    background-repeat: repeat-x;
    border-bottom:1px solid rgba(0, 0, 0, 0.25);
    cursor:pointer;
    display:inline-block;
    margin-right:5px;
    margin-bottom: 2px;
    padding:5px 16px;
    position:relative;
    text-decoration:none;
    font-weight:normal;
    background-color: #43A704; 
    color:#fff; 
    background-image: -moz-linear-gradient(top, #63C92F, #43A704);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#63C92F), to(#43A704));
    text-shadow:1px 1px 1px #444; 
     font-size: 16px; 
     padding: 8px 14px;
}

button:hover { 
    background-color: #2a6a02; 
    color:#fff; 
    background-image: -moz-linear-gradient(top, #499323, #2a6a02);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#499323), to(#2a6a02));
    text-shadow:1px 1px 1px #444; 
}

button.black {
    background-image: -moz-linear-gradient(top, #666666, #333333);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
    background-color:#333;
}

button.black:hover {
    background-color: #111; 
    background-image: -moz-linear-gradient(top, #444444, #111111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#111));
}

button.smaller {
    -moz-border-radius:4px ;
    -webkit-border-radius:4px ;
    border-radius:4px;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal; 
    padding: 4px 8px;
    margin-left:2px;
}


button[disabled] {
    top:0px;
    background-image: none !important;
    background-color: #aaa !important;
    color: #ddd;
    cursor: text;
}

#actions{
}

#actions .content{
}

#actions .loggedin{
    float:right;
    margin-right:10px;
    font-size: smaller;
}

#buttonLogout {
    vertical-align: bottom;
}

.ajaxin{
    position:fixed;
    top:0;
    left:0;
    color:White;
    padding:2px;
    font-size:10px;
    font-family: Helvetica, Arial, sans-serif;
}

.block { display:block;}

.clear { clear:both;}

.content { 
    margin: 0 auto;
    text-align:left;
}


.fl { float:left;}

#footer {
 clear: both;
 bottom:0;
 z-index: 10;
 height: 2em;
 background-color: #fff;
}

#footer .content{
    margin-right:10px;
}

#header
{
    color:#aaaaaa;
    background-color:#222222;
    font-size: 1.4em; 
    font-family:Lucida Sans;
    top:0;
    width:100%;
    padding: 20px 0;
}

#header .title {
    text-decoration:none;
    color:#ffffff;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 70px;
}

div.info {
	background-colour: url("/Content/img/info_round.png") no-repeat scroll 10px 9px #DFEEFF;
    border-bottom: 1px solid #A7C1DF;
    color: #222222;
    font-size: 12px;
    margin: 10px 0;
    padding: 10px 32px;
    text-shadow: 0 1px 1px #FFFFFF;
}

div.info p {
    line-height: 18px;
    margin-bottom: 5px;
}

div.info_panel {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
}

#loading1, #loading2 { color:#666;}

#main
{
    margin-top: 20px;
    position: relative;
}

.mb5 { margin-bottom: 5px;}
.mt10 { margin-top: 10px;}

.panel
{
    width:500px;
    margin-bottom:50px;
}

.panel h1{
    font-size:36px;
    line-height:1.1em;
    font-family:Arial;
}
.panel h2{
    color: #444444;
    font-family: georgia,times;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: 10px;
    text-transform: none;
}
.panel h3{
    font-size:16px;
    color:#666;
    line-height:1em;
    text-shadow:none;
}

.panel .signin{
    margin-top:20px;
}

.panel ul{
    margin-left:20px;
}

.panel li {
    font-size:18px;
}

.pi {
    border:0;
    height:48px;
    width:48px;
    cursor:pointer;
    margin-right:5px;
}

.result_container {
    display: inline-block;
}

.result_header {
    color: #666;
    padding: 10px 0;
}



.smaller{
    font-size:1em;
}

#select_list, #select_list option {
    font-size: 16px;
}

#select_list {
    border: 1px solid #ccc;
    padding: 4px;
    width: 300px;
    margin: 10px 0;
}

.selected
{
    background-color:orange;
}

.selected a
{
    color:White;
}

.share_buttons {
    display: inline-block;
    width: 150px;
}

.thm_select img
{ 
    z-index:2; 
    position:relative;
}

.tweetDate{
    font-size:12px;
    color:#666;
}

table.features {
    margin-top: 20px;
}

table.features td {
    font-size: 20px;
}

table.features thead td {
    border-bottom: 1px dashed #AAAAAA;
    color: #222222;
    padding: 5px;
}

table.features tbody td {
    padding: 5px;
    color: #666;
}

#tradelr_link {
    font-size: 16px;
    font-family: sans-serif;
    float: right;
    color: #fff;
}
