/**************************************************************************\
* Protean Framework                                                        *
* http://www.proteanware.com                                               *
* Written by:  Eric Jennings <ericj@proteanware.com>                       *
* --------------------------------------------                             *
*  This program is free software; you can redistribute it and/or modify it *
*  under the terms of the GNU Lesser General Public License as published   *
*  by the Free Software Foundation; either version 2 of the License, or    *
*  (at your option) any later version.                                     *
\**************************************************************************/

/* @group Universal Selectors */
/* @end */

/* @group Element Selectors */
body {
	background: #bbb url(../images/transgradient.png) repeat-x;
	min-height: 1000px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
a {
	text-decoration: none;
	font-weight: bold;
}
/* @end */

/* @group Class, Attribute, and Pseudo Selectors */
.theme-background-blue {
	background-color: #8c96ff;
}
.theme-bottomline-blue {
	background-color: #d9daff;
}
.theme-foreground-blue {
	color: #8c96ff;
}
.theme-border-blue {
	border-color: #8c96ff;
}
.theme-border-blue:hover {
	border-color: #ff5b00;
}
.theme-background-orange {
	background-color: #ff5b00;
}
.theme-bottomline-orange {
	background-color: #fae5b8;
}
.theme-foreground-orange {
	color: #ff5b00;
}
.theme-border-orange {
	border-color: #ff5b00;
}
.theme-border-orange:hover {
	border-color: #8c96ff;
}
.theme-background-green {
	background-color: #5fbb46;
}
.theme-bottomline-green {
	background-color: #e9fed1;
}
.theme-foreground-green {
	color: #5fbb46;
}
.theme-border-green {
	border-color: #5fbb46;
}
.theme-border-green:hover {
	border-color: #ff5b00;
}
.disabled {
	color: #999999;
}
.enabled {
	color: #C42A1F;
	font-weight: bold;
}
.yes {
	color: #00ad11;
}
.no {
	color: #FF0000;
}
.notice {
	color: #00ad11;
	font-weight: bold;
}
.error {
	color: #ff9385;
	font-weight: bold;
}
.errorfield {
	background: #ffb893;
	color: #333333;
}
.required {
	color: #C42A1F;
	font-weight: bold;
}
.hr {
	background: #000 url(../images/hr.png);
	height: 1px;
	max-width: 780px;
}
.mainpane {
	display: inline-block;
	width: 780px;
	margin: 0px;
	padding: 0px;
}
.leftpane-main {
	width: 470px;
	max-width: 470px;
	min-width: 470px;
	text-align: left;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.rightpane-main {
	width: 310px;
	max-width: 310px;
	min-width: 310px;
	height: 488px;
	max-height: 488px;
	min-height: 488px;
	background: #FFF url(../images/rightpane-background.png) no-repeat right;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.rightpane-main p {
	padding: 20px 20px 0px 20px;
	margin: 0px;
	color: #000;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.25em;
}
.rightpane-main p.small {
	font-size: 1.0em;
	font-weight: 400;
	line-height: normal;
}

.topmenu {
	padding: 40px 0 0 0;
	margin: 0;
	font-size: 1.38em;
	font-weight: 200;
	list-style-type: none;
	float: right; 
}
.topmenu li {
	display: inline;
	width: auto;
	margin-left: 18px;
}
.topmenu li a.selected{
	font-weight: bold;
	text-decoration: underline;
}
.topmenu li a {
	color: #FFF; 
	text-decoration: none; 
	font-weight: normal;
}
.topmenu li a:hover {
	color: #FFF; 
	text-decoration: underline; 
}	
.static-container {
	background: #EEE;
	padding: 15px;
	border: 8px solid #EEE;
	color: #333;
	margin: 30px 0px 20px 0px;
}
.bio {
	padding-bottom: 20px;
}
.bioimage {
	float: left; 
	margin-right: 20px; 
	border: 2px solid #CCC;
}
.superhead {
	padding: 0;
	margin: 0;
}
.subhead {
	padding: 0 0 20px 0;
	margin: 0;
}
.projectimage {
	border-width: 1px;
	border-style: solid;
	padding: 2px;
}
.bottomline {
	border: 1px solid #CCC;
	padding: 15px;
}
.bottomline p {
	margin-bottom: 0;
}
.modal-content {
	padding: 30px;
}
.modal-content-header {
	margin-bottom: 30px;
}
.modal-content-header h1 {
	margin: 0;
	color: #fff;
	padding: 10px 20px;
}
.modal-screenshot {
	float: right; 
	margin-left: 20px;
}
.margin-bottom-0 {
	margin-bottom: 0;
}
.requiredfields {
	font-size: 0.7em;
	color: #4b4b4b;
}
.form {
	border: 1px solid #e4e5d7;
	width: 100%;
	margin-bottom: 2px;
	background-color: #f9fafb;
}
.form th {
	padding: 8px;
	font-weight: bold;
	font-size: 1.1em;
	/*background-color: #f5f9fb;*/
}
.form td {
	padding: 3px 15px 3px 15px;
}
/* @end */

/* @group ID Selectors */
#doc {
	background-color: #000;
	color: #FFF;
	height: 500px;
	width: 940px;
}
#hd {
	margin: 30px 0px 50px 0px;
	background-color: #000;
}
#bd {
	margin: 0;
	background-color: #000;
}
#ft {
	margin: 0px;
	font-size: 0.82em;
	line-height: 1.2em;
	color: #DDD;
	background-color: #000;
	padding-top: 20px;
}
#errorstack {
	margin-bottom: 20px;
	padding: 5px 10px 5px 10px;
	background-color: #6d0000;
	border: 1px solid #777;
}
#memberlogin{
	padding-top: 10px;
}
#theme-switcher {
	display: inline;
	width: auto;
}
#theme-switcher li {
	float: left;
	width: auto;
	margin: 0;
    padding: 0;
    list-style-type: none;
}
#swatch-blue {
	display: inline;
	float: left;
	width: 13px;
	height: 13px;
	background-color: #8c96ff;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	margin-left: 5px;
}
#swatch-blue:hover {
	border-color: #8c96ff;
}
#swatch-orange {
	display: inline;
	float: left;
	width: 13px;
	height: 13px;
	background-color: #ff5b00;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	margin-left: 5px;
}
#swatch-orange:hover {
	border-color: #ff5b00;
}
#swatch-green {
	display: inline;
	float: left;
	width: 13px;
	height: 13px;
	background-color: #5fbb46;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	margin-left: 5px;
}
#swatch-green:hover {
	border-color: #5fbb46;
}
#index-leftpane-2,
#index-leftpane-3,
#index-servicecarousel-1,
#index-servicecarousel-2,
#index-servicecarousel-3,
#index-servicecarousel-4,
#index-servicecarousel-5,
#index-servicecarousel-6  {
	display: none;
} 
#errorcontent {
	padding-top: 20px;
}
#index-leftpane li {
	list-style-type: none;
	margin: 0px;
}
#servicescarousel-container {
	padding-top: 10px;
}
#servicescarousel li {
	display: inline;
	list-style: none;
}
#projecttable {
	width: 100%;
	border: 1px solid #CCC;
	background-color: white;
}
#projecttable td {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
}
#simplemodal-overlay {
	background-color:#000; 
	cursor:wait;
}
#simplemodal-container {
	min-height:600px; 
	width:850px; 
	background-color:#fff; 
	border:3px solid #ccc;
}
#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}
#simplemodal-container #basicModalContent {
	padding:8px;
}
#registree-modal,
#nma-modal,
#wepak4u-modal,
#seismo-watch-modal,
#projectx-modal,
#cube-modal,
#ccoy-modal {
	display: none;
}
/* @end */
