﻿#DIVTopRequests
{
	float:left; 
	height:98px; 
	width:263px; 
	margin-top:8px; 
	margin-left:12px; 
	color:#ffffff;
	border-left:1px solid #003161;
}
/*IE6*/
* html #DIVTopRequests{margin-left:0px;}

#DIVTopRequests table
{
	width:255px;
	margin-left:8px;
	margin-top:2px;
}

#DIVTopRequests td.rowseparator
{
	width:255px;
	height:0px;
}
#DIVTopRequests td.RequestsTitle
{
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	color:#afd4f0;
	padding-left:5px;
	padding-bottom:7px;
	height:12px;
}

#DIVTopRequests td.RequestsTitle a{
	color:#afd4f0;
}

#DIVTopRequests td.RequestsRow
{
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	padding-left:5px;
	height:14px;
}

/* REQUESTS PAGE */

#RequestInnerContainer{
	width:522px;
	margin:5px 0 0 10px;
	line-height:15px;
}
#RequestInnerContainer div{
	padding:0px;
	width:518px;
	float:left;
}

#RequestInnerContainer .NewsHeader
{
	background-color:#ffffff;
	border-bottom:solid 1px #83857c;
	height:22px;
	cursor:default;
}
#RequestInnerContainer .NewsHeaderSelected
{
	background-color:#83857c;
	color:#fff;
	height:22px;
	cursor:default;
	width:518px;
	float:left;
}
#RequestInnerContainer .NewsContent
{
    background-image:none;
     
}
#RequestInnerContainer a{color:#2d4ca8;}
#RequestInnerContainer a:visited{color:#2d4ca8;}
#RequestInnerContainer a:hover{color:#2d4ca8;}

#RequestInnerContainer div.RequestsTitle
{
	width:500px;
	margin:5px 5px 5px 5px;
	float:left;
}
#RequestInnerContainer div.RequestsImage
{
	width:75px;
	height:100px;
	margin:5px 5px 10px 5px;
	float:left;	
}
#RequestInnerContainer div.RequestsContent
{
	width:413px;
	margin:5px 5px 10px 5px;
	padding-bottom:30px;
	float:left;	
}

#RequestInnerContainer div.RequestsContent div{
	margin:3px 0 0 0;
}

#RequestInnerContainer div.RequestsSender{
	width:413px;
	float:left;
}

#RequestInnerContainer div.RequestsText{
	width:413px;
	float:left;
}

#RequestInnerContainer div.RequestsText a
{
	padding-left: 8px;
	background-image:url(imgs/ui/link_arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#RequestInnerContainer div.RequestsQuestion{
	width:413px;
	float:left;
}

#RequestInnerContainer div.RequestsButtons{
	width:413px;
	float:left;
}
#RequestInnerContainer div.RequestsButtons a
{
	padding-left: 8px;
	background-image:url(imgs/ui/link_arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#_ctl0__ctl0_ContentPlaceHolderContent_ContentPlaceHolderContentArea_RequestsAccordion{float:left;}

#RequestInnerContainer .NewsHeaderSelected div{margin:3px 0 0 5px; width:500px; cursor:pointer;}
#RequestInnerContainer .NewsHeader div{margin:3px 0 0 5px; width:500px; cursor:pointer;}

/* ChallegeYourFriend */

.ChallengeMessageTitle .InnerText
{
	margin:6px 0 0 9px;
}

div.SelectedFriendDiv
{
	border-left:solid 1px #c1c2c2; 
	border-right:solid 1px #c1c2c2; 
	background:url(imgs/ui/invitedFriendBg.gif);
	background-repeat:repeat-x;
	padding:0px; 
	/*width:139px;*/ 
	height:20px; 
	margin:3px; 
	float:left;
	font-size:9px;
	/*overflow:hidden;*/
	vertical-align:middle;
	line-height:20px;
}
div.SelectedFriendDiv div
{
	text-indent:5px;
	float:left;
}
div.SelectedFriendDiv div.button
{
	width:20px;
}
.InviteMembers_InviteDiv a
{
	color:#000000
}

.InviteMembers_InviteDiv .SelectMembersList
{
	border:solid 1px #d5d5d5; 
	width:512px; 
	height:70px; 
	overflow:auto
}

.InviteMembers_SelectedMembersList
{
	float:left;
	border:solid 1px #d5d5d5;
	width:316px;
	/*margin-left:5px!important;*/
	height:128px;
}
.InviteMembers_SelectedMembersList .innerContainer
{
	margin:5px 5px 5px 5px; 
	width:306px; 
	height:118px; 
	overflow:auto
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : #000000;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #d5d5d5;
	color: #000000;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : #ffffff;
	color : #000000;
	padding : 1px;
}

.MemberSearchBox
{
	width:350px;	
}
