#profile .error {
	color: #F00;
	font-size: 11px;
	letter-spacing: 1px;
}

#profile .info {
	float: left;
	width: 100px;
	margin-right: 10px;
	font-size: 10px;
}
.panelbox {
	background-color: #deebef;
	padding: 5px;
	font-size: 12px;
	color: #333;
}

.panelbox a {
	color: #000000;
	text-decoration: none;
}
.panelbox a:hover {
	text-decoration: underline;
}

.field {
	padding: 2px;
	width: 90%;
	margin-bottom: 5px;
	border: 1px solid #000;
	font-size: 12px;
	/*font-family: Verdana, Geneva, sans-serif; */
}
select {
	padding: 2px;
	border: 1px solid #000;
	margin-bottom: 5px;
}
.button {
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
}
.names {
	width: 100px;
}
#MemberPhoto {
	border: 1px solid #000;
	margin-bottom: 1px;
}
#pagehead {
	font-size: 32px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
}
	/* Member Menu */
.midpanel {
	width: 465px;
	margin-right: 10px;
}
.midpanel .field {
	width: 440px;
	/* height: 149px; */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 167px;
}
#midcontent {
	float: left;
	width: 465px;
	margin-right: 10px;
}
#leftcontent {
	float: left;
	width: 232px;
}
#NewMember , #ErrorProfile{
	margin-bottom: 10px;
}
#NewMember #Big , #ErrorProfile #Big {
	font-size: 26px;
	text-transform: uppercase;
}
#ErrorProfile #Medium {
	font-size: 16px;
	text-transform: uppercase;
}


#NewMember #Small , #ErrorProfile #Small {
	font-size: 12px;
}
#ErrorProfile{
	color: #F00;
}
#PageTitle {
	font-size: 26px;
	text-transform: uppercase;
}
#PartnerActivity {
	float: left;
	width: 155px;
	margin-right: 10px;
	text-align: left;
	margin-bottom: 20px;
}
#PartnerRegion {
	float: left;
	width: 155px;
	text-align: left;
	margin-bottom: 20px;
}
#PartnerName {
	font-weight: bold;
}
#partners_box {
	height: 225px;
}

#PartnerCheckBox , #AthleteCheckBox{
	height: 303px;
	overflow: auto;
	margin-top: 5px;
}

#Intro {
	height: 685px;
}
.note {
	font-size: 10px;
	font-style: italic;
}
.Box  {
	position: absolute;
	background-color: #DEEBEF;
	border: 5px solid #fff;
	padding: 10px;
	display: none;
}
.Box .Title  {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
.Box .Close {
	background-image: url(../images/close.gif);
	float: right;
	height: 19px;
	width: 21px;
	margin-top: -5px;
	margin-right: -4px;
}

#UploadBox {
	height: 420px;
	width: 290px;
	margin-left: 280px;
	margin-top: 5px;
	z-index: 100;
	background-image: url(/images/picture_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#UploadBox #photos {
	clear: both;
	padding-top: 10px;
}
#UploadBox #photos .file {
	margin-bottom: 10px;
	width: 285px;
	/* border: 1px solid #666; */
}
#UploadBox #photos #Uploading {
	display: none;
}


#AddAlbumBox  {
	font-size:14px;
	height: 120px;
	width: 290px;
	margin-left: 110px;
	margin-top: 5px;
	z-index: 101;
	color: #000;
}
#AddAlbumBox #Title {
	width: 182px;
}

#EditAlbumBox  {
	font-size:14px;
	width: 290px;
	margin-left: 110px;
	margin-top: 5px;
	z-index: 101;
}
#EditAlbumBox .AlbumTitle {
	width: 182px;
}



#ProcessFrame    {
	height: 200px;
	width: 700px;
	display: none;
}
#eventform .error, #blogform .error , #resourceform .error{
	color: #F30;
}

#eventform .field, #blogform .field  {
	/* height: 15px; */
}

#eventform .date, #blogform .date {
	width: 80px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#eventform #Location {
	width: 150px;
}
#eventform #Description {
	height: 533px;
}
#eventform #LibraryList , #resourceform #LibraryList{
	height: 220px;
	margin-left: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 8px;
	display: none;
}
#eventform #LibraryList img , #resourceform #LibraryList img{
	border: 2px solid transparent;
}
#eventform #LibraryList .selected , #resourceform #LibraryList .selected{
	border: 2px solid #F00;
}


#blogform #Content   {
	height: 300px;
}

#blogform #YouTubeLogo {
	width: 89px;
	float: right;
	margin-right: 7px;
	margin-top: -40px;
	background-image: url(../images/youtube.jpg);
	height: 37px;
}
#blogform #YouTubeSample {
	font-size: 10px;
	color: #666;
}
#captions #saved {
	font-size: 14px;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #448CA5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0575A5;
	border-bottom-color: #0575A5;
	color: #FFF;
}

#captions .photo_caption {
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #36869F;
	background-color: #deebef;
	color: #000;
}
#captions .photo_caption label {
	font-weight: normal;
	margin-right: 30px;
	float: left;
}
#captions .photo_caption .caption {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	float: left;
	margin-right: 130px;
	height: 70px;
	font-size: 12px;
}
#album_container {
	clear: both;
}

#albums #album_commands {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	margin-top: 11px;
}
#albums #album_commands a {
	color: #FFF;
	text-decoration: none;
}
#albums #album_commands a:hover {
	text-decoration: underline;
}
#ManageAlbums .AlbumTitle {
	width: 260px;
}
.album_pic .loading {
	position: absolute;
	height: 32px;
	width: 32px;
	background-color: #FFF;
	margin-left: 0px;
	padding: 8px;
	filter: Alpha(Opacity=50);
	opacity: 0.6;
	display: none;
}
.imafan {
	font-size: 12px;
	text-align: center;
}

#imanewfan {
	font-size: 12px;
	text-align: center;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #016FAF;
	border-bottom-color: #016FAF;
	background-color: #01BDD8;
	font-weight: normal;
	margin-top: -19px;
	display: none;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	font-size: 12px;
	z-index: 100;
}

#movecopy{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#F00;
	font-weight:bold;
	display:none;
	font-size: 12px;
	z-index: 100;
}

#i_want_to .panelbox .button , #i_want_to #title{
	width: 107px;
}
#i_want_to .title {
	width: 232px;
}

#MemberEvent #eventform #sidebar #PartnerRegister{
	text-align: center;
	font-size: 12px;
	color: #090031;
	background-color: #5b969b;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#MemberEvent #eventform #sidebar #PartnerRegister h3{
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 10px;
}
#MemberEvent #eventform #sidebar #PartnerRegister a {
	color: #FFF;
	text-decoration: none;
}
#MemberEvent #eventform #sidebar #PartnerRegister a:hover {
	text-decoration: underline;
}
#MemberEvent #eventform #maincontent h2 {
	background-image: none;
	background-color: #6aa6ac;
}
#MemberEvent #eventform #maincontent .panelbox {
	background-color: #CCC;
	border: 1px solid #000;
}
#MemberEvent #eventform #maincontent  #event_expection {
	background-color: #daf3f7;
	color: #09516b;
	border: 1px solid #bed7d4;
	margin-top: 10px;
	margin-bottom: 10px;
}
#MemberEvent #eventform #maincontent #event_expection h3 {
	text-transform: uppercase;
	color: #09516b;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 4px;
}

#MemberEvent #eventform #maincontent  #event_expection ul {
	margin-left: 20px;
}
#MemberEvent #eventform #maincontent  #event_expection ul li {
	list-style-image: url(../images/rss_list.jpg);
	margin-bottom: 4px;
}
#MemberEvent #eventform #maincontent #more_info {
	padding: 3px;
	margin-top: 15px;
	font-size: 11px;
	line-height: 18px;
}
.DarkOverlay {
	background-color: #000;
	height: auto;
	width: 100%;
	left: 0px;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	z-index: 499;
	position: fixed;
	display: block;
	top: 0px;
}
#TermsBox {
	background-color: #FFF;
	height: 500px;
	width: 600px;
	z-index: 500;
	position: absolute;
	padding: 10px;
	background-image: url(../images/pe-logo-small.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-size: 12px;
	top: 50px;
	visibility: visible;
	margin-left: 175px;
}
#TermsBox #closeTerms {
	background-image: url(../images/close24.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	position: absolute;
	cursor: pointer;
	margin-left: 575px;
}

#TermsBox h3 {
	text-transform: uppercase;
	color: #00C0DC;
	margin-top: 90px;
	margin-bottom: 10px;
}
#TermsBox #termsandcond {
	font-size: 11px;
	height: 300px;
	overflow: auto;
	margin-bottom: 10px;
}
#TermsBox #termsandcond p {
	margin-bottom: 5px;
}
#TermsBox #continue {
	margin-top: 5px;
	background-color: #01B8DA;
	text-transform: uppercase;
	color: #FFF;
	border: none;
	padding: 5px;
	cursor: pointer;
}
#RSSFeed {
	float: left;
	width: 394px;
}
#RSSFeed #head {
	background-image: url(../images/rss_top.png);
	height: 45px;
	padding-top: 12px;
}
#RSSFeed #head #rss_logo {
	background-image: url(../images/rss.png);
	height: 32px;
	width: 32px;
	margin-left: 10px;
	float: left;
}
#RSSFeed #head #title {
	float: left;
	margin-left: 10px;
	margin-top: 6px;
	font-size: 16px;
	font-weight: bold;
}
#RSSFeed #content {
	background-color: #024466;
	padding-right: 5px;
	padding-left: 5px;
}
#RSSFeed #content #list{
	min-height: 20px;
	height: 325px;
	overflow-y: auto;
	overflow-x: hidden;
}
#RSSFeed #content #list .title {
	margin-bottom: 2px;
}


#RSSFeed #content #list .title a{
	text-decoration: none;
	color: #EEE;
	font-size: 13px;
	font-weight: bold;
}
#RSSFeed #content #list .title a:hover {
	color: #FFF;
	text-decoration: underline;
}
#RSSFeed #content #list .pubdate {
	font-size: 10px;
	color: #ccb15f;
	margin-bottom: 2px;
}
#RSSFeed #content #list .description {
	color: #29adda;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1E8AAE;
}
#RSSFeed #content #list .description a {
	color: #DDD;
	text-decoration: none;
}
#RSSFeed #content #list .description a:hover {
	color: #FFF;
	text-decoration: underline;
}





#RSSFeed #foot {
	background-image: url(../images/rss_bottom.png);
	height: 6px;
}
#RSSFeed #content #list #CheckRSS {
	margin-top: 20px;
	margin-left: 50px;
}
#RSSFeed #content #list #CheckRSS a {
	text-decoration: none;
	color: #29adda;
}
#RSSFeed #content #list #CheckRSS a:hover {
	text-decoration: underline;
	color: #FFF;
}

