/* CSS Document */

/* -- general ---------------------------- */
td,p,table,h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	text-align: left;
}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color:#660000;
	text-align: left;
	background-image: url(../images/ttl-header.gif);
	height: 20px;
	padding-left: 15px;
	background-repeat: no-repeat;
}
	
/*h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 700; color:#660000; text-align: left; }*/
	h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color:#330033;
	text-align: left;
	background-color: #C8D6E3;
	border-bottom-style: dotted;
	border-bottom-color: #000033;
	border-bottom-width: thin;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: 700; color:#660000; text-align: left; padding:0; }

img {
	padding:0;}
	

li{ text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size:11px; margin-bottom: 3px; list-style: disc outside none;
 
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
	font-weight: 700; color:#365168; text-decoration: underline;
}

a:active {
	color:#4D7394;
	font-weight: 700;
	text-decoration: underline;
}

a:hover {
	color:#4D7394;
	font-weight: 700;
	text-decoration: underline;
	
}

/* -- tables ---------------------------- */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: 700; color:#003366; text-align: left; padding: 3px 0 12px 12px; background:#ffffff url(../images/BigTitles.gif) no-repeat bottom left;
}

/*****-----List Format  with bullet********/

#containerul ul{
 font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
  text-align:left;
  margin-left:5px; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
  margin:5px 5px 5px 5px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding-left:20px; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */ background:url(../images/page.gif) no-repeat 0 2px;

}

#containerul li li{
  font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
  margin:8px 5px 8px 10px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding-left:5px; /* Removes browser default padding applied to the list items. */
  list-style-type:circle; /* Removes the bullet point that usually goes next to each item in a list. */ background:none;

}

#containerul .backBTN{ /* Various styles to position the symbols next to the items in the menu. */
  display: block;
   background: url(../images/back.gif) no-repeat  0 3px;
   width: 90px;
   height:20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
  margin:5px 5px 5px 5px; 
  padding-top:5px; 
  padding-left:20px; 
  border:0; float:right;
}



/* -- table format - simple--------------------------- */
	
#tableBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;  padding: 0;   margin:0; border:0;
}

#tableBorder  td {
	font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:11px;
	color: #000000;  padding: 2px; border:0;  text-align: left; border-collapse:collapse;
}

#tableBorder  table{font-family: Verdana, Arial, Helvetica, sans-serif; 
	border:1px solid  #999999; width:100%;
	color: #000000;
	padding: 0px; height:auto; margin-top: 5px; }
	
#tableBorder  img{
	border:0;
	margin: 2px;
	padding: 0px;}

#tableBorder .titleSteps{ 
	background-color:#D9E3EB;
	padding:2px 2px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #000000; font-weight:700;
	border-top: 0;	
	border-right:0;
	border-left: 0;
	border-bottom:1px solid #7693AD;

}
 
#cellBorders td{ 
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #000000; font-weight:500;
	border-top: 0;	
	border-right:0;
	border-left: 0;
	border-bottom:1px solid #7693AD;

}

