/* ****************************************************************************************************** */
/* Universal */
/* ****************************************************************************************************** */

/* ****************************************************************************************************** */


/* ****************************************************************************************************** */
/* XHTML Elements */
/* ****************************************************************************************************** */
body {
	background-image: url('http://www.greenmech.org/App_Themes/CrystalX/design/bg.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 760px;
	background-repeat: repeat-x;
	background-color: #F2F5FE;
}

fieldset {
	padding: 0.5em 2px;
	background-color: #F4F4F4;
	margin-bottom: 0.5em;
	width: 373px;
}

fieldset input[type="password"], fieldset input[type="text"], fieldset select, fieldset textarea {
	border-style: inset;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 1px;
	margin: 1px 0px;
	background-color: #FFFFD7;
}

fieldset.read-only input[type="password"], fieldset.read-only input[type="text"], fieldset.read-only textarea {
	background-color: #F4F4F4;
}

fieldset label {
	font-size: 0.9em;
	display: inline-block;
	width: 9em;
	padding: 1px;
}

h2, h3, h4 {
	color: #666666;
}

h3 {
	background-color: #F4F4F4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
	margin-bottom: 0.5em;
	padding: 3px;
}

h4 {
	background-image: url('http://www.greenmech.org/App_Themes/CrystalX/design/pagetop_gradient.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

p {
	padding-bottom: 0.5em;
}

li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 2em;
	margin-bottom: 0.3em;
}
/* ****************************************************************************************************** */


/* ****************************************************************************************************** */
/* IDs */
/* ****************************************************************************************************** */

/* Generic Page */
/* ****************************************************************************************************** */
#page {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}
/* ****************************************************************************************************** */

/* Generic Header */
/* ****************************************************************************************************** */
#header {
	background-position: left center;
	height: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
	position: relative;
	background-color: #000000;
	background-image: url(http://www.greenmech.org/images/gmc_banner.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#header a {
	color: #FFFFFF;
}
/* ****************************************************************************************************** */

/* Administration Content */
/* ****************************************************************************************************** */
#content-admin {
	width: 910px;
	float: left;
	font-size: small;
	padding: 5px;
	background-color: #FFFFFF;
	border: thin solid #6699FF;
}
/* ****************************************************************************************************** */

/* Generic Content */
/* ****************************************************************************************************** */
#content {
	width: 720px;
	padding: 5px;
	float: right;
	font-size: small;
	background-color: #FFFFFF;
	border: thin solid #6699FF;
}
/* ****************************************************************************************************** */

/* Generic Main Content */
/* ****************************************************************************************************** */
#content-main {
	width: 390px;
	padding: 5px;
	float: left;
	border: 1px outset #C0C0C0;
	background-color: #FFFFFF;
}

#content-main a {
	text-decoration: none;
	color: #0066CC;
}

#content-main ul a, #content-main ul a:visited {
	padding-left: 5px;
}

#content-secondary {
	width: 180px;
	padding: 5px;
	float: right;
	color: White;
}
/* ****************************************************************************************************** */

/* Generic Secondary Content */
/* ****************************************************************************************************** */
#content-secondary a {
	display: block;
	text-decoration: none;
	padding-left: 5px;
	line-height: 1.2em;
	color: #EAF4FF;
}

#content-secondary a:hover {
	background-color: #CCCCCC;
}
/* ****************************************************************************************************** */

/* Generic Navigation */
/* ****************************************************************************************************** */
#nav {
	width: 180px;
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
	
}

#nav a:link {
	border: 0px;
	color: black;
	display: block;
	font-size: small;
	line-height: 1.3em;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
}

#nav a:visited {
	border: 0px;
	color: black;
	display: block;
	font-size: small;
	line-height: 1.3em;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
}

#nav a:hover {
	background-color: #CCCCFF;
	border: 0px;
	color: black;
	display: block;
	font-size: small;
	line-height: 1.3em;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
}

#nav a:active {
	background-color: #CCCCFF;
	border: 0px;
	color: black;
	display: block;
	font-size: small;
	line-height: 1.3em;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
}
/* ****************************************************************************************************** */

/* Generic Footer */
/* ****************************************************************************************************** */
#footer {
	clear: both;
	font-size: smaller;
}
/* ****************************************************************************************************** */


/* ****************************************************************************************************** */
/* Classes */
/* ****************************************************************************************************** */
.submit {
	border: 1px ridge #008000;
	padding: 2px 5px;
	margin: 2px 0px 2px 0px;
	background-color: #009F00;
	color: #FFFFFF;
}

.errortext {
	color: Red;
}

.nav-selected {
	border: 0px solid #000000;
	background-color: #990033;
}

.photo {
	border-style: solid;
	border-width: 1px;
	border-color: inherit;
	margin: 1px;
	padding: 3px;
}
.bubbleBox {
	background-position: bottom;
	background-image: url('http://www.greenmech.org/App_Themes/CrystalX/design/bubblebottom.gif');
	background-repeat: repeat-x;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-right-width: 1px;
	border-left-width: 1px;
	margin-bottom: 1em;
	padding: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DDDDDD;
	font-size: 1.2em;
	text-align: center;
}
.bubbleBox a {
	text-decoration: none;
}
.displayBox {
	background-image: url('http://www.greenmech.org/App_Themes/CrystalX/design/pagetop_gradient.gif');
	background-repeat: repeat-x;
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-left-style: solid; 
	border-right-color: #DDDDDD; 
	border-bottom-color: #DDDDDD; 
	border-left-color: #DDDDDD; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	margin-bottom: 1em;
	padding: 5px;			
}
.displayBox h4 {
	background-image: none;
	margin-bottom: 0.5em;
}
.contentLeft {
	display: block;
	float: left;
	width: 49%;
}
.contentRight {
	display: block;
	float: right;
	width: 49%;
}
li.pdf-link {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0em;
	margin-bottom: 0.3em;
	padding-left: 24px;
	background: url('http://www.greenmech.org/App_Themes/CrystalX/design/AdobeReader16x16.png') no-repeat top left;
}
li.ppt-link {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0em;
	margin-bottom: 0.3em;
	padding-left: 24px;
	background: url('http://www.greenmech.org/App_Themes/CrystalX/design/PowerPoint16x16.png') no-repeat top left;
}
/* ****************************************************************************************************** */