﻿/*CSS for EnterprisePilot.NET*/

/* BEGIN reset 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END reset */

/* basic elements */
html
{
    margin: 0;
    padding: 0;
    height: 100%;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    margin-left: 0px;
    margin-top: 0px;
    height: 100%;
}

p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: #000000;
    color: Black;
    padding: 0,0,0,0;
}

p.bold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    color: Black;
    font-weight: bold;
    padding: 0,0,0,0;
}

TD
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: Black;
}

.bold
{
    font-weight: bold;
}

.headMargin
{
    margin-top: 30px;
    margin-left: 28px;
}

.bottomMargin
{
    top: 585px;
    left: 28px;
    position: absolute;
}

.smallMargin
{
    margin-top: 10px;
    margin-left: 10px;
}

.bluetext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #333399;
}

.smallText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #808285;
}

input
{
    font-family: verdana;
    font-size: 12px;
}

.inherit
{
    height: inherit;
}

input.textShort
{
    border-bottom: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    background-color: #F8E8D5;
    width: 85;
}

input.text
{
    border-bottom: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    background-color: #F8E8D5;
    width: 190;
}

input.grey
{
    background-color: #E2E3E5;
    width: 190;
}

.boldtext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #000000;
    margin-left: 0px;
    margin-top: 0px;
}

select
{
    font-family: verdana;
    font-size: 12px;
    border-bottom: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    background-color: #F8E8D5;
    width: 190;
}

select.grey
{
    background-color: #E2E3E5;
}


option
{
    font-family: verdana;
    font-size: 12px;
    background-color: #F8E8D5;
    width: 190;
}

textarea
{
    border-bottom: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    background-color: #F8E8D5;
}

.Wrapper
{
    margin: 0;
    height: 100%;
}

/*Navigation bar style*/
.NavigationBar
{
    float: left;
    width: 150px;
    color: white;
    background-color: #6699cc;
    text-decoration: none;
    top: 47px;
    margin-left: 0;
    height: 100%;
}

/*Logoff link area style*/
.logoff
{
	float:none;	
    color: white;
    background-color: #6699cc;
	text-decoration:none;
	margin-left:0;
    position: absolute;
    vertical-align:bottom;
    text-align: center;
    height: 150px;
    width: 150px;
    bottom: 0px;
    left: 0;
}

/*Groupheader style, not used?*/
.MenuHeader
{
    font-weight: 600;
    color: white;
}

/*Menu line style*/
.menuline
{
    background-color: White;
    width: 144px;
    margin-left: 3px;
    height: 1px;
}

/*Navigation Menu link style*/
.menulink
{
    font-size: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
    color: White;
    background-color: #6699cc;
    text-decoration: none;
}

.menulinkselected, .menulink:hover
{
    font-size: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: bold;
    color: White;
    background-color: #6699cc;
    text-decoration: none;
}

/*Main area style*/
.MainArea
{
    top: 20px;
    margin-left: 150px;
    height:100%;
    z-index:10;
}

/*Properties bar style*/
.PropertiesBar
{
    float: right;
    width: 200px;
    height: 100%;
    z-index:1;
}

.PropertiesPanel
{
    width: 220px;
    margin-bottom: 2em;
}

.PropertiesList
{
    margin-left: 10px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.historyList
{
    margin-left: 10px;
    position: fixed;
    bottom:10px;
}

/*Header style*/
.header
{
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    background-image: url(images/HeaderBackground.gif);
    color: white;
    background-color: #006699;
    text-align: left;
    height: 47px;
}

/*header title picture style*/
.header .titlepic
{
    width: 250px;
    height: 25px;
}

/*Header paddding div style*/
.header .padding
{
    float: left;
    width: 150px;
}

/*Header helplink style*/
.header .helplink
{
    position: absolute;
    left: 100%;
    margin-top: 8px;
    margin-left: -100px;
    width: 100px;
    font-size: 16px;
    color: White;
}

.cleardiv
{
    clear: both;
}

.BlackLink
{
    color: Black;
    padding-right: 10px;
    text-decoration: none;
}

.Line
{
    border-top: solid 1px Black;
    height: 1px;
    width: auto;
    margin-right: 210px;
}

.inputform
{
    margin: 10px;
}
.inputform .title
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #000000;
    margin-top: 40px;
}

.label
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #000000;
    margin-left: 0px;
    margin-top: 5px;
    width: 120px;
    text-align: left;
    top:0px;
}

.dotted
{
    text-indent: 10px;
}

.inputform .textbox
{
    width: 150px;
    margin-top: 5px;
}

.inputform .listbox
{
    margin-right: 20px;
}

.inputform .bottom
{
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    width: 700px;
    height: 20px;
    padding-top: 10px;
    margin-top: 10px;
}

.listform
{
    padding: 20px;
}

.sixpadding
{
    padding: 6px;
}

.listform .title
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #000000;
    margin-top: 40px;
}
.listform .listgrid
{
    width: 700px;
    text-align:left;
}

.listform .bottom
{
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    width: 700px;
    height: 20px;
    padding-top: 10px;
}
.filterpanel
{
    margin: 1em;
    padding: 1em;
    border: solid 1px Black;
    width: 36em;
}
.filterpanel .paneltitle
{
    font-weight: bold;
}

.filterpanel .filterlabel
{
    vertical-align: top;
}

.listpanel
{
}

.listpanel .tableheader
{
    font-weight: bold;
}
.processitem
{
    background: #ffffff;
    max-width: 75em;
}
.alternatingitem
{
    background: #f0f6fc;
    max-width: 75em;
}
.displayitem
{    
}
.displayitem .name
{
    font-weight: bold;
    color: #006699;
    font-style: italic;
}
.displayitem .value
{
    color: #6699cc;
}

.mainViewDefaultBlue
{
    /* background-color: #6699cc;*/ /*This is the space below the silverlight control*/
    height: 100%;   
    z-index:-1;
}

.errorMessage
{
	color:red;
}

.documentCategory
{	    
    font-weight: bold;
    color: #006699;
    font-style: italic;
}