/* =================================================
	General definitions
   ================================================= */
*
{
	font-family: verdana, arial, sans-serif;
	font-size: 9.5pt;
}
body
{
    margin: 0px;
    padding: 0px;
    text-align: center;
	background: #F2F2F2; /* #336666; */
}
form
{
    margin: 0px;
    padding: 0px;
}
h1
{
	font-size: 14pt;
	font-weight: normal;
}
h2
{
	font-size: 11pt;
}
h3
{
	font-size: 10pt;
}

p
{
	text-align: left;
}

a img
{
	border: none;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.backlink
{
	text-decoration: none;
}
/*
	This is used to auto-extend a div when we don't know how
	long the area will be but this thye will not add any more
	length to the area.
*/
.DivTerminator
{
	clear:both;
	font-size:1px;
}
.TermHighlight
{
	color: #red;
}
/* ====================================================
    Standard Table
   ==================================================== */
.StandardTable
{
    border: 0;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-left: solid 1px #F5F6E7;
    border-bottom: solid 1px #F5F6E7;
    background-color: #E8E9DB;
    color: #333333;
}
.StandardTable td
{
    vertical-align: top;
    padding: 4px;
    border-right: solid 2px #F5F6E7;
    border-top: solid 2px #F5F6E7;
}
.StandardTable th
{
	color: #2E424B;
    padding: 4px;
	background-color: #D4A74A;
}
.StandardTable tr#HighlightRow
{
	background-color: #dcddc8;
}
/* ====================================================
    Calendar Table
   ==================================================== */
.CalendarTable
{
    border: 0;
    margin: 0px;
    padding: 0px;
    border-left: solid 1px #F5F6E7;
    border-bottom: solid 1px #F5F6E7;
    background-color: #E8E9DB;
    color: #333333;
}
.CalendarTable td
{
    vertical-align: top;
    padding: 4px;
    border-right: solid 2px #F5F6E7;
    border-top: solid 2px #F5F6E7;
	text-align: center;
}
.CalendarTable th
{
	color: #2E424B;
    padding: 4px;
	background-color: #D4A74A;
	text-align: center;
}
/* ---------------------------------------------------- */
.bodytext
{
	color: #9EA190;
}
.bodytextbold
{
	color: #2E424B;
}
/* =================================================
	Banner
   ================================================= */
div#mainbanner
{
	padding: 0;
	margin: 0 auto;
	width: 1024px;
	height: 93px;
	background: url("../images/banner/world_bird_fest.gif") no-repeat 137px #016698;
	/* font-weight: bold;
	font-size: 1.5em; */
	text-align: left;
}
div#wrapper {
	width: 1024px;
	height: 28px;
	margin: 0 auto;
	text-align: left;
}
div#banner-upper
{
	padding: 0;
	margin: 0 auto;
	width: 1024px;
	height: 50px;
	background: url("../images/bllogo_bw.gif") no-repeat;
	background-color: #016698;
}
div#banner-lower
{
	padding: 0;
	margin: 0 auto;
	width: 1024px;
	height: 50px;
	/* background-color: #999999; */
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	background: url("../images/banner.gif") no-repeat;
}
/* =================================================
	Navigation
   ================================================= */
.HzNavBar
{
	padding: 0;
	margin: 0 auto;
	background: url("../images/toolbar-bg.gif");
	color: White;
	width: 1024px;
	height: 27px;
	/* font-weight: bold;
	font-size: 0.7em; */
}
.HzNavList
{
	padding: 0;
	margin: 0;
}
.HzNavBar ul li
{
	display: inline;
}
.HzNavBar ul li a
{
	padding: 0.6em 0.5em;
	color: #999966;
	text-decoration: none;
	float: left;
	border-right: 1px solid #999966;
}
.HzNavBar ul li a:hover
{
	color: #000000;
}
.HzNavBar ul li input
{
	padding: 0px;
	color: #999966;
	float: left;
	border-right: 1px solid #999966;
	/* font-size: 0.9em; */
}

.HzNavBar ul li span#inputfield
{
	padding: 0.4em 0.5em;
	color: #999966;
	float: left;
	border-right: 1px solid #999966;
}

.HzNavBar ul li img
{
	padding: 0;
	color: #999966;
	float: left;
	border-right: 1px solid #999966;
}

/* ------------------------------------------------- */
.VtNavSimple ul
{
	padding-left: 0;
	margin: 0 auto;
	color: White;
	font-weight: normal;
	/* font-size: 1em; */
	list-style-type: none;       /* removes the bullet points */
}

.VtNavSimple ul li a
{
	padding: 0;
	color: #999966;
	text-decoration: none;
}

.VtNavSimple ul li a:hover
{
	color: #000000;
}

.VtNavSimple ul li a#current
{
	padding: 0;
	color: #0000CC;	/* #006699; */
	font-weight: bold;
	text-decoration: none;
}

.VtNavSimple ul li a#current:hover
{
	padding: 0;
	color: #000000;	/* #006699; */
	font-weight: bold;
	text-decoration: none;
}

/* ------------------------------------------------- */
.divMenuContainer
{
	width: 100%;
}
.divMenuItem
{
	width:100%;
	background-color: #e5e5e5;
	padding: 3px 0px 3px 0px;  /* Top Left Bottom Right */
	margin-bottom: 3px;
}
.divMenuItemLink
{
	width:100%;
	padding: 3px 0px 3px 0px;  /* Top Left Bottom Right */
	margin-bottom: 3px;
}
.divMenuItem:hover
{
	background-color: #cccccc;
	text-decoration: underline;
}
.divMenuItem a
{
	margin: 3px;
	color: #1F527B;
	text-decoration: none;
}
.divMenuItem a:hover
{
	text-decoration: underline;
}
.divMenuTitle
{
	width:247px;
	background-color: #c0c0c0;
	padding: 3px 0px 3px 3px;  /* Top Left Bottom Right */
	margin-bottom: 3px;
}
.divMenuTitle input
{
	margin-left: 0px;
}
.divMenuBoxTitle
{
	width:100%;
	background-color: #c0c0c0;
	padding: 3px 0px 3px 0px;  /* Top Left Bottom Right */
}
.ulMenuItemList
{
	margin: 0;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style-image: url(../images/listarrow-darkgray.gif);
}
/* ------------------------------------------------- */
.emailandprint
{
	height: 18px;
	padding: 3px;
}

/* =================================================
	Working areas.
   ================================================= */
div#canvas
{
	margin: 0 auto;
	padding: 0;
	width:1024px;
	border-left: solid 5px white;
	border-bottom: solid 5px white;
	border-right: solid 5px white;
}
#workingareawrapper
{
	background: #ffffff; /* #dbdbdb; */
	width: 1024px;
	min-height: 600px;
	height: auto ! important;
	height: 600px;
	margin-left: 0 auto;
	margin-right: 0 auto;
	border-bottom: solid 1px gray;
}
#workingarealeftjustified
{
	text-align: left;
	width: 1004px;
	padding: 10px 10px;
	color: #2a424e;
}
#workingareacentered
{
	text-align: center;
	width: 1004px;
	padding: 10px 10px;
	color: #2a424e;
}
#workingarealeft
{
	float: left;
	text-align: left;
	width: 50%;
	padding: 5px 5px;
	color: #2a424e;
}
/* ------------------------------------------------- */
#innerworkingarealeft
{
	float: left;
	text-align: left;
	width: 160px;
	padding: 8px 8px 0px 0px; /* Top Left Bottom Right */
	color: #2a424e;
	/* border: solid 1px green; */
}
#innerworkingareacenter
{
	float: left;
	text-align: left;
	width: 590px;
	min-height: 500px;
	height: auto ! important;
	height: 500px;
	padding: 8px 5px;
	color: #2a424e;
	/* border: solid 1px red; */
}
#innerworkingarearight
{
	float: right;
	text-align: left;
	width: 250px;
	padding: 8px 0px 0px 0px; /* Top Left Bottom Right */
	color: #2a424e;
	/* border: solid 1px cyan; */
}
/* =================================================
	footer
   ================================================= */
div#footer
{
    margin: 0 auto;
    width: 1024px;
    padding: 0px;
    height: 30px;
	background: #016698;
    border-bottom: solid 1px gray;
}
div#footeritem
{
	float: left;
	color: #000000;	/* #999966; */
	text-align: left;
	line-height:30px;
	padding-left:10px;
    /* font-size: 0.9em; */
}
div#footeritemleft
{
	float: left;
	color: #999966;
	text-align: left;
	line-height:30px;
	padding-left:10px;
    /* font-size: 0.7em; */
}
div#footeritemleft a
{
	color: #ffffff; /* #999966; */
	text-decoration: none;
}
div#footeritemleft a:hover {
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}
div#footeritemright
{
	float: right;
	color: #ffffff;	/* #999966; */
	text-align: right;
	line-height:30px;
	padding-right:10px;
    /* font-size: 0.7em; */
    width: 60%;
}
div#footeritemright a
{
	color: #ffffff;	/* #999966; */
	text-decoration: none;
}
div#footeritemright a:hover {
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}
/* ============================================================================
	Pop Up Window
   ========================================================================= */
#popupwrapper
{
	font-family: verdana, arial, sans-serif; /* helvetica, */
	font-size: 0.9em;	/* 1.0em = 10pt */
	position: absolute;
	z-index: 100;
	background-color:#ffffff;
	color: #000000;
	width: 600px;
	height: 207px;
	top: 170px;
	left: -1000px;
	border: solid 1px #959483;
}
#popupheader
{
	text-align: right;
	width: 600px;
	height: 20px;
	color: #ffffff;
	background-color: #54A333;
   	/* background: url("../images/popup_header.gif") no-repeat; */
}
#popupheader a
{
	color: #ffffff;
	text-decoration: none;
}
#popupheader div#ico_close
{
    float: right;
	margin-right: 3px;
}
#popupheader a:hover
{
	color: #000000;
	text-decoration: none;
}
#popupheadertext
{
	float: left;
	font-size: 8pt;
	font-weight: bold;
	line-height: 20px;
	margin-left: 5px;
}
#popupcontent
{
	text-align: left;
}
#popupscroll
{
	margin: 0px;
	padding: 0px;
	width:595;
	height:187px;
	overflow:auto;
}
#popupbody
{
	margin-left:10px;
	margin-right:5px;
	padding:0px;
	width: 560px;
}
/* =================================================
	List formats
   ================================================= */
.listformat1
{
	list-style-image: url(../images/listarrow.gif);
}
.listformat-darkgray
{
	list-style-image: url(../images/listarrow-darkgray.gif);
}
/* ============================================================================
	Button formats
============================================================================ */
.qpqsubmit
{
	padding: 0px;
	margin: 0px;
	width: 50px;
	color: #ffffff;
	background-color: #016698; /* #4c8772; */
	border-top: solid 1px #c0c0c0;
	border-left: solid 1px #c0c0c0;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	cursor: hand;
	cursor: pointer;
}
.standardbutton
{
	padding: 0px;
	margin: 0px;
	width: 50px;
	color: #ffffff;
	background-color: #016698; /* #4c8772; */
	border-top: solid 1px #c0c0c0;
	border-left: solid 1px #c0c0c0;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	cursor: hand;
	cursor: pointer;
}
/* =================================================
	Request Page formats
   ================================================= */
#resolutiondetails
{
	width: 670px;
}
#resolutionlabel
{
	float: left;
	width: 60%;
}
#resolutionaddcomment
{
	float: left;
	width: 39%;
	text-align: right;
}
#resolutionaddcomment input
{
	/* font-size: 0.8em; */
}
/* =================================================
	Login Page formats
   ================================================= */
.LoginTable
{
    border: 0;
    margin: 0px;
    padding: 0px;
    width: 100%;
	font-family: helvetica, verdana, arial, sans-serif;
    font-weight: normal;
    /* font-size: 80%; */
    border: solid 1px #000000;
    background-color: #E8E9DB;
    color: #333333;
}
.LoginTable td
{
    vertical-align: top;
    padding: 4px;
}
.LoginTable th
{
    vertical-align: top;
    padding: 3px;
    border-right: solid 2px #F5F6E7;
    border-top: solid 2px #F5F6E7;
}

/* ===========================================================
   Dave's CSS from Prototype
   =========================================================== */
.formline
{
	padding: 0px;
	clear: left;
}

.formline label
{
	width: 170px;
	float: left;
	margin-right: 20px;
	text-align: right;
}
.displayline
{
	padding: 0px;
	clear: left;
}

.displayline label
{
	width: 90px;
	float: left;
	margin-right: 20px;
	text-align: left;
	font-weight: bold;
}
.loginline
{
	padding-left: 50px;
	clear: left;
}

.loginline label
{
	width: 80px;
	float: left;
	margin-right: 20px;
	text-align: left;
	font-weight: bold;
}
.uploadline
{
	padding: 0px;
	clear: left;
}

.uploadline label
{
	width: 90px;
	float: left;
	margin-right: 20px;
	text-align: left;
	font-weight: bold;
}
/* -------------------------------------------------------------------------- */
.advsearchfields
{
	padding: 0px 0px 5px 0px;
	clear: left;
}

.advsearchfields label
{
	width: 90px;
	float: left;
	margin-right: 20px;
	text-align: left;
	font-weight: bold;
}

.advsearchfields search
{
	width: 300px;
	float: left;
}
/* =================================================
	Application Area Specifics

	Sowb specific definitions
   ================================================= */
.siteinfoblock
{
	font-weigth: normal;
	margin-bottom: 20px;
	width: 590px;
	min-height: 600px;
	height: auto ! important;
	height: 600px;
	/* border: solid 1px gray; */
}
/* =============================================================================
	ICON definitions
   ========================================================================== */
#ico_close
{
    float: left;
    width: 17px;
    height: 17px;
    background: url("../images/close.gif") no-repeat center center;
    cursor: hand;
    cursor: pointer;
}
