﻿* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#global {
	width: 960px;
	margin: 0 auto;
}

a img {
	border: none;
}

a {
	color: #63B6C8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#groupHeader {
	width: 902px;
	height: 28px;
	margin: 45px auto 0;
	background: #63B6C8 url(gheader_.gif) bottom center;
	position: relative;
	padding: 10px 5px;
}

.searchForm {
	margin: 10px auto;
	width: 300px;
}

.searchForm .field {
	float: left;
}

.clearSearch {
	cursor: pointer;
}

#groupHeader .cl, #groupHeader .cr {
	width: 7px;
	height: 9px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
}

#groupHeader .cl {
	left: 0;
	background-image: url(gheader0.gif);
}

#groupHeader .cr {
	right: 0;
	background-image: url(gheader1.gif);
}

#groupHeader h2 {
	color: #FFF;
	letter-spacing: 1px;
	font-size: 18px;
	padding: 0 25px 0 10px;
	display: inline;
	font-weight: normal;
	line-height: 27px;
	float: left;
}

#groupMenu a.current {
	color: #FFF;
	background: url(arrow_do.gif) right center no-repeat;
	padding: 6px 25px 6px 10px;
}

#groupMenu a.current:hover {
	text-decoration: none;
}

#groupMenu {
	display: inline;
	position: relative;
}

#groupMenu ul {
	position: absolute;
	display: none;
	top: 25px;
	right: 7px;
	background-color: #FFF;
	border: 1px solid #000;
	z-index: 1;
}

#groupMenu ul li.new a {
	color: #000;
}

#groupMenu:hover ul {
	display: block;
	width: 150px;
	list-style: none;
}

#groupMenu ul a {
	font-size: 14px;
	display: block;
	color: #FD8816;
	padding: 4px;
}

#groupMenu ul a:hover {
	background-color: #FD8816;
	color: #FFF;
	text-decoration: none;
}

#groupHeader .action {
	float: right;
	padding-right: 10px;
}

#groupHeader .action a {
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
}

#container {
	border: 1px solid #787878;
	background-color: #FFF;
}

#content {

	padding: 32px 50px;
	min-width:500px;
}

#content .logo{
	float:right;
}

.cb {

	clear: both;

	float: none;

}



h3 {

	color: #FD8816;

	text-transform: uppercase;

	font-size: 22px;

	letter-spacing: -1px;

	font-weight: normal;

	margin-bottom: 10px;

}



h4 {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin: 5px 0;
}

hr {
	border: 1px solid #C1E0FE;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

td.right {
	text-align: right;
}


.appNav {
	margin: 10px 0;
	height: 30px;
}

.icon {
	padding: 1px 0 1px 20px;
	line-height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 12px;
}

.icon.add {
	background-image: url(add00000.png);
}

.icon.add_purchase {
	background-image: url(cart_add.png);
}

.icon.add_doc {
	background-image: url(page_add.png);
}

.icon.older_newsfeed {
	background-image: url(book_nex.png);
}

ul.groupList {
	margin: 10px 0;
	list-style: square;
	padding-left: 20px;
}

ul.groupList li {
	margin: 3px 0;
	font-size: 15px;
}

#moreNewsfeed {
	text-align: center;
	margin: 10px 0;
}
