/* www.RStubbsGallery.com

    Initial CSS formatting:
    Web Site: www.ssi-developer.net
    Comments: Copyright 2003 www.ssi-developer.net
    Licence:  Creative Commons - Non-commercial Share-Alike
*/
body
{
	margin: 0;
	padding: 0;
	background: white;
	color: #0000CC;
	text-align: center;
}

#bar-top
{
	/* width: 90%; */
	height: 65px;
	background: transparent;
	color: rgb(124,049,177);
	border: transparent;
	margin: 0 125px 0 50px;
    text-align:center;
    vertical-align:middle;
}

#bar-bottom
{
	/* width: 90%; */
	height: 36px;
	position: relative;
	background: transparent;
	color: rgb(124,049,177);
	border: transparent;
	border-width: 5px 0;
	margin: 0 125px 0 50px;
}

#content
{
	height: auto;  /* 400px */
	position: z-index:0; /* relative */
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: rgb(153,153,153);
	border-left-color: rgb(153,153,153);
	margin: 0 125px 0 50px;
	background: rgb(206,243,250);
	color: #0000CC;
	overflow: auto;
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	line-height: 105%;
}

/* TABLES */

table.transparent
	{
		background-color: transparent;
		text-align: center;
		vertical-align: middle;
	}

table.white
	{
		background-color: white;
		text-align: center;
		vertical-align: middle;
	}

table.dots
    {
        border-width: 3px 3px 3px 3px;
        border-spacing: 1px;
        border-style: dotted dotted dotted dotted;
        border-color: blue blue blue blue;
    }

table.bevel
    {
        border-style: solid;
        border-width: 5px 5px 5px 5px;
        border-top-color: black;
        border-right-color: black;
        border-bottom-color: rgb(153,153,153);
        border-left-color: rgb(153,153,153);
    }

td.outlineall
    {
        border-width: 1px 1px 1px 1px;
        border-spacing: 1px;
        border-style: solid solid solid solid;
        border-color: blue blue blue blue;
    }

td.outlinetop
    {
        border-width: 2px 2px 0px 2px;
        margin: 1px 1px 1px 1px;
        border-style: solid solid solid solid;
        border-color: gray gray gray gray;
    }

td.outlinemiddle
    {
        border-width: 0px 0px 0px 2px;
        margin: 1px 1px 1px 1px;
        border-style: solid solid solid solid;
        border-color: gray gray gray gray;
    }

td.outlinebottom
    {
        border-width: 0px 0px 2px 2px;
        margin: 1px 1px 1px 1px;
        border-style: solid solid solid solid;
        border-color: gray gray gray gray;
    }

td.transparent
	{
		background-color: transparent;
		vertical-align: middle;
		text-align: center;
		width: auto;
		border: none;
	}

td.white
	{
		background-color: white;
		vertical-align: middle;
		width: auto;
		border: none;
		text-align: center;
	}

/* MISC */


#logo
{
	margin: 2px;
	text-align: center;
}


