@charset "utf-8";
@import url("layout.css");

/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(/images/common/stripe-bg.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:14px;
}
h1 {
  font-size:20px;
}
h2 {
  font-size:16px;
}
h3 {
  font-size:14px;
}
div#menubar {
	background: url(/images/common/menubg.png) no-repeat left top;
	padding: 0 0 0 10px;
}
ul#mainmenu {
	background: url(/images/common/menubg.png) no-repeat right top;
	height: 35px;
	padding: 0px 0px 0px 0.5em;
	margin: 0;
}
ul#mainmenu li {
	list-style: none;
	padding-left: 0.5em;
	float: left;
}
ul#mainmenu a {
	padding-right: 0.5em;
	line-height: 35px;
	color: #666666;
	display:block;
	border-right: 1px solid #E1E1E1;
}
ul#mainmenu a img {
  padding: 10px 0;
  vertical-align:middle;
}
ul#mainmenu a:hover {
	color: #000000;
	text-decoration: none;
}
#login {
	text-align: right;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	float: right;
	font-size: 80%;
}
#search {
  margin: 6px;
}
#search input#search_s {
  width: 50px;
  height: 14px;
  font-size: 10px;
}
#search input#search_s:focus {
	width: 150px;
}
input {
	border: 1px solid #CCCCCC;
	padding:3px;
  }
input[type="text"],input[type="password"],textarea {
	background: url(/images/common/inner-shadow.png) no-repeat left top;
  }
#footer {
  padding-top: 20px;
	font-size: 80%;
	clear:both;
}
#footer p {
	margin: 0;
}
#footer #branding {
	background: #FBFBFB;
	border-top: 1px solid #999999;
	font-size: 80%;
	padding: 10px 35px 20px;
}
#footer #sitelinks {
	border-top: 1px solid #CCCCCC;
	padding: 10px 35px;
}
#branding a {
	color: #CC0000;
}
#plug {
	background: #FBFBFB;
	float: right;
	position:relative;
	width:12px;
	overflow:hidden;
}
#plug:hover {
	width:auto;
}
a {
	color: #180E5E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
  color:#CC0000;
}
a img {
	border-style: none;
}
#infobox {
	background: url(/images/common/activitybg.png) no-repeat left top;
	width: 342px;
	font-size: 10px;
	margin-right: 10px;
}
#infobox h3 {
	font-size: 12px;
	margin: 0px;
	padding: 5px;
}
#infobox p {
	margin: 0px;
	background: url(/images/common/activitybg.png) no-repeat left bottom;
	padding: 5px;
}
#infobox.partner,#infobox.partner p {
	background-image: url(/images/common/activitybg.gif);
}
ul#tabset {
	list-style:none;
	padding: 0px;
	margin:0px;
}
ul#tabset li {
	padding-top: 10px;
	font: 24px AvantGreek;
}
ul#tabset li a {
	background: url(/images/common/tabbg.png) no-repeat left top;
	padding-left: 10px;
	height: 30px;
	display:block;
	color:#666666;
}
ul#tabset li a:hover {
	background: url(/images/common/tabbg.png) no-repeat 0px -40px;
	color: #FFFFFF;
	text-decoration: none;
}
#tabdetails {
	height: 353px;
	width: 485px;
	background: url(/images/common/tabdetailbg.png) no-repeat;
	position:relative;
	left:0px;
	top:0px;
}
#tabdetails div {
	position: absolute;
	left: 4px;
	top: 4px;
}
#detailtext {
	font: 14px AvantGreek;
	color: #FFFFFF;
}
.alpha-shadow {
  background: url(/images/common/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.alpha-shadow div {
  background: url(/images/common/shadow2.png) no-repeat left top !important;
  background: url(/images/common/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}
