/*
	The UVM SBF stylesheet for www.uvm.edu/~uvmsbf
	By: Dylan T. Murray
	March 10, 2005
*/

/* The body for the sbf homepage */
body.sbf
{
background-color:#000000;
font-family: Arial "sans serif";
}

/* The body for the cxx pages */
body.yellow
{
background-color:#ffffcc;
font-family: Arial "sans serif"; 
}

/* Intended for a table of links */
table.greentable
{
background-color:#006600;
color:#ffffcc;
}

/* Part of the logo table, spans the whole page and 
	places a line under the text.  Meant for the cxx logo */
table.greenheader
{
width:100%;
border-bottom:medium solid #006600;
}

/* Frame for the cxx logo */
table.cxxlogo
{
border:medium solid #006600;
border-spacing:0;
}

/* Part of the logo table, spans the whole page and 
	places a line under the text.  Meant for sbf homepage */
table.yellowheader
{
width:100%;
border-bottom:medium solid #ffff00;
}

/* Sets up the form table */
table.formtable
{
text-align:center;
border:medium solid #006600;
}

/* Makes the table row text green and span the whole page */
tr.greenbody
{
color:#006600;
width:100%;
}

/* Makes the body text yellow and span the whole page */
tr.yellowbody
{
color:#ffff00;
width:100%;
}

/* Used to set text green in the cxx pages */
#green
{
color:#006600;
}

/* Used to set the text yellow in the sbf home page */
#yellow
{
color:#ffff00;
}

/*The color of the first link in the list*/
#link1
{
color:red;
}

/*The color fo the second link in the list*/
#link2
{
color:#98FB98;
}

/*The color of the third link in the list*/
#link3
{
color:blue;
}

/*The color of the fourth link in the list*/
#link4
{
color:orange;
}

/*The color of the fifth link in the list*/
#link5
{
color:#FF7F50;
}

/*The color of the sixth link in the list*/
#link6
{
color:purple;
}

/* Specifies the width of the table cell holding the uvm logo */
td.uvmlogo
{
width:10%;
}

/* Sets up the table cell for the text of the logo */
td.header
{
width:90%;
text-align:left;
}

/* Sets up the column of links on the lhs of the page. Meant for pages with links and body only */
td.linkstwocolumn
{
width:15%;
border-color:#006600;
border-right:solid;
vertical-align:top;
}

/* Gives the links some vertical spacing */
td.vspace
{
padding-top:20;
}

/* Sets up the text area of each page.  Meant for pages with links and body only. */
td.bodytwocolumn
{
width:85%;
text-align:left;
vertical-align:top;
}

/* Sets up an area to display images.  Meant for pages with an image, links and body. */
td.imagethreecolumn
{
width:35%;
}

/* Sets up the column of links on the lhs of the page. Meant for pages with links, body and image*/
td.linksthreecolumn
{
width:15%;
border-color:#006600;
border-right:solid;
vertical-align:top;
}

/* Sets up the text area of each page.  Meant for pages with links, body and image. */
td.bodythreecolumn
{
width:50%;
text-align:left;
vertical-align:top;
}

/*Sets up the page for a table with three even columns, intended for the close up pictures of the equipment at the CXX.  There will be space for a title above each picture and room for a description of each.  In addition there will be room for a link to the manufacturer's website.*/
td.threeevencolumn
{
width:33.3%;
text-align:center;
}

/*Sets up the table to contain the three even columns (see above).*/
table.threeevencolumn
{
width:100%;
text-align:center;
color:#006600;
}

/*Line spacing for lists*/
li.spacing
{
margin-bottom:10;
}

