body, form
{
    margin: 0px;
}

body
{
    font-family: verdana, arial, helvetica, sans-serif;
    background: white;
    color: black;
    font-size: 8pt;
}

#heading
{
	background-color: #c63d01;
	background-image: url(CMN_HeadingBackground.jpg);
	background-repeat: repeat-y;
	padding: 10px 20px 10px 20px;
	border-bottom: solid 5px Silver;
	color: #DDDDDD;
}

#heading h1
{
	font-weight: bold;
    font-family: arial;
    font-size: 14pt;
    color: White;
    margin: 5px 0px 5px 0px;
}

#heading h2
{
	font-weight: bold;
    font-size: 9pt;
    margin: 5px 0px 5px 0px;
}

#sidebar
{
    position: absolute;
    left: 0px;
    width: 200px;
    margin: 0px 10px 0px 0px;
}

#main
{
    margin: 0px 0px 0px 200px;
    padding: 5px 30px;
}

#mainwithoutsidebar
{
    margin: 0px 0px 0px 0px;
    padding: 5px 30px;
}

.MainMenuStyle
{ 
    background-color: #F4F4F4;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}

.MainMenuNodeStyle
{
    font-weight: bold;
    text-decoration: none;
    color: #505050;
    background-color: #f4f4f4;
    display: block;
    border-right: 4px solid #cccccc;
    padding: 5px;
}

.MainMenuRootNodeStyle
{
    border-top: #DDDDDD 1px solid;
}

.MainMenuLeafNodeStyle
{
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 3px;
}
	
.MainMenuHoverNodeStyle
{
    background: #eaeaea;
    color: #ff3300;
    border-right: 4px solid #ff3300;
}

.error
{
	padding-top: 5px;
	padding-left: 60px;
	padding-right: 10px;
	padding-bottom: 5px;
	height: 50px;
	color: Red;
	background-image: url(CMN_ErrorIcon.jpg);
	background-repeat: no-repeat;
}

.warning
{
	padding-right: 10px;
	padding-left: 60px;
	background-image: url(CMN_WarningIcon.jpg);
	padding-bottom: 5px;
	color: chocolate;
	padding-top: 5px;
	background-repeat: no-repeat;
	height: 50px;
}

.info
{
	padding-right: 10px;
	padding-left: 60px;
	background-image: url(CMN_InformationIcon.jpg);
	padding-bottom: 5px;
	color: green;
	padding-top: 5px;
	background-repeat: no-repeat;
	height: 50px;
}

br
{
  clear: left;
}

ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

h3
{
    color: #993300;
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

p
{
	color: black;
    font-family: verdana;
    font-size: 8pt;
    margin-top: 15px;
    margin-bottom:15px;
}

table.inputtable
{
    border-top: #993300 1.5pt solid;
    border-bottom: #993300 1.5pt solid;
    width: 100%;
}

td.inputtitle
{
	font-family: verdana;
    font-size: 8pt;
	border-bottom: solid 1pt #993300;
	width: 120px;
	vertical-align: top;
}

td.inputcolumn
{
	font-family: verdana;
    font-size: 8pt;
    background-color: rgb(242, 242, 242);
	border-bottom: solid 1pt #993300;
	padding: 10pt;
}

td.inputcolumn p
{
	float: left;
	white-space: nowrap;
	margin: 0px 15px 15px 0px;
	line-height: 20px;
}

.emphasized
{
    color: #993300;
    font-weight: bold;
}

.emphasizedred
{
    color: red;
    font-weight: bold;
}

td.inputcolumn h6
{
	margin: 0px 15px 15px 0px;
	vertical-align: bottom;
}

h6
{
	font-size: 8pt;
	font-family: verdana;
	margin-top: 20px;
	margin-bottom: 5px;
}

span
{
    display:inline-block;
}

td
{
    padding: 3px;
}

.OutputTable
{
	font-size: 8pt;
	width: 100%;
}

.OutputHeader
{
    font-weight: bold;
    font-family: verdana;
    background-color: #f5cca6;
    height: 20px;
}

.OutputItem
{
	font-family: verdana;
}

.OutputAlternatingItem
{
    font-family: verdana;
    background-color: #fdf5e6;
}

.OutputItem p, .OutputAlternatingItem p
{
	float: left;
	white-space: nowrap;
	margin: 0px 15px 15px 0px;
	line-height: 20px;
}

table, input, textarea , select
{
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 8pt;
}

#TagMenu
{
	background: #B2C1C8 url("CMN_TagMenuBottom.gif") 0 100% repeat-x;
	padding: 30px 10px 11px 10px;
}

#TagMenu a.current, #TagMenu a.current:hover
{
	background: White;
	border-left: #c0c2c3 1px solid;
	border-right: #c0c2c3 1px solid;
	border-top: #c0c2c3 1px solid;
	border-bottom: white 1px solid;
	padding: 10px;
	margin: 10px 3px 10px 0px;
	color: #bd875b;
	text-decoration: none;
}


#TagMenu a, #TagMenu a:hover
{
	border-left: #c0c2c3 1px solid;
	border-top: #c0c2c3 1px solid;
	border-right: #c0c2c3 1px solid;
	border-bottom: #bd875b 1px solid;
	padding: 10px;
	margin: 10px 3px 10px 0px;
	color: #bd875b;
	text-decoration: none;
}

#TagMenu a
{
	background-color: #f8efe4;
}

#TagMenu a:hover
{
	background-color: #ECEEEF;
}

.ComErrMsgText
{
	font-weight: bold;
	color: red;
}

.PST_WARNING_MESSAGE_FORECOLOR
{
	color: chocolate;
}
