/* new global settings */

a {
	text-decoration: none;
}

h1 {
	color: #008aff;
	font-size: 27px;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	line-height: 30px;
}


h2 {
	font-weight: normal;
	margin: 0px 0px 10px 10px;
}

h3 {
	font-weight: normal;
	margin: 0px 0px 0px 10px;
}

.h1Prelude {
	color: #008aff;
	font-size: 12px;
	font-weight: normal;
	margin: 12px 0px 0px 5px;
	padding: 0px;
}

#ContainerLeft{
	width: 565px;
}

#ContainerLeftContent{
	width: 515px;
}

#ContainerRight{
	text-align: left;
	width: 315px;
}


#profileWholeBox {
	padding-top: 25px;
}

#profileTop {
	background-image: url(/images/profile/profile-top.gif);
	background-repeat: no-repeat;
	height: 83px;
	width: 536px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
  
.whitebg {
	background-color: #FFFFFF;
}

#profileMiddle {
	background-color: #CAE3FF;
	width: 536px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 15px;
}

#profileBottom {
	background-image: url(/images/profile/profile-bottom-box.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 536px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}   

#profileBottom ul {
	list-style-type: none;
	float: right;
	margin-top: 13px;
}  

#profileBottom li {
	display: inline;
	margin-right: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
} 

#profileBottom a {
	color: #000000;		
}  

.profileName {
	color: #008aff;
	font-size: 27px;
	font-weight: bold;
	padding-left: 5px;
	float: left;
	line-height: 35px;
}

#profilePresented {
	float: right;
	color: #008aff;
	font-size: 12px;
	font-weight: bold;
}

#profilePresentedImage {
	margin: 5px 15px 0px 5px;
	float: right;
}

#tabSection {
	width: 262px;
	height: 175px;
	float: left;
	margin-left: 10px;
}

.tabBodySection {
	position: absolute;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 287px;
	height:145px;
	float: left;
}

.tabBodySection a {
	text-decoration: none;
}


.tabBodySection p {
	width: 277px;
	padding-left: 10px;
	margin: 0px 0px 10px;
}

.tab {
	background-repeat: no-repeat;
	height: 24px;
	width: 99px;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 23px;
}

.tabOn {
	background-image: url(/images/profile/profile-whitetab.gif);
}


.tabOff {
	background-image: url(/images/profile/profile-bluetab.gif);
}

.tabOnText {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.tabOffText {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#tab1Body {
	visibility: visible;
}

#tab2Body {
	visibility: hidden;
}

#photoContainer {
	position: relative;
	width: 229px;
	float: left;
	color: #E8E8E8;
}

#photoDisplay {
	float: left;
	color: #E8E8E8;
	border: 4px solid #FFFFFF;
	margin-left: 10px;
}

#photoCover {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #E8E8E8;
	border: 4px solid #FFFFFF;
	margin-left: 10px;
	z-index: 10;
}

#photoStamp {
	position: absolute;
	z-index: 5;
}

#nameContainer {
	float: left;
}

.centerContainer {
	text-align:		center;
	margin-right:	auto;
	margin-left:	auto;
	padding:		0px;
	width:			auto;
}

.profileHeading2 {
	color: #1d5390;
	font-weight: bold;
}

#sharePhotoBox {
	background-image: url(/images/profile/profileBlueBar.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 586px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 5px;
}

#sharePhotoBoxContent {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 25px;
	float:left;
	padding-top: 14px;
}

#sharePhotoBoxInput {
	font-weight: bold;
	color: #003366;
	float:left;
	width: 250px;
	margin-top: 12px;
	margin-right: 5px;
}

#profileSendBtn {
	float:left;
	padding-top:12px;
}

.profileLeftLink {
	color:#000000;
	font-weight:bold;
	padding-left: 15px;
	margin: 5px 0px 0px;
}

.profileLeftLink a {
	text-decoration: underline;
}

#profileTopNav  {
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 15px;
}
	
#profileTopNav li {
	list-style-type: none;
	display: inline;
}

#profileTopNav li a {
	text-decoration: underline;
	font-weight: bold;	
}

#profileSeal {
	background-repeat: no-repeat;
	height: 80px;
	width: 84px;
	float: left;
	margin-left: 5px;
}

.centerContainerContent {
	position:		relative;
	margin-left:	auto;
	margin-right:	auto;
	text-align:		center;
}

#profilePreviousButton {
	float: left;
	display: inline;
}

#profileNextButton {
	float: right;
	display: inline;
}

