﻿/* LITWARE STYLES */

body
{
	margin: 0px;
	color: white;
	background-color: black;
}

p
{
	text-align: justify;
}

body, p, td
{
	font-family: Tahoma;
	font-size: 11px;
}

a, a:link, a:visited
{
	 color:White;
	text-decoration: none;
}

a:active, a:hover
{
	color:Blue;
	text-decoration: none;
}

h1, h2, h3, h4
{

	font-weight: normal;
	margin-top: 5px;
}

h1
{
	font-size: 22px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 12px;
}

hr
{
	height: 1px;
	border: 1px solid gainsboro;
}


/* PAGE */

.page-container
{
	
	background-color: White;
	border: 1px solid black;
}

.page-header
{
	background-repeat: no-repeat;
	color:Yellow;
	background-color: black;
	font-size:small;
	font-family: Tahoma;
}

.page-footer
{
	color: White;
	background-color: black;
	font-family: Tahoma;
	font-size: 11px;
}

.page-left
{
	background-color: white;
	padding-top: 0;
	vertical-align: top; /*border-right: 1px solid gainsboro;*/
	color: white;
}

.page-content
{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 100px;
	padding-right: 100px;
	vertical-align: top;
	background-image: none;
	background-repeat: no-repeat;
}


/* USER */

.user-container
{
	color: White;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
}

.user-name
{
	color: White;
	font-size: 11px;
	font-weight: bold;
}

.user-status, .user-status:link, .user-status:visited
{
	
	text-transform: none;
}

.user-status:active, .user-status:hover
{
	text-transform: none;
}


/* BREADCRUMBS */

.breadcrumbs-container
{
	background-color: ghostwhite;
	border-bottom: 1px solid gainsboro;
}

.breadcrumbs-node, .breadcrumbs-node:link, .breadcrumbs-node:visited
{
	color: olivedrab;
}

.breadcrumbs-currentnode
{
	color: black;
}

/* MAINMENU */

ul#mainmenu
{
	margin: 0;
	padding: 0;
}

ul#mainmenu li
{
	padding: 2px;
}

ul#mainmenu li a
{
	color: White;
	font-weight: bold;
	font-size: 12px;
}

.mainmenu-vertical
{
	text-align: left;
	background-color: olivedrab;
	color: White;
	border-top: 1px solid darkolivegreen;
	border-bottom: 1px solid darkolivegreen;
	border-right: 1px solid darkolivegreen;
	padding: 5px;
}

.mainmenu-horizontal
{
	text-align: left;
	background-color: lavender;
	color: White;
	border-top: 0;
	border-bottom: 0;
}

/* CONTEXTMENU */

.contextmenu
{
	margin: 0;
	padding: 0;
	border-top: 0;
}

.contextmenu-link, .contextmenu-link:link, .contextmenu-link:visited
{
	padding: 2px 3px 2px 3px;
	background-color: transparent;
	border-bottom: 1px solid gainsboro;
	color: Black;
	font-weight: bold;
	padding: 5px;
}

/* OPTIONSMENU */

.optionsmenu
{
	margin: 0;
	padding: 0;
	border-top: 0;
}

.optionsmenu-link, .optionsmenu-link:link, .optionsmenu-link:visited
{
	padding: 2px 3px 2px 3px;
	background-color: transparent;
	border-bottom: 1px solid gainsboro;
	color: Black;
	font-weight: bold;
	padding: 5px;
}

/* CONTROLS */

.textbox
{
	color: dimgray;
	font-size: 11px;
}

.button
{
	color: White;
	background-color: olivedrab;
	border: 1px solid darkolivegreen;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
}

select
{
	color: black;
	font-size: 11px;
	height: 20px;
}

/* GRID */

.grid
{
	color: DimGray;
}

.grid-header
{
	color: White;
	background-color: olivedrab;
	padding: 5px;
}

.grid-pager
{
}

.grid-footer
{
}

.grid-row
{
	background-color: whitesmoke;
	vertical-align: top;
}

.grid-row-alternating
{
	background-color: white;
	vertical-align: top;
}

.grid-row-edit
{
}

.grid-row-selected
{
}

/* DETAIL VIEW */

.detail-container
{
	color: Black;
	background-color: whitesmoke;
	padding: 10px;
}

.detail-label
{
	font-weight: bold;
	color: yellowgreen;
	width: 75px;
}

.detail-value
{
	color: Black;
}

/* FORM VIEW */

.form-container
{
	color: Black;
	background-color: transparent;
	padding: 0px;
}

.form-alternating-container
{
	color: Black;
	background-color: transparent;
	padding: 0px;
}

.form-label
{
	font-weight: bold;
	color: yellowgreen;
	width: 75px;
}

.form-value
{
	color: black;
}
