/* ........ MISC ........ */
body {
	/*background-position: 0 140px;*/
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
}
.left {
  float: left;
}
.right {
  float: right;
}
.blue_link {
	text-decoration: none;
	color: #0066ff;
}
.blue_link:hover {
	text-decoration: underline;
}

form#new_purchase .blue_link:hover {
  text-decoration: none;
}

.fieldWithErrors {
  display: inline;
}

.debug {
	font-size: 12px;
	background-color: #ffffcc;
	padding: 4px;
}

#wrapper {}

/* ........ HEADER ........ */
.header_env {
	background-color: white;
}
.header {
	width: 890px;
	height: 50px;
	margin: 0 auto;
}
  .header .title {
    float: left;
    width: 40%;
    margin: 15px 0 0 0;
  }
  .header .title h1 {
    font-size: 20px;
    color: #606e29;
  }
  .header .account {
    float: right;
    width: 40%;
    margin: 15px 0 0 0;
    text-align: right;
    padding: 0 0 2px;
  }
  .header .account span {
    font-size: 12px;
    color: #333333;
  }
  .header .account a {
    font-size: 12px;
  }

#student_notice {
  padding: 6px;
  background-color: #FFFF99;
  border-bottom: 1px solid #FC0;
}

#student_notice a#hide_notice {
  float: right;
  margin-right: 10px;
  font-size: 12px;
  color: blue;
  text-decoration: none;
  line-height: 18px;
}

#student_notice span.notice b {
  margin: 0 6px;
}

#student_notice a#hide_notice:hover {
  text-decoration: underline;
}


/* ........ MENU ........ */
.menu_env {
	background-color: white;
}
.menu {
	width: 890px;
	height: 36px;
	margin: 0 auto;
}
  .menu a {
    display: block;
    background: transparent url(/images/ui/menu.png) no-repeat scroll 0 0;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;
    text-decoration: none;
    text-transform: uppercase;
    color: #606e29;
  }
  .menu a:hover {
    background: transparent url(/images/ui/menu.png) no-repeat scroll 0 -36px;
    text-decoration: underline;
    color: white;
  }
  .menu a .item {
    float: left;
    width: 104px;
    height: 36px;
    text-align: center;
  }
  .menu a.selected {
    color: white;
  }
  .menu a.selected .item {
    background: transparent url(/images/ui/menu.png) no-repeat scroll 0 -36px;
  }
  .menu .left a {
    margin-right: 6px;
  }

/* ........ STRIP ........ */
.strip_env {
	background-color: #606e29;
}
.strip {
	width: 890px;
	height: 55px;
	margin: 0 auto;
}
.strip h1 {
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  line-height: 55px;
}
.search {
  margin: 14px 0 0 0;
}
.search .left_part {
  float: left;
  width: 30px;
  height: 26px;
  background: transparent url(/images/ui/searchbox_left.png) no-repeat scroll 0 0;
}
.search .center_part {
  float: left;
  width: 263px;
  height: 26px;
  background: transparent url(/images/ui/searchbox_center.png) repeat-x scroll 0 0;
}
.search .center_part input {
  width: 260px;
  border: 0;
  background-color: white;
  margin: 4px 0 0 0;
  padding: 0;
  font-size: 13px;
  color: #333333;
} 
.search .right_part {
  float: left;
  width: 30px;
  height: 26px;
  background: transparent url(/images/ui/searchbox_right.png) no-repeat scroll 0 0;
}
.search .right_part:hover {
  background: transparent url(/images/ui/searchbox_right.png) no-repeat scroll 0 -26px;
}
.striplet { /* used when normal strip is hidden */
	background-color: #606e29;
	height: 4px;
}

/* ........ CONTENT ........ */
.content_env {
}
.content {
	width: 890px;
	margin: 0 auto;
}

.box_header { 
  background-color: white;
  height: 36px;
  margin: 1px;
}
.box_header .transparent {
  background: transparent url(/images/ui/transparent90.png) repeat scroll 0 0;
}
.box_header h2 {
  color: #6c793a;
  font-size: 16px;
  line-height: 36px;
  
}
.box_header a {
  font-size: 12px;
  line-height: 36px;
  margin-right: 10px;
}

/* ........ PROFILE ........ */
.profile {
  overflow: hidden;
  width: 190px;
  margin: 36px 0 0;
}
.profile .header {
  width: 188px;
}
.profile .inner {
  overflow: hidden;
  background: transparent url(/images/ui/transparent70.png) repeat scroll 0 0;
}
.profile .inner .student {
	clear: both;
  margin: 10px;
}
.profile .inner .student .mugshot {
  float: left;
  margin: 0 10px 0 0;
  width: 48px;
  height: 48px;
  border: 4px solid #bbc1a4;
}
.profile .inner .student .personalia {}
.profile .inner .student .personalia p {
  line-height: 120%;
  font-size: 11px;
  color: #33333;
}
.profile .inner .student .accountname {
  clear: both;
	float: left;
  margin: 10px 0 30px;
}
.profile .inner .student .accountname p {
  color: #33333;
  font-size: 12px;
}
.profile .inner .links {
	clear: both;
  margin: 30px 10px 0;
}
.profile .inner .links h4 {
  color: #6c793a;
  font-size: 14px;
  border-bottom: 1px solid #6c793a;
  margin: 10px 0;
}
.profile .inner .links p {
  margin: 10px 0;
}
.profile .inner .links a {
  font-size: 12px;
  line-height: 120%;
}

/* ........ FOOTER ........ */
#footer_env {
  clear: both;
  float: left;
  width: 100%;
  margin: 20px 0 0;
  /*position: absolute;*/
	background-color: #adaf8a;
}
.footer {
	width: 890px;
	height: 23px;
	margin: 0 auto;
	/*background-color: silver;*/
}
.footer p {
  color: white;
  font-size: 12px;
  line-height: 23px;
}
.footer a {
  color: white;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

ul.steps {
  height: 30px;
  padding: 0;
  margin-bottom: 24px;
  color: white;
  font-weight: bold;
}

ul.steps li {
  float: left;
  height: 30px;
  background: white url(../images/ui/process.png) no-repeat bottom right;
  padding: 0;
  padding-right: 18px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  
}

ul.steps li span {
  background: white url(../images/ui/process.png) no-repeat bottom left;
  padding: 0;
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  margin-right: 6px;
}

ul.steps li.current {
  background-position: top right;
}

ul.steps li.current span {
  background-position: top left;
}

table#receipt {
  border: 1px solid #FC3;
  background-color: #FFC;
  margin-left: 20px;
}

table#receipt td {
  padding: 6px;
}

div.other_currencies {
  margin-left: 24px;
}

div.other_currencies ul.currency_info {
  float:left;
  clear:both;
  list-style: none;
  width: 340px;
  margin-bottom: 12px;
}

div.other_currencies ul.currency_info li {
  float: left;
  clear:none;
  margin: 9px 0;
  padding: 0 6px;
  border-right: 1px solid black;
}

div.other_currencies ul.currency_info li span {
  color: #444;
  font-size: 15px;
  font-weight: bold;
  margin: 0 1px;
}

div.other_currencies ul.currency_info li span.symbol {
  font-size: 13px;
}

div.other_currencies ul.currency_info li span.currency {
  font-size: 11px;
  font-weight: normal;
}

div.other_currencies ul.currency_info li.end {
  border: none;
  line-height: 16px;
}

div.other_currencies ul.currency_info li.end a {
  color: blue;
  text-decoration: none;
}