/*==========================================================================
||    FILE: DynaWebUserStyles.css
||
|| PURPOSE: user-created styles for lsiWeb
||    Note: 
||==========================================================================*/


/*
base colors:
Logo-blue: #0000ff
Logo-gray: #7e7e7e
Logo-darkgray: #4e4e4e
Header-text-gray: #808080
Header-Swish-blue: #00008a

DeepRed: #b20e11
cloudGray: #c9c7c8
LiteCloudGray: #dfdbdd
HelpGreen: #0b6d0b
DarkGold: #d3a017
AlternateGold: #ffa800
TechieLime: #8cb810
SlateGray: #606060
RubyRed: #660034
TanMist: #dfd188


*/
/*==========================================================================
|| StyleSet: Generic Body Text
||     Note: 
||==========================================================================*/


/*==========================================================================
|| StyleSet: Generic Control Elements:  Blog/Story
||     Note: 
||==========================================================================*/


/*==========================================================================
|| StyleSet: Generic Control Elements: Image
||     Note: 
||==========================================================================*/



/*==========================================================================
|| StyleSet: Generic Page-Level Elements
||     Note: 
||==========================================================================*/
body
{
	margin:0px;
	padding:0px;
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight: normal;
	color:green;
}


.lsiPage
{
	width: 800px;
}

/*
	A, A:hover, A:visited
	{
		text-decoration:none;
	}
*/

/*
	.lsiHeader
	{
		width: 800px;
		height:170px;
		background-image: url(../Assets/Headers/lsiHeader.png);
		background-attachment: fixed;
		background-repeat: no-repeat;
		border:solid 3px red;
	}

	.lsiHeader
	{
		background-color:transparent; 
		height:35px;
		border:solid 0px green;
	}
*/

/*==========================================================================
|| StyleSet: Generic Control Elements: Links
||     Note: 
||==========================================================================*/

/*==========================================================================
|| StyleSet: Generic Elements
||     Note: 
||==========================================================================*/


/*==========================================================================
|| StyleSet: Generic Control Elements: Buttons
||     Note: 
||==========================================================================*/


/*==========================================================================
|| StyleSet: System Styles -- used in code
||     Note: 
||==========================================================================*/

/*==========================================================================
|| StyleSet: Horizontal Menu
||     Note: 
||==========================================================================*/

.lsiMenuHorizontal
{
/*
*/
	margin:0px; 
	border:0px;
	margin-left:400px;
	margin-bottom:20px;
	border-top:solid 1px #b20e11;
	border-bottom:solid 1px #b20e11;
	font-size:8pt;
	/*
	padding-left:10px;
	width:400px; 
	border-collapse:collapse;
	border:solid 1px navy;
	table-layout:fixed;
	color:navy;
	font-weight:bold;
	*/
}

.lsiMenuHorizontalItem
{
	border:0px;
	margin:0px;
	padding:0px;
	height:20px; 
	text-align:center;
	font-weight:bold;
	color:#00008a;
	padding-left:5px;
	padding-right:5px;
	/*
	width:50px;
	border:solid 1px green;
	border-collapse:collapse;
	table-layout:fixed;
	font-size:8pt;
	*/
}

.lsiMenuHorizontalItemHover
{
	color:#0000ff;
	/*
	background-color:Silver;
	font-weight:bold;
	*/
}

.lsiMenuHorizontalSubItem
{
	width:100px; 
	height:20px; 
	color:black;
	background-color:white;
	text-align:left;
	margin-left:10px;
	font-weight:bold;
	font-size:8pt;
	/*
	*/
}

.lsiMenuHorizontalSubItemHover
{
	color:black;
	background-color:silver;
	/*
	font-weight:bold;
	font-size:8pt;
	*/
}


.lsiPageIdentifier
{
	text-align:left;
	font-size:12pt;
	font-weight:bold;
	margin-left:5px;
	color:#00008a;
}

/*==========================================================================
|| StyleSet: Vertical Menu (departments)
||     Note: 
||==========================================================================*/
.lsiMenuVerticalItem
{
}

.lsiMenuVerticalItemHover
{
}

.lsiMenuVerticalSubItem
{
}

.lsiMenuVerticalSubItemHover
{
}

.lsiMenuVerticalTitle
{
}

/*==========================================================================
|| StyleSet: DayBook Pages
||     Note: 
||==========================================================================*/

.lsiDayBookMenuItem
{
	display:block;
	margin-bottom:5px;
}