@import url(tables.css);
@import url(newspaper.css);
@import url(relations.css);
@import url(messages.css);
@import url(ariadne.css);

body, html {
  font-family: "Georgia", Cambria, Times, Times New Roman, serif;
  margin: 0;
  padding: 0;
	height: 100%;
	background: url("../images/background.png") repeat-y;
}

a {
  color: #000;
}

a:visited {
  color: #333;
}

a:hover {
  color: #fff;
}

a:active {
  color: #fff;
  text-decoration: none;
}

h1 {
  margin: 0 0 5px 0;
}

img {
  border: 0;
}

.clear {
  clear: both;
}

#theirspace {
	float: left;
}

#yourspace {
	float: right;
	width: 215px;
  font-size: 1.2em;
  font-family: "Helvetica", Geneva, Arial, sans-serif;
  font-weight: bold;  
  font-style: italic;
  color: #000;
  padding: 6px 0 0 0;
}

#yourspace hr {
  border-width: 0;
  height: 0;
  border-top-width: 2px;
  border-style: solid;
  border-color: #000;
  margin: 4px 5px 2px 5px;
}

#me {
  margin: 0 0 0 10px;
}

#username {
  font-family: "Georgia", Cambria, Times, Times New Roman, serif;
  margin: 0 0 0 10px;
  color: #a7a9ad;
}

.navigation, a.text_bigger, a.text_smaller {
  font-family: "Helvetica", Geneva, Arial, sans-serif;
  font-weight: bold;  
  font-style: italic;
  color: #000;
}

.navigation {
  font-size: 1.2em;
  padding: 5px 0 5px 10px;
	border-bottom: 2px solid #000;
}

.navigation a {
  color: #000;
  text-decoration: none;
}

.navigation a:hover {
  text-decoration: underline;
}

#workspace_navigation {
  text-align: right;
  margin: 0 10px 0 0;
}

#theirspace_navigation {
  width: 215px;
}

a.text_bigger {
  font-size: 1.2em;
  text-decoration: none;
  padding: 0 0 0 10px;
}

a.text_smaller {
  font-size: 0.8em;    
  text-decoration: none;
}

a.text_bigger:hover, a.text_smaller:hover {
  text-decoration: underline;
}

#workspace {
	margin: 0 215px 0 215px;
	background: #fff;
  min-height: 100%;
  background: url("../images/background.png") repeat;
}

#content {
  padding: 10px 0 0 0;
}

#footer {
	clear: both;
}

#ariadne {
  float: left;
  margin: 0 0 0 -220px;
  position: absolute;
}

.other_profile {
  position: absolute;
  z-index: 1;  
}

#profile {
  float: right;
  width: 125px;
  margin: 15px -140px 0 0;
}

#profile img {
  margin: 0 0 0 10px;
}

.question {
  background: url("../images/background.png") repeat;
}

ul.question_content {
  padding: 5px 10px 15px 10px;
}

ul.question_content li {
  list-style-type: none;
  font-style: italic;
}

.answer {
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.answer_content {
  font-weight: bold;
  font-style: italic;  
  padding: 5px 10px 15px 10px;
}

.answer_content label, button.submit_button, button.cancel_button {
  cursor: pointer;
}

.answer_content ul {
  margin: 0 0 5px 0;
  padding: 5px 10px 10px 5px;  
  background: #fff;
}

.answer_content li {
  list-style-type: none;
  line-height: 1.5em;
}

button.submit_button, button.cancel_button {
  font-family: "Helvetica", Geneva, Arial, sans-serif;  
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  color: #000;  
  font-size: 1em;
  border: 0;
}

button.submit_button:hover, button.cancel_button:hover {
  text-decoration: underline;
  color: #8AC99B;
}

button.submit_button:active, button.cancel_button:active {
  background: underline;
}

.program_error {
  margin: 0 80px 0 80px;
  padding: 5px 10px 15px 10px;
  color: #fff;
  background: #ff0802;
}

.radioOff {
	padding: 0 0 0 20px;  
	background: transparent url(../images/radio_off.png) no-repeat 0% 50%;
}

.radioOn {
	padding: 0 0 0 20px;  
	background: transparent url(../images/radio_on.png) no-repeat 0% 50%;
}

#menuplus {
  font-family: "Georgia", Cambria, Times, Times New Roman, serif;
  font-size: 0.75em;
  width: 185px;
  margin: 15px 5px 0 10px;
  position: absolute;
}

#menuplus h1 {
  font-family: "Helvetica", Geneva, Arial, sans-serif;  
  font-size: 1.1em;
  padding: 10px 0 25px 15px;
  margin: 0;
}

#menu_trail {
  background: #e6e9e6;
}

#menu_tables {
  background: #dbdbdc;
}

#menu_relations {
  background: #d0d0d1;
}

#menu_messages {
  background: #b7b9bd;
}

#menuplus ul {
  font-weight: normal;
  font-size: 1.2em;
  list-style-type: square;
  list-style-position: outside;
  padding: 0 15px 15px 25px;
  margin: 0;
  border-left: 1px solid #fff;
}

#menuplus li {
  padding: 0;
  color: #000;
}

#menuplus a {
  color: #000;
  text-decoration: none;
}

#menuplus a:hover {
  text-decoration: underline;
}

#gallery {
  border-top: 1px solid #000;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
}

a.submit_link {
  font-family: "Helvetica", Geneva, Arial, sans-serif;    
  color: #000;
  text-decoration: none;
}

a.submit_link:hover {
  color: #8AC99B;
  text-decoration: underline;  
}