/**
 * Main container
 */
#SiteContainer {
	margin: 0;
	padding: 0;
	width: 850px;/* 191 - 20 - 639 */
}

#SiteContainer a {
	cursor: pointer;
}

#Body {
	/*overflow: hidden;*/ /* Causes bug in Firefox 2 */
}

.fashionprofile {
	clear: both;
	padding-top: 5px;
}

div#Session {
	background-color: #ffc2ca;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	margin-bottom: 20px;
}


/**
 * end main container
 */

/**
 * Message bars
 */
.SmallInput {
	width: 200px !important;
}

.ErrorContainer {
	background: url(alert.gif) no-repeat top left #FFEDEF;
	border-top: 1px solid #ffc2ca;
	padding: 10px 10px 10px 27px !important;
	overflow: hidden;
}

.ErrorTitle {
	color: #c00 !important;
	font-weight: bold;
}

.Error {
	color: #c00 !important;
}

#Success {
	border-top: 1px solid #9C9;
	border-bottom: 1px solid #9C9;
	background: #E2F9E3;
	color: #060 !important;
	display: block;
	line-height: 200%;
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px !important;
}

.Notice {
	background: url(notice.gif) left center no-repeat #d8e8ff;
	border: 1px solid #cccccc;
	color: #000000;
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 20px;
	padding: 8px 8px 8px 30px;
}

.Notice span {
	display: block;
	float: right;
	font-size: 11px;
}

.Notice span a, .Notice span a:link, .Notice span a:visited, .Notice span a:hover {
	color: #74b6c4;
}

.Invisible {
	display: none;
}

.Visible {
	display: block;
}
/**
 * end message bars
 */

/**
 * Header wrapper
 */
#Header {
	background: url(header.gif) no-repeat left top #E5EAF6;
	height: 36px;
	margin-bottom: 15px;
	padding-top: 1px;
}

/* Title */
#Header h1 {
	color: #000000;
	font-size: 22px;
	margin: 10px 0 0 5px;
	padding-right: 5px;
}

/* Menu list wrapper */
#Header ul {
	margin: 21px 0 0 0;
	padding: 0;
	padding-right: 2px;
	text-align: right;
}

/* Menu item */
#Header ul li {
	border-bottom: 1px solid #2a0d79;
	display: inline;
	margin: 1px;
	padding: 0;
	text-transform: uppercase;
}

/* Menu active item */
#Header ul li.TabOn {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

/* Menu item link */
#Header ul li a {
	background-color: #9981e1;
	color: #fff;
	font-size: 11px;
	padding: 1px 5px;
	text-decoration: none;
}

/* Menu item link hover */
#Header ul li a:hover {
	background-color: #2a0d79;
}

/* Menu active item link and hover */
#Header ul li.TabOn a,#Header ul li.TabOn a:hover {
	background-color: #fff;
	color: #000;
}
/**
 * end header wrapper
 */


/**
 * Left panel
 */

/* Panel wrapper */
#Panel {
	color: #ffffff;
	float: left;
	margin-right: 15px;
	width: 191px;
}

/* Panel link */
#Panel a {
	color: #ffffff;
}

/* Panel child elements */
#Panel * {
	line-height: 125%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.panelContent {
	background: url(panel_top.gif) top no-repeat #000000;
	padding-top: 5px !important;
	margin-bottom: 15px !important;
}

.panelBottom {
	background: url(panel_bottom.gif) bottom no-repeat;
	padding: 0 5px 10px 5px !important;
}

/* Panel title */
#Panel h2 {
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
	margin: 15px 0 3px 0;
	padding: 0 0 2px 0;
	text-indent: 4px;
	text-transform: uppercase;
}

/* Panel nav */
#Panel ul ul, #Panel ul p, #Panel select {
	text-indent: 4px;
}

#Panel ul ul {
	color: #f00;
}

#Panel select {
	margin-top: 3px;
	width: 160px;
}

/* Panel nav item */
#Panel ul ul li {
	margin-bottom: 3px;
	overflow: hidden;
}

/* Panel nav item link */
#Panel ul ul li a {
	color: #ffffff;
	display: block;
	text-decoration: underline;
}

/* Panel nav item link span */
#Panel ul ul li a span {
	color: #ff0000;
	font-size: 10px;
	padding-left: 8px;
}
/**
 * end panel wrapper
 */


/**
 * Main content
 */

/* Main content wrapper */
#Content {
	float: right;
	width: 639px;
}

/* Content info */
.ContentInfo {
	font-size: 10px;
}

.ContentInfo.Top h2 {
	color: #000000;
	font-style: italic;
	margin-bottom: 5px;
}

.ContentInfo h1 {
	color: #000000;
	font-size: 16px;
	margin: 0;
	padding: 5px 0;
}

.ContentInfo h1 span {
	font-size: 10px;
}

/**
 * Comments
 */
.ContentInfo input {
	font-size: 10px;
	margin-left: 5px;
}

/**
 * Pagination
 */

/* Number of pages */
.PageInfo {
	color: #999999;
	border-bottom: 1px dashed #cccccc;
	border-top: 1px dashed #cccccc;
	font-weight: bold;
	margin: 2px 0;
	padding: 4px 3px;
	text-align: right;
}

.PageInfo p {
	float: left;
	margin: 0 !important;/* reset margin */
	padding: 0 !important;/* reset padding */
}

/* Pagination links */
.PageList {
	color: #cccccc;
	list-style: none;
	margin: 0;
	padding: 0;
}

.PageList li {
	display: inline;
}

.PageList a,.PageList li a {
	color: #999999;
	text-decoration: underline;
}

/**
 * end pagination
 */

/* Show all button */
#PageJump {
	float: right;
	margin-top: 4px;
}

/**
 * Discussion
 */
.newDiscussion a {
	color: #BEB8D8 !important;
	font-weight: bold;
}

.newDiscussion a:hover {
	/*color: #FF0000 !important;*/
}
 
#Discussions {
	border: 1px solid #cccccc;
}
 
#Discussions, #Discussions * {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Discussion {/* fix bug in ie where random space is added */
	width: 100%;
}

/* Discussion row wrapper */
#Discussions li ul {
	background-color: #f5f9ff;
	border-bottom: 1px solid #cccccc;
	padding: 7px 6px 7px 6px;
}

/* Discussion zebra colors */
.NoNewComments, #Discussions li.Read ul {
	background-color: #f5f9ff !important;
}

.NewComments, #Discussions li.Read.NewComments ul {
	background-color: #d8e8ff !important;
}

/* Discussion details description (link) */
#Discussions ul span, #Discussions ul span a {
	color: #74b6c4;
	text-decoration: none;
}

/* Discussion details description (link hover) */
#Discussions ul span a:hover, #Discussions ul a:hover {
	color: #9981e1;
}

#Discussions ul a {
	color: #000000;
	text-decoration: none;
}

.DiscussionType {
	color: #116f93;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-right: 5px !important;
}

.DiscussionType span,.DiscussionType.Normal {
	display: none;
}

.DiscussionType * {
	float: left;
}

.DiscussionTopic,.User.Name {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}

.DiscussionTopic span {
	display: none;
}

.DiscussionTopic a,.User.Name a {
	color: #2a0d79 !important;
	font-weight: bold;
	text-decoration: underline !important;
}

.DiscussionTopic a:hover {
	color: #9981e1 !important;
	text-decoration: none !important;
}

.DiscussionCategory, .DiscussionStarted, .DiscussionComments, .DiscussionLastComment, .DiscussionActive, .DiscussionNew {
	display: inline;
	font-size: 10px;
	margin-right: 10px !important;
	width: auto;
}

.NewComments .DiscussionNew a {
	color: #c00 !important;
}

#Discussions li.Read.NewComments .DiscussionNew {
	display: inline;
}
/**
 * end discussion
 */

/**
 * Categories
 */

/* Category list wrapper */
#Categories {
	border-top: 1px solid #cccccc;
}

#Categories, #Categories * {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Category zebra colors */
.BlockedCategory {
	background-color: #f1f1f1 !important;
}

.UnblockedCategory {
	background-color: #f5f9ff !important;
}

/* Category row wrapper */
#Categories li ul {
	border: 1px solid #cccccc;
	border-top: none;
	padding: 7px 6px 7px 6px;
}

/* Category item */
#Categories ul span, #Categories ul span a {
	color: #74b6c4;
	text-decoration: none;
}

#Categories ul span a:hover, #Categories ul a:hover {
	color: #9981e1;
}

#Categories ul a {
	color: #000000;
	text-decoration: none;
}

/* Category name */
.Category {/* fix bug in ie where random space is added */
	width: 100%;
}

.CategoryName {
	font-size: 14px;
	font-weight: bold;
}

/* Category name link */
.CategoryName a {
	color: #2a0d79 !important;
	text-decoration: underline !important;
}

/* Category name link hover */
.CategoryName a:hover {
	color: #9981e1 !important;
	text-decoration: none !important;
}

.CategoryName span, .CategoryDescription span, .CategoryName.Normal {
	display: none;
}

/* Category description */
.CategoryDescription {
	margin: 5px 0 !important;
}

/* Category options / statistics */
.CategoryDiscussionCount, .CategoryOptions {
	display: inline;
	font-size: 10px;
	margin-right: 10px !important;
}
/**
 * end categories
 */

/**
 * Comments
 */
#Comments, #Comments * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#Comments li {
	border-bottom: 1px dotted #cccccc;
	padding: 10px 0;
}

#Comments li.Hidden {
	background: url(hidden-tile.gif) top left repeat-x #fafafa;
}

/* Comment header */
#Comments .CommentHeader {
	background-color: #f1f1f1;
	border: 2px dotted #ffffff;
	line-height: 32px;
	padding: 0 8px 0 8px;
	text-align: right;
}

#Comments .CommentHeader ul {
	float: left;
}

#Comments .CommentHeader li {
	color: #aaaaaa;
	display: inline;
	font-size: 10px;
}

#Comments .CommentHeader li div.CommentIcon {
	background: #ffffff center center no-repeat;
	background-repeat: no-repeat;
	display: inline;
	margin-right: 6px;
	padding: 9px 0 9px 30px;
}

#Comments .CommentHeader li span {
	display: none;
}

#Comments .CommentHeader a.WhisperBack {
	color: #aaaaaa;
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
	text-decoration: underline;
}

#Comments .CommentHeader a.WhisperBack:hover {
	color: #333333;
}

#Comments .CommentHeader a {
	color: #2a0d79;
	font-size: 14px;
	font-weight: bold;
}

#Comments .CommentHeader a:hover {
	color: #9981e1;
	text-decoration: none;
}

/* Comment header options */
#Comments .CommentHeader span a {
	color: #aaaaaa;
	font-size: 10px;
	font-weight: normal;
	margin-left: 3px;
	padding-left: 3px;
}

#Comments .CommentHeader span a:hover {
	color: #74b6c4;
	text-decoration: none;
}

#Comments .CommentNotice {
	background: #FEE1E1;
	border-bottom: 1px solid #D9999A;
	border-top: 1px solid #D9999A;
	color: #850406 !important;
	font-size: 13px;
	margin: 10px 0 10px 0;
	padding: 6px;
	text-align: center;
}

/* Comment body */
#Comments .CommentBody {
	display: block;
	font-size: 13px;
	line-height: 150%;
	margin: 10px;
}

#Comments .CommentBody ul li,#Comments .CommentBody ol li {
	border-bottom: none;
	padding: 0;
}

#CommentsPage .ContentInfo.Middle .PageInfo {
	border-top: 0;
	margin: 0;
}

#CommentsPage .ContentInfo.Bottom {
	margin-bottom: 20px;
}

/* Comment body quote is specified in AjaxQuote extension */
#Comments code {
	border-left: 3px solid #ffa;
	background: #ffe;
	display: block;
	padding: 8px;
	white-space: pre;
}

#Comments blockquote {
	background-color: #ededff;
	border-left: 3px solid #74b6c4;
	color: #2a0d79;
	margin-left: 5px;
	padding: 4px 8px;
}

#Comments blockquote blockquote {
	border: 1px solid #74b6c4;
	border-left: none;
}

#Comments blockquote cite {
	background-color: #c9c9ff;
	color: #9981e1;
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 4px;
}
/**
 * end comments
 */

/**
 * Search
 */
#Form.Search {
	padding: 0 !important;
	width: 99% !important;
}

html>body #Form.Search {
	width: 100% !important;
}

#Form.Search fieldset legend {
	margin-bottom: 6px;
	padding: 0 !important;
}

#SearchSimple {
	margin: 0 !important;
}

#SearchSimple label {
	display: inline !important;
	width: 10px !important;
}

#MainSearchInput #txtKeywords {
	margin-left: 0 !important;
	width: 60% !important;
}

#MainSearchInput label {
	display: none !important;
}

#Form.Search .Submit input {
	color: #000000 !important;
	margin: 0 !important;
}

.SearchInput,.SearchSelect,.SearchSelect option {
	color: #000000 !important;
}

#SimpleSearchRadios input {
	margin: 0 2px 0 12px;
	width: auto !important;
}

#SimpleSearchRadios label {
	font-weight: normal !important;
}

.SearchSwitch {
	color: #74b6c4 !important;
	display: block;
	float: right;
	position: relative;
	top: -20px;
}

#SearchDiscussionFields,#SearchCommentFields,#SearchUserFields {
	display: none;
}

.AdvancedSearchInput {
	width: 60% !important;
}

.AdvancedUserInput,#DiscussionAutoCompleteResults,#CommentAutoCompleteResults
	{
	width: 160px !important;
}

#ddRoles,#ddOrder,#ddCommentCategories,#ddDiscussionCategories {
	width: auto !important;
}

#SearchPage {
	margin-bottom: 20px;
}

#SearchPage .Bottom .PageInfo {
	border-top: 0 !important;
	margin-top: 0 !important;
}

/**
 * end search
 */

/**
 * comment search results
 */
#CommentResults, #CommentResults * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#CommentResults li ul {
	background-color: #f5f9ff;
	border-bottom: 1px solid #ccc;
	color: #000000;
	padding: 6px 6px 7px 6px;
}

#CommentResults ul span,#CommentResults ul span a {
	color: #74b6c4;
	text-decoration: none;
}

#CommentResults ul span a:hover,#CommentResults ul a:hover {
	color: #9981e1;
}

#CommentResults ul a {
	color: #000000;
	text-decoration: none;
}

#CommentResults .CommentResult ul {
	background-color: #ffffff !important;
}

#CommentResults .CommentText span {
	display: none;
}

#CommentResults .CommentText span.Highlight {
	background: #116f93;
	color: #ffffff;
	display: inline;
}

#CommentResults .CommentText {
	margin: 6px 0 4px 0 !important;
}

#CommentResults .CommentText a {
	color: #000000 !important;
}

#CommentResults .CommentText a:hover {
	background-color: #9981e1;
}

.CommentAuthor,.CommentAdded {
	display: inline;
	font-size: 10px;
	margin-right: 10px !important;
}

#CommentResults .SearchComment {
	border-top: 1px solid #fefecc;
}

#CommentResults .SearchComment ul {
	margin: 0 !important;
}

/**
 * end comment search results
 */

/**
 * user search results
 */
#UserResults {
	width: 100%;
}

#UserResults, #UserResults * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#UserResults li {
	border-top: 1px solid #f5f9ff;
}

#UserResults li ul {
	background-color: #f5f9ff;
	border-bottom: 1px solid #ccc;
	color: #000000;
	padding: 6px 6px 7px 6px;
}

li.User {
	display: inline;
	font-size: 10px;
	margin-right: 10px !important;
}

li.User span {
	color: #74b6c4;
}

li.User.Name {
	display: block;
	font-size: 11px;
	overflow: visible;
}

li.User.Name .UserIcon {
	background: center center no-repeat;
	background-repeat: no-repeat !important;
	display: inline !important;
	margin-right: 6px !important;
	padding: 9px 0 9px 30px !important;
}

li.User.Name a {
	font-size: 14px;
}

li.User.Name.WithIcon {
	line-height: 32px;
}

li.User.Name a:hover {
	color: #9981e1 !important;
	text-decoration: none !important;
}

li.User.Name span {
	display: none;
}

/**
 * end search results user
 */

/**
 * Overall form properties
 */
#Form * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#Form {
	margin-bottom: 10px;
}

#Form fieldset {
	border: 0;
	clear: none;
	margin-bottom: 20px;
}

#Form fieldset legend {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}

#Form form {
	background-color: #f5f9ff;
	border: 1px solid #cccccc;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

#Form li {
	font-weight: bold;
	margin-bottom: 10px;
}

#Form label a {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #74b6c4;
	float: right;
	font-weight: normal;
	margin-bottom: -3px;
	margin-right: 15px;
	padding: 3px 6px;
	text-decoration: none;
}

#WhisperUsername, #WhisperAutoCompleteResults {
	width: 200px;
}

#Form textarea, #Form input, #Form select {
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#Form textarea {
	width: 99.5%;
	height: 150px;
}

#Form textarea.SmallCommentBox {
	height: 150px;
}

#Form textarea.LargeCommentBox {
	height: 400px;
}

#Form .Button {
	color: #000000 !important;
	cursor: pointer;
}

#Form .Button.SubmitButton {
	margin-right: 10px;
}

#PostPage #Form.AddComments legend {
	padding-top: 0;
}

.AddComments {
	width: 99%;
}

#Form.AddComments {
	width: 100%;
}

#Form.AddComments fieldset {
	margin: 0;
	margin-top: 10px;
}

#Form.AddComments form {
	margin-top: 0 !important;
}

#Form.StartDiscussion label, #Form.AddComments label {
	display: block;
	font-weight: bold;
	width: 100%;
}

#Form.StartDiscussion label.Radio, #Form.AddComments label.Radio {
	display: inline !important;
	width: auto !important;
}

#Form.AddComments {
	margin: 0 0 4px 0;
	padding: 4px 0 0 0;
}

#PostPage #Form.AddComments {
	padding: 0;
}

.DiscussionBox {
	width: 400px;
}

#Form .Button {
	width: auto !important;
}

#Form.AddComments a, #Form.StartDiscussion a {
	font-weight: normal;
}

#CommentFormats input {
	margin: 0 2px 0 12px;
}

#Form.StartDiscussion #CommentFormats label, #Form.AddComments #CommentFormats label {
	font-weight: normal;
}

.Account {
	margin: 0;
	margin-top: 5px;
}

#Form.Account legend {
	color: #000000;
}

#Form.Account h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

#Form.Account p {
	padding-bottom: 10px;
}

#Form.Account ul p {
	padding: 0;
}

#Form.Account label {
	display: block;
	line-height: 18px;
	margin-bottom: 4px;
	width: 80%;
}

#Form.GlobalsForm label {
	float: left;
}

#Form.Extensions label {
	width: 100%;
}

#Form.Extensions label input {
	margin-left: -25px;
}

#Form.Account .Description span label,#Form.Account label small {
	font-weight: normal;
}

#Form.Account input,#Form.Account select {
	color: #000000;
	width: 40%;
}

#Form.GlobalsForm input,#Form.GlobalsForm select {
	width: 59%;
}

.Description {
	font-weight: normal;
	margin: 3px 0 !important;
	padding: 3px 0 5px 0 !important;
}

#Form.Account p span {
	display: block;
	margin-top: 5px;
}

#Form.Account p span label {
	display: inline;
	float: none;
	font-weight: bold;
	line-height: 20px;
	margin-left: 5px;
	width: 90%;
}

#Form.Account p span input {
	width: 14px;
}

#Form.Preferences p span label {
	font-weight: normal;
}

#Form.GlobalsForm select.SmallSelect {
	font-size: 11px;
	width: 50px;
}

#Form.GlobalsForm #ForumOptions p span label {
	font-weight: normal !important;
}

#Form.GlobalsForm #ForumOptions {
	margin-bottom: 20px;
}

#Form.GlobalsForm p {
	margin-bottom: 10px;
}
/**
 * end overall form properties
 */

.UpdateOld .Name, .UpdateGood .Name, .UpdateUnknown .Name, .UpdateChecking .Name {
	padding: 0 0 4px 23px !important;
}

.UpdateOld .Details, .UpdateGood .Details, .UpdateUnknown .Details, .UpdateChecking .Details {
	font-weight: normal;
}

.UpdateOld,.UpdateUnknown {
	background: #f1f1f1 !important;
}

.UpdateGood {
	background: #d8e8ff !important;
}

.UpdateChecking {
	background: #eeeeee !important;
}

.UpdateOld .Name {
	background: url(ico.alert.gif) no-repeat top left;
}

.UpdateGood .Name {
	background: url(ico.check.gif) no-repeat top left;
}

.UpdateUnknown .Name {
	background: url(ico.unknown.gif) no-repeat top left;
}

.UpdateChecking .Name {
	background: url(progress.gif) no-repeat center left;
}

#Form.RoleEditForm li p span label {
	font-weight: normal !important;
}

#Form.CategoryList .RoleBlocked {
	background: url(disabled-tile.gif) #F4F4C2;
}

#Form.CategoryForm li p span label {
	font-weight: normal !important;
}

#Form.Extensions {
	margin: 0 0 20px 0 !important;
}

div.Extensions ul {
	border: 1px solid #ddd;
	margin: 10px 0 5px 0 !important;
}

div.Extensions ul {
	background-color: #f1f1f1;
}

div.Extensions ul li {
	border-bottom: 1px solid #dddddd;
	margin: 0 !important;
	overflow: hidden;
	padding: 10px !important;
}

div.Extensions ul li.Enabled {
	background: #d8e8ff;
}

div.Extensions ul li.Disabled {
	background: url(disabled-tile.gif);
}

div.Extensions ul li.Processing {
	background: #eeeeee;
}

div.Extensions ul li.Processing label {
	background: url(progress.gif) no-repeat center left;
}

div.Extensions ul li.Processing input {
	display: none;
}

div.Extensions ul li.Processing * {
	color: #b9ab7e !important;
}

div.Extensions h3 {
	color: #000 !important;
	font-size: 13px;
}

div.Extensions h3 label {
	display: inline !important;
	padding-left: 30px !important;
}

div.Extensions ul li input {
	margin-top: 3px !important;
	position: absolute;
	width: auto !important;
}

div.Extensions h3 a {
	color: #1EB136 !important;
	text-decoration: none;
}

div.Extensions h3 a:hover {
	text-decoration: underline;
}

div.Extensions ul li span,div.Extensions ul li span * {
	font-size: 12px;
	font-weight: normal;
	z-index: 1;
}

div.Extensions ul li span {
	margin-left: 10px !important;
}

div.Extensions .Version {
	font-weight: bold;
	margin-left: 5px !important;
}

div.Extensions ul li p {
	color: #000000 !important;
	font-weight: normal;
	padding-left: 30px !important;
}

div.Extensions ul li p a {
	color: #335eb7 !important;
	text-decoration: none;
}

div.Extensions ul li p a:hover {
	color: #062971 !important;
	text-decoration: underline;
}

div.Applicants ul li.CheckController p, div.Applicants ul li.NoApplicants p {
	padding-left: 4px !important;
}

div.Applicants .Approve {
	padding: 0 0 10px 0 !important;
}

div.Applicants .Approve input {
	font-size: 11px !important;
}

div.Applicants ul {
	margin: 0 0 105px 0 !important;
}

.SortList {
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
	border-top: 0;
}

.MovableSortListItem {
	cursor: move;
}

.SortListItem {
	border-top: 1px solid #ddd;
	margin: 0 !important;
	padding: 6px !important;
	position: relative;
}

.SortListOptions {
	float: right !important;
	float: none;
	position: relative !important;
	position: absolute;
	right: auto !important;
	right: 20px;
}

.SortEdit,.SortEdit:link,.SortEdit:active,.SortEdit:visited {
	color: #1eb136 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

.SortEdit:hover {
	color: #393;
	text-decoration: underline;
}

.SortRemove {
	background: url(btn.remove.gif) no-repeat center right;
	margin-left: 10px !important;
	padding-left: 15px !important;
	text-decoration: none;
}

.SortNoRemove {
	margin-left: 10px !important;
	padding-left: 15px !important;
	text-decoration: none;
}

#CustomInfo li {
	float: left;
	width: 50%;
}

#CustomInfo li input {
	width: 80% !important;
}

.Submit {
	margin: 20px 0 !important;
	text-align: right;
}

.Submit input {
	cursor: pointer;
	float: left;
	width: auto !important;
}

.Submit a {
	color: #74b6c4;
}

#AccountProfile {
	width: 80%;
}

#AccountProfile #Success, #AccountProfile .ErrorContainer {
	margin-right: 18px;
}

#AccountProfile .ErrorContainer {
	border-bottom: 1px solid #FFC2CA;
	margin-bottom: 10px;
}

#AccountProfile * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#AccountProfile li {
	clear: both;
	line-height: 18px;
	margin-right: 20px;
}

#AccountProfile h3 {
	float: left;
	font-size: 12px;
	width: 44%;
}

#AccountProfile p {
	float: left;
	width: 55%;
}

#AccountProfile h2 {
	color: #000;
	float: left;
	font-size: 14px;
	width: 60%;
}

#AccountProfile .ProfileTitle * {
	line-height: 32px;
}

#AccountProfile .Tagline {
	background: #fee1e1;
	border-bottom: 1px solid #d9999a;
	border-top: 1px solid #d9999a;
	color: #850406 !important;
	margin: 0 20px 10px 0;
	padding: 6px;
	text-align: center;
}

.ProfileTitleIcon {
	background-repeat: no-repeat;
}

.ProfileTitle h2 {
	width: 44% !important;
}

.ProfileTitle.WithIcon h2 {
	padding-left: 4px !important;
	width: auto;
}

.ProfileTitle.WithIcon .ProfileIcon {
	background: #ffffff no-repeat center center;
	display: inline;
	float: left;
	margin-right: 6px;
	padding: 9px 0 9px 30px;
	width: 32px;
}

#AccountProfile .ProfileTitle p {
	color: #aaaaaa;
	float: left;
	font-size: 11px;
	width: auto;
}

#AccountProfile .ProfileTitle {
	line-height: 20px;
	margin-bottom: 10px;
}

#AccountProfile .Picture {
	background: center center no-repeat;
	height: 200px;
	margin-bottom: 6px;
	overflow: hidden;
	width: 280px;
}

#AccountHistory {
	margin-left: 320px;
}

html>body #AccountHistory {
	margin-left: 300px !important;
}

#AccountHistory * {
	color: #999999;
	list-style: none;
	margin: 0;
	padding: 0;
}

#AccountHistory ul,#AccountHistory h2 {
	margin: 0 20px;
}

#AccountHistory ul {
	margin-bottom: 20px;
}

#AccountHistory h2 {
	color: #000000;
	font-size: 14px;
}

#AccountHistory ul {
	border-top: 1px solid #ccc;
}

#AccountHistory li {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

#AccountHistory h3,#AccountHistory h3 a {
	color: #666;
	font-size: 12px;
}

#AccountHistory h3 small {
	font-size: 11px;
}

#AccountHistory p {
	font-size: 11px;
}

#AccountHistory p.Note {
	font-style: italic;
	padding: 3px;
	padding-bottom: 0;
}

#Form.Help form {
	margin: 0;
	padding: 0;
}

#SettingsPage #Form.Help p.Description {
	padding: 10px !important;
}

#Form.Help p.Description {
	font-style: italic;
}

#SettingsPage #Content dl * {
	color: #000000;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#SettingsPage #Content dl dt {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 10px;
}

#SettingsPage #Content dl dd {
	margin: 10px;
}

.WhisperFrom {
	background-color: #fefceb;
}

.WhisperTo {
	background-color: #feebfa;
}

.left {
	float: left;
}

.hiLite {
	background-color: #ff9;
	font-style: normal;
}

.AutoCompleteContainer {
	border: 1px solid #888;
	border-top: 0;
	margin: 0;
	padding: 0;
}

.AutoCompleteContainer td {
	cursor: pointer;
	padding: 3px;
}

.AutoCompleteRow td {
	background: #fff;
	color: #000;
}

.AutoCompleteHoverRow td {
	background: #335EA8;
	color: #fff;
}

.HideProgress {
	background: url(hprogress.gif) center center no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none !important;
}

.Progress {
	background: url(hprogress.gif) left center no-repeat;
	padding-left: 22px !important;
}

.PreferenceProgress {
	background: url(hprogress.gif) left center no-repeat;
	padding-left: 16px !important;
}

.Complete,.PreferenceComplete {
	background: none;
	padding-left: 0;
}

.PreferenceProgress input {
	display: none;
}

.PreferenceComplete input {
	display: inline;
}

#Body,#Form h2,#Form p,blockquote {
	height: 1%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}  /* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}  /* End hide from IE-mac */
#Content .ContentInfo.Bottom .PageInfo p {
	min-width: 20px;
}

html>body #Content .ContentInfo.Bottom .PageInfo {
	border-top: 1px solid #fff;
}
