/*
Welcome to the Generic Style CSS File! Some things you should know:

1. This file is included on all front-end/user-facing pages. Applications can
override this file in their own custom files (ie. vanilla.css or
conversations.css).

2. This file is broken down into the following sections:
+ General Styles & Typography
+ Header
+ Main Menu
+ Panels / Sidebars
+ Activities
+ Profile Page
+ Profile Tab Menu
+ Thumbnail Cropper
+ Footer

================================================================ Reset CSS*/
/*+clearfix {*/
#Head:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#Head
{
	display: inline-block;
}
#Head
{
/*\*/
	display: block;
/**/
	-height: 1px;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #636363;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #636363;
}

/*+}*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, SUB, SUP, TT, VAR, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
BODY
{
	line-height: 1;
	color: #000000;
	background: #FFFFFF;
}
OL, UL
{
	list-style: none;
}
/*tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: separate;
	border-spacing: 0;
}
CAPTION, TH, TD
{
	text-align: left;
	font-weight: normal;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: "";
}
BLOCKQUOTE, Q
{
	quotes: "" "";
}
/*============================================== General Styles & Typography*/
BODY
{
	color: #000;
	font-family: "lucida grande", "Lucida Sans Unicode", tahoma, sans-serif;
	font-size: 75%;
	line-height: 1.7em;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: small;
}
#Body
{
	max-width: 1200px;
	min-width: 980px;
	width: 90%;
	text-align: left;
	margin: 15px auto 0;
}
#Content
{
	float: left;
	width: 72%;
	margin: 0 0 40px;
}
.Hidden
{
	display: none;
}
.nowrap
{
	white-space: nowrap;
}
.Center
{
	text-align: center;
}
.Right
{
	text-align: right;
}
H1, H2, H3, H4, H5, H6
{
	color: #000;
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
	font-weight: normal;
	margin: 0;
}
P
{
	margin: 0.5em 0 0;
	line-height: 1.6em;
}
.P
{
	margin: 0.5em 0;
}
H1, H2
{
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 10px;
}
H3
{
	font-size: 140%;
}
H4
{
	font-size: 120%;
	color: #6C6C6C;
}
H5
{
	font-size: 120%;
	color: #6C6C6C;
}
A
{
	text-decoration: none;
	color: #1E79A7;
}
A:hover
{
	text-decoration: none;
	color: #FF0084;
}
INPUT.DateBox, INPUT.InputBox, INPUT.SmallInput, TEXTAREA
{
	font-family: "lucida grande", "Lucida Sans Unicode", tahoma, sans-serif;
	color: #333;
	font-size: 15px;
	padding: 3px;
	margin: 0;
	width: 250px;
	border: 1px solid #AAA;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
TEXTAREA.TextBox
{
	width: 500px;
	height: 100px;
	min-height: 100px;
}
#Popup TEXTAREA.TextBox
{
	width: 100%;
}
INPUT.SmallInput, INPUT.InputBox
{
	padding: 6px 3px;
}
INPUT.SmallInput:focus, INPUT.InputBox:focus, TEXTAREA:focus
{
	background: #FFE;
}
TEXTAREA
{
	line-height: 128%;
}
SELECT
{
	font-family: arial;
	font-size: 14px;
	color: #222;
	margin: 0;
	padding: 3px;
}
A.Button, .Button
{
	cursor: pointer;
	margin: 0;
	font-size: 11px;
	padding: 4px;
	background: #F8F8F8;
	background: -webkit-gradient(linear, center bottom, center top, from(#cccccc), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #cccccc);
	-pie-background: linear-gradient(top, #ffffff, #cccccc);
	background: #FFFFFF url(linear-gradient(top,) url(#cccccc));
	color: #02475A;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
	white-space: nowrap;
}
INPUT.Button
{
	font-size: 14px;
	font-weight: bold;
}
.Button:hover
{
	color: #111;
	border: 1px solid #666;
}
.Button:focus
{
	background: #EEE;
}
.Loading
{
	height: 100px;
	padding: 0 20px;
	background: url('images/progress.gif') no-repeat center center;
}
.Progress
{
	padding: 10px 40px 10px 0;
	background: url('images/progress.gif') no-repeat center center;
}
.TinyProgress
{
	padding: 10px 40px 10px 0;
	background: url('images/progress_sm.gif') no-repeat center center;
}
.Conversations .Deleted
{
	text-decoration: line-through;
}
DIV.Deleted
{
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	margin: 10px 0 0;
	padding: 6px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*Note: Warning, Alert & Info are simple boxes that can be used to wrap message
strings & imply importance.*/
.Warning
{
	background: #FFC;
	border: 1px solid #FF9;
	color: #000;
	padding: 6px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
SPAN.Alert
{
	background: #D00;
	color: #FFF;
	padding: 1px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
SPAN.Alert A
{
	color: #FFF;
}
SPAN.Alert A:hover
{
	text-decoration: underline;
}
DIV.Info
{
	font-size: 13px;
	background: #FAFAFA;
	border: 1px solid #EEE;
	color: #888;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px;
	margin: 0 0 10px;
}
DIV.Info STRONG
{
	font-weight: bold;
}
/*Note: The MessageModule (in /applications/dashboard/modules) wraps all messages
that it renders in a div with this DismissMessage class.*/
DIV.DismissMessage
{
	margin: 6px 0 10px;
	text-align: left;
	position: relative;
}
DIV.DismissMessage P
{
	margin: 2px 0;
}
DIV.DismissMessage A.Dismiss
{
	font-family: arial;
	position: absolute;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	color: #999;
	top: 3px;
	right: 5px;
}
DIV.DismissMessage A.Dismiss:hover
{
	color: #FF0084;
}
#PagerLess
{
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	border-radius-topright: 2px;
	border-radius-topleft: 2px;
	margin-bottom: 1px;
	text-align: left;
}
DIV.MorePager A.Loading
{
	border: 0 !important;
	padding: 0 20px !important;
	background: url('images/progress.gif') no-repeat center center !important;
}
#PagerMore
{
	margin-bottom: 1px;
}
.NumberedPager
{
	margin: 1px 0 0;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
#PagerBefore
{
	margin: 1px 0;
}
.NumberedPager A, .NumberedPager SPAN
{
	padding: 0 4px;
}
.NumberedPager SPAN, .NumberedPager A.Highlight
{
	color: #777;
}
.NumberedPager A.Next, .NumberedPager SPAN.Next, .NumberedPager A.Previous, .NumberedPager SPAN.Previous
{
	font-size: 16px;
	line-height: 10px;
}
.NumberedPager A.Next, .NumberedPager SPAN.Next
{
	margin-left: 6px;
}
.NumberedPager A.Previous, .NumberedPager SPAN.Previous
{
	margin-right: 6px;
}
/*Small UserPhoto() images*/
A.Small:hover
{
	text-decoration: none;
}
A.Small IMG
{
	background: none;
	text-indent: -100px;
	background: #DDD;
	display: inline-block;
	height: 24px;
	width: 24px;
	overflow: hidden;
}
/*=================================================================== Header*/
/*[clearfix]*/#Head
{
	background: #1B820E;
	padding: 0;
}
#Head
{
}
DIV.Search:after, DIV#Search:after
{
	content: ".";
	display: inline;
	height: 0;
	clear: both;
	visibility: hidden;
}
BODY #Head H1
{
	display: inline-block;
	font-weight: bold;
	margin: 0;
	padding: 21px 10px 4px 0;
	border: 0;
}
#Head H1 A SPAN
{
	font-size: 24px;
	color: #E4F7FE;
	text-shadow: 0 1px 0 #2595BA;
}
#Head H1 A:hover SPAN
{
	color: #F3FCFF;
}
#Head FORM
{
	float: inherit;
	width: 256px;
	background: #000;
	padding: 0;
	margin: 15px 0 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#Head FORM INPUT.InputBox
{
	width: 204px;
	border: 0;
	padding: 4px 2px 4px 0;
	background: #000;
	margin: 0;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	color: #D0DA00;
	font-size: 13px;
}
#Head FORM INPUT.Button
{
	border: 2px solid #CCBE59;
	width: 35px;
	height: 26px;
	background: #009E00;
	color: #D7F400;
	padding: 1px 0 4px;
	margin: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 2;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#Menu UL
{
	display: none;
}
#Menu LI
{
	line-height: 27px;
	float: left;
	position: relative;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 4px 0 0;
	font-weight: bold;
	text-align: left;
}
* HTML #Menu LI
{
	display: inline;
}
#Menu A
{
	border: 0;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 0 7px;
	white-space: nowrap;
	font-size: 11px;
	height: 28px;
}
* HTML #Menu A
{
	display: inline;
	padding: 6px 10px;
}
#Menu LI.NonTab, #Menu LI.NonTab A
{
	background: transparent;
	border: 0;
	font-weight: normal;
}
#Menu A SPAN, #Menu LI.Active A SPAN, #Menu LI.Highlight A:hover SPAN
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0 2px;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
}
/*Option (dropdown) Menus

Menu takes a z-index of 100
Option menu takes a z-index of 300

*/
UL.Options, UL.Options UL
{
	margin: 0;
	padding: 0;
	display: none;
}
.DataList .Item.Active UL.Options
{
	display: block;
}
UL.Options
{
	z-index: 298;
}
UL.Options UL
{
	z-index: 300;
	position: absolute;
}
UL.Options LI
{
	float: right;
	position: relative;
	display: block;
	list-style: none outside none;
	padding: 0;
	font-size: 11px;
	line-height: 22px;
}
UL.Options H3
{
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
UL.Options LI UL LI
{
	float: none;
	text-align: left;
	margin: 0;
	font-weight: normal;
}
UL.Options LI UL LI A
{
	width: 104px;
	padding: 0 6px;
	height: auto;
}
UL.Options A
{
	text-decoration: none;
	display: block;
	position: relative;
	white-space: nowrap;
	font-size: 11px;
}
UL.Options UL LI
{
	display: block;
	float: none;
}
UL.Options LI.Parent STRONG
{
	display: block;
	padding: 4px;
	margin: 3px 4px 0 0;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #BBB;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #555;
	cursor: pointer;
	line-height: 100%;
}
UL.Options LI.Parent STRONG:focus, UL.Options LI.Parent STRONG:hover
{
	color: #333;
	border: 1px solid #888;
}
UL.Options LI.Parent STRONG:focus
{
	background: #EEE;
}
UL.Options LI.Active STRONG:hover, UL.Options LI.Active STRONG
{
	color: #FFF;
	background: #9C9C9C !important;
	border: 1px solid #9C9C9C;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
UL.Options LI.Active
{
	background: none;
}
UL.Options LI.Active UL
{
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #444;
	border: 1px solid #282828;
}
UL.Options LI.Active UL LI A
{
	background: none;
}
UL.Options LI.Active A
{
	background: #EFEFEF;
	color: #FFF;
}
UL.Options LI.Active A:hover
{
	color: #FFF;
	background: #282828;
}
UL.Options LI.Parent STRONG:hover, UL.Options LI.Active STRONG:hover, UL.Options LI.Active STRONG, UL.Options LI.Active UL
{
	box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
}
UL.Options LI.Active STRONG, UL.Options LI.Active STRONG:hover, UL.Options LI.Parent STRONG
{
	padding-right: 18px;
	font-size: 11px;
	background: url('images/buttons.png') no-repeat right -96px;
}
UL.Options LI.Active STRONG, UL.Options LI.Active STRONG:hover
{
	border: 1px solid #282828;
	color: #FFF;
	background: #282828 url('images/buttons.png') no-repeat right -144px !important;
}
UL.Options LI.Parent STRONG:hover
{
	box-shadow: 1px 1px 2px #999999;
	-moz-box-shadow: 1px 1px 2px #999999;
	-webkit-box-shadow: 1px 1px 2px #999999;
}
UL.Options LI.Active STRONG:hover, UL.Options LI.Active STRONG, UL.Options LI.Active UL
{
	box-shadow: 2px 2px 2px #999999;
	-moz-box-shadow: 2px 2px 2px #999999;
	-webkit-box-shadow: 2px 2px 2px #999999;
}
.OptionsMenu
{
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
}
.Item .OptionsMenu
{
	vertical-align: top;
	visibility: hidden;
}
.Open.OptionsMenu, .Item:hover .OptionsMenu
{
	visibility: visible;
}
.MenuTitle
{
	color: #000;
	border: 1px solid #BBB;
	padding: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	user-select: none;
	background: url('images/buttons.png') no-repeat right -96px;
	padding-right: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
/*.MenuTitle:hover {
box-shadow:2px 2px 3px rgba(0,0,0,0.5);
-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
}*/
.Open .MenuTitle
{
	border: 1px solid #282828;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #FFF;
	background: #282828 url('images/buttons.png') no-repeat right -144px;
}
.MenuItems
{
	border: 1px solid #282828;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-radius-bottom-left: 2px;
	-webkit-border-radius-bottom-right: 2px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	background: #444444 none repeat scroll 0 0;
	border: 1px solid #282828;
	min-width: 125px;
	line-height: 100%;
	font-size: 10px;
	color: #FFF;
}
.MenuItems LI
{
	padding: 6px !Important;
}
.MenuItems A, .MenuItems A:link, .MenuItems A:visited, .MenuItems A:active
{
	color: #FFF;
	display: block;
	text-decoration: none;
}
.MenuItems LI:hover
{
	background: #282828;
}
.ToggleFlyout
{
	cursor: pointer;
	position: relative;
}
.ToggleFlyout.Open
{
	z-index: 100;
}
.ToggleFlyout .Flyout
{
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 100;
}
.Center
{
	text-align: center;
}
/*================================================================ Main Menu*/
DIV.Menu
{
	max-width: 1200px;
	min-width: 980px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	vertical-align: bottom;
}
UL#Menu
{
	display: inline-block;
	margin-right: 280px;
	vertical-align: bottom;
}
#Menu UL, #Menu LI.Active
{
	background: #38ABE3;
}
#Menu A, #Menu LI.Active A
{
	color: #FFF;
}
#Menu A:hover
{
	background: #18BD03;
}
#Menu A:hover, #Menu LI.NonTab A:hover
{
	color: #FFF !important;
}
/*Numbers next to menu items*/
#Menu A SPAN, #Menu LI.Active A SPAN, #Menu LI.Highlight A:hover SPAN
{
	background: #F2FCFF;
	color: #299FC7;
}
#Head .Search, #Head #Search
{
	position: absolute;
	right: 23px;
	bottom: -21px;
	text-align: right;
}
/*======================================================== Panels / Sidebars*/
#Panel
{
	width: 25%;
	float: right;
}
DIV.Box
{
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background: #CFECFF;
	color: #888;
	padding: 6px 10px;
	margin: 0 0 10px;
	box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
}
DIV.Box H4
{
	font-size: 110%;
	color: #1E79A7;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1px;
}
DIV.Box DL
{
	overflow: hidden;
}
DIV.Box DL DT
{
	font-size: 12px;
	float: left;
	width: 80px;
	color: #555;
	overflow: hidden;
	white-space: nowrap;
}
DIV.Box DL DD
{
	font-size: 12px;
	margin-left: 80px;
}
DIV.Box P
{
	font-size: 100%;
	padding: 0 0 4px;
	color: #555;
}
UL.PanelActivity
{
	border-top: 1px solid #ABDAFB;
	border-bottom: 0;
}
UL.PanelActivity LI
{
	background: #E3F4FF;
	border-bottom: 1px solid #ABDAFB;
	padding: 2px 4px;
	color: #555;
	font-size: 11px;
	line-height: 1.6;
}
UL.PanelActivity LI A
{
	font-size: 13px;
}
UL.PanelActivity LI A.Name
{
	margin-right: 2px;
}
UL.PanelActivity SPAN
{
	padding: 0 4px;
}
UL.PanelActivity P
{
	padding: 0 4px;
	display: inline;
	font-size: 90%;
}
UL.PanelActivity LI EM
{
	padding-left: 5px;
	color: #777;
	font-size: 80%;
}
UL.PanelActivity LI DIV.Story
{
	font-size: 85%;
}
UL.PanelInfo LI
{
	background: #E3F4FF;
	border-bottom: 1px solid #ABDAFB;
	padding: 2px 4px;
	text-align: right;
}
UL.PanelInfo LI.Heading
{
	text-align: left;
	color: #000;
	font-weight: bold;
}
UL.PanelInfo
{
	border-top: 1px solid #ABDAFB;
	border-bottom: 0;
}
UL.PanelInfo LI STRONG
{
	font-weight: normal;
	text-align: left;
	font-weight: normal;
}
UL.PanelInfo LI A
{
	float: left;
}
DIV.Moderators UL.PanelInfo LI
{
	text-align: left;
}
DIV.Moderators UL.PanelInfo LI A
{
	float: none;
	font-weight: bold;
}
DIV.Moderators UL.PanelInfo LI A IMG
{
	vertical-align: middle;
}
UL.PanelInfo DIV.Meta
{
	font-size: 11px;
}
UL.PanelInfo DIV.Meta SPAN, UL.PanelInfo DIV.Meta STRONG
{
	margin-right: 8px;
}
UL.PanelInfo DIV.Meta SPAN A
{
	margin-left: 8px;
}
UL.PanelInfo DIV.Meta STRONG
{
	display: inline;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
/*
box-shadow: 0px 0px 2px #777;
-moz-box-shadow: 0px 0px 2px #777;
-webkit-box-shadow: 0px 0px 2px #777;
*/
	background: #FF0;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	padding: 3px;
	line-height: 1;
}
UL.PanelInfo LI.Parent
{
	text-align: left;
	font-weight: bold;
	background: none;
	color: #333;
	padding: 2px 0;
}
UL.PanelInfo LI.Active
{
	background: #FFF;
	border-bottom: 1px solid #A3E6FF;
}
UL.PanelInfo LI.Active A
{
	color: #1E79A7;
}
UL.PanelActivity LI.ShowAll, UL.PanelInfo LI.ShowAll
{
	font-weight: bold;
	border: 0;
	text-align: right;
	background: none;
}
#UserOptions
{
	margin-bottom: 10px;
}
BODY.Profile UL.PanelInfo
{
	border-bottom: 1px solid #ABDAFB;
}
BODY.Profile UL.PanelInfo LI
{
	border-bottom: 0;
	text-align: left;
}
BODY.Profile UL.PanelInfo LI A
{
	float: none;
}
A.BigButton
{
	text-align: center;
	display: block;
	cursor: pointer;
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 0;
	background: #F8F8F8;
	background: -webkit-gradient(linear, center bottom, center top, from(#cccccc), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #cccccc);
	-pie-background: linear-gradient(top, #ffffff, #cccccc);
	background: #FFFFFF url(linear-gradient(top,) url(#cccccc));
	color: #02475A;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
}
A.BigButton:hover
{
	color: #111;
	border: 1px solid #666;
	box-shadow: 0px 0px 5px #AAA;
	-moz-box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
}
A.BigButton:focus
{
	background: #EEE;
	box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
}
/*Category Depths*/
UL.PanelCategories LI.Depth2
{
	padding-left: 8px;
}
UL.PanelCategories LI.Depth3
{
	padding-left: 12px;
}
UL.PanelCategories LI.Depth4
{
	padding-left: 16px;
}
UL.PanelCategories LI.Depth5
{
	padding-left: 20px;
}
UL.PanelCategories LI.Depth6
{
	padding-left: 24px;
}
UL.PanelCategories LI.Depth7
{
	padding-left: 28px;
}
UL.PanelCategories LI.Depth8
{
	padding-left: 32px;
}
UL.PanelCategories LI.Depth9
{
	padding-left: 36px;
}
UL.PanelCategories LI.Depth10
{
	padding-left: 40px;
}
UL.PanelCategories LI.Depth11
{
	padding-left: 44px;
}
UL.PanelCategories LI.Depth12
{
	padding-left: 48px;
}
UL.CategoryList LI.Depth2
{
	padding-left: 25px !important;
}
UL.CategoryList LI.Depth3
{
	padding-left: 50px !important;
}
UL.CategoryList LI.Depth4
{
	padding-left: 75px !important;
}
UL.CategoryList LI.Depth5
{
	padding-left: 100px !important;
}
UL.CategoryList LI.Depth6
{
	padding-left: 125px !important;
}
UL.CategoryList LI.Depth7
{
	padding-left: 150px !important;
}
UL.CategoryList LI.Depth8
{
	padding-left: 175px !important;
}
UL.CategoryList LI.Depth9
{
	padding-left: 200px !important;
}
UL.CategoryList LI.Depth10
{
	padding-left: 225px !important;
}
UL.CategoryList LI.Depth11
{
	padding-left: 250px !important;
}
UL.CategoryList LI.Depth12
{
	padding-left: 275px !important;
}
UL.CategoryListWithHeadings LI.Depth2
{
	padding-left: 0 !important;
}
UL.CategoryListWithHeadings LI.Depth3
{
	padding-left: 25px !important;
}
UL.CategoryListWithHeadings LI.Depth4
{
	padding-left: 50px !important;
}
UL.CategoryListWithHeadings LI.Depth5
{
	padding-left: 75px !important;
}
UL.CategoryListWithHeadings LI.Depth6
{
	padding-left: 100px !important;
}
UL.CategoryListWithHeadings LI.Depth7
{
	padding-left: 125px !important;
}
UL.CategoryListWithHeadings LI.Depth8
{
	padding-left: 150px !important;
}
UL.CategoryListWithHeadings LI.Depth9
{
	padding-left: 175px !important;
}
UL.CategoryListWithHeadings LI.Depth10
{
	padding-left: 200px !important;
}
UL.CategoryListWithHeadings LI.Depth11
{
	padding-left: 225px !important;
}
UL.CategoryListWithHeadings LI.Depth12
{
	padding-left: 250px !important;
}
DIV.Box.RecentUsers
{
	float: left;
}
DIV.Icons A
{
	display: block;
	margin: 0 2px 2px 0;
	float: left;
}
DIV.Icons IMG
{
	display: block;
	height: 44px;
	width: 44px;
	overflow: hidden;
	background: #C4CDE0;
	color: #C4CDE0;
	text-indent: 50px;
}
/*================================================ DataList (Search Results)
Note: DataList is used in search results, vanilla discussions & drafts*/
DIV.Empty
{
	margin: 10px 0;
}
UL.DataList LI.Item
{
	margin: 0;
	padding: 4px 0;
	border: 0;
	position: relative;
	border-bottom: 1px solid #BEC8CC;
}
UL.DataList LI.Item LI.Item
{
	border-bottom: none;
}
UL.DataList DIV.Options
{
	margin: 2px 4px 0 0;
	position: absolute;
	right: 0;
	top: 0;
}
UL.DataList DIV.OptionButton
{
	position: absolute;
	top: 0;
	right: 0;
}
UL.DataList A.Title
{
	display: block;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
UL.DataList DIV.Title
{
	display: block;
	margin: 0;
}
UL.DataList DIV.Title A
{
	font-size: 120%;
	font-weight: bold;
}
UL.DataList DIV.Meta
{
	font-size: 11px;
	color: #70727C;
}
UL.DataList DIV.Excerpt
{
	font-size: 12px;
	line-height: 1.4;
}
UL.DataList DIV.Excerpt A
{
	color: #333;
	display: block;
}
UL.DataList DIV.Excerpt P
{
	display: inline;
	padding: 0;
}
/*ul.DataList div.Meta span a,*/
UL.DataList DIV.Meta SPAN, UL.DataList DIV.Meta STRONG
{
	margin-right: 12px;
}
UL.DataList DIV.Meta .MetaLabel
{
	margin-right: 2px;
}
UL.DataList DIV.Meta STRONG
{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
/*
box-shadow: 0px 0px 2px #777;
-moz-box-shadow: 0px 0px 2px #777;
-webkit-box-shadow: 0px 0px 2px #777;
*/
	background: #FF0;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	padding: 3px;
	line-height: 1;
}
UL.DataList DIV.Meta A
{
	color: #2B2D33;
}
UL.DataList A.Delete, UL.DataList A.Delete:hover
{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #333;
	display: block;
	height: 14px;
	margin: 0;
	padding: 2px 4px;
	width: auto;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
UL.DataList A.Delete:hover
{
	text-decoration: none;
	border: none;
	background: #333;
	color: #FFF;
}
/*Condensed datalists make the main link & excerpt inline.*/
UL.DataList DIV.Photo
{
	float: left;
	padding: 0 10px 0 0;
	font-size: 11px;
}
UL.DataList DIV.Photo IMG
{
	display: block;
	height: 43px;
	width: 43px;
	overflow: hidden;
	background: #EEE;
}
UL.DataList .Unfollow
{
	background: #EEE;
}
UL.DataList .Unfollow A
{
	color: #888;
}
.Item .Inset
{
	border-top: 1px solid #BEC8CC;
	padding: 5px 0;
}
UL.Condensed LI, LI.Condensed
{
	clear: left;
}
UL.Condensed A.Title, LI.Condensed A.Title, UL.Condensed DIV.Title, LI.Condensed DIV.Title
{
	display: inline;
	padding: 0;
}
UL.Condensed DIV.Excerpt, LI.Condensed DIV.Excerpt
{
	display: inline;
}
UL.Condensed DIV.Excerpt A, LI.Condensed DIV.Excerpt A
{
	display: block;
	padding: 3px 0;
}
/*=============================================================== Activities*/
BODY.Activity H1
{
	margin: 0;
}
BODY.Profile UL.Activities
{
	margin-top: 10px;
	border-top: 1px solid #DDD;
}
UL.Activities LI.HasPhoto DIV.Title
{
	padding: 0;
}
UL.Activities A.Title, UL.Activities DIV.Title, UL.Activities DIV.Title A
{
	font-size: 14px;
}
UL.Activities DIV.Excerpt
{
	color: #80828C;
}
UL.Activities LI.Condensed DIV.Excerpt
{
	color: #000;
	font-size: 13px;
	padding: 0 0 0 4px;
}
UL.Activities DIV.Excerpt A, UL.Activities DIV.Meta A
{
	color: #1E79A7;
}
UL.Activities DIV.Excerpt A:hover, UL.Activities DIV.Meta A:hover
{
	color: #FF0084;
}
UL.Activities DIV.Excerpt IMG
{
	padding: 2px;
	border: 1px solid #999;
}
UL.Activities UL.DataList
{
	margin-left: 50px;
	width: 400px;
}
UL.Activities DIV.ItemContent
{
	width: 631px;
}
UL.Activities LI.HasPhoto DIV.ItemContent
{
	margin-left: 53px;
	width: 578px;
}
UL.Activities LI.Item LI.HasPhoto DIV.ItemContent
{
	width: auto;
	margin-left: 42px;
}
UL.Activities UL.DataList LI
{
	background: #D7E7FF;
	margin-bottom: 2px;
	padding: 6px;
}
UL.Activities UL.DataList A.Title, UL.Activities UL.DataList DIV.Title, UL.Activities UL.DataList DIV.Title A, UL.Activities UL.DataList DIV.Excerpt P
{
	font-size: 13px;
	line-height: 1;
}
UL.HasPhoto DIV.Excerpt, UL.HasPhoto DIV.Meta
{
	padding-left: 49px !important;
	display: block;
}
UL.Activities UL.DataList .HasPhoto DIV.Meta
{
	padding: 2px 0 0;
	line-height: 1;
}
UL.Activities UL.DataList DIV.Photo IMG
{
	height: 32px;
	width: 32px;
}
UL.Activities A.CommentLink, UL.Activities A.CommentLink:hover
{
	font-size: 12px;
	cursor: text;
	background: #FFF;
	color: #BBB !important;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #AAA;
	display: block;
	line-height: 100%;
	font-weight: normal;
}
UL.Activities LI.CommentForm FORM DIV
{
	text-align: right;
}
UL.Activities LI.CommentForm TEXTAREA.TextBox
{
	width: 380px;
	min-height: 40px;
	height: 40px;
	margin-bottom: 2px;
	font-size: 12px;
}
UL.Activities LI.CommentForm INPUT.Button
{
	font-size: 12px;
	box-shadow: 0 0 1px #999;
	-moz-box-shadow: 0 0 1px #999;
	-webkit-box-shadow: 0 0 1px #999;
}
/*============================================================== MessageList
used for lists of message-based content (discussion comments, private
conversation messages, etc).*/
UL.MessageList, UL.MessageList LI
{
	list-style: none;
	margin: 0;
	padding: 0;
}
UL.MessageList LI.Item
{
	border-bottom: 1px solid #BEC8CC;
	padding: 10px 4px 4px 10px;
}
UL.MessageList DIV.Meta
{
	font-size: 11px;
	color: #777;
	min-height: 40px;
}
UL.MessageList DIV.Meta SPAN.Author IMG
{
	height: 40px;
	width: 40px;
	border: 0;
	margin: 0 10px 0 0;
	float: left;
	overflow: hidden;
	background: #EEE;
}
UL.MessageList DIV.Meta SPAN
{
	line-height: 2.5;
	padding-left: 10px;
}
UL.MessageList DIV.Meta SPAN.Author
{
	padding: 0;
}
UL.MessageList DIV.Meta SPAN.Author A
{
	font-size: 15px;
	font-weight: bold;
}
UL.MessageList DIV.Comment DIV.Meta SPAN
{
	line-height: inherit;
}
UL.MessageList DIV.Comment DIV.Meta DIV.CommentInfo
{
	line-height: normal;
}
UL.MessageList DIV.Comment DIV.Meta DIV.CommentInfo SPAN
{
	padding-left: 0px;
	padding-right: 10px;
}
DIV.Preview
{
	text-align: left;
	background: #E3F4FF;
	padding: 1px 8px;
	margin: 4px 0 8px;
}
DIV.Popup DIV.Preview
{
	padding: 8px;
	margin: 0;
}
BODY.Post DIV.Popup A.Close
{
	color: #1E79A7;
}
DIV.Preview DIV.Message, UL.MessageList DIV.Message
{
	clear: both;
	line-height: 140%;
	font-size: 100%;
	word-wrap: break-word;
}
DIV.Preview DIV.Message, DIV.Preview DIV.Message P, UL.MessageList DIV.Message, UL.MessageList DIV.Message P
{
	margin: 8px 0;
}

DIV.Preview DIV.Message BLOCKQUOTE, UL.MessageList DIV.Message BLOCKQUOTE
{
	padding: 4px 16px;
	margin: 4px 0;
	background-color: #F0F9FE;
	border-left: 2px solid #3FB1FB;
}

CODE, PRE
{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #FF9;
	padding: 4px 8px;
	white-space: pre;
	font-family: monospace;
	overflow: auto;
	border: 1px solid #EEC;
}
PRE
{
	display: block;
}
DIV.Preview DIV.Message STRONG, UL.MessageList DIV.Message STRONG
{
	font-weight: bold;
}
DIV.Preview DIV.Message EM, UL.MessageList DIV.Message EM
{
	font-style: oblique;
}
DIV.Preview DIV.Message UL, DIV.Preview DIV.Message OL, UL.MessageList DIV.Message UL, UL.MessageList DIV.Message OL
{
	margin-left: 3em ! important;
}
DIV.Preview DIV.Message OL LI, UL.MessageList DIV.Message OL LI
{
	list-style: decimal ! important;
}
DIV.Preview DIV.Message UL LI, UL.MessageList DIV.Message UL LI
{
	list-style: disc ! important;
}
DIV.Message H1, DIV.Message H2, DIV.Message H3, DIV.Message H4, DIV.Message H5
{
	font-family: "lucida grande", "Lucida Sans Unicode", tahoma, sans-serif;
	font-weight: bold;
	border: none;
	color: #000;
}
DIV.Message H1
{
	font-size: 22px;
}
DIV.Message H2
{
	font-size: 20px;
}
DIV.Message H3
{
	font-size: 18px;
}
DIV.Message H4
{
	font-size: 16px;
}
DIV.Message H5
{
	font-size: 14px;
}
DIV.Message DIV.ImageResized
{
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	margin-bottom: 10px;
}
/*The "Foot" is at the bottom of the #Content section. Used for more results
links, sign in buttons, etc*/
.Foot
{
	border-bottom: 1px solid #ABDAFB;
	padding: 6px;
	background: #CFECFF;
	text-align: right;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
}
.Foot A.TabLink
{
	margin-left: 10px;
}
.Foot .Note
{
	line-height: 2.6;
	float: left;
	padding: 0 0 0 8px;
	font-weight: bold;
}
/*=============================================================== Categories*/
UL.CategoryList LI.Item
{
	margin: 0;
	padding: 0;
	border: 0 !important;
}
UL.CategoryList .ItemContent
{
	position: relative;
	margin-top: -1px;
	border: 1px solid #BEC8CC;
	border-width: 1px 0;
	padding: 4px 9px;
}
DIV.Meta SPAN.ChildCategories
{
	border-top: 1px dotted #DDD;
	display: block;
}
UL.DataList DIV.Meta SPAN.RSS
{
	margin-right: 6px;
}
DIV.Meta SPAN.RSS IMG
{
	vertical-align: text-bottom;
}
UL.CategoryList LI.CategoryHeading
{
	font-weight: bold;
	font-size: 14px;
}
/*============================================================= Profile Page*/
BODY.Profile #Content
{
	width: auto;
	margin: 0 0 40px;
	width: 72%;
	float: right;
}
BODY.Profile #Panel
{
	float: left;
	width: 25%;
}
UL.SideMenu
{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	padding: 0;
	margin: 0 0 10px;
}
UL.SideMenu LI UL
{
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
UL.SideMenu LI UL LI
{
	border-bottom: 1px solid #BEC8CC;
}
UL.SideMenu LI UL LI A
{
	padding: 0 8px;
	display: block;
}
UL.SideMenu LI UL LI A:hover
{
	text-decoration: none;
	background: #CFECFF;
}
DIV.User
{
	line-height: 150%;
}
DIV.User, DIV.User A
{
	text-decoration: none;
}
DIV.User H1
{
	padding: 0 0 8px;
	margin: 0;
	line-height: 100%;
	border: 0;
}
#Status
{
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	background: #CFECFF;
	margin: 0;
	padding: 8px 8px 0;
	color: #999;
	font-weight: normal;
	line-height: 1.5;
}
#Status P
{
	font-size: 120%;
	color: #6C6C6C;
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1;
}
#Status A.Change
{
	text-transform: lowercase;
	font-size: 11px;
	text-decoration: none;
}
#Status A:hover
{
	text-decoration: underline;
}
DIV.User FORM
{
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	background: #CFECFF;
	padding: 8px 8px 0;
}
DIV.User FORM INPUT.InputBox
{
	width: 618px;
	margin-right: 2px;
}
FORM.Activity
{
	display: block;
	padding: 10px 10px 0;
	text-align: right;
}
FORM.Activity TEXTAREA
{
	width: 99%;
	margin-bottom: 2px;
	height: 60px;
	min-height: 60px;
}
/*Invitations Form*/
#Form_Invitation TABLE
{
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
	background: #F2FBFF;
	border: 1px solid #C0E7F5;
}
#Form_Invitation TABLE LABEL
{
	font-size: 12px;
	padding: 0px;
}
#Form_Invitation TABLE TR.Last TD, #Form_Invitation TABLE TR.Last TH
{
	border-bottom: 0px solid #000000;
}
#Form_Invitation TABLE TH, #Form_Invitation TABLE TD
{
	font-weight: normal;
	color: #555;
	padding: 6px;
}
#Form_Invitation TABLE THEAD TH, #Form_Invitation TABLE THEAD TD
{
	border-bottom: 1px solid #C0E7F5;
}
#Form_Invitation TABLE TBODY TH
{
	font-weight: bold;
	color: #000;
}
#Form_Invitation TABLE TBODY TH, #Form_Invitation TABLE TBODY TD
{
	border-bottom: 1px solid #C0E7F5;
	line-height: 150%;
}
#Form_Invitation TABLE THEAD TH
{
	font-weight: bold;
	font-size: 13px;
	color: #000;
}
#Form_Invitation TABLE.AltRows TR.Alt TH, #Form_Invitation TABLE.AltRows TR.Alt TD, #Form_Invitation TABLE.AltColumns TH.Alt, #Form_Invitation TABLE.AltColumns TD.Alt
{
	background: #CFECFF;
}
#Form_Invitation TABLE.AltColumns TR.Alt
{
	background: none;
}
BODY.Profile UL.Notifications
{
	border-top: 0;
	margin-top: 0;
}
/*Preferences Form*/
DIV.Preferences H3
{
	margin: 0;
	padding: 10px 0 4px !important;
}
TABLE.PreferenceGroup THEAD TD
{
	font-weight: bold;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #CCC;
	background: #EEE;
	padding: 2px 6px;
}
TABLE.PreferenceGroup TBODY TD
{
	border-bottom: 1px solid #EEE;
	padding: 2px 6px;
}
TABLE.PreferenceGroup TBODY TD.PrefCheckBox
{
	text-align: center;
}
TABLE.PreferenceGroup TD.Description
{
	font-size: 12px;
}
/*================================================= Tabs, Headings & Footers*/
DIV.MessageForm
{
	text-align: right;
}
DIV.MessageForm, DIV.Tabs, DIV.Headings
{
	display: block;
	border-bottom: 1px solid #ABDAFB;
	padding: 5px 8px;
	margin: 0;
	background: #CFECFF;
}
DIV.MessageForm DIV.Tabs
{
	padding: 0;
	border: 0;
	background: none;
	text-align: left;
}
DIV.MessageForm DIV.Tabs UL
{
	display: inline;
}
DIV.Tabs LI
{
	display: inline;
	margin: 0;
}
DIV.MorePager A, DIV.MorePager A:link, DIV.MorePager A:hover, DIV.MorePager A:active, DIV.MorePager A:visited, A.TabLink, A.TabLink:link, A.TabLink:hover, A.TabLink:active, A.TabLink:visited, DIV.Tabs LI A, DIV.Tabs LI A:link, DIV.Tabs LI A:hover, DIV.Tabs LI A:active, DIV.Tabs LI A:visited
{
	margin: 0;
	border: 1px solid #ABDAFB;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #BBE2F7;
	display: inline;
	font-weight: bold;
	color: #1E79A7;
	text-decoration: none;
	padding: 5px 10px;
	line-height: 2.6;
	white-space: nowrap;
}
DIV.MorePager LI A:hover, A.TabLink:hover, DIV.Tabs LI A:hover
{
	background: #F3FCFF;
}
A.Active, DIV.Tabs LI.Active A
{
	background: #FFF;
	color: #474747;
}
DIV.Tabs LI A SPAN
{
	line-height: 1;
	font-size: 80%;
	padding: 0 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: normal;
	background: #1E79A7;
	color: #EAF4FD;
	margin: 0 0 0 4px;
}
DIV.Tabs DIV.SubTab
{
	margin: 10px 0 0;
	padding: 4px 8px;
	background: #F3FCFF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
DIV.HeadingTabs
{
	padding: 8px 8px 8px 12px;
}
DIV.HeadingTabs UL
{
	display: inline;
	float: right;
}
DIV.HeadingTabs DIV.SubTab
{
	font-size: 14px;
	display: inline;
	font-weight: bold;
	background: none;
	padding: 0;
	line-height: 2.4;
}
DIV.SearchTabs INPUT.InputBox
{
	width: 560px;
	margin-right: 10px;
}
DIV.Headings
{
	position: relative;
	text-align: left;
}
DIV.Headings DIV
{
	display: inline-block;
	padding-right: 10px;
}
DIV.Headings DIV.ItemHeading
{
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
}
DIV.Headings DIV.MetaHeading
{
	font-size: 11px;
}
/*================================================ Administration Checkboxes*/
.MessageList .Item, BODY.Discussion #Content, .DiscussionsTabs
{
	position: relative;
}
.Administration
{
	width: 32px;
	text-align: center;
	padding: 4px 0 5px;
	position: absolute;
	left: -32px;
	top: 0;
}
.Item .Administration
{
	background: #F5F5F5;
	border: 1px solid #BEC8CC;
	border-width: 1px 0 0;
}
.DataList.Discussions .Item .Administration, .MessageList .Item .Administration
{
	top: -1px;
}
/*======================================================== Thumbnail Cropper*/
FORM.Thumbnail TABLE
{
	width: 100%;
}
FORM.Thumbnail TABLE TD
{
	width: 50%;
}
FORM.Thumbnail TABLE TR TD
{
	vertical-align: top;
}
FORM.Thumbnail TABLE TR TH
{
	padding-right: 10px;
}
.jcropper-holder
{
	border: 1px solid #000000;
}
.jcrop-holder
{
	text-align: left;
}
.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: #FFFFFF url('images/jcrop.gif') repeat top left;
}
.jcrop-vline
{
	height: 100%;
	width: 1px !important;
}
.jcrop-hline
{
	width: 100%;
	height: 1px !important;
}
.jcrop-handle
{
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px solid #EEE;
	background-color: #333;
	width: 9px;
	height: 9px;
}
.jcrop-tracker
{
	background-color: #808080;
	width: 100%;
	height: 100%;
}
.custom .jcrop-vline, .custom .jcrop-hline
{
	background: #FFFF00;
}
.custom .jcrop-handle
{
	border-color: #000000;
	background-color: #C7BB00;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
FORM.Thumbnail TABLE
{
	width: 100%;
}
FORM.Thumbnail TABLE TD
{
	font-weight: normal;
}
/*=================================================================== Popups*/
DIV.Popup .Info
{
	margin-top: 10px;
}
DIV.Popup .Loading
{
	display: block;
	width: 200px;
}
DIV.Overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
DIV.Popup
{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5000;
	text-align: center;
}
DIV.Popup DIV.Border
{
	margin: 0px auto;
	text-align: left;
	position: relative;
	max-width: 500px;
	display: inline-block;
}
DIV.Popup DIV.Body
{
	background: #FFF;
}
DIV.Popup DIV.Legal, DIV.Popup .Content FORM
{
	max-height: 440px;
	overflow: auto;
	padding: 0 10px 10px;
}
DIV.Popup .Loading
{
	text-align: center;
}
DIV.Popup H1, DIV.Popup H2, DIV.Connect H1, DIV.Connect H2
{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	background: #38ABE3;
	border-bottom: 1px solid #3DB9E5;
	padding: 6px 9px 4px;
}
A.Close
{
	position: absolute;
	top: 16px;
	right: 20px;
	line-height: 1;
	color: #E4F7FE;
	cursor: pointer;
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	padding: 0;
}
A.Close:hover
{
	color: #FFF;
}
DIV.Popup .Footer
{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
DIV.Popup .Footer INPUT.Button
{
	font-size: 11px;
	margin-right: 2px;
}
DIV.Popup H3
{
	font-size: 120%;
	font-weight: bold;
	padding: 20px 0 10px;
}
DIV.Popup P
{
	padding: 6px 10px 10px;
}
DIV.Popup DIV.Legal P
{
	padding: 6px 0 10px;
}
DIV.Popup SMALL
{
	font-size: 11px;
}
DIV.Popup FORM P
{
	padding: 0;
}
BODY.Profile #Form_Invitation UL LI LABEL, BODY.Profile #Form_User UL LI LABEL, DIV.Popup FORM UL LI LABEL
{
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0;
}
BODY.Entry FORM UL LI.Gender LABEL.RadioLabel, BODY.Profile #Form_User UL LI.Gender LABEL.RadioLabel, DIV.Popup FORM UL LI.Gender LABEL.RadioLabel
{
	display: inline;
	padding-right: 20px;
}
LI.Gender
{
	margin-bottom: 10px;
}
BODY.Profile #Form_User UL LI LABEL.RadioLabel, BODY.Profile #Form_User UL LI LABEL.CheckBoxLabel, DIV.Popup FORM UL LI LABEL.RadioLabel, DIV.Popup FORM UL LI LABEL.CheckBoxLabel
{
	font-weight: normal;
}
DIV.Profile #Form_User INPUT.Button, DIV.Popup INPUT.Button
{
	margin: 4px 0 2px;
}
DIV.Popup #Form_User DIV.Warning, #dashboard_profile_picture #Form_User DIV.Warning
{
	margin: 6px 0;
}
DIV.Popup FORM UL LI LABEL.RadioLabel
{
	font-size: 12px;
}
/*Serious Ajax Error Styles*/
DIV.AjaxError
{
	white-space: pre;
	overflow: auto;
	padding: 10px;
}
/*==================================================================== Legal*/
DIV.Legal H3
{
	padding: 0;
	margin: 20px 0 0;
	font-size: 120%;
	font-weight: bold;
}
DIV.Legal OL
{
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 30px 10px;
}
DIV.Legal UL
{
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 30px 10px;
}
DIV.Legal LI
{
	padding: 5px 0;
}
DIV.Legal STRONG
{
	font-weight: bold;
}
/*=================================================================== Footer*/
#Foot
{
	clear: both;
	text-align: center;
	margin: 0px 0;
	padding: 0px;
	font-size: 13px;
	color: #FD4;
	line-height: 1;
	background: #005E00;
	font-weight: normal;
}
#Foot A
{
	color: #CCC;
}
#Foot A:hover
{
	color: #AAA;
}
#Foot DIV
{
	padding: 10px 0;
	margin: 20px auto 0;
	text-align: center;
}
/*================================ Vanilla =================================*/
#Panel UL.Discussions
{
	border: 0;
}
UL.PanelDiscussions LI
{
	text-align: left;
}
UL.PanelDiscussions LI A
{
	float: none;
}
UL.PanelDiscussions LI STRONG
{
	display: block;
	line-height: 1.5;
}
/*============================================================== Discussions
Note: The Vanilla Discussion List has the following classes applied to
individual list elements and can be styled:
+ Bookmarked: the user has bookmarked that topic
+ Announcement: the discussion has been announced
+ Mine: the user created the discussion
+ New: there are new comments since the last viewed the discussion
*/
.Mine
{
	background: #E3F4FF;
}
UL.DataList DIV.Meta A.Category
{
	background: #FAFAFA;
	padding: 2px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
UL.DataList LI.Mine DIV.Meta A.Category
{
	background: #EFF7FF;
}
.Tag
{
	background: #777777;
	border-radius: 2px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 4px;
}
UL.DataList DIV.Meta SPAN.Announcement
{
	background: #777777;
	color: #FFFFFF;
	padding: 1px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
}
UL.DataList DIV.Meta SPAN.Closed
{
	background: #555555;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
/*================================================================= Comments*/
BODY.Discussion #Content
{
	margin-bottom: 20px;
}
UL.Discussion
{
	margin-bottom: 1px;
}
/*
Note: Discussion & Comment Option (dropdown) Menu customizations. The layout
css for these is in /applications/garden/design/menu.css. Override them here.
*/
A.Bookmark, A.Bookmarked, A.Bookmarking
{
	display: inline-block;
	background: url('images/star_sprite.png') no-repeat top center;
	height: 22px;
	width: 22px;
}
A.Bookmark SPAN, A.Bookmarking SPAN
{
	display: none;
}
A.Bookmarked
{
	background-position: center center;
}
A.Bookmarking
{
	background-position: bottom center;
}
BODY.Discussion A.Bookmark
{
	float: right;
	margin: 13px 8px;
       	position: relative;
	left: -2px;
	top: 10px;

}
BODY.Discussion .Back
{
	padding: 3px 6px;
	text-align: left;
}
/*=================================================================== Drafts*/
UL.Discussions DIV.ItemContent, UL.Drafts DIV.ItemContent
{
	margin: 0 0 0 9px;
}
UL.Drafts DIV.ItemContent A.Title, UL.Discussions DIV.ItemContent A.Title
{
	max-width: 580px;
}
/*=============================================== Discussion & Comment Forms*/
LI.Editing
{
	background: #E3F4FF;
}
DIV.CommentForm TEXTAREA
{
	width: 99%;
	height: 100px;
	min-height: 100px;
	margin: 0 0 6px;
}
DIV.Comment DIV.CommentForm
{
	width: 98%;
	background: none;
	padding: 6px 4px;
	border: 0;
}
DIV.Comment DIV.CommentForm TEXTAREA
{
	width: 99%;
}
#DiscussionForm LABEL
{
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
BODY.Post #Panel
{
	display: none;
}
BODY.Post #Content
{
	width: 100%;
}
#DiscussionForm H2
{
	border: none;
	color: #02475A;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 6px;
}
#DiscussionForm FORM
{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #C4E1FF none repeat scroll 0 0;
	border: 1px solid #7CACCB;
	margin: 0;
	padding: 20px;
}
#DiscussionForm TEXTAREA
{
	width: 99%;
	height: 100px;
	min-height: 100px;
	margin: 0 0 6px;
}
#DiscussionForm INPUT.InputBox
{
	width: 99%;
}
#DiscussionForm DIV.Category LABEL
{
	padding: 0 8px 0 0;
}
DIV.CommentForm A.Back, DIV.CommentForm A.Cancel
{
	float: left;
}
#DiscussionForm A.Cancel
{
	margin-left: 18px;
}
#DiscussionForm UL
{
	margin: 0 0 20px;
}
#DiscussionForm UL.PostOptions LI
{
	display: inline;
	padding: 0 8px 0 0;
}
#DiscussionForm UL.PostOptions LABEL
{
	display: inline;
	font-weight: normal;
	font-size: 95%;
	color: #555;
}
/*============================== Conversations =============================*/
TEXTAREA.MultiComplete
{
	height: 20px;
	padding: 3px 0;
	text-align: left;
}
.ac_results
{
	padding: 0;
	border: 1px solid #BBB;
	border-top: 0;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 99999;
}
.ac_results UL
{
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results LI
{
	margin: 0;
	padding: 5px;
	cursor: default;
	display: block;
/*
if width will be 100% horizontal scrollbar will apear
when scroll mode will be used

width: 100%;*/
	font-size: 12px;
/*
it is very important, if line-height not setted or setted
in relative units scroll will be broken in firefox
*/
	line-height: 16px;
	overflow: hidden;
	border-bottom: 1px solid #BBB;
	text-align: left;
}
.ac_lastitem
{
	border-bottom: 0 !important;
}
.ac_results STRONG
{
	font-weight: bold;
	background: #DAF4FD;
}
.ac_over STRONG
{
	font-weight: bold;
	background: #2AB0DE;
}
.ac_over
{
	background: #44C7F4;
	color: #FFF;
}
DIV.AddPeople H4
{
	border-bottom: 0px solid #000000;
}
#Panel INPUT.InputBox, DIV.AddPeople TEXTAREA.MultiComplete
{
	width: 228px;
	margin-bottom: 2px;
}
DIV.AddPeople FORM DIV
{
	text-align: right;
}
/*============================================================ Conversations*/
FIELDSET
{
	padding: 0px !important;
}
H2.NewConversation
{
	float: right;
}
H2.NewConversation A
{
	font-weight: bold;
}
BODY.Conversations H2
{
	margin: 0;
}
UL.Conversations LI.Active
{
	cursor: pointer;
	background: #FFE;
}
UL.Conversations LI.Item
{
	padding: 4px 5px;
}
UL.Conversations DIV.ItemContent
{
	margin: 0 0 0 5px;
}
UL.Conversations DIV.Meta A.Name
{
	color: #1E79A7;
	font-weight: bold;
}
/*========================================================= Add Message Form*/
#MessageForm
{
	background: #E9F9FF;
	padding: 4px 8px 8px;
	margin: 1px 0 0;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
}
#MessageForm H2
{
	font-size: 115%;
	color: #2786C2;
	font-weight: bold;
	border: 0;
}
#MessageForm FORM DIV
{
	text-align: right;
}
#MessageForm TEXTAREA
{
	width: 99%;
	height: 100px;
	min-height: 100px;
	margin-bottom: 2px;
}
/*==================================================== New Conversation Form*/
BODY.add #Panel
{
	display: none;
}
BODY.add #Content
{
	width: auto;
}
#ConversationForm FORM
{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #C4E1FF none repeat scroll 0 0;
	margin: 0;
	padding: 20px;
	text-align: right;
}
#ConversationForm H2
{
	color: #02475A;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 6px;
	text-align: left;
	border: 0;
}
#ConversationForm LABEL
{
	display: block;
	text-align: left;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
#ConversationForm .TextBox
{
	height: 100px;
	min-height: 100px;
	margin: 8px 0 6px;
	padding: 0;
}
BODY.Conversations A.Cancel
{
	margin-left: 20px;
}
DIV.Popup #ConversationForm FORM
{
	background: none;
	-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 10px;
}
DIV.Popup #ConversationForm H2
{
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	padding: 6px 9px 4px;
}
DIV.Popup #ConversationForm TEXTAREA.MultiComplete, DIV.Popup #ConversationForm .TextBox
{
	width: 100%;
}
/*Upload Progress Bar*/
DIV.UploadProgress
{
	margin: 10px 0;
	background: url('images/upload-progress-back.gif') repeat;
	width: 200px;
	z-index: 0;
	color: #FFF;
	text-shadow: 0 1px 1px #333;
	border: 1px solid #0C3C7E;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
DIV.UploadProgress DIV
{
	padding: 2px 0;
}
DIV.UploadProgress DIV STRONG
{
	font-weight: bold;
}
DIV.UploadProgress DIV.Foreground, DIV.UploadProgress DIV.Background
{
	position: absolute;
}
DIV.UploadProgress DIV.Background
{
	width: 0;
	background: url('images/upload-bg.gif') repeat;
	z-index: 1;
}
DIV.UploadProgress DIV.Foreground
{
	text-indent: 6px;
	overflow: visible;
	white-space: nowrap;
	z-index: 2;
}
/*Adding CSS for multiple sign-in methods
Container*/
DIV.Border
{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: rgba(82, 82, 82, 0.7) none repeat scroll 0 0;
	padding: 10px;
}
/*Tabs*/
UL.Tabs
{
	border-bottom: 1px solid #AAA;
	text-align: left;
	padding-left: 4px;
}
UL.Tabs LI
{
	display: inline-block;
}
UL.Tabs LI A, UL.Tabs LI A:link, UL.Tabs LI A:active, UL.Tabs LI A:visited, UL.Tabs LI A:hover
{
	display: inline-block;
	margin-left: 4px;
	border: 1px solid #AAA;
	border-width: 1px 1px 0;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	background: #EEE;
	color: #888;
	position: relative;
	top: 1px;
	padding: 2px 8px 1px;
}
UL.Tabs LI A:hover
{
	background: #F5F5F5;
	color: #444;
}
UL.Tabs LI A.Active
{
	padding: 2px 8px;
	background: #FFF;
	color: #000;
}
/*Icons*/
UL.Tabs LI A.EntryTabFor_password
{
	padding-left: 22px;
	background-image: url('../../../themes/default/design/favicon.png');
	background-position: 3px 4px;
	background-repeat: no-repeat;
}
/*============================================================ Entry Screens*/
BODY.Entry
{
	text-align: center;
}
BODY.Entry #Panel
{
	display: none;
}
BODY.Entry #Content
{
	float: none;
	margin: 0 auto;
	width: 360px;
	text-align: center;
}
BODY.Entry #Content H1
{
	border: none;
	color: #02475A;
	font-size: 140%;
	font-weight: bold;
	padding: 6px;
	margin: 0;
	text-align: left;
}
BODY.Entry #Content FORM
{
	text-align: left;
	padding: 10px;
}
BODY.Entry FORM UL LI LABEL
{
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	padding: 6px 0 0;
	display: block;
}
BODY.Entry FORM UL LI LABEL.CheckBoxLabel, BODY.Entry FORM UL LI LABEL.RadioLabel
{
	font-size: 12px;
	font-weight: normal;
	width: auto;
}
BODY.Entry INPUT.DateBox, BODY.Entry INPUT.InputBox, BODY.Entry TEXTAREA
{
	width: 310px;
}
SPAN.Incorrect
{
	display: block;
	color: #FF0000;
}
BODY#dashboard_entry_password #Content, BODY#dashboard_entry_signin #Content, BODY#dashboard_entry_index #Content
{
	width: auto;
}
DIV.SignInPopup .Content FORM
{
	padding: 0 10px 10px;
}
BODY#dashboard_entry_password #Content FORM, BODY#dashboard_entry_index #Content FORM, BODY#dashboard_entry_signin #Content FORM
{
	padding: 0;
	text-align: left;
}
BODY#dashboard_entry_password #Content FORM, BODY#dashboard_entry_signin #Content FORM, BODY#dashboard_entry_index #Content FORM, DIV.SignInPopup FORM
{
	width: 270px;
}
DIV.SingleEntryMethod
{
	width: 290px;
	margin: 0 auto;
}
DIV.MultipleEntryMethods
{
	width: 500px;
	margin: 0 auto;
}
.MultipleEntryMethods .Methods
{
	border-left: 1px solid #BEC8CC;
}
BODY#dashboard_entry_handshake #Content INPUT.InputBox, BODY#dashboard_entry_signin #Content INPUT.InputBox, BODY#dashboard_entry_index #Content INPUT.InputBox, BODY#dashboard_entry_password #Content INPUT.InputBox, DIV.SignInPopup INPUT.DateBox, DIV.SignInPopup INPUT.InputBox, DIV.SignInPopup TEXTAREA
{
	width: 260px;
	padding: 3px;
}
DIV.SignInPopup FORM UL LI LABEL, BODY#dashboard_entry_signin FORM UL LI LABEL, BODY#dashboard_entry_index FORM UL LI LABEL, BODY#dashboard_entry_password FORM UL LI LABEL, BODY#dashboard_entry_handshake FORM UL LI LABEL
{
	font-size: 13px;
	line-height: 1.5;
	padding: 0;
}
BODY#dashboard_entry_password #Content FORM UL LI INPUT#Form_Email, BODY#dashboard_entry_signin #Content FORM UL LI INPUT#Form_Email, BODY#dashboard_entry_index #Content FORM UL LI INPUT#Form_Email
{
	margin-bottom: 6px;
}
BODY#dashboard_entry_password #Content INPUT.Password, BODY#dashboard_entry_signin #Content INPUT.Password, BODY#dashboard_entry_index #Content INPUT.Password, DIV.SignInPopup INPUT.Password
{
	width: 180px;
}
A.ForgotPassword
{
	margin-left: 10px;
}
LI.Buttons DIV A.ForgotPassword
{
	margin: 0;
}
BODY#dashboard_entry_password UL LI LABEL.CheckBoxLabel, BODY#dashboard_entry_signin UL LI LABEL.CheckBoxLabel, BODY#dashboard_entry_index UL LI LABEL.CheckBoxLabel, DIV.SignInPopup UL LI LABEL.CheckBoxLabel
{
	color: #777;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 0 10px;
}
BODY.Entry LI.Buttons INPUT.Button, DIV.SignInPopup LI.Buttons INPUT.Button
{
	margin: 10px 0;
}
DIV.Entry
{
	position: relative;
}
DIV.Methods
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 33px;
	bottom: 0;
	right: 0;
	padding: 12px 20px 6px;
	line-height: 1;
}
BODY#dashboard_entry_password DIV.Methods, BODY#dashboard_entry_signin DIV.Methods, BODY#dashboard_entry_index DIV.Methods
{
	padding: 10px 6px 6px;
	background: none;
}
DIV.Methods DIV.Method
{
	padding: 10px 0 0;
	text-align: left;
}
/*Handshake*/
BODY#dashboard_entry_handshake #Content
{
	width: 720px;
}
BODY#dashboard_entry_handshake #Content FORM
{
	padding: 20px 30px 26px;
}
BODY#dashboard_entry_handshake UL.NewAccount
{
	float: left;
	width: 315px;
	margin-right: 44px;
	border-right: 1px solid #A5D0E7;
}
BODY#dashboard_entry_handshake UL.LinkAccount
{
	margin-left: 315px;
}
UL.NewAccount H2, UL.LinkAccount H2
{
	padding-left: 36px !important;
	background: url('images/dashboard-sprites.png') no-repeat 0 -542px;
}
UL.LinkAccount H2
{
	padding-left: 84px !important;
	background-position: 45px -296px;
}
BODY#dashboard_entry_handshake DIV.Info
{
	border: 1px solid #A5D0E7;
	background: #D3F0FF;
	color: #02475A;
}
BODY#dashboard_entry_handshake #Content H2
{
	border: none;
	color: #02475A;
	font-size: 140%;
	font-weight: bold;
	padding: 6px 0;
	margin: 0;
	text-align: left;
}
/*Leaving Page*/
BODY#dashboard_entry_leave P
{
	margin: 0;
	padding: 20px 10px;
}
BODY#dashboard_entry_leave P.Leaving
{
	background: url('images/progress.gif') no-repeat left center;
	margin: 0 0 0 14px;
	padding: 20px 0 20px 50px;
}
/*External App Connect Designs*/
DIV.Connect H1, DIV.Connect H2
{
	text-align: left;
}
DIV.ConnectInfo
{
	margin: 10px 0 0;
	position: relative;
}
DIV.ConnectInfo IMG
{
	position: absolute;
	height: 36px;
	width: 36px;
	top: 0;
	left: 0;
}
DIV.ConnectInfo SPAN.Name
{
	padding-left: 46px;
	font-weight: bold;
	line-height: 1;
	font-size: 13px;
	color: #444;
	display: block;
}
DIV.ConnectInfo H3
{
	font-family: "lucida grande", "Lucida Sans Unicode", tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
	padding: 0 0 10px 46px;
	border: none;
}
DIV.Connect FORM UL LI LABEL, DIV.SignInPopup FORM UL LI LABEL, BODY#dashboard_entry_password FORM UL LI LABEL, BODY#dashboard_entry_signin FORM UL LI LABEL, BODY#dashboard_entry_index FORM UL LI LABEL
{
	font-size: 13px;
	line-height: 1.5;
	padding: 0;
}
DIV.Connect FORM UL LI#ConnectPassword LABEL, DIV.SignInPopup FORM UL LI#ConnectPassword LABEL
{
	padding: 10px 0 0;
}
DIV.Connect .FinePrint, DIV.SignInPopup .FinePrint
{
	font-size: 11px;
	color: #777;
}
BODY#dashboard_entry_password INPUT.InputBox, BODY#dashboard_entry_signin INPUT.InputBox, BODY#dashboard_entry_index INPUT.InputBox, DIV.Connect INPUT.InputBox, DIV.SignInPopup INPUT.InputBox
{
	padding: 3px;
}
DIV.Connect .ExistingUsername, DIV.SignInPopup .ExistingUsername
{
	font-weight: bold;
	line-height: 1;
	font-size: 13px;
	color: #000;
	display: block;
}
/*Do not customize these unless you enjoy pain.
Error messages that get displayed on forms throughout the application.*/
DIV.Errors
{
	text-align: left;
	position: inherit;
	top: auto;
	left: auto;
	z-index: auto;
	margin: 0 0 10px !important;
}
* HTML DIV.Errors
{
	position: inherit;
	width: auto;
	top: auto;
	left: auto;
	overflow: auto;
}
DIV.Errors UL
{
	border: 1px solid #A00 !important;
	background: #D50A0A !important;
	padding: 6px 10px;
	display: block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
DIV.Errors UL LI
{
	color: #FFF !important;
	background: #D50A0A !important;
	text-align: left;
}
DIV.Popup DIV.Errors UL
{
	display: block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #A00 !important;
}
DIV.Popup DIV.Errors
{
	text-align: left;
	position: inherit;
	top: auto;
	left: auto;
	z-index: auto;
	margin: 10px 0 !important;
}
DIV.Errors PRE
{
	margin: 10px 0 5px;
	padding: 4px 8px;
	display: block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	white-space: pre;
	overflow: auto;
	box-shadow: 0px 0px 2px #333;
	-moz-box-shadow: 0px 0px 2px #333;
	-webkit-box-shadow: 0px 0px 2px #333;
}
DIV.Errors PRE, DIV.Errors PRE *
{
	background: #FFA !important;
	font-size: 12px !important;
	font-weight: normal !important;
	font-family: monospace !important;
	text-shadow: none !important;
	color: #333 !important;
	line-height: 1.4 !important;
}
DIV.Errors PRE *
{
	margin: 0 !important;
	padding: 0 !important;
}
/*Note: InformMessages are "growl" style messages that appear in a fixed
position on the page to notify users of things like drafts being saved, etc.*/
DIV.InformMessages
{
	text-align: left !important;
	position: fixed;
	top: auto;
	bottom: 20px;
	left: 20px;
	z-index: 200;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	font-size: 12px;
	display: block;
	width: auto;
}
* HTML DIV.InformMessages
{
	position: absolute;
	top: auto;
	margin-left: 20px;
	overflow: visible;
	bottom: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollBottom : document.body.scrollBottom);
}
DIV.InformMessages DIV.InformWrapper
{
	display: block;
}
DIV.InformMessages DIV.InformMessage
{
	color: #FFF !important;
	text-shadow: 0 1px 1px #000;
	text-align: left !important;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: rgb(0, 0, 0) !important;
	background: rgba(0, 0, 0, 0.7) !important;
	border: none !important;
	width: auto !important;
	max-width: 400px !important;
	margin: 10px auto 0 !important;
	padding: 9px 14px 8px !important;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	display: inline;
	position: relative;
	line-height: 1.6;
}
DIV.InformMessages DIV.InformMessage:hover
{
	background: rgba(0, 0, 0, 0.8) !important;
}
DIV.InformMessages DIV.InformMessage A
{
	color: #AFF;
}
DIV.InformMessages DIV.InformMessage A:hover
{
	color: #CFF;
	text-decoration: underline;
}
DIV.InformMessages DIV.InformMessage STRONG
{
	font-weight: bold;
}
DIV.InformMessages DIV.InformMessage A.Close
{
	border: none;
	background: transparent;
	border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	color: #DDD;
	font-size: 14px;
	text-align: center;
	display: none;
	height: 12px;
	width: 12px;
	line-height: 1;
	text-decoration: none;
	position: absolute;
	top: 0px;
	right: 0px;
}
DIV.InformMessages DIV.InformMessage A.Close SPAN
{
	display: inline;
}
DIV.InformMessages DIV.InformMessage A.Close:hover
{
	background: #000;
	color: #FFF;
}
DIV.InformMessages DIV.InformMessage:hover A.Close
{
	display: block;
}
DIV.InformMessages DIV.Actions A
{
	margin-right: 4px;
}
DIV.InformMessages DIV.Actions A:last-child
{
	margin-right: 0;
}
DIV.InformMessages DIV.Actions A.CancelAction
{
	color: #AAA;
}
/*Inform Sprites*/
DIV.InformMessages DIV.InformWrapper.HasIcon DIV.InformMessage
{
	padding-left: 42px !important;
	min-height: 20px;
}
DIV.InformMessages DIV.InformWrapper.HasSprite DIV.InformMessage
{
	padding-left: 40px !important;
}
DIV.InformMessages DIV.InformMessage A.Icon
{
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	height: 28px;
	width: 28px;
}
DIV.InformMessages DIV.InformMessage A.Icon IMG
{
	height: 28px;
	width: 28px;
}
SPAN.InformSprite
{
	background: url('images/inform-sprites.png') no-repeat -9px -9px;
	display: block;
	position: absolute;
	top: 4px;
	left: 5px;
	height: 30px;
	width: 30px;
}
SPAN.InformSprite.Refresh
{
	background-position: -9px -9px;
}
SPAN.InformSprite.Recycle
{
	background-position: -57px -9px;
}
SPAN.InformSprite.Infinity
{
	background-position: -105px -9px;
}
SPAN.InformSprite.Squiggle
{
	background-position: -153px -9px;
}
SPAN.InformSprite.Random
{
	background-position: -200px -9px;
}
SPAN.InformSprite.Magnify
{
	background-position: -250px -9px;
}
SPAN.InformSprite.Location
{
	background-position: -298px -9px;
}
SPAN.InformSprite.Bubble
{
	background-position: -346px -9px;
}
SPAN.InformSprite.ElipsisBubble
{
	background-position: -394px -9px;
}
SPAN.InformSprite.Plus
{
	background-position: -442px -9px;
}
SPAN.InformSprite.Time
{
	background-position: -9px -57px;
}
SPAN.InformSprite.Eye
{
	background-position: -57px -57px;
}
SPAN.InformSprite.Target
{
	background-position: -105px -57px;
}
SPAN.InformSprite.Redflag
{
	background-position: -153px -57px;
}
SPAN.InformSprite.Flags
{
	background-position: -200px -57px;
}
SPAN.InformSprite.Graph
{
	background-position: -250px -57px;
}
SPAN.InformSprite.Chart
{
	background-position: -298px -57px;
}
SPAN.InformSprite.Envelope
{
	background-position: -346px -57px;
}
SPAN.InformSprite.Gear
{
	background-position: -394px -57px;
}
SPAN.InformSprite.Gears
{
	background-position: -442px -57px;
}
SPAN.InformSprite.Skull
{
	background-position: -9px -106px;
}
SPAN.InformSprite.SkullBones
{
	background-position: -57px -106px;
}
SPAN.InformSprite.Bird
{
	background-position: -105px -106px;
}
SPAN.InformSprite.Present
{
	background-position: -153px -106px;
}
SPAN.InformSprite.Thundercloud
{
	background-position: -200px -106px;
}
SPAN.InformSprite.Bandaid
{
	background-position: -250px -106px;
}
SPAN.InformSprite.Saturn
{
	background-position: -298px -106px;
}
SPAN.InformSprite.Star
{
	background-position: -346px -106px;
}
SPAN.InformSprite.Heart
{
	background-position: -394px -106px;
}
SPAN.InformSprite.Key
{
	background-position: -442px -106px;
}
SPAN.InformSprite.Ipod
{
	background-position: -9px -152px;
}
SPAN.InformSprite.Iphone
{
	background-position: -57px -152px;
}
SPAN.InformSprite.Cabinet
{
	background-position: -105px -152px;
}
SPAN.InformSprite.Coffee
{
	background-position: -153px -152px;
}
SPAN.InformSprite.Briefcase
{
	background-position: -200px -152px;
}
SPAN.InformSprite.Toolcase
{
	background-position: -250px -152px;
}
SPAN.InformSprite.Suitcase
{
	background-position: -298px -152px;
}
SPAN.InformSprite.Airplane
{
	background-position: -346px -152px;
}
SPAN.InformSprite.Spraypaint
{
	background-position: -394px -152px;
}
SPAN.InformSprite.MailInbox
{
	background-position: -442px -154px;
}
SPAN.InformSprite.WallPicture
{
	background-position: -9px -200px;
}
SPAN.InformSprite.Photos
{
	background-position: -57px -200px;
}
SPAN.InformSprite.FilmRoll
{
	background-position: -105px -200px;
}
SPAN.InformSprite.Drawer
{
	background-position: -153px -200px;
}
SPAN.InformSprite.FilmStrip
{
	background-position: -200px -200px;
}
SPAN.InformSprite.FilmStrip2
{
	background-position: -250px -200px;
}
SPAN.InformSprite.Gas
{
	background-position: -298px -200px;
}
SPAN.InformSprite.Cutlery
{
	background-position: -346px -200px;
}
SPAN.InformSprite.Battery
{
	background-position: -394px -200px;
}
SPAN.InformSprite.Beaker
{
	background-position: -442px -200px;
}
SPAN.InformSprite.Outlet
{
	background-position: -9px -250px;
}
SPAN.InformSprite.Pinetree
{
	background-position: -57px -250px;
}
SPAN.InformSprite.House
{
	background-position: -105px -250px;
}
SPAN.InformSprite.Padlock
{
	background-position: -153px -250px;
}
SPAN.InformSprite.Network
{
	background-position: -200px -250px;
}
SPAN.InformSprite.Cloud
{
	background-position: -250px -250px;
}
SPAN.InformSprite.Download
{
	background-position: -298px -250px;
}
SPAN.InformSprite.BookmarkRibbon
{
	background-position: -346px -250px;
}
SPAN.InformSprite.Flag
{
	background-position: -394px -250px;
}
SPAN.InformSprite.Signpost
{
	background-position: -442px -250px;
}
SPAN.InformSprite.Brightness
{
	background-position: -9px -298px;
}
SPAN.InformSprite.Contrast
{
	background-position: -57px -298px;
}
SPAN.InformSprite.Runner
{
	background-position: -105px -298px;
}
SPAN.InformSprite.Zap
{
	background-position: -153px -298px;
}
SPAN.InformSprite.MusicNote
{
	background-position: -200px -298px;
}
SPAN.InformSprite.Microphone
{
	background-position: -250px -298px;
}
SPAN.InformSprite.Tshirt
{
	background-position: -298px -298px;
}
SPAN.InformSprite.Paperclip
{
	background-position: -346px -298px;
}
SPAN.InformSprite.Monitor
{
	background-position: -394px -298px;
}
SPAN.InformSprite.Tv
{
	background-position: -442px -297px;
}
SPAN.InformSprite.Compass
{
	background-position: -9px -346px;
}
SPAN.InformSprite.Pin
{
	background-position: -57px -346px;
}
SPAN.InformSprite.Radar
{
	background-position: -105px -346px;
}
SPAN.InformSprite.Location
{
	background-position: -153px -346px;
}
SPAN.InformSprite.Telephone
{
	background-position: -200px -346px;
}
SPAN.InformSprite.Baby
{
	background-position: -250px -346px;
}
SPAN.InformSprite.Ekg
{
	background-position: -298px -346px;
}
SPAN.InformSprite.Stopwatch
{
	background-position: -346px -346px;
}
SPAN.InformSprite.MedicalBag
{
	background-position: -394px -346px;
}
SPAN.InformSprite.ShoppingCart
{
	background-position: -442px -346px;
}
SPAN.InformSprite.Dashboard
{
	background-position: -9px -393px;
}
SPAN.InformSprite.Dogpaw
{
	background-position: -57px -393px;
}
SPAN.InformSprite.Calendar
{
	background-position: -105px -393px;
}
SPAN.InformSprite.Lightbulb
{
	background-position: -153px -393px;
}
SPAN.InformSprite.Trophy
{
	background-position: -200px -393px;
}
SPAN.InformSprite.Camera
{
	background-position: -250px -393px;
}
SPAN.InformSprite.Wineglass
{
	background-position: -298px -393px;
}
SPAN.InformSprite.Beerglass
{
	background-position: -346px -391px;
}
SPAN.InformSprite.Dumbbells
{
	background-position: -394px -393px;
}
SPAN.InformSprite.Buoy
{
	background-position: -442px -393px;
}
SPAN.InformSprite.Beaker2
{
	background-position: -9px -440px;
}
SPAN.InformSprite.Testtube
{
	background-position: -57px -440px;
}
SPAN.InformSprite.Thermometer
{
	background-position: -105px -440px;
}
SPAN.InformSprite.Pill
{
	background-position: -153px -440px;
}
SPAN.InformSprite.Equalizer
{
	background-position: -200px -440px;
}
SPAN.InformSprite.Book
{
	background-position: -250px -440px;
}
SPAN.InformSprite.Puzzle
{
	background-position: -298px -440px;
}
SPAN.InformSprite.Palette
{
	background-position: -346px -440px;
}
SPAN.InformSprite.Umbrella
{
	background-position: -394px -440px;
}
SPAN.InformSprite.CoffeeCup
{
	background-position: -442px -440px;
}
SPAN.InformSprite.Gameplan
{
	background-position: -9px -490px;
}
SPAN.InformSprite.Walk
{
	background-position: -57px -490px;
}
SPAN.InformSprite.Map
{
	background-position: -105px -490px;
}
SPAN.InformSprite.IndexCards
{
	background-position: -153px -490px;
}
SPAN.InformSprite.Piano
{
	background-position: -200px -490px;
}
SPAN.InformSprite.Sliders
{
	background-position: -250px -490px;
}
SPAN.InformSprite.Widescreen
{
	background-position: -298px -490px;
}
SPAN.InformSprite.Badge
{
	background-position: -346px -490px;
}
SPAN.InformSprite.Chicken
{
	background-position: -394px -490px;
}
SPAN.InformSprite.Bug
{
	background-position: -442px -490px;
}
SPAN.InformSprite.SingleUser
{
	background-position: -9px -539px;
}
SPAN.InformSprite.Group
{
	background-position: -57px -537px;
}
SPAN.InformSprite.Navigation
{
	background-position: -105px -537px;
}
SPAN.InformSprite.Balloon
{
	background-position: -153px -537px;
}
SPAN.InformSprite.Bowandarrow
{
	background-position: -200px -537px;
}
SPAN.InformSprite.Controller
{
	background-position: -250px -537px;
}
SPAN.InformSprite.Check
{
	background-position: -298px -537px;
}
SPAN.InformSprite.Hanger
{
	background-position: -346px -537px;
}
SPAN.InformSprite.Piggybank
{
	background-position: -394px -537px;
}
SPAN.InformSprite.Headphones
{
	background-position: -442px -537px;
}
SPAN.InformSprite.Landscape
{
	background-position: -9px -586px;
}
SPAN.InformSprite.Stats
{
	background-position: -57px -586px;
}
SPAN.InformSprite.Idcard
{
	background-position: -105px -586px;
}
SPAN.InformSprite.Bullhorn
{
	background-position: -153px -586px;
}
SPAN.InformSprite.Food
{
	background-position: -200px -586px;
}
SPAN.InformSprite.Moon
{
	background-position: -250px -586px;
}
SPAN.InformSprite.Sock
{
	background-position: -298px -586px;
}
SPAN.InformSprite.Bone
{
	background-position: -346px -586px;
}
SPAN.InformSprite.Golf
{
	background-position: -394px -586px;
}
SPAN.InformSprite.Dice
{
	background-position: -442px -586px;
}
