/*
 * Web Access Module (WAM)
 * Style sheet for formatting body content elements
 * 
 * Author: david.gibson@i-documentsystems.com
 * 
 * 
 */


/**--------------------------/


/* Page body background color */
body
{
background-color: #FFFFFF;
}

th, td
{
padding:0.5em 0.2em 0.5em 0.2em;
}

table a
{
color:#FF8400;
}


img { border:none; }

/* Displays navigation context */
h1
{
font-weight: bold;
margin-bottom: 0px; 
}

/* Style for page body header2 - not applied in default skin */
h3
{
font-weight: bold;
}

div#info h3.casefileheading
{
background:none;
color:#F68D1F;
font-size:130%;
font-weight:bold;
padding-left:0;
}


/* Table header style */
th        
{
background-color: #8C8E91;
text-align: left;
color: #fff;
}

/* Error text style */
.errortext
{ 
font-weight: bold;
color: #CC3333;	
}

/* helper text - usually used in close proximity to form fields */
.helpertext
{
color: #002E7A;	
}

/* Used to style small helper text */
.smalltext
{
font-size: 80%;
}

ul#wamnav
{
background:#dfdfdf;
border:1px solid #cfcfcf;
padding:1em;
}

ul#wamnav
{
margin-left:0px;
}

ul#wamnav li
{
margin: 0; 
padding: 0;
display: inline;
list-style-type: none;
}

ul#wamnav li a
{
padding:0.5em;
font-weight:bold;
text-decoration:underline;
}

ul#wamnav li a:hover
{
background:#F68D1F;
color:#fff;
}

ul#wamnav li span
{
padding-left:1em;
padding-right:1em;
}
