﻿body
{
	color: black;
	font-family: Verdana;
	background-color: #ebebeb;
	font-size:small;
}

div.body2
{
	color: black;
	font-family: Verdana;
	background-color: #ebebeb;
	font-size:x-small;
}

.CQPanel
{
	font-size:x-small;
}

.ReleaseHeader
{
  color: black;
	font-family: Verdana;
	background-color: #ebebeb;
	font-size:small;
	font-weight:bold;
}

a.CQPanelTitle
{
	color: #487427;
    text-decoration: none;
    font-weight:bold;
 	font-size:x-small;
}

a.CQPanelTitle:hover
{
	color:Purple;
}	

.CQHeader
{
    color: Black;
    text-decoration: none;
    font-weight:bold;

}


a.CQHeader
{
    color: Black;
    text-decoration: none;
    font-weight:bold;
}

a.CQHeader:hover
{
	color:Purple;
}


a.CQTable:hover
{
	color: Navy
}

.Box
{
	border-right: #487427 thin solid;
	border-left: #487427 thin solid;
	border-top:  #487427 thin solid;
	border-bottom:  #487427 thin solid;
	}

.CQTableHeader
{
	width: 250px; 
	height: 21px;
	background-color: #487427;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	color: white;
	font-family: verdana;
		
}	

.CQTableBody
{
	border: #487427 thin solid;
	background-color: White;
    width: 250px; 
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;

}

.CQFooter
{
	font-size: x-small;
	color: gray;
	font-style: italic;
	text-align: center
}

a.CQFooter
{
	font-size: x-small;
    color: gray;
    text-decoration: none;
 	text-align: center
}

a.CQFooter:hover
{
	color:Purple;
}

a.GreenLink
{
    color: #487427;
    text-decoration: none;
    font-weight:bold;
}

a.GreenLink:hover
{
	color:Purple;
}


.CQTitleL
{
    font-size:large;
    font-weight:bold;
    text-align:center;
}

.CQTitle
{
    font-weight:bold;
    text-align:center;
}

.CQList
{ 
 font-style:italic;
}

.CQTitleI
{
	font-size:larger;
    font-weight:bold;
    text-align:center;
    font-style:italic;
}

li.SecondLevel
{
    list-style-type: circle;
    text-indent: 10px;
}	


li.TopLevel
{
    list-style-type: square;
}  
 
h1
{
	font-size:larger
}
 
td.CQName
 {
	 width: 100px;
	 vertical-align: top;
	 font-weight: bold;
 }
 
 .adjustedZIndex {
    z-index: 1;
}