/*
 * Web Access Module (WAM)
 * Style sheet for formatting body content elements
 * 
 * Author: david.gibson@i-documentsystems.com
 * 
 * 
 */

/*Add case file label padding*/
div#casefile td
{
padding: 5px 5px 5px 0px;
}

#branding
{
margin-top: 3em;
border-top: 1px solid #009933;
}

/* Default table data/header font size */
table
{
font-size: 1em;
}

.cForm td
{
font-size:1em;
}

td#contextbar
{
padding-top:-5px;
}

img { border:none; }

/* Displays navigation context */
h1
{
margin-top: 0;
font-size: 100%;
font-weight: bold; 
color: #000;
font-size:160%;
}

/*styling for my case file shortcuts heading*/
h2
{
font-weight: bold; 
color: #009933;
font-size:110%;
}

/* Style for page body header2 - not applied in default skin */
h3
{
font-size: 100%; 
font-weight: bold;
color: #000;
}

.panelcolor
{
background: #fff;
padding:5px;
}

/* Creates bevel effect on a table element */
table.bevel
{
border: solid 1px #5069C9;
}

/* Border for case file table */
table.casefileborder       
{
}

/* Table header style */
/*	Use properties from [.cResultsForm TH] in CAPS default.css */
/* Table header style */
th        
{
color:#000;
text-align:left;
}

/* Error text style */
.errortext
{
font-weight: bold;
color: #CC3333;	
}




