﻿
/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

/* Overall Page */

body
{
/*	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	background-color: #333333;
	margin-top:.5em;
	margin-bottom:.5em; */
	
    background: #b6b7bc;
    font-size: .80em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    /* color: #696969; */
    color: Black;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    /*font-variant: small-caps; */
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

table, th, td {border-collapse: collapse; border-spacing: 0; }

p, div, fieldset { margin-bottom: 1em; }

#wrapper
{
	width:1000px;
	min-width:640px;
	min-height:480px;
	margin:0;
	border:none;
	text-align:left;
	/* background-color: #D7C6AA; */
	background-color: #ffffff;

}

/* Header Section */
#pgHeader, #pgFooter
{
	position:relative;
	width:100%;
	background-color:#ffffff;
}

#pgHeader
{
	text-align:left;
	height:100px;
}

#pageHeaderPaneLeft
{
	float:left;
	margin-top:.5em;
	margin-left:.5em;
}

#pageHeaderPaneRight
{
	float:right;
	vertical-align:middle;
	margin-top:1.4em;
	margin-right:.5em;
}

#logo
{
	padding:4px;
	float:left;
}

#pgFooter
{
	clear:both;
	border-top: 1px solid #b9b9b9;
	font-size:0.9em;
	text-align:center;
}

/* Navigation */

/* PageContent box */
#contentWrapper
{
	position:relative;
	width:598px;
	margin-left:180px;
}

#floatWrapper
{
	clear:both;
	float: left;
	width:598px;
	margin-right: -1px;
}

/* Main Content */
#colCenter
{
	background-color:#ffffff;
	float:right;
	width:598px;
	/* \*/
	margin-left:-1px;
	/* Hidden from IE-mac */
	min-height:600px;
}

#colCenterContainer
{
}

#colCenterContent
{
}

.container, .sidebarContainer
{
	overflow:auto;
	margin: .5em .5em .5em .5em;
}

#colCenter p, .container p, .sidebarContainer p
{
	margin-bottom: .5em;
}

/* Left Column */
#colLeft
{
	background-color:Transparent;
	float: left;
	width: 180px;
	margin-left: -179px;
}

#colLeftContainer
{
	width:175px;
}

#leftCopy
{
}

/* Right Column */
#colRight
{
	float: left;
	position:relative;
	width:225px;
	margin-right:-225px;
	margin-left:-1px;
}

#colRightContainer
{
	/* \*/
	width: 100%;
	/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
	margin-left: 3px;
}

/* Footer Section */
#pgFooter
{
	clear:both;
	text-align: center;
	padding: 0px;
}

.frontImage 
{
	margin-right: .5em;
}

/* isri stuff */

#isriLogo, #cariLogo
{
	border:none;
	text-decoration: none;
	outline:none;
}

#main
{
	width:100%;
	padding: 0;
	min-height: 420px;
}

#leftColumn
{
	width:320px;
	float:left;
	display:block;
	margin-left: 1em;
	margin-top: 1em;
}

#rightColumn
{
	width: 600px;
	float: right;
	display: block;
	margin-top: 1em;
}

#oneColumn
{
	width:600px;
	float:left;
	display:block;
	margin-left: 1em;
	margin-top: 1em;
}

.billboard
{
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Sans-Serif;
	width:100%;
	background-color: White;
	margin-bottom:0;
}

.billboardHeading
{
	color: #333333;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	font-size: 1.5em;
	padding: .5em 0 .5em .8em;
	margin-bottom: .5em;
	border-bottom: 1px solid black;
}

.billboardPrompt, .billboardResult
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 1em;
	margin-left: 1em;
}

.billboardPrompt
{
	color:Black;
}

.billboardResult
{
	color:Red;
	font-weight:bold;
	margin-top:.4em;
}

.actionPanel
{
	margin-left: 2em;
}

.displayNone
{
	display: none;
}

.displayBlock
{
	display: block;
}

.displayInline 
{
	display: inline;
}

.text
{
	display:block;
}

legend   
{
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;  
}  

fieldset 
{
	width: 85%;
}

fieldset h5
{
	font-weight: bold;
	font-size: .9em;
	color: #333333;
}

fieldset ol
{
	padding: 1em 1em 0 .8em;
	list-style: none;
}

fieldset li
{
	float:left;
	clear:left;
	width:100%;
	padding-bottom: .5em;
}

fieldset label
{
	float: left;
	width: 15em;
	margin-right: 1em;
}

.validator 
{
	font-size: .75em;
	color:Red;
	font-weight:bold;
	display: inline-block;
}

.ActionBar
{
	border-style:none;
	margin-left: 12em;
	margin-bottom: 2em;
	vertical-align: middle;
}

#signupAuthorization
{
	background-color: #E8EDF1;
	color: #333333;
	float: left;
	clear: left;
	width: 97%;
	padding: .5em;
	margin-bottom: 1em;
}

#signupAuthorization label
{
	clear:both;
	float:right;
	width:93%;
}

#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#processMessage { 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}

