/******************
	GENERAL RULES
******************/
* 
{
	font-family: 'Lucida Grande', 'Bitstream Vera Sans', Verdana, sans-serif;
}

html 
{
	height: 100%;
	background-color: #444;
	min-width: 1000px;
}

body 
{
	height: 100%;
	background-attachment: fixed;
	margin: 0px;
}

#wrapper
{
	height: 100%;
}

h1, h2, h3, h4, h5, h6 
{
	font-weight: normal;
}

h1 
{
	text-align: center;
	margin: 0;
	clear: both;
}

input[readonly="readonly"], select[disabled]
{
    background: rgba(0,0,0,0);
    border: none;
	
}

/******************
	HEADER
******************/
#header
{
	min-height:10%;
	border-bottom: 2px solid #888;
	padding: 1em;
	background-color: #EDEDED;
}

#header #logo img
{
	width: 20em;
	float: left;
}

#header .right
{
	text-align: right;
}

#header p
{
	margin: 0;
}

#header button, #header form
{
	display: inline-block;
}

/******************
	CONTENT
******************/
#content
{
	min-width: 45em;
	width: 80%;
	margin: 0 auto;
	background: #CCC;
	padding: 1em;
}

#tabs
{
	box-shadow: 3px 3px 5px #888888;
}

a
{
	text-decoration: none;
	color: blue;
}

a:hover
{
	text-decoration: underline;
}

.notice-box
{
	border: 1em solid orange;
	border-radius: 2em;
	padding: 2em;
	text-align: center;
	font-size: 1.2em;
}

p.notification
{
	text-align: center;
	color: red;
}

/*	TABLES */

td
{
	border: 1px solid #CCC;
	font-size: 0.7em;
}

td ul li
{
	list-style-type: none;
}

#all-memberships-table
{
	width: 100%;
}

#all-memberships-table th
{
	font-size: 0.8em;
}

table#all-memberships-table tr:nth-child(even)
{
	background: #9FBDCC;
}

/* Pagination */
#membership-paging p
{
	font-size: 0.9em;
}

.pagination-arrow
{
	font-size: 2em;
	padding: 0 0.3em;
	border: 1px solid black;
	border-radius: 5px;
	line-height: 0.5;
	background-color: #CCC;
}

.pagination-arrow:hover
{
	text-decoration: none;
	font-weight: bold;
	background-color: #EEE;
}

.pagination-disabled
{
	display: none;
}

/* Files & Bulletins */

#bulletins h3
{
	font-weight: bold;
	font-style: italic;
}

#bulletins h4
{
	font-style: italic;
}

#bulletins ul li
{
	list-style-type: none;
}

/******************
	FOOTER
******************/
#footer 
{
	text-align: center;
	background: #FFF;
	border-top: 2px solid #888;
	padding: 1em;
	background-color: #EDEDED;
}

#footer p 
{
	margin: 0;
}

/******************
	FORMS
******************/
fieldset
{
	background-color: #EEE; 
	border-radius: 4px;
	margin-bottom: 1em;
}

.field 
{
	margin-bottom: 1%;
	font-size: 0.9em;
}

form label
{
	white-space: nowrap;
}

form label:first-child 
{
	display: inline-block;
	text-align: right;
	width: 30%;
	margin-right: 1em;
}

label.error, span.error 
{
	display: inline-block;
	color: red;
	font-size: 0.8em;
	width: 30%;
}

form input, textarea
{
	display: inline-block;
}

form input[type="text"], form input[type="password"] 
{
	width: 30%;
}

form input[type="text"].phone
{
	width: 9em;
}


form input[type="text"].datepicker
{
	width: 6em;
}

form input[type="text"].postalcode
{
	width: 4.7em;
}

form input[type="radio"] 
{
	margin-right: 2em;
	cursor: pointer
}

form textarea 
{
	vertical-align: top;
	resize: none;
}

/******************
	OTHER
******************/

#footer-message
{
	font-size: 10px;
}

/* Slider */

.slider-wrapper
{
	width: 300px;
	overflow: hidden:
}

.nivoSlider img{height:100px !important;}
