/************************************************
 * 				Flexiss.net						*
 * 												*
 * This style sheet was written by Scott Callas	*
 * using the "MeyerWeb" Reset Style Sheet as a 	*
 * base line.									*
 *												*
 ************************************************/



/*****************************************************/

/***** Reset Styles *****/

/************* RESET STYLE SHEET ********************/
/*		This set of styles is here to create		*
 * 		a base line to work from that should		*
 * 		standardize display across browsers.		*
 * 		This is stated without guarantee of 		*
 * 		any kind, as I'm just quoting what			*
 * 		other people have said.  In other 			*
 * 		words, this is an experiment. -- SC			*
 * 													*
 * 		What this requires of the designer is		*
 * 		to style ALL the elements from a common		*
 * 		baseline of zero (common to both IE and		*
 * 		FF).										*
 * 													*
 * 		Preferred Editing idea is to leave reset	*
 * 		styles alone, and set styles as you would	*
 * 		below the resets.							*
 * **************************************************/
/*  Reset Style Sheet by Eric Meyer v1.0 | 20080212 */

/*Begin editing below Reset Style Sheet -- unless it is necessary to change the reset point */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***** END reset styles *****/

/*****************************************************/

/***** General Styles *****/
body, html {
	background:#a7a09a;
}

body {
	min-width: 900px;
}


/***** ADMIN Styles *****/


/** Admin header on each page **/

#admin_menu {
	background-color: #dadada;
	height: 30px;
	line-height: normal;
}

/** Admin header sections on public pages **/
#admin_left {
	width: 400px;
	float: left;
	text-align: center;
	padding-top: 5px;
}

#admin_right {
	width: 300px;
	float: right;
	text-align: center;
	padding-top: 5px;
}

/** Admin tools page **/

#admin {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #ffffff;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-y;
    text-align: left;
}

#admin fieldset {
	width: 840px;
	margin: 20px;
	border: 1px solid #000000;
}

#admin legend {
	font-size: larger;
	margin-left: 10px;	
}

#admin h1 {
	text-align: center;
	font-size: 18pt;
	padding: 10px;
}

#admin h2 {
	text-align: left;
	font-size: 16pt;
	padding: 10px;
}

#admin h3 {
	text-align: center;
	font-size: 12pt;
	padding: 10px;
}

#admin p {
	padding: 3px 0 5px 20px;
}

#admin ul {
	margin: 20px;
	list-style: disc;
}

#admin li {
	margin-left: 15px;
	font-size: 1em;
}

#admin span {
    width: 50%;
}

.hidden { display: none; }
.unhidden { display: block; }

p.logout {
	text-align: center;
	margin: 10px 0 10px 0;
	font-weight: bold;
}

ul.link {
	list-style: none;
}

#admin a {
	color: #0000ee;
	text-decoration: none;
}

#admin a:visited {
	color: #0000ee;
	text-decoration: none;
}

#admin a:hover {
	color: #00007E;
	text-decoration: underline;
}

/***** END Admin Styles *****/

/*****************************************************/ 