@CHARSET "UTF-8";

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: black;
	min-height: 620px;
}

img {
	border: 0px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}

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

div#Navi {
	position: absolute;
	left: 40px;
	top: 80px;
	width: 910px;
	z-index: 5;
}
div#Generic {
	position: absolute;
	right: 60px;
	bottom: 10px;
	height: 20px;
	margin-right: 15px;
	z-index: 7;
}
div#Content {
	position: absolute;
	top: 135px;
	left: 240px;
	z-index: 6;
}

div#FormPanel {
	background: #cae0ac;
	width: 650px;
	height: 409px;
}
div#Form {
	position: absolute;
	background: white;
	top: 5px;
	left: 5px;
	height: 399px;
	width: 640px;
}
div#Loading {
	position: absolute;
	background: white;
	top: 5px;
	left: 5px;
	height: 399px;
	width: 640px;
	opacity: 0.9;
}

div#ToolboxTop {
	position: absolute;
	top: 135px;
	left: 25px;
	background: #96c159;
	height: 5px;
	width: 150px;
	overflow: hidden;
}
div#Toolbox {
	position: absolute;
	left: 25px;
	top: 140px;
	bottom: 161px;
	width: 150px;
	background: #cae0ac;
}

div#LemonTop {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
div#LemonBottom {
	position: absolute;
	bottom: 0px;
	left: 50px;
	z-index: 2;
}
div#LemonBottom img {
	float: left;
}
div#LemonLogo {
	position: absolute;
	top: 38px;
	left: 25px;
	z-index: 3;
}
div#Transparent {
	position: absolute;
	top: 135px;
	left: 235px;
	width: 660px;
	height: 414px;
	background: white;
	opacity: 0.5;
	z-index: 4;
}
div#Language {
	background: url( /img/global/BG-Language.jpg );
	position: absolute;
	left: 25px;
	bottom: 0px;
	width: 150px;
	height: 160px;
	z-index: 8;
}

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

ul.Navi {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.Navi li {
	float: left;
	margin: 1px 45px 2px 0px;
}
ul.Lang li {
	margin: 1px 0px 2px 15px;
}
ul.Navi li.active {
	font-weight: bold;
}
ul.Navi li a:hover {
	text-decoration: none;
}

div#Navi div.Ruler {
	clear: both;
	background: #68b1ce;
	height: 1px;
	width: 100%;
	overflow: hidden;
}

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

div.acHead {
	border-top: 1px solid white;
	cursor: pointer;
	padding: 3px 15px;
	
}
div.acContent {
	border-top: 1px solid white;
	padding: 5px 15px;
	font-size: 10px;
	overflow: hidden;
}

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

div#Content div#Panel {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
div#Content div#Headline {
	position: absolute;
	top: 0px;
	left: 650px;
	width: 60px;
	background: #aacd79;
}
div#Content div#Paging {
	position: absolute;
	left: 650px;
	width: 60px;
}
div#Content div#Switch {
	position: absolute;
	top: 414px;
	left: 0px;
	width: 645px;
	text-align: right;
}
div#Content div#Headshot {
	float: left;
	margin: 0px 66px 5px 0px;
}
div#Content div#Data {
	position: absolute;
	top: 322px;
	left: 0px;
	width: 645px;
	height: 60px;
	background: #cae0ac;
}


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

div#Panel div.Photo {
	float: left;
	margin: 0px 5px 5px 0px;
}
div#Panel div.Photo img {
	left: 0px;
	top: 0px;
}
div#Panel div.Photo div.UIBar {
	margin-top: -16px;
	height: 16px;
	background: #96c159;
	opacity: 0.4;
}

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

ul.Switch {
	padding: 0px;
	margin: 4px 0px;
	list-style: none;
	float: right;
}
ul.Switch li {
	float: left;
	margin: 0px 0px 0px 10px;
}
ul.Switch li.disabled {
	color: silver;
}
ul.Switch li a {
	color: #7b7b7b;
}
ul.Switch li a.active {
	color: #ff6826;
}

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

table.Paging {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
}
table.Paging td {
	text-align: center;
}
table.Paging td img {
	cursor: pointer;
}
table.Paging td#PagingNum {
	line-height: 19px;
}
table.Paging td#PagingNum a {
	color: #7b7b7b;
}
table.Paging td#PagingNum a.active {
	color: #ff6826;
}

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

div.TileOverview {
	float: left;
	height: 202px;
	margin: 0px 35px 5px 0px;
	background: #c7dea8;
	overflow: hidden;
}
div.TileOverview img.Headshot {
	border: none;
}
div.TileOverview span a {
	float: left;
	font-size: 10px;
	margin: 2px 0px 0px 7px;
}
div.TileOverview img.Button {
	float: right;
	border: none;
	margin: 1px 6px 0px 0px;
	cursor: pointer;
}

div.TileDetail {
	position: relative;
	float: left;
	margin: 0px 5px 5px 0px;
	overflow: visible;
}
div.TileDetail img.Photo {
	border: none;
}
div.TileDetail div.UIBar {
	position: absolute;
	top: 140px;
	height: 16px;
	background: #96c159;
	opacity: 0.4;
}
div.TileDetail img.Button {
	position: absolute;
	border: none;
	cursor: pointer;
}

div.TileLighttable {
	position: relative;
	float: left;
	margin: 0px 5px 5px 0px;
	border: 1px solid white;
	overflow: visible;
}
div.TileLighttable.Landscape {
	border-left-width: 4px;
	border-right-width: 4px;
}
div.TileLighttable img.Photo {
	border: none;
	float: left;
	cursor: pointer;
}
div.TileLighttable div.UIBar {
	position: absolute;
	top: 57px;
	left: 0px;
	height: 13px;
	width: 100%;
	text-align: right;
	background: #96c159;
	opacity: 0.4;
}
div.TileLighttable img.Button {
	position: absolute;
	top: 58px;
	right: 2px;
	border: none;
	cursor: pointer;
}

div#Data span#Name {
	font-size: 16px;
	display: block;
	margin: 36px 0px 0px 8px;
	float: left;
}
div#Data span.Item {
	font-size: 10px;
	font-style: italic;
	line-height: 19px;
	float: left;
	width: 113px;
	margin-left: 5px;
}

a.Context {
	color: #7b7b7b;
}

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

div#Toolbox form input {
	border: 1px solid #96c159;
	background: #deeccb;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

div#Toolbox p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

div#Toolbox a.Btn {
	display: block;
	padding: 2px 10px;
	text-align: center;
	font-size: 12px;
	border: 1px solid white;
	color: black;
	background: #96c159;
}
div#Toolbox a.Btn:hover {
	text-decoration: none;
}

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

div#Form div.Frame {
	border: 1px solid #96c159;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 632px;
	height: 363px;
}

div#Form div.Title {
	background: #cae0ac;
	position: absolute;
	left: 3px;
	top: 371px;
	width: 634px;
	height: 25px;
	overflow: visible;
}

div#Form div.List {
	position: absolute;
	left: 3px;
	top: 40px;
	width: 634px;
	height: 322px;
	overflow: hidden;
}

div#Form div.Ruler {
	position: absolute;
	left: 3px;
	top: 365px;
	width: 634px;
	height: 3px;
	overflow: hidden;
	background: #96c159;
}

div#Form form {
	margin: 10px 20px;
}

div#Form div.Title h1 {
	font-size: 24px;
	font-weight: normal;
	color: #96c159;
	margin: 1px 0px 0px 0px;
}

div#Form label {
	display: block;
	width: 86px;
	float: left;
	text-align: right;
	margin: 2px 10px 0px 0px;
}
div#Form label.error, div#Form span.error {
	color: #ff5105;
	font-weight: bold;
}

div#Form input, div#Form textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #96c159;
	width: 194px;
	float: left;
	margin: 0px 0px 18px 0px;
	padding: 1px;
}
div#Form input[disabled], div#Form textarea[disabled] {
	background: #deeccb;
	color: white;
}
div#Form input.fileFakeOrig {
	opacity: 0;
}

div#Form select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #96c159;
	width: 198px;
	float: left;
	margin: 0px 0px 18px 0px;
	padding: 0px;
}

div#Form form#modelDataForm input, div#Form form#modelDataForm select, div#Form form#modelDataForm textarea, div#Form form#modelDataForm label, div#Form form#modelDataForm fieldset {
	margin-bottom: 0px;
}
div#Form form#modelDataForm span.Field {
	float: left;
	margin-bottom: 18px;
}
div#Form form#modelDataForm span.Field.unavailable {
	opacity: 0.3;
}

div#Form a.Btn {
	padding: 2px 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cae0ac;
	color: white;
	background: #96c159;
}

div#Form span.Info {
	font-size: 10px;
	color: #aaaaaa;
}
div#Form a.Btn:hover {
	text-decoration: none;
}
div#Form a.Btn.disabled {
	background: #cae0ac;
	color: #bbbbbb;
	border-color: #bbbbbb;
}
div#Form a.ImageCtrl {
	font-size: 12px;
	color: #ff6826;
	text-decoration: none;
}
div#Form img.ImageCtrl {
	border: 1px solid white;
	cursor: pointer;
}
div#Form img.ImageCtrl.selected {
	border-color: #ff6826;
}

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

table.List {
	width: 100%;
	font-size: 10px;
	border-collapse: collapse;
}

table.List th {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	padding: 14px 8px 4px 8px;
}
	
table.List tr.even {
	background: #cae0ac;
}
table.List tr.odd {
	background: #deeccb;
}

table.List td {
	padding: 4px 8px;
	border-bottom: 1px solid white;
	border-left: 1px solid #96c159;
}

/* ***
 * Message Bubble
 * (model overview page)
 */

div#Bubble {
	position: absolute;
	width: 135px;
	height: 186px;
	z-index: 999;
}
div#Bubble div.Line {
	position: absolute;
	width: 135px;
	overflow: hidden;
}
div#Bubble div.Area {
	position: absolute;
	top: 6px;
	width: 135px;
	height: 173px;
	background: white;
	opacity: 0.7;
	z-index: 1;
}
div#Bubble div.Message {
	position: absolute;
	top: 6px;
	width: 135px;
	height: 173px;
	z-index: 2;
	overflow: hidden;
}
div#Bubble div.Message span {
	float: left;
	display: inline;
	font-size: 10px;
	font-style: italic;
	margin: 10px 15px;
}

/* ***
 * Light table
 *
 */
 
div#ltPanel {
	position: absolute;
	left: 15px;
	top: 30px;
	width: 130px;
	bottom: 10px;
	overflow: hidden;
}

/* ***
 * UI Flags
 * (e.g. model edit page)
 */

div.Flag {
	float: left;
	width: 90px;
	height: 21px;
	margin-right: 1px;
	background: #96c159;
	border: 1px solid #96c159;
	font-size: 12px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

div.Flag.hover {
	color: #cae0ac;
}
div.Flag.disabled {
	background: #cae0ac;
	border: 1px solid #cae0ac;
}
div.Flag.active {
	height: 28px;
	border: 1px solid #ff5105;
	background: white;
	color: #96c159;
}

div.Flag span {
	float: left;
	margin: 7px 0px 0px 10px;
}

/* ***
 * Staff thumbnails
 */
 
img.Staff {
	margin: 0px 0px 5px 2px;
	float: left;
	cursor: pointer;
	opacity: 0.5;
}
img.Staff.active {
	opacity: 1;
}
img.Staff.over {
	border-bottom: 2px solid #96c159;
	margin-bottom: 1px;
}

/* ***
 * Search form
 */

form#searchForm {
	padding-top: 10px;
}
form#searchForm label {
	float: left;
	font-style: italic;
	margin-bottom: 1px;
} 
form#searchForm select, form#searchForm input {
	float: left;
	width: 120px;
	font-size: 10px;
	padding: 1px;
	line-height: 10px;
	font-family: Verdana;
	border: 1px solid #96c159;
	background: #deeccb;
	margin-bottom: 5px;
}
