/********** Main **********/
/********** **********/
/********** **********/
/********** **********/
/********** **********/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../images/slices/IFT-Internal_19.gif);
	background-repeat: repeat-y;
}

div {
	margin: 0px;
	padding: 0px;	
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
li {
	margin: 0px;
	padding: 0px;	
}

h1 
{
	font-size: 1.8em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-style: italic;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}

h3 {
	margin: 0px;
	padding: 0px;
}

h4 {
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	margin: 0px;
	padding: 0px;
	}

select 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index:-1;
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

checkbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/**********  header/logo */
/********** **********/
/********** **********/
/********** **********/
#logo1 {
	background-image: url(../images/slices/IFT-Internal_02.gif);
	background-repeat: repeat-x;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

#logo2 {
	/**min-width: 800px;**/
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#logo2 span#left {
	float: left;
	text-align: left;
	width: 49%;
	

}

#logo2 span#right {
	float: right;
	text-align: right;
	padding-right: 10px;
	width: 49%;
}

#logo2 span#right a:visited {
	color: blue;
	}

#logo1 img, #logo2 img {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px solid black;

}

/**********  Main navigation */
/********** **********/
/********** **********/
/********** **********/

#breadcrumb {
	float: right;
	text-align: right;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/**********  Main navigation */
/********** **********/
/********** **********/
/********** **********/


#navtop 
{
	color: #FFFFFF;
	position: absolute;
	right: 0px;
	height: 1.5em;
}

#navtop a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}

#navtop > ul > li {
	float: right;
	position: relative;
	margin: 5px 8px 0px 0px;
}

#navtop > ul > li > ul {
	position: absolute;
	top: 1.3em;
	left: 0;
	display: none;
	width: 13em;
	/*background-color: #0076D3;*/
	background-color: #2298F5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	z-index: 10;
	font-size: 85%;
}

#navtop > ul > li > ul > li:hover {
	display: block;
	background-color: #FFFFFF;

}

#navtop > ul > li > ul > li:hover a {
	color: #000000;
}

#navtop > ul > li:hover > ul, #navtop > ul > li:hover > ul:hover{
	display: block;
	z-index: 100;
}


#navtop > ul > li a {
	display: block;
}

#navtop > ul > li > ul > li 
{
	color: #101010;
	text-decoration: none;
	padding: 3px;

}


/*left nav & content container*/

#left-content-container
{
	/*border: 1px solid green;*/
	width: 100%; /* IE puts containing floating divs below if they expand beyond 100% */
	min-width: 1024px;
}

/* Left Nav */
#navleft {
	clear: both;
	float: left;
	width: 150px;

}

#navleft a:link, #navleft a:visited{
	color: #000000;
	text-decoration: none;
}

#navleft a:hover{
	color: #000000;
	text-decoration: underline;
}

.links {
/*border: thin solid green;*/
	background-image: url(../images/slices/IFT-Internal_16.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 10px;
	margin-bottom: 10px;
}

.links h3 {
	padding: 0px 0px 0px 3px;
	margin-bottom: 10px;

}

#navleft ul {
	padding-left: 15px;
}


/* content */
#content {
	float: left;
	margin: 0px;
	max-width: 650px;

	}
	
#content h1 {
	padding-left: 15px;
}
	
/* tabs */

#notabs
	{
		border-top: 1px solid black;
		height: 1.40em;
		
	}
	
#tabs 
{
	height: 1.40em;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #000000;
}

#tabs ul {
	height: 1.40em;
}

#tabs ul li {
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	height: 1.40em;
	background-color: #5A8AD6;
}

#tabs a 
{
	color: #FFFFFF;
	text-decoration: none;
}

#tabs ul li:hover 
{
	background-color: #FFFFFF;	
}

#tabs ul li:hover a
{
	color: #000000;
	font-weight: bold;
}

#tabs .selectedtab
{
	background-color: #FFFFFF;	
	/*border-bottom: 1px solid #FFFFFF;*/
	
}

#tabs .selectedtab a
{
	color: #000000;
	font-weight: bold;
	
}

/*
	selectedtab
*/

#selectedtabcontent
{
	padding: 5px 0px 0px 20px;
}

#selectedtabcontent h3
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 1.5em;
	color: #002689;
	/*color: #000000;*/
	

}


.filter
{
	/*width: 100%;*/
	padding: 5px 0px 15px 20px;
	margin: 0px 0px 0px 0px;
	/* border-bottom: 1px solid #111111;*/
}

.filter p
{
	width: 650px;
}

.results
{
	/*width: 100%;*/
	padding: 5px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

.verttable
{
	border: 1px solid #000000;
	font-size: 1em;
	margin: 0px 0px 15px 0px;
	background-color: #F5F5F5;
	
}

.verttable caption
{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #5A8AD6;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding: 2px;
	margin: 0px 0px 0px 0px;
}

.tablenav
{
	width: 600px;
	font-size: 1em;
}

.tablemember
{
	width: 800px;
	font-size: 1em;
}

.verttable td
{
	padding: 3px;
}

.tablefilter
{
	max-width: 800px;
	font-size: 1em;
	border: 1px solid #000000;
	background: #F5F5F5;
	padding: 5px;
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;
}

.tablefilter img
{
	display: inline;
}

.tablefilter tbody td
{
	padding: 5px;
}

.tablefilter caption
{		border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;

	text-align: left;
	font-weight: bold;
	padding: 2px;
}

.tablefilter caption span
{
	display: block;

	background: #FF0000;
	color: #FFFFFF;
	
}

.tableResults
{
	max-width: 800px;
	border: 1px solid #000000;
	border-collapse: collapse;
	font-size: 1em;
	margin-top: 5px;
}

.tableResults tr td
{
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #000000;
	vertical-align: top;
}

.column
{
	border: 1px solid #000000;
}

.headRow
{
	background-color: #5A8AD6;
	color: #FFFFFF;
	font-weight: bold;
}

.altRow
{
	background-color: #F5F5F5;
}

.selectedRow
{
	background-color: #FFFFC0;
}

.boldRow
{
	font-weight: bold;
	background-color: #F5F5F5;
}


.newsitem {
	clear: both;
	margin: 10px 0px 10px 15px;
}

.newsitem ul {
	border-top: 1px dotted #000000;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 10px;


}


.newsitem h2 
{
	color: #002689;
}

.newsitem li 
{
	font-size: .8em;
}

.sitenews
{
	max-width: 650px;
	list-style-position: inside;
	list-style-type: square;
}

.sitenews li
{
		
}



.querystats
{
	margin: 7px 0px 7px 0px;	
}

/* footer */
#footer {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/slices/IFT-Internal_21.gif);
	background-repeat: repeat-x;	
	text-align: right;
}

#footer img {
	display: inline;
	border: 0px solid black;
}

#footer span {
	text-align: right;
}

/* other */

#lblMessage, #lblMessage p
{
	/* color: Red; */
	font-weight: bold;
}

#validationsummary1
{
	color: Red;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 5px;
	background-color: #F5FCDC;
	width: 500px;
}

#validationsummary1 ul
{
	font-weight: normal;
	list-style-type: disc;
	list-style-position: inside;
}

.photo
{
	float: left;
	border: 1px solid #000000;
	background-color: #F5F5F5;
	font-weight: bold;
	vertical-align: middle;
	margin: 5px;
	width: 100px;
	height: 120px;
	padding: 3px;
}

.photoInfo
{
	float: left;
	border: 1px solid #000000;
	font-size: 1em;
	margin: 0px 0px 15px 0px;
	background-color: #F5F5F5;
	margin: 5px;
	padding: 3px;
	
}

#navtop table
{
	display: none;
	/*width: 800px;
	height: 2em;
	border: 1px solid Red;*/
}

.green
{
	color: Green;
}

.red
{
	color: Red;
}

.bold
{
	font-weight: bold;
}

.hide
{
	display:none;
}

.ballotTableResults
{
	max-width: 800px;
	border: none;
	padding: 5px;
	border-collapse: collapse;
	font-size: 1em;
	margin-top: 5px;
}

.ballotTableResults tr td
{
	margin: 0px;
	padding: 5px;
	border: none;
	vertical-align: top;
}

.itemTableResults
{
	max-width: 800px;
	border: 1px solid #000000;
	border-collapse: collapse;
	font-size: 1em;
	margin-top: 5px;
}

.itemTableResults tr td
{
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #000000;
	vertical-align: top;
}


