/* specific styles for this site */
body {
	color: #4C4C4C;
	background: #EAECEF;
	font-size: 14px;
	font-family: "myriad-pro", "Arial", "Helvetica", sans-serif;
	line-height: 1.4;
}

td, th {
	line-height: 1.5;
	vertical-align: top;
	font-weight: normal;
}

code, tt, pre {
	white-space: pre;
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
}
textarea {
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
}
blockquote {
	background-color: #DDDDDD;
	margin: 10px 10px 5px 10px;
	padding: 5px 5px 0 5px;
	border: 1px;
	border-style: inset;	
	font-style: italic;
}

/* layout specific */
#header {
	padding-top: 10px;
	padding-left: 10px;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 10;
}
#header img {
	border: 0;
	vertical-align: top;
}
#header h1 {
	display: none;
	text-indent: -999em;
}

#contents-container {
	padding: 9px;
	margin: 0 auto;
	width: 940px;
	text-align: left;
	background: #F4F5F6;
	border: 1px solid #FDFDFD;
	border-radius: 4px;
	-moz-box-shadow: 0 0 4px 4px #E2E4E7;
	-webkit-box-shadow: 0 0 4px 4px #E2E4E7;
	box-shadow: 0 0 4px 4px #E2E4E7;
	min-height: 400px;
	overflow: hidden;
}
#contents {
	float: left;
	width: 710px;
	min-height: 600px;
}
#contents-wide {
	float: right;
	padding: 10px;
	width: 920px;
	border: 1px solid #e4e7ea;
	border-radius: 4px;
	background: #FFFFFF;
	min-height: 600px;
}

#sidebar {
	display: block;
	float: right;
	width: 220px;
	padding: 1px 0 0 0;
}
#sidebar .section {
	padding: 0 0 20px 0;
}
#sidebar .section h1 {
	display: block;
	width: 220px;
	height: 32px;
	padding: 5px 12px 0 12px;
	margin: 0;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	background: url("../images/site/bar-section.png") no-repeat 0 0;
}
#sidebar .contents {
	padding: 0 5px 0 10px;
	color: #808080;
}
#sidebar .cart {
	padding: 0 0 0 40px;
}
#sidebar .button {
	float: right;
	display: block;
	padding: 10px 0 0 0;
}

button.button::-moz-focus-inner { /* FireFox Fix */
	padding: 0;
	border: 0;
}
button.button {
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
	-webkit-border-fit: lines; /* Safari & Google Chrome Fix */
}
button.button span {
	display: block;
	height: 21px;
	padding: 0 0 0 4px;
	text-align: center;
	white-space: nowrap;
	font-size: 12px;
	line-height: 21px;
	color: #FFFFFF;
	background: url("../images/site/bar-button.png") no-repeat 0 0;
}
button.button span span {
	border: 0;
	padding: 0 12px 0 8px;
	background-position: 100% 0;
}
button.disabled span {
	border-color: #BBBBBB !important;
	background: #BBBBBB !important;
}

#stopwatch {
	padding: 10px;
	font-size: 80%;
}

/* searchmenu stuff */
#searchmenu {
	display:none;
	position: absolute;
	white-space: nowrap;
	overflow: visible;
	top: 48px;
	right: 12px;
	width: 305px;
	height: 30px;
}
#searchmenu input {
	float: left;
	background: url("../images/site/bg-input-search.png") no-repeat;
	padding: 7px 6px 8px;
	border: 0;
	width: 220px;
    color: #444444;
}
#searchmenu button.button {
	overflow: visible;
	width: auto;
	border: 0;
	padding: 10px 0 10px 5px;
	margin: 0;
	background: transparent;
	cursor: pointer;
	color: #999999;
	font-size: 12px;
}

/* status panel */
#status {
	text-align: left;
}
#status div.user {
	margin-left: 10px;
}
#status div.session {
}
#status div.site {
	font-weight: bold;
	font-size: 120%;
	color: red;
}

#debug {
	padding-top: 10px;
	padding-left: 10px;
	color: #444444;
}
#validators {
	padding-top: 10px;
	padding-left: 10px;
}

/* footer style */
#footer {
	width: 940px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	text-align: left;
}
#copyright {
	color: #888888;
}

/* specifics */
.color0 {
	color: #008866;
}
.color1 {
	color: #AA8800;
}
.color2 {
	color: #AA4400;
}
.color3 {
	color: #BB2200;
}
