﻿

/*
   Site.css

   Contains styles used by more than one page.
*/ 


/**********************************
   Multiple pages
 **********************************/

BODY 
{
    font-family: verdana, sans-serif;
    font-size: 95%;
    margin: 0;
}

/* Remove default blue border around images within links. */

A IMG
{
    border: none;
}

.divPageCaption
{
    font-size: 120%;
    margin-bottom: 1.5em;
}

.spnErrorMessage
{
    color: #ff0000;
}

/* Class used by ASP.NET for disabled controls. */

.aspNetDisabled 
{
    color: #808080;
}

/*
Two-column tables for a user input form, where Label controls are in the left
column and the input controls are in the right column.
*/

.tbl2ColumnForm
{
}

.tbl2ColumnForm TD
{
    padding: 0.3em;
}

/* The cells in the label column should be right-aligned. */

.td2ColumnFormColumn1
{
    text-align: right;
}

/* TextBox for entering account information. */

.txbAccountInfo
{
    width: 15em;
}


/**********************************
   Site.master
 **********************************/

.divSiteLogo
{
    margin-bottom: 1.3em;
}

.divOverallPage
{
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.divAccountLinks
{
    margin-bottom: 0.8em;
}

.spnSearch
{
    float: right;
}

.divFooter
{
    margin-top: 3.0em;
    margin-bottom: 1.0em;
}

.hlFeedImage
{
    vertical-align: top;
}

.spnFooterLink
{
    margin-right: 1em;
}

.divAccountLinks, .divFooter
{
    font-size: 85%;
}


/**********************************
   TagControl.cs
 **********************************/

.spnTag
{
    margin-right: 0.5em;
}


/**********************************
   Graph.aspx and EditGraph.aspx
 **********************************/

.imgGraph
{
    border: 1px solid black;
}

.divGraph
{
    margin-bottom: 0.6em;
}

.divGraphAttribute
{
    margin-bottom: 1em;
}

.divGraphAttributeLabel
{
    float: left;
    width: 8em;
    text-align: right;
    margin-right: 1em;
}

.divGraphAttributeValue
{
    margin-left: 9em;
}

.divWorkbook, .divGraphML, .divWorkbookSettings
{
    margin-top: 1.0em;
}

.imgAboutWorkbook IMG, .imgAboutGraphML IMG, .imgAboutWorkbookSettings IMG
{
    vertical-align: text-bottom;
}
