﻿body
{
	font-size: 11px;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" ,sans-serif;
}

table
{
	font-size: 11px;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" ,sans-serif;
}

A
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #cc6600;
}

INPUT[type=text], INPUT[type=password]
{
	border-right: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	font-family: Monaco, 'Courier New' ,Courier,monospace;
	font-size: 12px;
}

INPUT[type=submit]
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:3px;
}

SELECT
{
	border-right: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

h1
{
	color: #003C59;
	font-family: Arial Unicode MS;
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: normal;
	margin: 1em 0pt 0.1em;
	border-bottom: solid 1px black;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2
{
  font:14px Arial bold;
	letter-spacing: 0.05em;
	color:			#003C59;
	margin:			1em 0 0.1em 0;
	margin-bottom: 10px;
	margin-top: 10px;	
}

div#p_header{position:relative}
div#p_wrapper{float:right;width:100%;margin-left:-223px}
div#p_content{margin-left:223px}
div#p_navigation{float:left;width:223px}
div#p_extra{float:left;clear:left;width:223px}
div#p_footer{clear:both;width:100%}

#logoArea
{
	height: 55px;
	background-color: Black;
	text-align:left;
	background-image:url(img/logograde.gif);
	background-repeat:repeat-x;
	text-align:left;
}

.leftAlign
{
	text-align: left;
}

.error
{
	color: Red;
	font-size: 16px;
	text-align:left;
}

.error .detail
{
	font-size: 10px;
	color: #990000;
}

.notice
{
	font-size: 15px;
	color: #696969;
}

.information
{
	font-family: Arial Unicode MS;
	font-size: 12px;
	color: White;
	background-color: #4788DE;
	border: 1px solid #0A0321;
	padding: 2px;
}

.workItemList .highpriority
{
    font-size:12px;
    display:inline;
}

.workItemList .resolution
{
    font-size:12px;
    display:inline;
}

.workItemList .date
{
	color: #494949;
	font-size:12px;
	display:inline;
}

.workItemList .sentby
{
    color: #494949;
    font-size:12px;
    display:inline;
}

.workItemList .toolbar
{
    display:none;
    margin-left:25px;
}

.workItemList .toolbar TABLE TD
{
	padding: 2px;
}

.workItemList .toolbar .commandTitle
{
	font-size: 10px;
}

.workItemList .more
{
    font-weight:bold;
    font-size:15px;
}

.numericBox
{
	text-align: right;
}

.numericBoxDecimal
{
	text-align: left;
}

.initiateList .delegation
{
	position: relative;
	padding: 1px;
	display: block;
	list-style-type: none;
	margin-bottom: 10px;
}

.lockPanel
{
	border: 3px solid red;
	padding: 10px;
	margin: 10px;
	color: white;
	background-color: black;
	font-size: 15px;
	width: 700px;
}

.workItemInfo
{
	width: 100px;
	background-color: #fafaff;
	border-left: dotted 1px black;
	border-right: dotted 1px black;
	border-top: dotted 1px black;
	border-bottom: dotted 1px black;
	padding: 3px;
}

.workItemInfo .title
{
	font-weight: bold;
}

.workItemInfo .instructions
{
	font-size:10px;
}

.checkBoxList
{
}

.checkBoxList TD
{
	vertical-align: middle;
	padding: 1px 1px 1px 1px;
}

.checkBoxList input
{
	vertical-align: middle;
}

.checkBoxList label
{
	padding-left: 5px;
	vertical-align: middle;
}
