.inSophyColor {
	color: #d53a00;
}

html {
	margin: 0px;
}

body {
	font-family: helvetica, arial, sans-serif;
	background-color: #647a90;
	margin: 0px;
	font-size: small;
}

#main {
	background-color: white;
	width: 950px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	border: solid black 1px;
}

#head {
	background-image: url("head.png");
	height: 130px;
}

#languages {
	float:right;
	margin-top:15px;
	margin-right:20px;
}

#languages img {
	margin-left:5px;
	border:solid #aaa 1px;
}

/* side column */
#sideColumn {
	float:right;
	background-color:white;
	font-size:85%;
}

#sideColumn div.columnBox {
	border:solid #d53a00 1px;
	width:264px;
	margin: 0px 15px 10px 0px;
	padding: 5px 8px 5px 8px;
}

#sideColumn h1 {
	font-size:110%;
	margin-top:0px;
}

#logo {
	text-align:center;
	margin: 10px 0px 10px 0px;
}
/* end of side column */

/* menu and content */
.menu-content {
	margin-left:20px;
	width: 610px;
}

/* menu */
.tab-row {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	text-align:center;
	font-size:105%;
}

.tab-row ul {
	display:inline;
	padding: 0px;
}

.tab-row li {
	display:inline;
	padding: 0px 6px 0px 10px;
	border-right: 1px solid black;
}

.tab-row li.last {
	border-right: none;
}

.tab-row a {
	text-decoration:none;
	color:black;
}

.tab-row a:hover {
	text-decoration:underline;
}

.tab-row .selected a {
	/*font-weight: bold;*/
	color: #d53a00;
}
/* end of menu */

/* content */
.tab-panel {
	width: 100%;
	text-align: justify;
}

.tab-panel h1 {
  font-size:105%;
  margin:0px;
  text-align:center;
}
.tab-panel h2 {
  font-size:100%;
  font-weight:normal;
  margin:0px;
  text-align:center;
}

.tab-panel h3 {
	text-align:left;
	font-size:110%;
	margin-bottom:0px;
	margin-top:20px;
}
/* end of content */

#tail {
	clear:both;
	width:100%;
	margin-top:30px;
	padding-bottom:10px;
	text-align:center;
	font-size:85%;
}

/* general stuff */
a {
	color: #d53a00;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

img {
	border:none;
}

.centered {
	text-align:center;
}

span.remark {
	font-size:80%;
}

br.clear {
	clear:both;
}

.emph {
	font-weight:bold;
	}
/* end of general stuff */

#screenshots {
  text-align:center;
  margin-top:30px;
  margin-left:auto;
  margin-right:auto;
  font-size:85%;
  width:610px;
}

#screenshots .header {
	font-size:130%;
}

#screenshots .header td {
	padding-bottom:10px;
}

#screenshots td {
	vertical-align:top;
}

#screenshots img {
	margin-bottom:25px;
}

#screenshots .left {
	text-align:left;
	padding-left:0px;
	padding-right:20px;
}

#screenshots .center {
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

#screenshots .right {
	text-align:right;
	padding-left:20px;
	padding-right:0px;
}

/* data sheet*/
#dataSheet {
  width:90%;
  margin-left:auto;
  margin-right:auto;
  font-size:90%;
}
#dataSheet h1 {
  font-size:140%;
  font-weight:normal;
  margin:0px 0px 0px 5px;
  float:left;
}
#dataSheet h2 {
  font-size:110%;
  font-weight:normal;
  margin:0px 5px 0px 0px;
  float:right;
}
#dataSheet hr {
  clear: left;
  color: #d53a00;
  background-color: #d53a00;
  height:1px;
  margin-bottom: 3px;
  border: none;
}
#dataSheet table {
  border-collapse: collapse;
  width:100%;
  border:solid #bbb 1px;
}
#dataSheet td {
  border-bottom:solid #bbb 1px;
  padding: 2px 5px 2px 5px;
  vertical-align:top;
  text-align:left;
}
#dataSheet td.left{
  width:30%;
  background-color: #eee;
  border-right:solid #bbb 1px;
}
#dataSheet ol {
  margin-top:0px;
  color: #d53a00;
}
#dataSheet ul li {
  margin-left:-5px;
  padding-left:5px;
}
#dataSheet li span {
  color:black;
}
#dataSheet ul {
  margin-top:0px;
  margin-bottom:0px;
  color: #d53a00;
}
/* end of data sheet*/

/* price list */
#priceList {
  width:100%;
}

#priceList th {
  font-weight: normal;
  padding: 10px 0px 0px 0px;
  vertical-align:top;
  width:60%;
  padding-right:30px;
}

#priceList td {
	vertical-align:top;
	padding: 10px 0px 0px 0px;
}
#priceList .remark {
	font-style: italic;	
}
/* end of price list */

/* agreement */
#agreement h1 {
	font-variant: small-caps;
	text-align:left;
	margin:30px 0px 0px 30px;
}

#agreement em {
	font-weight:bold;
}
/* end of agreement */

/* forms style */
.feedback ul, .feedback ul li {
	display: block;
	padding: 0px;
}

.feedbackPanelERROR {
	color: #D53A00;
	font-weight: bold;
}


input, select, textarea, button {
	border: 1px solid gray;
	font-size:100%;
}

input, textarea, button {
	padding: 0px 2px 0px 2px;
}

textarea {
	height:50px;
	font-size:110%;
}

input.num {
	text-align: right;
}

input.file {
	margin-top:10px;
	text-align:left;
	width:40%;
}

.indentForm input, .indentForm textarea, .indentForm button {
	float:left;
	margin-bottom:2px;
	width:160px;
}

.indentForm label  {
	float:left;
	margin-bottom:2px;
	text-align:right;
	width:85px;
	padding-right:10px;
}

.indentForm .submit {
	width:166px;
}



/* end forms style */

/* help */
#help {
	float:right;
	text-align:right;
	border: solid #d53a00 1px;
	margin-right:3px;
	font-size:95%;
}

#help a {
	text-decoration:none;
}

.help {
	border: solid #d53a00 1px;
	font-size:95%;
	color:#d53a00;
	margin:20px 5px 20px 5px;
	padding: 0px 4px 0px 4px;
}
/* end of help */

/* citation */
#reference {
	margin-top:70px;
	margin-right:40px;
	float:right;
	width:350px;
	text-align:right;
	font-size:100%;
}
/* end of citation */