﻿body 
{
	margin: 0px;
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial;
	color: #000;
}
a 
{
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial;
	color: #000;
}
a:hover 
{
	color: #2a76a4;
}
.a1menu 
{
    font-weight: bold;
	font-size: 11pt;
	font-family: Arial;
	color: #fff;
	margin-left: 15px;
	text-decoration: none;
}
.a1menu:hover 
{
	color: #2a76a4;
}
.h1ContentHeader 
{
    font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
	color: #000;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 0px;	
}
.h1Text 
{
    font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	color: #000;
	margin-bottom: 3px;
	margin-top: 0px;
}
.h11 
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
    color: #666b72;
    margin-bottom: 5px;
    margin-top: 5px;
}
.smText 
{
    font-weight: normal;
	font-size: 8pt;
	font-family: Arial;
	color: #000;
	text-align: left;
}

/* Combo Box Classes */
.cb1 
{
    font-weight: normal;
    font-size: 8pt;
    font-family: Arial;
    height: 20px;
}

/* Text Box Classes */
.tb1 
{
    font-weight: normal;
    font-size: 8pt;
    font-family: Arial;
    height: 15px;
}

/* Tree View Classes */
.tv1 
{
    width: 100%;
}
.tv1 a 
{
    color: #fff;
}
.tv1 a:hover 
{
    color: #ff3;
}

/* Grid View Classes */
.gv1 
{
    width: 100%;    
}
.gv1 th 
{
    font-weight: bold;
    font-size: 11px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/gv1/bg_header.jpg) no-repeat;    
}
.gv1 th.nobg 
{
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
.gv1 tr.normal 
{
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background-color: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
.gv1 tr.alternate 
{    
	background: #F5FAFA;
	color: #797268; 
}
.gv1 th.spec 
{
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(/images/gv1/bullet1.gif) no-repeat;
	font-weight: bold;
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
}
.gv1 th.specalt 
{
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(/images/gv1/bullet2.gif) no-repeat;
	font-weight: bold;
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/* Buttons */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* Modal Popup form */
.popupControl {
    background-color: #aad4ff;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
    background-color: #ffd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;    
}
