﻿/* Generics allrounders */
/* COLORS: */

body
{
	/* We're specifying the default font family in body */ /* font-family: Trebuchet MS, Helvetica, sans-serif; */
	/* font-family: 'Helvetica Neue' , Helvetica, sans-serif; */
	font:12px Tahoma, Helvetica, Arial, sans-serif;
	height: 99%;
}

html
{
  height:99%
}
 
#Container 
{
  height:99%;
  min-height:99%;
}
 
html>body #outer 
{
  height:auto
}

input
{
}

.inputButton
{
    font-size: 12px;
    background-color: #E6E635;
    padding: 3px;
}

.Popup
{
    border: thin solid #666666;
    padding: 10px;
}

.CoverPanel
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #CCCCCC;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 510;
}

.PledgeBox
{
	/* border: 2px solid #808080; */
	/* padding: 5px;*/ 
	margin-top: 5px;
	margin-bottom: 5px;
}

.PledgeBox a
{
	text-decoration: underline;
	color: #e9a213;
	font-weight: bold;
}

.EditorSubjectField
{
	font-size: 14px;
	width: 90%;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 1px;
}

/* INstructions should be a bit more clear... */
.instructions
{
	line-height: 130%;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 130%;
}

/* Top Menu panel
*/

.MainContainer
{
	margin-top: 30px;		/* Give some space to the menu */
    width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.TopPanel
{
	margin-top: 10px;
	font-size: 14px;
	background-color: #E6E635;
	color: #333333;
	border-style: outset;
	border-width: 1px;
	width: 600px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	position: relative;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

.TopPanelLogo
{
    position: absolute;
    top: -5px;
}

.TopPanelCmd
{
    position: absolute;
    top: 10px;
    left: 130px;
    width: 475px;
}

.LoginButton
{
    border: 1px solid #E9E914;
    padding: 3px;
    font-size: 12px;
    text-decoration: none;
    font-variant: small-caps;
    background-color: #F2F270;
    float: right;
    top: -2px;
    position: relative;
}

.FacebookInfoText
{
    font-size: 12px;
    text-align: right;
    float: left;
    width: 120px;
}

.FacebookInfo
{
    border-top: 1px solid black;
    padding-top: 5px;
    margin-top: 20px;
}

.FacebookInfoImg
{
  position: relative;
  margin-left: 10px;
  float: right;
}

.FacebookInfoFavicon
{
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.FacebookInfo a
{
    text-decoration: none;
    color: #000000;
}

.FacebookInfo a:hover
{
    color: #e97e13;
}



.LoginButton a
{
    text-decoration: none;
    color: #000000;
}

.LoginButton:hover
{
    color: #e97e13;
}


.LeftPanel
{
	font-size: 14px;
	/* width: 180px;*/
	min-width: 180px;
	max-width: 180px;
	border-style: outset;
	border-width: 1px; 
	padding: 10px;
	float: left;
	background: white;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

/* This is for the three-panel layout */
.Panel
{
    /*border-color: #EAEAEA;
     font-size: 14px;
    width: 240px;
    margin-left: 2px;
    margin-right: 2px;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    float: left;*/
}

.MenuPanel
{
	margin-left: 10px;
	margin-top: 10px;
	background: white;
}

/* Below top panel, and above the main content panels */
.PanelExtraButtons
{
	margin-left: 220px;
	margin-bottom: 10px;
}

.CenterPanel
{
	width: 180px;
	/* border-style: outset;
	border-width: 1px;
	padding: 10px; */
	float: left;
}

.RightPanelContainer
{
}

.RightPanel
{
	font-size: 12px;
	border-style: outset;
	border-width: 1px;
	padding: 10px;
	min-width: 580px;
	width: 580px;
	margin-left: 10px;
	background: white;
	position: relative;
	float: left;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

table.RankingTable
{
	
}

table.RankingTable td
{
	padding: 2px;
}

table.RightPanelHeaderTable
{
	width: 100%;
}

table.RightPanelHeaderTable td
{
	vertical-align: top;
}

.LeftMenuPanel
{
	margin-top: 20px;
	text-align: center;
}


.TopPanel h1
{
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}

.Header
{
	font-family: 'Trebuchet MS';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.SectionHeader
{
	font-family: 'Trebuchet MS';
	font-size: 20px;
	font-weight: bold;
	color: #cccccc;
}

.SubHeader
{
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

/* Center the profile image using text-align inside the
 * div (bad idea? HACK?)
 */
.ProfileImage
{
	margin-top: 0px;
	text-align: center; 
}

/* Some divs for Person.aspx
*/

.PersonHeaderLeft
{
	position: relative;
	width: 400px;
	float: left;
}

.PersonHeaderRight
{
	position: relative;
	float: right;
	width: 180px;
	margin-top: 20px;
	font-size: 14px;
}

.PersonHeaderRightCount
{
	font-size: 16px;
	font-weight: bold;
}

.PersonHeaderRightPercent
{
}

.PersonHeaderFooter
{
	clear: both;
	padding-top: 10px;
}

/* This is for DisplayName */
.PersonHeaderLeft h1
{
	font-size: 18px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

/* This is for Title */
.PersonHeaderLeft h2
{
	margin: 0px;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

.EntityHeaderLeft
{
	position: relative;
	width: 400px;
	float: left;
}

.EntityHeaderRight
{
	position: relative;
	float: right;
	width: 180px;
	margin-top: 10px;
	font-size: 12px;
}

.InfoBox
{
	/* border: 1px solid #999999; */
	width: 160px;
}


table.Ranking
{
	border-width: 0px;
	border-collapse: collapse;
	background-color: #F2F270;
	font-size: 14px;
}

table.Ranking td
{
	padding: 3px;
}

tr.RankingAbove
{
	background-color: #A2E913;
	font-size: 10px;
}

tr.RankingMe
{
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
}

tr.RankingBelow
{
	background-color: #E9A213;
	font-size: 10px;
}

table.InfoBoxTable
{
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse; 
	background-color: white;
	width: 160px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	text-transform: uppercase;
}

table.InfoBoxTable th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	
}
table.InfoBoxTable td {
	/* border-width: 1px; 
	border-style: solid;
	border-color: gray;
*/
	padding: 2px;

	background-color: white;

}

.EntityHeaderRightCount
{
	font-size: 16px;
	font-weight: bold;
}

.EntityHeaderRightPercent
{
}

.EntityHeaderFooter
{
	clear: both;
	padding-top: 10px;
}

/* This is for DisplayName */
.EntityHeaderLeft h1
{
	font-size: 18px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

/* This is for Title */
.EntityHeaderLeft h2
{
	margin: 0px;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}


/* GenericPanel is a generic panel used for forms
*/
.GenericPanel
{
    border-style: outset;
    border-width: 1px;
    padding: 10px;
    /* background-color: #F5F5F5; */
    background-color: #F2F270;
}

.GenericPanel2
{
    /* background-color: #F5F5F5; */
    border: 1px solid #C0C0C0;
    padding: 10px;
    background-color: #F7F7F7;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}


/* And some additions to the Generic
*/

.GenericPanel#LoginPanel
{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.GenericPanel#NewUser
{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

/* GenericPopup is the background for our modal popups
*/

.GenericPopup
{
	background-color: #EFEFEF;
	border-style: outset;
	border-width: 2px;
	padding: 20px;
	width: 400px;
}

.usercommands
{
    margin-top: 10px;
}

/* Generic style for all linkbuttons
*/
.LinkButton
{
    background-color: #FAFAC5;
    border: 1px solid #4F700A;
    padding: 2px;
}

.LinkButton:hover
{
    background-color: #476609;
    color: #FAFAC9;
    cursor: pointer;
}


.LinkButton2
{
    background-color: #77A90E;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-style: solid;
    border-width: 2px;
    border-color: #CCFF99 #999999 #999999 #999999;
    padding: 3px 6px 3px 6px;
    margin: 3px 3px 3px 0px;
    font-size: 14px;
    text-decoration: none;
}

.LinkButton2:hover
{
    background-color: #3D5607;
}

.LinkButton2 a
{
    color: #333333;
    text-decoration: none;
}

.LargeLinkButton 
{
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.LargeLinkButton a
{
	color: #000000;
}

.SmallLinkButton
{
	font-size: 8px;
	color: #0066FF;
	text-decoration: none;
}

.LargeLinkButton
{
	font-size: 14px;
	color: #0066FF;
	text-decoration: none;
	margin-bottom: 10px;
}

/* Top Link Button 
*/
.TopLinkButton
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.TopLinkButtonSelected
{
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    background-color: #E9A213;
}


.TopLinkButton:hover
{
    color: #e97e13;
}

.TopLinkButtonDisabled
{
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}

/* PictureScroller is the band of pictures that we can choose from 
   in the Select Profile Picture popup
 */
 
.PictureScroller
{
	/* height: 100px;*/
	margin-top: 10px;
	
	/*width: 100%;*/
	/* overflow: scroll;*/
	position: relative;
	/*white-space: nowrap;*/
}

/* PictureSelector */

.PictureSelector
{
    position: absolute;
    width: 500px;
    border: 1px solid #666666;
    padding: 10px;
    background: white;
    z-index: 500;
    margin-top: 10px;
    margin-left: 10px;
}


.Footer
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 3px;
    text-align: center;
    z-index: 1001;
}

.FooterBackground
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    background-color: #E8E8E8;
    z-index: 1000;
}

.Popup_whole2
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 499;
}

.Popup
{
    /* position: relative;*/
    position: relative;
    width: 500px;
    border: 1px solid #666666;
    padding: 10px;
    background: white;
    z-index: 500;
    top: 3%;
    margin-bottom: 100px;
/*     max-height: 500px; */
/*    overflow: auto;*/
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.PicturePanel
{
    float: left;
    margin-right: 10px;
    padding: 5px;
}

.PicturePanel:hover
{
    background-color: #CCCCCC;
}

/* This is used in the custom control ImageSelector
*/
.ImageSelectorTable
{
	height: 83px;
	border: none;
}

.ImageSelectorTableCell
{
	width: 50px;
	text-align: center;
}

.SearchPanel
{
	text-align: center;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.EntityHeader
{
	border-style: outset;
	border-width: 1px;
	/* background-color: #FAFACE; */
	/* background-color: #A2E913;*/
    background-color: #F2F270;
	font-size: 14px;
	margin-top: 30px;
	padding: 10px;
	height: 15px;
}


/* ENTITYBUTTON STYLES */

.EntityButtonHeaderNormal
{
    border-width: 10px 6px 10px 6px;
    border-color: #CCCCCC #E97E13 #CCCCCC #C96C10;
    position: relative;
    width: 100%;
    /*height: 60px;*/
    background-color: #FFFFFF;
    float: left;
    border-bottom-style: solid;
}

.EntityButtonHeaderNormal:hover
{
    background-color: #FFFFB0;
    cursor: pointer;
}


.EntityButtonSubjectNormal
{
	font-size: 10px;
	/*font-weight: bold;*/
}

.EntityButtonWideNormal
{
    border-width: 1px;
    border-color: #CCCCCC;
    position: relative; /*border-style: solid;
	border-width: 1px 1px 1px 1px; 
	border-color: #E9E9E9 #999999 #999999 #E9E9E9;*/
    width: 100%; /* fixed width of the box */ /* width: 100% */
    height: 60px;
    background-color: #FFFFFF;
    float: left;
    border-bottom-style: dashed;
}       

.EntityButtonWideNormal:hover
{
    background-color: #FFFFCC;
    cursor: pointer;
}

.EntityButtonWideSelectedNormal
{
    position: relative;
    /*border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E9E9E9 #999999 #999999 #E9E9E9;*/
    width: 100%; /* fixed width of the box */ /* width: 100% */
    height: 60px;
    background-color: #CCFFCC;
    float: left; /* margin-bottom: 1px;*/
    border-width: 1px;
    border-color: #CCCCCC;
    border-bottom-style: dashed;
}

.EntityButtonWideSelectedNormal:hover
{
    background-color: #FFFFCC;
    cursor: pointer;
}

table.EntityButtonWideTableNormal
{
	width: 100%;
}

.EntityButtonContentNormal
{
    border-bottom: dashed 1px #cccccc;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.EntityButtonHeaderSmall
{
    border-width: 10px 6px 10px 6px;
    border-color: #CCCCCC #E97E13 #CCCCCC #C96C10;
    position: relative;
    width: 100%;
    /*height: 60px;*/
    background-color: #FFFFFF;
    float: left;
    border-bottom-style: solid;
}

.EntityButtonHeaderSmall:hover
{
    background-color: #FFFFB0;
    cursor: pointer;
}


.EntityButtonSubjectSmall
{
	font-size: 10px;
	/*font-weight: bold;*/
}

.EntityButtonWideSmall
{
    border-width: 1px;
    border-color: #CCCCCC;
    position: relative; 
    width: 100%; 
    height: 30px;
    background-color: #FFFFFF;
    float: left;
    border-bottom-style: dashed;
}       

.EntityButtonWideSmall:hover
{
    background-color: #FFFFCC;
    cursor: pointer;
}

.EntityButtonWideSelectedSmall
{
    position: relative;
    width: 100%; 
    height: 30px;
    background-color: #CCFFCC;
    float: left; 
    border-width: 1px;
    border-color: #CCCCCC;
    border-bottom-style: dashed;
}

.EntityButtonWideSelectedSmall:hover
{
    background-color: #FFFFCC;
    cursor: pointer;
}

table.EntityButtonWideTableSmall
{
	width: 100%;
}

/* END ENTITYBUTTON */

.CommandPanelMain
{
    margin-top: 5px;
}

.TabPanelButton
{
    color: #CC3300;
    text-decoration: none;
    font-size: 120%;
    margin-right: 10px;
    border-width: 1px;
    border-color: #FF0000;
    border-bottom-style: dashed;
}

.TabPanelButton:hover
{
    color: #CC3300;
    text-decoration: none;
    font-size: 120%;
    margin-right: 10px;
    border-width: 1px;
    border-color: #FF0000;
    border-bottom-style: solid;
}

.TabPanelButtonSelected
{
    color: #CC3300;
    text-decoration: none;
    font-size: 120%;
    font-weight: bold;
    margin-right: 10px;
}

.TabPanel
{
}

.FeatureControlImage
{
    margin: 10px;
    float: right;
}

.FeatureControlHeader
{
    font-size: 200%;
    color: #2B3E04;
    text-decoration: none;
    line-height: 110%;
}

.FeatureControlBody
{
    line-height: 1.6em;
    text-decoration: none;
    color: #000000;
    font-size: 110%;
}


.SearchResultButton
{
    float: left;
    width: 200px;
}

.EntityPanel
{
	position: relative;
	border-style: outset;
	border-width: 1px;
	width: 90%; /* fixed width of the box */ /* width: 100% */
	padding: 10px;
	background-color: #FFFFFF;
	float: left;
}



.EntityButton
{
    position: relative;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E9E9E9 #999999 #999999 #E9E9E9;
    width: 186px; /* fixed width of the box */ /* width: 100% */
    height: 70px;
    background-color: #FFFFFF;
    float: left;
}


.EntityButtonSelected
{
	position: relative;
	border-style: solid;
	border-width: 1px 1px 1px 1px; 
	border-color: #E9E9E9 #999999 #999999 #E9E9E9;
	width: 186px;
	height: 70px;
	background-color: #B3E913;
	float: left;
}

.EntityButton:hover
{
	background-color: #E9E914;
	cursor: pointer;
}

.EntityButton p
{
	font-size: 10px;
}

.EntityButton_Image				/* This is the image inside the summary box */
{
	position: absolute;
	left: 5px;
	margin-left: 5px;
	margin-top: 3px;
	width: 85px;
	height: 70px;
}

.EntityButton_Quote				/* This is the text on the right side of the box */
{
	position: absolute;
	left: 5px;
	margin-left: 85px;
	margin-top: 5px;
	width: 90px;
	height: 90px;
}

.PreviewPanel
{
    padding: 10px;
    background: #FFFFFF;
}

/* SummaryBox is the box with picture, random quote and some read more
   stuff
*/

.SummaryBox
{
	border-style: outset;
	border-width: 1px;
	width: 100%; /* fixed width of the box */
	height: 200px;
	/* background-color: #FAFACE; */
	background-color: #FFFFFF;
	overflow: hidden;
}

.SummaryBox_Image				/* This is the image inside the summary box */
{
	/* position: absolute;*/
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 1px;
	/* width: 100px;
	height: 180px; */
	float: left;
}

.SummaryBox_Quote				/* This is the text on the right side of the box */
{
	/* position: absolute; */
	/* margin-left: 130px; */
	margin-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	/* width: 110px; */
	/* height: 180px; */
	word-wrap: break-word;
	/* border-style: solid;
	border-width: 1px;		*/ /* for checking size */
}

/* Font styles for SummaryBox */
.SummaryBox h1
{
	font-size: 14px;
	font-weight: bold;
}

.SummaryBox p
{
	font-size: 12px;
}
/* End font styles for SummaryBox */

.SummaryBoxList
{
	position: relative;
	border-style: outset;
	border-width: 1px;
	/*width: 260px; /* fixed width of the box */
	width: 100%;
	height: 70px;
	background-color: #E9E9E9;
}


.iframe
{
    border: none;
    height: 40px;
}

.AttachmentPanel
{
    background-color: #FBFBFB;
    padding: 2px 10px 10px 10px;
    margin-bottom: 10px;
}

.SummaryBoxList_Image				/* This is the image inside the summary box */
{
	position: absolute;
	left: 5px;
	margin-left: 5px;
	margin-top: 3px;
	width: 100px;
	height: 100px;
}

.SummaryBoxList_Quote				/* This is the text on the right side of the box */
{
	position: absolute;
	left: 5px;
	margin-left: 105px;
	margin-top: 10px;
	/*width: 150px; */
	width: 55%;
	height: 100px;
	/* border-style: solid;
	border-width: 1px;*/		 /* for checking size */
}

/* Font styles for SummaryBox */
.SummaryBoxList h1
{
	font-size: 14px;
	font-weight: bold;
}

.SummaryBoxList p
{
	font-size: 12px;
}
/* End font styles for SummaryBox */


/* Login page special styles
*/

/* The container is the main div of the page with which we specify
   the overall width of the page
*/

.LoginContainer
{
	width: 600px;
	margin-left: auto;	/* Center placement */
	margin-right: auto;
}

div.LoginLeftHeader
{
	background-color: #E9A213;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	height: 40px;
	padding: 10px;
}

div.LoginRightHeader
{
	background-color: #E9E914;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	height: 40px;
	padding: 10px;
}

/* And some styles ...
 */
.LoginContainer h1
{
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}

/* The "banner" picture */

.LoginPicture
{
	width: 201px;
	margin-left: auto;
	margin-right: auto;
}

/* We cannot find any user with that, bla bla */
.LoginStatus
{
	border: 1px solid #CCCCCC;
	padding: 10px;
	color: #FF0000;
	font-size: 14px;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.LoginOkStatus
{
	border: 1px solid #CCCCCC;
	padding: 10px;
	color: #008000;
	font-size: 14px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

/* Generic forms
*/

.FormTable
{
	/*margin-top: 20px;*/
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: 20px;*/
	width: 90%;
	padding: 10px;
	background-color: #E8F3FF;
}

.MiniFormTable
{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 100%;
	padding: 10px;
	background-color: #E8F3FF;
}

.FormTableHeader
{
	padding: 10px;
	background-color: #333333;
	color: #FFFFFF;
}

.FormTableInfo
{
    border: medium solid #A2E913;
    padding: 20px;
    background-color: #FAFACE;
    color: #000000;
}

.MiniFormLabel
{
	text-align: left;
	padding-left: 10px;
}

.FormLabel
{
	text-align: right;
	padding-right: 10px;
}

.FormInput
{
	text-align: left;
	padding-left: 10px;
}

.FormInputSmall
{
	font-size: 10px;
}

.TextSmall
{
	font-size: 10px;
}

/* Collabsible panels */

.collapsePanelHeader
{
	font-size: 11px;
	background-color: #E9E9E9;
	border: 1px solid #C0C0C0;
}


/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 100px;
    text-align : left; 
    list-style-type : none;
    z-index: 100;
    padding-left: 0px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	z-index: 100;
	
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 0px;
	margin: 1%;
	z-index: 100;
}

.inline_autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px !important;
    background-color: white;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    z-index: 100;
}

/* AutoComplete highlighted item */

.inline_autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	z-index: 100;
}

/* AutoComplete item */

.inline_autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	z-index: 100;
}

.meetinglist_newestitem
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border: 2px solid #E9A213;
    padding: 10px;
    margin: 10px;
    width: 100px;
    font-size: 18px;
    margin-left: auto; 
    margin-right: auto;
}

.InfoBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border: 2px solid #E9A213;
    padding: 10px;
    margin: 10px;
    width: 250px;
    font-size: 18px;
    margin-left: auto; 
    margin-right: auto;
}

.SmallInfoBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    border: 1px solid #00FF00;
    padding: 3px;
    margin: 5px 0px 5px 0px;
    font-size: 14px;
    background-color: #D2FFD2;
}

.SmallInfoBox a
{
    color: black;
    text-decoration: none;
}

.SmallInfoBox a:hover
{
    text-decoration: underline;
}
.SoftInfoBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 10px;
    margin: 10px;
    width: 70%;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    color: #999999;
}

.PagerPage
{
    font-size: 110%;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;  
}

.PagerPageSelected
{
    font-size: 110%;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;  
    background: #ECECFB;
}


.PagerPage:hover
{
    cursor: pointer;
    background: #ECECFB;
}

.PagerPage a
{
    text-decoration: none;
}

div.ClickPanel
{
    z-index: 90;
}

div.ClickPanel:hover
{
	cursor: pointer;
	z-index: 90;
}

.theme
{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #C0C0C0;
    padding: 5px;
    /* width: 80%; */
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    position: relative;
}

.tdButton
{
    /* background-color: #ffffff;*/
    padding: 1px;
    color: Gray;
}            

.tdButton:hover
{
    background-color: #e9e914;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    padding: 0px;
}

.formInputField
{
    border-style: solid;
    border-width: 1px;
    border-color: #E9A213;
    width: 80%;
    padding-left: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
}

/* Content lister / content control styles */

/* container for whole content */
.contentContainerHeader
{
    background-color: white;
    font-size: 14px;
    margin-top: 2px;
    z-index: 10;
    border-top:1px dashed #D2DADA;
    border-bottom:1px dashed #D2DADA;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 40px;
    position: relative;
}

.contentContainerHeader:hover
{
    background-color: #FAFAFA;
}

.contentContainer
{
    background-color: white;
    font-size: 14px;
    margin-top: 2px;
    z-index: 10;
    border-top:1px dashed #D2DADA;
    border-bottom:1px dashed #D2DADA;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 40px;
    position: relative;
}

.contentContainerContentView
{
    background-color: white;
    font-size: 14px;
    margin-top: 2px;
    z-index: 10;
    border-top:1px dashed #D2DADA;
    border-bottom:1px dashed #D2DADA;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    position: relative;
}

.contentContainerContentViewHeader
{
    background-color: white;
    font-size: 14px;
    margin-top: 2px;
    z-index: 10;
    border-top:1px dashed #D2DADA;
    border-bottom:1px dashed #D2DADA;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 40px;
    position: relative;
}

.contentContainerContentViewHeaderBrief
{
    background-color: white;
    font-size: 14px;
    margin-top: 2px;
    z-index: 10;
    /*border-top:1px dashed #D2DADA;*/
    border-bottom:1px dashed #D2DADA;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 40px;
    position: relative;
}

.contentContainerLayout1
{
    background-color: white;
    font-size: 16px;
    margin-top: 2px;
    z-index: 10;
    border-top: 1px dashed #D2DADA;
    border-bottom: 1px dashed #D2DADA;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 40px;
    position: relative;
    border-style: solid;
    border-width: 1px 5px 5px 1px;
    border-color: #D2DADA #666666 #666666 #D2DAdA;
    font-family: 'Times New Roman' , Times, serif;
    margin-top: 2px;
}


.contentContainerLayoutClean
{
    background-color: white;
    font-size: 14px;
    margin-top: 2px;
    z-index: 10;
    /* border-top:1px dashed #D2DADA; */
    border-bottom:1px dashed #D2DADA;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 40px;
    position: relative;
}


/* container for whole content */
.contentContainerSelected
{
    background-color: #f2f270;
    font-size: 14px;
    margin-top: 2px;
    z-index: 10;
    border-top:1px dashed #D2DADA;
    border-bottom:1px dashed #D2DADA;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 40px;
    position: relative;
}

.ContentDate
{
    font-family: Georgia;
    font-size: 12px;
    color: #666666;
    font-style: italic;
}

.contentContainerCommentView
{
    background-color: #F8F8F8;
    font-size: 13px;
    margin-top: 2px;
    z-index: 10;
    border-top: 1px dashed #D2DADA;
    border-bottom: 1px dashed #D2DADA;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 40px;
    position: relative;
}

.contentContainerCommentView:hover
{
        background-color: #F3F3F3;
}

/* picture on the left */
.contentProfilePanel
{
    float: left;
    width: 60px;
}

.contentLeft
{
    float: left;
    width: 60px;
    text-align: center;
}

.contentRight
{
    margin-left: 60px;
    font-family: 'Lucida Grande' , sans-serif;
    font-size: 0.9em;
    line-height: 1.6em;
    color: #3C230B;
    word-wrap: break-word;
}

.contentContentPanel
{
}

.contentContentPanelClean
{
    margin-left: 0px;
    font-family: 'Lucida Grande' , sans-serif;
    font-size: 0.9em;
    color: #3C230B;
}

.contentContainerCommentInsert
{
    background-color: #F0F0F0;
    padding: 5px;
}

.BodyExcerpt
{
    font-size: 90%;
    line-height: 110%;
}

.EditInsertSubject
{
    width: 97%;
    font-size: 12px;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    /*font:12px Tahoma, Helvetica, Arial, sans-serif;*/
}

.EditInsertText
{
    width: 97%;
    line-height: 18px;
    min-height: 54px;
    font-size: 12px;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    /* font:12px Tahoma, Helvetica, Arial, sans-serif; */
}

.EditInsertFromDropDown
{
    font-size: 100%;
    width: 300px;
    height: 300px;
    overflow: auto;
    border: solid 1px gray; 
}

.Quote
{
    /*border: 1px solid #CCCCCC;*/ /*margin: 0px 30px 30px 30px;*/ /*background-color: #F8F8F8;*/ /*padding: 10px;*/
    color: #666666;
    line-height: 1.6em;
    font-style: italic;
}

.QuoteHeader
{
    /*margin: 30px 31px 5px 31px;*/ /*font-style: italic;*/
    color: #333333;
    font-weight: bold;
}

.QuoteHeader a
{
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}

.personName
{
    font-family: 'Lucida Grande' , sans-serif;
    font-size: 1.1em;
    text-decoration: none;
    color: #1F98C7;
}

.videoThumbPanel
{
    padding: 5px;
    float: left;
    width: 90px;
}

.videoThumbPanel:hover
{
    padding: 3px;
    border: 2px solid #1F98C7;
    cursor: pointer;
}

.contentHeader
{
    font-family: 'Lucida Grande' , sans-serif;
    font-size: 1.0em;
    text-decoration: none;
    /* color: #663B12;*/
    font-weight: bold;
}


.ContentPanelHeader:hover
{
    cursor: pointer;
}

.ContentPanelCommands
{
	font-size: 10px;
	z-index: 12px;
	padding-bottom: 10px;
}

.EditorReadOnly
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 130%;
    background-color: #FFFFFF;
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
    width: 496px;
    border-style: none;
    border-width: 0px;
}

.twittercss
{
    padding-left: 20px;
    padding-right: 5px;
    padding-top: 0px;
    margin-top: 0px;
    list-style-type: square;
}

.twitterbg
{
    width: 230px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
}

.twitterheader
{
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

/* For content panel body */
.ContentPanelBody
{
    border: 1px solid #EFEFEF;
    background-color: #FFFFFF; 
    margin-top: 0px; 
    padding-top: 0px;
    z-index: 11;
}

/* For plus minus stuff */
.plusMinusPlusContainer
{
    margin-top: 5px;
    /*margin-left: 3px;*/
    margin-left: auto; 
    margin-right: auto;
    width: 40px;
    text-align: center;
}

.plusMinusPlusContainerSmall
{
    margin-top: 5px;
    /*margin-left: 3px;*/
    margin-left: auto; 
    margin-right: auto;
    width: 25px;
    text-align: center;
}

.plusMinusPlusContainerBrief
{
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    width: 20px;
    text-align: center;
    
}

.plusMinusAmount
{
    font-size: 130%;
    color: Green;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    background: white;
}

.plusMinusAmountSmall
{
    font-size: 75%;
    color: Green;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    background: white;
    position: relative;
}


.plusMinusAmountBrief
{
    font-size: 100%;
    font-weight: bold;
    color: Green;
}

.plusMinusButton
{
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    padding: 2px;
    background-color: #FAFACE;
}

.plusMinusButtonSmall
{
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    padding: 2px;
    background-color: #FAFACE;
}


.plusMinusButton:hover
{
    background-color: #E9E914;
}

/* DropShadow */

#master_content .dropShadowPanel span {color:white;text-decoration:underline;}
#master_content .dropShadowPanel span:hover {text-decoration:none;}


.dropShadowPanel 
{
	width:300px;
	background-color:#5377A9;
	color:white;
	font-weight:bold;
}

.LanguageBox
{
    padding: 1px 3px 3px 3px;
    width: 15px;
    height: 15px;
    background-color: #f2f270;
    float: left;
    margin-right: 3px;
    text-align: center;
}

.LanguageBoxSelected
{
    padding: 1px 3px 3px 3px;
    width: 15px;
    height: 15px;
    background-color: #a2e913;
    float: left;
    margin-right: 3px;
    text-align: center;
}

.LanguageBox:hover
{
    cursor: pointer;
    /* background-color: #e9e914; */
    background-color: #a2e913;
}

.ListerHeaderPanel
{
    background-color: #EFEFEF;
    padding: 10px;
}

.LiveViewersPanel
{
    background-color: #EFEFEF;
    padding: 3px;
    text-align: center;
}

.ListerHeader
{
    font-family: 'Trebuchet MS';
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.ListerSubHeaderPanel
{
    background-color: #fdfd00;
    padding: 10px;
}

.ListerSubHeader
{
    font-family: 'Trebuchet MS';
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.ListerSmallHeaderPanel
{
    background-color: #CCCCCC;
    padding: 3px;
}

.ListerSmallHeader
{
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-weight: bold;
    color: #808080;
}


.GalleryPanel
{
    width: 50px;
    height: 62px;
    float: left;
    text-align: center;
    overflow: hidden;
}

.SmallLinkButton
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.SmallLinkButtonSelected
{
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    background-color: #E9A213;
}


.SmallLinkButton:hover
{
    color: #e97e13;
}

.SignaturesTable
{
    padding: 5px;
    vertical-align: top;
    font-family: Times New Roman;
    font-size: 14px;
}

.SignaturesTable tr
{
    vertical-align: top;
}

.SignaturesTable td
{
    padding: 5px;
    padding-right: 15px;
}

.PollResults
{
    width: 100%;
    padding: 3px;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

.PollResults td
{
    padding: 3px;
}

.FeedStory
{
    line-height: 1.6em;
}

.Entity
{
    color: #666666;
    text-decoration: none;
}

.EntityHL
{
    color: #2B3E04;
    text-decoration: none;
}

.EntityHL:hover
{
    color: #7EB60C;
    border-width: 1px;
    border-color: #FF0000;
    border-bottom-style: dashed;
}

.EntityPersonHL
{
    color: #2B3E04;
    text-decoration: none;
    font-weight: bold;
}

.EntityPersonHL:hover
{
    color: #7EB60C;
    border-width: 1px;
    border-color: #FF0000;
    border-bottom-style: dashed;
    font-weight: bold;
}

.LinkHL
{
    color: #2B3E04;
    text-decoration: none;
    font-weight: bold;
    border-width: 1px;
    border-color: #FF0000;
    border-bottom-style: dashed;
}

.LinkHL:hover
{
    color: #7EB60C;
}


.EntityHeaderHL
{
    font-size: 150%;
    color: #2B3E04;
    text-decoration: none;
}

.EntityHeaderHL:hover
{
    color: #7EB60C;
    border-width: 1px;
    border-color: #FF0000;
    border-bottom-style: dashed;
}

.EntityDate
{
    color: #999999;
    font-style: italic;
}

div.FrontColumnContainer
{
    width: 100%;
}

div.FrontColumn
{
    width: 32%;
    margin-right: 1%;   
    float: left;
}

div.OldChatMessagePanel
{
    background-color: #EEEEEE;
    font-size: 80%;
    margin-left: 10px;
}

div.EventContainer
{
    margin-bottom: 20px;
    padding-bottom: 1px;
    margin-top: 20px;
}

div.EventLeft
{
    float: left;
    min-width: 60px;
    width: 20%;
    text-align: center;
}

.EventLeft h1
{
    font-size: 1.5em;
    margin: 0em 0.1em 0.1em 0em;
}

.EventLeft h2
{
    font-size: 1em;
    margin: 0px;
}

div.EventRight
{
    float: left;
    width: 80%;
}

.EventRight h1
{
    font-size: 1.5em;
    margin: 0em 0.1em 0.1em 0em;
}

.EventRight h2
{
    font-size: 1em;
    margin: 0px;
}

div.EventNoticeToday
{
    text-align: center;
    background-color: #FF0000;
    font-weight: bold;
    /* font-variant: small-caps;*/
    padding: 3px;
}

div.EventNoticeTomorrow
{
    text-align: center;
    background-color: #FDFD00;
    font-weight: bold;
    /*font-variant: small-caps;*/
    padding: 3px;
}

div.EventNoticeWeek
{
    text-align: center;
    background-color: #00FF00;
    font-weight: bold;
    /*font-variant: small-caps;*/
    padding: 3px;
}

div.ElectionContainer
{
    margin-bottom: 20px;
    padding-bottom: 1px;
    margin-top: 20px;
}

div.ElectionLeft
{
    float: left;
    min-width: 60px;
    width: 20%;
    text-align: center;
}

.ElectionLeft h1
{
    font-size: 1.5em;
    margin: 0em 0.1em 0.1em 0em;
}

.ElectionLeft h2
{
    font-size: 1em;
    margin: 0px;
}

div.ElectionRight
{
    float: left;
    width: 80%;
}

.ElectionRight h1
{
    font-size: 1.5em;
    margin: 0em 0.1em 0.1em 0em;
}

.ElectionRight h2
{
    font-size: 1em;
    margin: 0px;
}


.FrontCalendarLister
{
    font-size: 0.8em;
}

.ajax__colorPicker {}
.ajax__colorPicker_container {background-color:#fff;position:absolute;width:201px;overflow:hidden;}
.ajax__colorPicker_container table {border:1px solid #646464;}
.ajax__colorPicker_container table td div {width:10px;height:11px;cursor:crosshair;}