/*
 * Web Access Module (WAM)
 * Style sheet for formatting body content elements
 * 
 * Author: david.gibson@i-documentsystems.com
 * 
 * 
 */
 
 
/* overwrites */
div.mainColumnContainer {width:555px;}
 
div#thumbnails a img{margin-left:0.5em; margin-bottom:0.5em;border:1px solid #ccc;}
div#thumbnails a img:hover{border:1px solid #666;} 
 
 div#drawingstext {background:#FFF8E8 url(../images/warning.gif) no-repeat scroll 0.75em 1em;
border:1px solid #FFE9BF;
margin-bottom:2em;
margin-top:1em;
padding:0em 1em 0 3.5em;}

table
{
font-size:1em;
width:100%;
}
 
body
{
font-family:verdana, arial;
font-size:0.8em;
}



/* Displays navigation context */
h1
{
margin-top:0px;
color:#9052a8;
font-size:150%;
margin-bottom:20px;
font-family:"Trebuchet MS";
}

/* Style for page body header1  */
h2
{
font-size:130%;
}

/* Table header style */
th        
{
background-color: #f4f4f4;
text-align: left;
color: #000;
}


td,th{border:1px solid #f4f4f4;}

/* Error text style */
.errortext
{
font-size: 12px; 
font-weight: bold;
color: #CC3333;	
}

/* helper text - usually used in close proximity to form fields */
.helpertext
{
font-size: 9px; 
font-weight: normal;
color: #567ebd;	
}

/* Used to style small helper text */
.smalltext
{
font-size: 10px;
}

/* Toolbar */

div.cmDiv
{	
	border-top: 1px solid #A5BACE;
	border-right: 1px solid #002445;
	border-bottom: 1px solid #002445;
	border-left: 1px solid #A5BACE;
	background: #eee url("../images/bg_toolbar.gif") repeat-x 0em 0em;
	padding:0.5em;
	margin:1em 0em 2em 0em;
	height: 23px;
	font-size: 110%;
}

.clickMenu
{
	margin: 0;
	padding: 0;
	cursor: default;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	margin: 0;
	padding: 2px;
}
.clickMenu div.outerbox
{
	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickMenu div.inner
{
	top:26px;
	left: 0;
	margin: 0;

}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	top: -3px;
}
.clickMenu li
{
	position: relative;
	white-space: nowrap;
	margin-right:0.75em;
}

.clickMenu li a {color:#000;text-decoration:none;}

.clickMenu li.main
{
	float: left;
	padding: 2px 10px 2px 10px;

}

.clickMenu li#forms {
background:url("../images/ico_form.gif") no-repeat 0 5px;
padding-left:20px;
}

.clickMenu li#mysubmissions {
background:url("../images/ico_folder.gif") no-repeat 0 2px;
padding-left:20px;
}

.clickMenu li#login, .clickMenu li#loginLink  {
background:url("../images/ico_login.gif") no-repeat 0 3px;
padding-left:20px;
}
