/*
 * Web Access Module (WAM)
 * Style sheet for formatting body content elements
 * 
 * Author: david.gibson@i-documentsystems.com
 * 
 * 
 */

table
{
font-size:1em;
}


#branding
{
margin-top: 60px;
border-top: 1px solid #009E4A;
}

img { border:none; }

/* Displays navigation context */
h1
{
margin-top: 0;
font-size: 100%;
font-weight: bold; 
color: #06c;
}

/*styling for my case file shortcuts heading*/
h2
{
margin-top: 10px;
margin-bottom:0;
font-size: 110%;
font-weight: bold; 
color: #036;
}

/* Style for page body header2 - not applied in default skin */
h3
{
font-size: 100%; 
font-weight: bold;
color: #000;
}

/* Table header style */
/*	Use properties from [.cResultsForm TH] in CAPS default.css */
/* Table header style */
th        
{
background-color:#9cc09d;
color:#ffffff;
border: 1px solid #009e4a;
padding:0.2em;
}

/* Error text style */
.errortext
{
font-weight: bold;
color: #CC3333;	
}

/* helper text - usually used in close proximity to form fields */
.helpertext
{
font-size: 0.8em; 
font-weight: normal;
color: #000;	
}

