/* CSS Document */
/* Petetion form styles start */
.petition_form{
	background-color: #d0f39e;
	border: 1px solid #444444;
}
.petition_form td{
	border: 1px solid #aaaaaa;
}
.petition_form input.input_width {
	width: 250px;
	margin-bottom: 5px;
}
.hide {
	display: none;
}
.show {
	display: inline;
}
/* Petetion form styles end */

/* Signup list styles start */
.signup_table td {
	border:1px solid #157F0A;
	padding: 5px 5px 3px 5px;
}
.signup_table th {
	background: #d0f39e;
	padding: 2px;
	border: 1px solid #aaaaaa;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform:	capitalize;
	
}

.association {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform:uppercase;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

.num_signups {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
/* Signup list styles end */

/* Article List styles start */
.article_groups{
	padding: 0px 5px 0px 0px;
	list-style-type: none;
	margin-top:0px;
	margin-left: 0px;
}
.article_groups li{
	padding: 2px 0px 2px 0px;
}
.article_items {
	padding-left: 0px;
	list-style-type: none;
	margin-left: 15px;
}
.article_items li {
	padding: 0px 0px 0px 0px;
}
/* Article List styles start */

/*scroll area styles start */
.scroll_articles {
	border: solid 2px;
	width: 100%;
	height: 350px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}
.scroll_main {
	border: solid 2px;
	width: 100%;
	height: 350px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}
.scroll_links {
	border: solid 2px;
	width: 100%;
	height: 350px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}
/*scroll area styles end */

/* Other styles start */
.standard_table {
	border: 1px solid #444444;
}
.standard_table th{
	background: #d0f39e;
	padding: 2px;
	border: 1px solid #aaaaaa;
}
.standard_table td{
	padding: 2px;
	border: 1px solid #aaaaaa;
}
.standard_table td.background{
	padding: 2px;
	background: #d0f39e;
	border: 1px solid #aaaaaa;
}
.required{
	color: red;
}
.input_width{
	width: 550px;
}
/* error messages */
div.errors {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	padding: 3px;
	white-space: nowrap;
}

div.errors ul {
	border: 1px solid #157F0A;
	background: #d0f39e;
	list-style: none;
	width: 550px;
	margin: 10px 0px 10px 0px;
	padding: 3px 3px 3px 3px;
}
div.errors li {
	text-align: center;
}
/* Other styles end */

