﻿/* ======================================== */
/* SET GRID HEADER LABEL AND LINKS          */
/* ======================================== */
.GridHead {
	color: white;
	background-color: #747961;
    font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
}
.GridHead a:link  {
	color: white;
	background-color: #747961;
    font-weight: bolder;
	text-decoration: none;
	font-size: 8pt;
}

/* ======================================== */
/* SET GRID DATA LABEL AND LINKS            */
/* ======================================== */
.GridData {
	color: #333333;
	background-color: #F7F6F3;
    font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}

/* ======================================== */
/* SET GRID DATA LABEL AND LINKS ALTERNATE  */
/* ======================================== */
.GridDataAlt {
	color: #333333;
	background-color: white;
    font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}




/*Modal Popup*/
/* ajax modal dialog styles */
.modalBackground {
	background-color: White;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox {
	background-color : #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}
.modalBox caption {
	/*background-image: url(images/window_titlebg.gif);*/
	background-repeat:repeat-x;
}

/* tweb modal dialog styles */
.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(image/window_titlebg.gif);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalCaption {
/*	background-color: #727A5F; */
	background: url(/image/bg_btn.gif) repeat-x;
	color: #000;
	font-size: 14pt;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}

/* Quick Stats */
.quickOutermost {
    width: 33%;
    float: right; 
    border: solid gray 1px;
    margin-bottom: 8px;
}

.quickTitleBar {
    background-color: #ffffee;
    font-size: 10pt;
    font-weight: bold;
    padding: 4px;
}

.quickContent {
    font-size: 8pt;
}

.quickTable {
    width: 100%;
}
.quickTableLabel {
    padding-left: 6px;
}

.quickTableNumber {
    text-align: right;
    padding-right: 4px;
}


