/***********/
/*  MAIN   */
/***********/

html, body, form, fieldset {/* , p, h1, h2, h3, h4, h5, h6, */
  margin: 0;
  padding: 0;
  border: 0;
}

body{
  font-size: 11px;
  font-family: Tahoma, Verdana, Sans-serif;
  margin:20px 0;
  background:#C0C0C0 url(../images/bg.gif);
}

table.container{
  text-align:left;
  background-color:#fff;
  line-height:16px;
  table-layout: fixed;
  border-top:2px solid #444;
  border-bottom:3px solid #444;
}

td.footer{
  background-color:#EFEFEF;
  text-align:center;
  padding:12px;
  border-bottom:1px solid #c0c0c0;
}

td.main{
  padding:12px 12px 12px 12px;
  text-align:left;
}

table.titlebar td{
  background: #6c7380 url(../images/title_corner.gif) bottom right no-repeat;
  height:28px;
  font-family:Verdana,Tahoma,Arial;
  font-weight:bold;
  color:#FFF;
  line-height:28px;
  font-size:13px;
  padding: 0 6px;
}
table.titlebar td.end{
  background: #fff url(../images/title_bg.gif) bottom left repeat-x;
  font-size:11px;
}

.contentbox{
        font-size:11px;
        padding:12px 6px;
        border:0;
        border-bottom:1px solid #757c8a;
        background-color:#F8F8F8;
}

/*dark gray subtitle*/
.subtitlebar{
        font-size:11px;
        color:#FFF;
        font-weight:bold;
        border:0;
        padding:6px;
        vertical-align:middle;
        border-bottom:1px solid #757c8a;
        background-color:#979ca3;
}
.subtitlebar span{
		font-size:10px;
		font-weight:normal;
}
.subtitlebar a, .subtitlebar a:hover{
	color:#FFF;
}

/*light gray bg gradient subtitle*/
.subtitlebar_gradient{
        font-size:11px;
        color:#444;
        font-weight:bold;
		padding:8px 6px;
		background:#FFF url(../images/subtitle.bg.gif) top left repeat-x;
		border-top:1px solid #FFF;
		border-bottom:1px solid #bbbbbb;
}
.subtitlebar_gradient span{
		font-size:10px;
		font-weight:normal;
}
.subtitlebar_gradient a, .subtitlebar_gradient a:hover{
	color:#1564a4;
}

.locationbar{
		font-family:Verdana,Tahoma;
        font-size:11px;
        color:#FFF;
        font-weight:bold;
        padding:6px 6px;
        border:0;
        
        border-bottom:1px solid #757c8a;
        background-color:#979ca3;
}
.locationbar span{
		font-size:10px;
		font-weight:normal;
}
.locationbar a{
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}
.locationbar a:hover{
	color:#FFF;
	text-decoration:underline;
	font-weight:normal;
}

.errors{
  display:block;
  padding:6px;
  border:1px solid #CC0000;
  background-color:#db6767;
  color:#FFF;
  margin: 1px 0;
}

.notes{
	background-color:#FFFADB;
	font-size:12px;
	font-family:Tahoma,Verdana;
	padding:14px 6px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #c4d5ec;
}

a{
  text-decoration: none;
  color: #1564a4;
}
a:hover {
  text-decoration: underline;
}
  
a img {
  border: 0;
}

table.blank{
  padding:0;
  border:0;
  border-spacing:0;
}

h1{
  margin: 0 0 20px 0;
  font-size: 17px;
  font-family:Arial,Tahoma,Verdana;
  font-weight: bold;
  color: #002a7d;
}

h1 span{
  font-size: 18px;
  font-weight:normal;
}

h2{
  margin: 0 0 18px 0;
  color:#ff7e00;
  font-size:14px;
  font-weight:bold;
  font-family:Arial,Verdana;
}

h3{
  margin: 0 0 16px 0;
  font-size: 11px;
  font-weight: bold;
  font-family:Tahoma,Arial,Verdana;
}

h3 span{
  font-size: 12px;
}

p.block{/* comment block */
  background-color: #f0f0f0;
  padding: 15px;
}

#liveOverlay{ display:none;position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 10005; background-color: #000000; opacity: 0.5; filter: alpha(opacity=50); }