/*
	SecureScopeWeb Layout Style Sheet
	Matt Friedlander 2004
*/

/* Tag styles */
body
{
	margin:0px
}

table
{
	height:100%;
	width:100%;
	font-size:1px;
}

img
{
	border:0px;
}

span
{
	font-family:Arial;
	font-size:11px;
	color:#000000;
}

a
{
	font-family:Arial;
	font-size:11px;
	color:#003366;
}

a:hover
{
	color:#3399FF;
}

input
{
	font-family:Arial;
	font-size:11px;
	color:#000000;
}

/* Layout styles */
td.layout_header
{
	height:85px;
}

td.layout_main
{
	background-image:url(../images/Main_Background.gif);
}

td.layout_toolbar
{
	height:20px;
	background-color:#CC6633;
}

td.layout_sidebar
{
	width:100px;
	background-image:url(../images/Layout_Sidebar.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
}

td.layout_footer
{
	height:20px;
}


/* Layout text styles */
span.layout_textHeading
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#990033;
}

span.layout_textToolbar
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#FFF0E0;
}

span.layout_textSubMenu
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#CC6633;
}

span.layout_textField
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#CC6633;
}

a.layout_textLink
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#003366;
	cursor:hand;
}

span.layout_textLink
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#003366;
	cursor:hand;
}

span.layout_textError
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}

input.layout_textValue
{
	font-family:Arial;
	font-size:11px;
}