﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
@import "Themes/fg.menu/fg.menu.css";
@import "Themes/fg.menu/ui.all.css";

body 
{
    /*background-color: #096F99;*/
    background-color: White;
    /*background: url(Images/background.png) repeat-x 0 0;*/
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: Black;
    text-decoration: none;
}

a:visited {
    color: Black;
}

a:hover {
    color: Red;
    text-decoration: none;
}

a:active {
    color: #BB0000;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 
{
    text-align:center;
    font-size: 1.5em;
    color: #000;
}

h1 
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 
{
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/

ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: Black;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #404040;
    color:White;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #404040;
    color:White;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #404040;
    color:White;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

/* 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;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    width:100%;
    text-align: center;
    clear:none;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: Black;
}

#logindisplay a:link {
    color: Black;
}

#logindisplay a:visited {
    color: Black;
}

#logindisplay a:hover {
    color: Red;
}

#logindisplay a:active {
    color: #BB0000;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/* Menu DDLs */

.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }
	
.fg-button { margin: 0px 0px 0px 5px; top:-12px; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */
    
a.fg-button:hover { color:#DDD; }
	
.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	
	
.fg-button.ui-state-loading .ui-icon { background: url(@Url.Content("~/App_Themes/Themes/fg.menu/images/spinner_bar.gif")) no-repeat 0 0; }

/* Button Styles */

.GreyButton
{
font-weight:700;
height:18px;
width:75px;
color:#FFF;
background:url(Images/Buttons/grey.gif) no-repeat center;
border-style:none;
margin:0 5px;
}

.SmallBlueButton
{
font-weight:700;
height:18px;
width:55px;
color:#FFF;
background:url(Images/Buttons/blue_small.gif) no-repeat center;
border-style:none;
margin:0 5px;
}

.BlueButton
{
font-weight:700;
height:18px;
width:75px;
color:#FFF;
background:url(Images/Buttons/blue.gif) no-repeat center;
border-style:none;
margin:0 5px;
}

.BigBlueButton
{
font-weight:700;
height:18px;
width:115px;
color:#FFF;
background:url(Images/Buttons/blue_big.gif) no-repeat center;
border-style:none;
margin:0 5px;
}

.SmallRedButton
{
font-weight:700;
height:18px;
width:55px;
color:#FFF;
background:url(Images/Buttons/red_small.gif) no-repeat center;
border-style:none;
margin:0 5px;
}

.RedButton
{
font-weight:700;
height:18px;
width:75px;
color:#FFF;
background:url(Images/Buttons/red.gif) no-repeat center;
border-style:none;
margin:0 5px;
}

.BigRedButton
{
font-weight:700;
height:18px;
width:115px;
color:#FFF;
background:url(Images/Buttons/red_big.gif) no-repeat center;
border-style:none;
margin:0 5px;
}

.BiggerRedButton
{
font-weight:700;
height:18px;
width:134px;
color:#FFF;
background:url(Images/Buttons/red_bigger.gif) no-repeat center;
border-style:none;
margin:0 5px;
}

/* End Button Styles */

/* ---- Pause For Later Styles ---- */

.bookmarklet
{
    cursor: move;
    margin:10px;
}

.pauses
{
    width:100%;
}

.pause
{
    width:100%;
    margin-bottom:20px;
    background:#F2F2F2;
    border:2px solid #BBB;
}

.pause th, .pause td
{
    border:1px solid #F0F0F0;
}

.pause .preview
{
    text-align:center;
    width:200px;
    height:200px;
    padding:0px 3px 0px 3px;
    margin:0px;
}

.pause .title
{
    text-align:center;
    height:30px;
    color:Black;
}

.title a:link, .title a:visited, .title a:active
{
    color:Black;
    text-decoration:none;
}

.title a:hover
{
    color:Red;
    text-decoration:none;
}

.pause .paused
{
    white-space:nowrap;
    font-weight:bold;
}

.pause .action
{
    white-space:nowrap;
    font-weight:bold;
}

.pause .time
{
    width:170px;
}

.pause .description
{
    padding:5px 20px 5px 20px;
}

.pause .url
{
    word-break:break-all;
    width:30%;
}

div#left 
{
    float: left;
    width: 300px;
}

div#right
{
    float: right;
    width: 300px;
}
div#middle 
{
    text-align:center;
}
div#footer 
{
    clear: both;
    margin-top:10px;
}

span#PageTitle
{
    font-size:large;
    font-style:italic;
    position:relative;
    top:-8px;
    left:105px;
    letter-spacing:3px;
    text-transform:uppercase;
}

.Center
{
    width:100%;
    text-align:center;
}

/* Fix Get Satisfaction tab position */

a#fdbk_tab
{
    top:55px !important;
}

/* Home Buttons */

a.GreenButton
{
    background:url('Images/Buttons/green.png') no-repeat left top;
    width:306px;
    height:49px;
    display:inline-block;
    margin-top:27px;
    text-align:center;
    line-height:48px;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    text-shadow:0px 1px 1px #000;
    -webkit-font-smoothing:antialiased;
    position:relative;
    z-index:101;
    font-weight:normal;
}
a.GreenButton span
{
    opacity:.9;
}
a.GreenButton:hover
{
    background-position:left center;
}
a.GreenButton:active
{
    background-position:left bottom;
}

/* Logo */

.Logo
{
    background:url('Images/Banner.png') no-repeat left top;
    width:400px;
    height:60px;
    display:inline-block;
    text-align:center;
    margin-top:15px;
    margin-left:-26px; /*-58px without beta */
}
.Pause
{
    background-position: left center;
}
.Install
{
    background-position: left bottom;
}

/* Fix IE Border nonsense */

a img {border: none; }

li.copy
{
    width:92% !important;
    padding:.3em 3% !important;
    cursor:pointer;
    outline: 0 !important;
}

li.copy:hover
{
    border: 1px solid #327E04;
    background: #5A9D1A url(Themes/fg.menu/images/ui-bg_highlight-soft_25_5A9D1A_1x100.png) 50% 50% repeat-x;
    color:White;
    padding:.2em 3% !important;
    -webkit-border-radius: 4px;
}

.viewbar
{
    height:26px;
    margin-bottom:-12px;
}

.viewbar img
{
    position:relative;
    cursor:pointer;
    height:18px;
    padding:2px;
    border:2px solid transparent;
}

.viewbar img.selected
{
    border:2px solid #5A9D1A;
    border-radius:6px;
    -moz-border-radius:6px;
}