
/** Styles.css **/
 .Portrait {
	position: absolute;
	left: 3px; 
	top: 9px; 
	width: 105px;
}

.PortraitShadow {
	position: absolute; 
	left: 20px; 
	width: 105px; 
	top: 8px; 
	height: 105px;
}

/* User Details */	
.UserDetails {
	margin: 0 0 10px 0;
}

.UserDetails h2 {
	text-Align: left; 
	border-bottom: 1px solid White;	
}

/* Login stuff */
#LoginPanel strong {
	font-size: 9px; 
	color: #222;
}

.LoginImage {
	width: 119px; 
	height: 33px; 
	margin: 5px 10px 0 0;
	float: left;
}

/* Messages stuff (to be moved) */
.Messages 
{
	background-color: White;
	border: 1px solid #244D81;
}

.Message {	
	white-space: nowrap;
}

.Message:hover
{
	background-color: #efefef;
}

.Message td
{
	border-bottom: solid 1px #eee;
}

.Messages th
{
	text-align: left;
	background-color: #eee;
	font-weight: normal;
	border-bottom: 1px solid #244D81;
}

.Messages .New {
	width: 6%;
}

.Messages .Author {
	width: 20%;		
}

.Messages .PreSubject
{
	width: 2%;
	border-left: solid 1px #bbb;
}

.Messages .Subject {
	width: 50%;
}

.Messages .PostSubject
{
	width: 3%;
		border-left: solid 1px #bbb;
}

.Messages .Date {

}

.Messages .SubjectPreview 
{
	color: #777;
	overflow: hidden;
	white-space: nowrap;
}

.MessageContainer {
	border: 1px solid #98A4C4;
	border-bottom: none;
}

.Message img {	
	width: 16px;
	height: 15px;
	behavior: url(/Styles/png.htc);
}


/* Search stuff (to be moved) */
.SearchResults .Interests {
	font-size: 10px;
}

.SearchResults strong {
	color: Black;
}

.SearchResults .Description {
	margin-top: 4px;
	font-size: 12px;
	font-style: italic;	
}

.BoxHeading {
	margin: -1px -10px 0 -10px;
	padding: 3px 10px 3px 10px;
	background: #6385F0 url(/images/BoxHeadingBackground.gif) repeat-x center top;
	border-bottom: 1px solid #3E3E3E;
	color: White;
}

.BoxHeading h1 {
	color: White;
}

.Heading h2 {
	font-size: 13px;
	margin: -1px -10px 0px -10px;
	padding: 1px 10px 1px 10px;
	background: #C7CFE3 url(/images/BoxHeadingBackground.gif) repeat-x center top;
	border-bottom: 1px solid #3E3E3E;
	color: White;
}

/* Blue bordered rounded box */
.BlueBox {
	clear: both;
	border: 1px solid #244D81;
	border-top: none;
	border-bottom: none;
	padding: 0 10px 10px 10px;
}
.BlueBox h2 {
	margin-top: 0px;
}

.Solid .UpperLeftCorner, .Solid .UpperRightCorner, .Solid .LowerLeftCorner, .Solid .LowerRightCorner {
	background-color: #f0f0f0;
	margin-bottom: 0px;	
}

.Heading .UpperLeftCorner, .Heading .UpperRightCorner {
	background-color: #4F73CB;
}

/* Solid blue box */
.Solid .BlueBox {
	background: #f7f7f7 repeat-x center bottom;
}

.UpperLeftCorner, .UpperRightCorner, .LowerLeftCorner, .LowerRightCorner {
	display: block;
	height: 3px;
	line-height: 0px;
	font-size: 0px;
	width: 50%;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

.UpperLeftCorner {
	background-image: url(/images/BlueUpperLeftCorner.gif);
	background-position: left top;
	float: left;
}
.UpperRightCorner {
	background-image: url(/images/BlueUpperRightCorner.gif);	
	background-position: right top;
	float: right;
}

.LowerLeftCorner {
	background-image: url(/images/BlueLowerLeftCorner.gif);
	background-position: left bottom;
	float: left;
}
.LowerRightCorner {
	background-image: url(/images/BlueLowerRightCorner.gif);	
	background-position: right bottom;
	float: right;
}

.Clear {
	display: block;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;	
}

.labelStyle { 
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.Error { 
	font-size: 10pt;
	color: red; 
	font-weight: bold
}

.messageStyle { 
	font-size: 11px; 
	font-weight: bold;
	color: #FF9999
}

.Quote {  
	font-size: 11px; 
	text-transform: none;
	font-style: italic;
	color: Black;
	margin-left: 10px;
}

.title{  
	font-size: 12px; 
	text-transform: none; 
	color: #5B81A8;
	font-weight: bold;
}

.large-title{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	text-transform: none; 
	color: #5B81A8;
	font-weight: bold;
}

.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #6289AD;
	font-weight: bold;
}

.SidePanel {
	background-color: White;
	border: #a1bbe4 1px solid; 
}

.Padded {
	padding: 10px;
}

.SidePadded {
	padding: 0 8px 0 8px;
}

.SingleBorder {
	border: solid 1px Black;
}

.LightFrame  {
	border: #a1bbe4 1px solid; 
}

.TitleCell {
	background-color: #e5ecf4;
	vertical-align: top;
	text-align: center;
}

.TitleCell p {
	vertical-align: top;
}

.ContentCell {
	padding-left: 5px;
}

.LightCell  {
	background-color: #d4dded;
	vertical-align: top;	
}

.DarkCell  {
	background-color: #bfd0ea;
	vertical-align: top;	
}

.BottomLine {
	border-bottom: solid 1px #a1bbe4;
}


/* Elements */
h1 img, .IconArea {
	padding-top: 2px;
	vertical-align: middle;
}

.Box {
	padding: 1px;
	border: solid 1px #a1bbe4;
}

.Box h1 {
	color: #333;
	padding-bottom: 1px;
	text-align: center;
	margin: 0px;
	background-color: #bfd0ea;
	font-size: 14px;
	font-weight: bold;
}

.ContentPadding {
	padding: 4px 8px 8px 8px;
}

.ContentPaddingLeft {
	padding-left: 8px;
}

.ContentMarginTop {
	margin-top: 8px;
}

.ContentMarginRight {
	margin-right: 8px;
}

.ContentMarginLeft {
	margin-left: 8px;
}

.ContentPaddingHorizontal  {
	padding: 0 8px 0 8px;
}

.EmptyBox {
	background-color:#fffac5;
	border: dotted 1px #fffa00;
}

.BoxContent {
	width: 100%;
	margin: 0px;
	background-color: #E3E6EE;
}

.BoxContentBackground {
	background-color: #d4dded;	
}

.BoxFooter {
	background-color: #d4dded;
	margin: 0px;
}

.Paging {	
	text-align: right;
	color: Gray;
	font-style: normal;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 10px;	
}

.Paging a, .Paging .selected {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 1px;
	border: solid 1px #3e596d;
}

.Paging a:hover  {
	text-decoration: none;
}

.Paging .selected {
	color: White;
	background-color: #3e596d;
}

.BoxHeaderBackground {
	background-color: #bfd0ea;
}

.DataLeft {
	padding: 5px; 
	vertical-align: middle; 
	text-align: center;	
	width: 100px; 
}

.DataRow .DataLeft {
	border: solid 0px rgb(200,200,200);
	border-right-width: 1px;
}

.AlternateDataRow  {
	border: 1px solid rgb(200,200,200);
}

.AlternateDataRow .DataLeft {
}

.DataSeperator {
	height: 1px;
	line-height: 1px;	
	font-size: 1px;
	border-bottom: solid 1px #D1EbE4;
	margin: 2px 0 5px 0;
}

.TableContainer {
	width: 100%;
}


.ForumBody {
	text-align: left; 
	vertical-align: top;  
	padding: 5px;	
}

.ContentMarginRight {
	padding-right: 5px;
}

.DefaultHeader  {
	padding: 10px 0 10px 0;
	width: 100%;
	background-color: #bfd0ea;
}

.FramedImage {
	border: solid 5px White;
	margin: 0 0 0 10px;
	width: 162px;
	height: 132px;
}

.BlueFramedImage {
	border: solid 4px #FF4200;
	margin: 0 10px 0 0;
	width: 162px;
	height: 132px;
}

.PopupBox {
	width: 280px;
	border: solid 2px Black;
	background-color: rgb(244,244,250);
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	border-style: solid;
	padding: 5px;	
	z-index: 99;
	color: rgb(50,50,100);
}

.PopupShadow {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 98;
	width: 180px;
	height: 18px;
	behavior: url("/Styles/png.htc");
}

.Png {
	behavior: url("/Styles/png.htc");
}

.SingleBorder {
	border: solid 1px Black;
}

.FaintPictureFrame {
	vertical-align: bottom; 
	text-align: center;
	width: 75px; 
	height: 75px;
}

.PictureFrame, .OwnPictureFrame {
	border: solid 1px Black;
	vertical-align: bottom; 
	text-align: center;
	width: 102px; 
	height: 102px; 
	background-color: White;/*rgb(230,230,240);*/
}

.OwnPictureFrame {
	border-color: rgb(180,20,20);	
}

.GreenFrame, .BlueFrame {
	background: url(/Images/GreenFrame.gif) no-repeat;
	border: none;
	width: 107px;
	height: 109px;
}

.BlueFrame  {
	background-image: url(/Images/BlueFrame.gif);
}

input, .Input {
	font-family: Verdana, Sans-Serif;
}

.UserIcons img {
	margin-bottom: 1px;
}

.HeaderLinks a {
	font-size: xx-small; 
	color: rgb(190,190,225);
	text-decoration: none;
}

.HeaderLinks a:hover {
	color: White;
	text-decoration: none;
}

.Tight {
	margin: 0px;
	padding: 0px;
}

.LoginBox, .LoginBoxSmall, .LoginBoxLarge {
	width: 90px;	
	border: solid 1px Black;
	background-image: url(/images/input_background.gif);
}

.LoginBoxLarge {
	width: 140px;	
}

.LoginButton {
	vertical-align: bottom;
	margin-bottom: 1px;
}

.LoginButton {
	display: block;
	margin-left: 5px;
	padding-top: 2px;
}

.FeaturedClub {
	width: 583px; 
	height: 100px;
	background: url(/images/FeatureClubBackground.png) no-repeat;
}

.FeaturedClub h1 {
	color: White;
	margin-left: 10px;
	padding-top: 3px;
}

.Pointer
{
	position: absolute;
}

.RelatedLinks a
{
	margin-left: 10px;	
}

.Profiles {
	position: relative;
	min-width: 0;
}

.Profiles h2
{
	display: inline;
}

.Profiles a.Heading {
	font-size: 1.2em;
	color: #0251CE;
	margin-bottom: 5px;
	margin-top: 5px;
	letter-spacing: 0px;

}

.Profiles div.i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 107px;
    height: 110px;
    line-height: 105px;
	float: left;
	margin: 0 10px 15px 0;
	position: relative;
	min-width: 0;

}
.Profiles div.i  * {
    vertical-align: middle;
}
#LocalUsers {
	width: 994px;
	padding: 0px;
	margin-bottom: 0px;	
	background-image: url(/images/contentBackground.gif);
	margin: auto;
}
#LocalUsers div.i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 107px;
    height: 110px;
    line-height: 105px;
	float: left;
	margin: 0 5px 5px 0 0;
	position: relative;
	min-width: 0;

}
#LocalUsers div.i  * {
    vertical-align: middle;
}

/* Home page stuff (to be moved) */
.FeatureBox {
	float: left;
	width: 178px;
	height: 97px;
	margin: 0 8px 6px 0;
}

.FeatureBox h1, em, strong {
	display: inline;
	font-size: 11px;
	color: #244D81;
	font-style: normal;
}

.FeatureBox strong {
	color: Black;
}

.FeatureBox h2 {
	font-size: 17px;
	padding: 5px 0 0 25px;
	color: #244D81;
	margin: 0;
}

.FeatureBox p {
	padding-left: 10px;
	margin-top: 3px;
	color: #666;
}

.Toolbar a
{
	padding-right: 1em;
}
/** Elements.css **/
 body {
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;	
	width: 100%;
	margin: 0px;
	padding: 0 0 10px 0;
}

a:active, a:visited, a:hover, a:link  {
	color: #004a9a;
	text-decoration: none; 
}

a:hover { 
	color: #FF4200; 
	text-decoration: underline;
}

b {
	color: Black;
}

hr {
	color: #aaa;
	height: 1px;
}

p, td, li {  
	color: #333333;
}

table {
	margin: 0;
	border: 0;
	padding: 0;
    border-collapse: collapse;
	border-style: none;
    border-spacing: 0;
}

img {
	border: 0;
}

h1, .Title, h2 {
	font-size: 1.6em;
	color: #0251CE;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 3px;
	letter-spacing: 0px;
}

h2 {
	font-size: 1.2em;
	color: #0251CE;
	margin: 5px 0 5px 0;
	letter-spacing: 0px;
}

h3 {
	font-size: 15px;
	color: #0251CE;
}

h4 {
	font-size: 12px;
	color: Red;
	margin: 5px 0 5px 0;
}

h5 {
	font-size: 12px;
	margin: 3px 0 3px 0;
	color: #0471AE;
}

strong {
	color: Black;
}

em {
	color: Black;
}

/** Tabs.css **/
 .Tabs {
	background-color: #d4dded;
	position: relative;
}

.TabBar {
	border-bottom: 1px solid Black;
}


.Tabs ul {
	list-style-type: none;
	padding-bottom: 21px;
	border-bottom: 1px solid Black;
	margin: 0;
}

.Tabs li {
	float: right;
	height: 20px;
	background-color: rgb(240,240,255);
	margin: 0;
	border: 1px outset rgb(180,180,180);
	border-right-width: 1px;
	border-bottom-color: Black;
	background-image: url(/images/tab_back.jpg);
}

.Tabs li.Space {
	padding-top: 0px;
	background-color: Transparent;
	background-image: none;
	border: none;
}

.Tabs li a, .Tabs li a:link, .Tabs li a:visited {
	font-size: 12px;
	float: left;
	display: block;
	text-decoration: none;
	padding: 1px 10px 2px 10px;
}

.Tabs li a:hover {
	background-color: rgb(220,220,220);
	text-decoration: none;
}

.Tabs .Selected {
	border-style: solid;
	border-color: Black;
	border-bottom-color: White;

	background-color: White;
	background-position: left bottom;
	background-image: none;
}

.Tabs .Selected a:hover {
	background-color: White;
}

/* User details header */
.TabsHeader {
	margin: 5px;	/* Should match the page margins */
	width: 980px;
	margin-bottom: 0px;
}

.TabIcon {
	width: 16px; 
	height: 15px;
}
/** Layout.css **/
 
#Account {
	text-align: right;
	float: right;
	width: 450px;
	padding: 5px 10px 0 0;
}

#Account a { color: #ccc; font-size: 0.8em; }

#HeaderWrap {
	background-color: #eee;
	background-image: url(/Images/NavigationBackground.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 51px;
}

#Header {
	width: 994px;
	margin: auto;
}

#Header a.Heading {
	font-size: 1.2em;
	letter-spacing: 0px;
	color: White;
	display: block;
	width: 130px;
	height: 25px;
	background: url(/Images/HeadingLogo.gif) no-repeat left 2px;
	padding-left: 30px;
	margin: 0 0 0 0.5em;
}

#Header a.Heading:hover { text-decoration: none; }

#Navigation { height: 25px; vertical-align: middle; }

#Navigation a
{
	font-family: Arial, Helvetica,sans-serif;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 7px 5px 7px;
	color: White;
}

#Navigation a.Selected
{
	color: #333;
	background: url(/Images/NavigationArrow.gif) no-repeat center bottom;
}

#Navigation a.Login { color: #cbff63; }

#Navigation a:hover {
	color: #ddd;
	text-decoration: none;
}

form, .FormContainer {	
	width: 994px;
	padding: 0px;
	margin-bottom: 0px;	
	background-image: url(/images/contentBackground.gif);
	margin: auto;
}

.Content {
	padding: 10px;
	margin: auto;
}


.Footer {
	text-align: left;
	font-size: 10px; 
	background-color: #dadada;
	padding: 2em;
}

.Footer .FooterContent
{
	margin: auto;
	width: 780px;
}

.Footer .Copyright  {
	float: left;
	color: rgb(100,100,100);
}

.Footer .Links {
	float: right;
}

.Footer a { padding-right: 10px; }

.DetailsBox {
	width: 988px;
	margin-left: 3px;
	margin: auto;
}

#Explorer {
	width: 980px;
	margin: auto;
	border-top: dotted 1px #ddd;
	padding: 2px 0 2px 0;
	font-size: 10px;
}

#Explorer a {
	padding-right: 10px;
}

#Explorer img {
	vertical-align: middle;
	margin-right: 2px;
}

#Explorer strong {
	color: #aaa;
	margin-right: 10px;
}
/** Forms.css **/
 .LargeEditField {
	border: solid 1px Black;
	font-family: Verdana, Sans-Serif;
	width: 700px;
	height: 200px;
}

.LargeSingleLine {
	border: solid 1px Black;
	font-family: Verdana, Sans-Serif;
	width: 600px;
}

.TitleEditField {
	border: solid 1px Black;
	font-family: Verdana, Sans-Serif;	
	width: 300px;	
}

/* Blog headline */
.LargeTitleField {
	height: 28px;
	width: 98%;
}

/* For displaying a larger font in a title field */
.TitleFont {
	font-size: 17px;
	font-weight: bold;
}

.MediumDropdown {
	width: 150px;
}

.StyledInput {
	border: 1px solid Black;
}

/* Table based forms */
.FormTable td
{
	border-top: solid 1px rgb(210,210,210);
	padding: 5px 0 10px 0;
	vertical-align: top;
}

/* Link button */
.LinkButton, .LinkButtonSmall, .AttentionLinkButton
{
	background: #4B73E3 url(/images/buttonFace.gif);
	text-decoration: none;
	color: White;
	font-weight: bold;
	border: solid 1px #5F5F5F;
	border-right-color: rgb(50,50,64);
	border-right-width: 2px;
	border-bottom-color: rgb(50,50,74);
	border-bottom-width: 2px;
	padding: 2px 10px 2px 10px;
	display: inline-block;
}

.LinkButton:hover, .LinkButtonSmall:hover, .AttentionLinkButton:hover {
	background-color: #75A1B8;
	text-decoration: none;
	border-color: Black;
}

.LinkButtonSmall {
	font-size: 9px;
	padding: 1px;
	height: 18px;
	margin-bottom: 1px;
	text-align: center;
	text-decoration: none;
}

.AttentionLinkButton {
	background: #a0de3f url(/images/AttentionButtonFace.gif);
}

a.AttentionLinkButton:active, a.AttentionLinkButton:link, a.AttentionLinkButton:visited {
	color: White;
}

a.AttentionLinkButton:hover {
	color: #444;
}

.LinkButton input {	
	background-color: Transparent;
	border-style: none;
	font-weight: bold;
	color: White;
}

.LinkButtonBlue {
	background-image: url(/Images/LargeButtonBlue.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	display: inline;
	font-size: 1.3em;
	padding: 7px 0 7px 0;
}

a.LinkButton:active, a.LinkButton:link, a.LinkButton:visited {
	color: White;
}

a.LinkButton:hover {
	color: #ddd;
}

.StyledInput  {
	border: solid 1px Black;
	background-image: url(/images/input_background.gif);
	padding: 2px 0 0 2px;
}
/** Chat.css **/
 .ChatNotificationWindow
{
	background-color: blue;
}

.ChatSpeaker
{
	font-weight: bold;
	margin-top: 10px;
}

.ChatMessage
{
	margin-left: 25px;
	margin-top: 5px;
}

.ChatHistoryWindow
{
	border: 1px solid #6699cc;
	overflow: auto;
	height: 100px;
}

.ChatUserList
{
	border: 1px solid #6699cc;
	overflow: auto;
	padding: 5px;
}

.ChatUser
{
	font-size: 10pt;
}

.ChatUserSelected
{
	font-size: 10pt;
	background-color: #CCDEFF;
}
/** Ads.css **/
 div.TextAds {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	border: solid 1px #a8c3de;
	vertical-align: middle;
	text-align: center;
	width: 728px;
	padding: 0.3em;
}

div.TextAds a {
	margin: 0 .75em 0 .75em;
	text-decoration: none;
}

div.TextAds a:hover {
	color: #a8e942;
}

div.AdFrame {
	text-align: center;
}
/** Navigation.css **/
 .Dummy
{
}

#SubNavigation
{
	height: 16px;
}

.AspNetMenuHorizontal ul
{
	padding: 0;
	margin: 0;
}

.AspNetMenuHorizontal ul li
{
	display: inline;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.AspNetMenuHorizontal ul li a
{
	padding: 0 0.5em 0 0.5em;
	display:block;
	height:10px;
	line-height:normal;
	text-decoration:none;
}

.AspNetMenuHorizontal ul li.AspNetMenuSelected a
{
	color: #222;
}