﻿body
{
	margin: 0px;
	font-family: Verdana;
	font-size:11px;
}
table, input
{
	font-family: Verdana;
	font-size:11px;
}

.cMenuPane
{
	background-color: #FFC46A;
	width: 150px;
	vertical-align:top;		
}

.cLogo
{
	font-weight: bold;
	font-size: large;
}

.cUpperCase
{
	text-transform:uppercase;
}

.cValidator
{
	color: red;
	font-weight: bold;
}

.cErrorMessage
{
	color: #FF0000;
	font-weight: bold;
}

.cSuccessMessage
{
	color: #00AA00;
	font-weight: bold;
}

.cWindowTitle
{
	padding:3px;
	background-color: #000000;
	color: #FFC46A;
	font-weight: bold;
}

.cWindowBody
{
	padding: 3px;
	border-width: thin;
	border-color: #000000;
	background-color: #FFEDD2;
	border-right-style: solid;
	border-left-style: solid;
}
.cWindowFooter
{
	background-color: #000000;
}
.cWindowRowWarning
{
	background-color: #FFB9B9;
}
.cWindowRowError
{
    color:white;
	background-color: #FF0000;
}
.cWindowRowWithRecentActivity 
{
	background-color: #B9FFB9;
}

.cWindowFooter a, .cWindowFooter a:visited, .cWindowFooter a:hover
{
    color:White;
}


.cButton
{
	border-style: solid;
	border-width: thin;
	border-color: #FFC775 #B78C4B #B78C4B #FFC775;
	background-color: #FFC368;
	color: #000000;
}

.cOkButton
{
	border-style: solid;
	border-width: thin;
	border-color: #FFC775 #B78C4B #B78C4B #FFC775;
	background-color: #FFC368;
	color: #000000;
}
.cCancelButton
{
	border-style: solid;
	border-width: thin;
	border-color: #FFC775 #B78C4B #B78C4B #FFC775;
	background-color: #FFC368;
	color: #000000;
}
.cRemoveButton
{
    border-style: solid;
    border-width: thin;
    border-color: #FF6666 #990000 #990000 #FF6666;
    background-color: #FF0000;
    color: #FFFFFF;
}

.cLabelInfo
{
	font-weight: bold;
}
.cCommentTitle
{
	font-weight:bold;
	text-decoration:underline;
}

.cPageSelectFooter
{
	color:White;
}
.cPageSelectFooter a:link
{
	color:White;
}
.cSearchTable
{
	width:100%;
}
.cSearchListHeader
{
	font-weight:bold;
	text-decoration:underline;
}
.cSearchListTG
{
	font-size: 9px;
}

.panelHistory
{
}
.cHistoryTitle
{
	font-size:8px;
	font-weight:bold;
}
.cHistoryRecent
{
	background-color: #FFA36A;
}

.cAttachmentTable
{
}

.cAttachmentTableHeader
{
	color:white;
	background-color:Black;
}

.cAttachmentTableRowEven
{
	background-color:#cccccc;
}
.cAttachmentTableRowOdd
{
	background-color:#dddddd;
}

.AjaxProgressPanelCenteredInWindowOpacy
{
    display: block;
    position: absolute;
    left: 0px; 
    right: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%;
}
