/*
Written & Copyright © 2007
MicroChip Technical Services, LLC
Development ONLY
Not Licensed for ANY use !!
*/

/* Display Structure */

body {
	margin: 10px;
	border: 0px;
	padding: 0px;
	width: 956px;
	
	background: #CCC;
	background-image: url("http://www.nysfola.org/images/back.gif");

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Page Structure */

#page {
/*
	position: relative;
	top: 0px;
	left: 0px;
*/
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#container {
	margin: 0px;
	border: 0px solid #BBB;
	padding: 0px;

	background: #FFF;
}

#header {
/*
	position: relative;
	top: 0px;
	left: 0px;
*/
	margin: 0px;
	border: 0px;
	border-bottom: 2px solid #BBB;
	padding: 0px;
}

#body {
/*
	position: relative;
	top: 0px;
	left: 0px;
*/	
	margin: 0px;
	border: 0px;
	padding: 10px 10px;
}

#footer {
/*
	position: relative;
	top: 0px;
	left: 0px;
*/
	margin: 0px;
	border-top: 0px solid #BBB;
	padding: 10px;

	color: #999;
	font-size: 8pt;
	font-style: italic;

	text-align: center;
}



/* Content Styles */
th {
	border-bottom: 2px solid black;
	text-align: left;
}

.title {
	font-family: 'Times New Roman', Times, serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

.display .data {
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.edit .data {
	color: #006600;
}

input[type=text],
input[type=password],
select,
textarea
{
	border: 1px solid #333333;
	padding: 2px;
	background-color: #FFFFCC;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.fieldname {
	font-size: 80%;
	font-style: italic;
	color: magenta;
}




#admin.login {
	margin: auto;
	padding: 1em;
	width: 200px;
}

#search {
	text-align: center;
}

#search label {
	font-weight: bold;
}

#search table {
	margin: 10px auto;
	border-collapse: collapse;
}

#search td {
	border: 2px solid #000;
	padding: 15px 50px;
}

#organization label,
#contact label
{
	font-size: 80%;
	font-style: italic;
}

#organization .profile label {
	font-size: 100%;
	font-style: normal;
}

#organization .profile table,
#organization .profile td {
	border-collapse: collapse;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#contact.display {
	float: left;
	margin-bottom: 1.5em;
	margin-right: 1.5em;
}

#contact .visibility label {
	font-size: 100%;
	font-style: normal;
}


/* Alert and Status Boxes */

.alert {
	margin-bottom: 1em;
	border-width: 2px;
	border-style: solid;
	padding: 0.5em;
	
	font-weight: bold;
	font-style: italic;
	
	color: black;
}

.error {
	border-color: #C00;
	background-color: #FCC;
	color: #C00;
}

.warning {
	border-color: #660;
	background-color: #FFC;
	color: #660;
}

.info {
	border-color: #090;
	background-color: #CFC;
	color: #090;
}
