/** 
 * HTML entities 
 */ 
a, a:visited { 
    color: #336699; 
    text-decoration: none;
}
a:hover { 
    text-decoration: underline; 
}
body { 
    text-align: center;  /* Center the site in IE */ 
    background: #E8ECF0;
    background-image: url(/images/bg_dashboard.gif);
    color: #444444;
    font-family: Trebuchet MS,Verdana, Helvetica, Arial, san-serif;
    font-size: 12px;
    margin: 0; 
    padding: 0;
}
form { 
    margin: 0;
    padding: 0; 
}
hr { 
    margin: 0; 
    padding: 0;    
}
img { 
    border: 0; 
}
input, select, textarea { 
    font-family: Verdana, Helvetica, Arial, san-serif; 
    font-size: 8pt; 
}
p { 
    margin: 0 0 10px 0; 
} 
table { 
    border-collapse: collapse;
}
th { 
    border: 2px solid white;
    padding: 5px; 
    background-color: #E8ECF0;
    color: #555555;
    font-size: 10px;
    text-transform: lowercase;
}
td { 
    border: 1px solid white;
    font-size: 9pt; 
    padding: 5px; 
    text-align: center;
}
ul 
{
	margin:0;
}

.PopupDiv { 
    margin-left: 20;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
}
html > body .PopupDiv
{
    margin-left: -25px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
}
tr.alt{
	background-color: #F2F2F2;
}
.alignleft{
	text-align: left;
	padding-left: 10px;
}
/** 
 * Global styles 
 */ 
.help { 
    background-color: #FFFFFF; 
    border: 1px solid grey; 
    position: absolute; 
    left: 190px; 
    padding: 5px; 
    top: 50px; 
    width: 300px; 
    z-index: 100;
    
}

.helpsub { 
    background-color: #FFFFFF; 
    border: 1px solid grey; 
    position: absolute; 
    margin-left: -150px; 
    margin-top: 40px;
    padding: 5px; 
    top: 50px; 
    width: 300px; 
    z-index: 100;
    
}

html > body .helpsub
{
    background-color: #FFFFFF; 
    border: 1px solid grey;  
    position: absolute; 
    margin-left: 370px; 
    margin-top: 40px;
    padding: 5px; 
    top: 50px; 
    width: 300px; 
    z-index: 100;
}
	

.highlight_msg { 
    float: left; 
    font-weight: bold; 
    margin: -4px; 
    padding: 10px; 
}
div > .highlight_msg { 
    margin: -10px;     /* Alternate margin for Mozilla */ 
}

.fb_links { 
    float: left; 
}
.links { 
    float: right; 
}
.invisible {
	display: none; 
}
.selected { 
    font-weight: bold; 
}
.visible {
	display: inline; 
}
/** 
 * Form styles 
 */ 
.error { 
    color: #CC0000; 
    font-weight: bold;    
    margin: 5px 12px; 
    text-transform: lowercase;
}
.error td {
	float:left;
	text-align:left;
}
.error ul {
	margin: 5px auto; 
}
.form_entry {
	clear: both;
	text-transform: lowercase;
	margin: 10px 12px 10px 12px;
	padding-bottom: 10px;
}
.form_entry .field_name {
	font-weight: bold;
	width: 160px;
	float: left;
}
.form_entry .field_description{
	clear: both;
	font-weight: normal;
	font-size: 9px;
	width: 160px;
	float: left;
}
.form_entry .form_input {
	margin-left: 165px;
	text-transform: none;
}
.form_table th{
	background-color: #E8ECF0;
	border: 2px solid #FFFFFF;
	font-size: 11px;
	text-align: left;
	vertical-align: bottom;
	padding: 5px 12px;
}
.form_table tr.alt {
	background-color: #EDEDED;
}
.form_table td{
	border: 2px solid #FFFFFF;
	font-size: 12px;
	text-align: left;
	vertical-align: text-top;
	padding: 5px 12px;
}
.form_table ul { 
    margin: auto; 
}
.DojoRichTextEditor { 
    border: 1px solid gray; 
    float: left; 
    margin-bottom: 5px; 
    width: 520px; 
    background-color: White;
    color: Black;
} 
.DojoRichTextEditor img { 
    float: left; 
}
.DojoRichTextEditor .toolbarContainer img { 
    float: none;
}
.DojoRichTextEditor ul { 
    list-style-type: disc;
    margin: auto;   
}
.userTagger { 
    position: relative; 
    width: 400px; 
}
.userTagger .tagees { 
    float: left; 
    text-align: left; 
    width: 400px;
} 
.userTagger .taggables { 
    background-color: #FFFFFF; 
    border: 2px solid grey; 
    float: left; 
    position: absolute; 
    left: 70px; 
    text-align: left; 
    top: -100px; 
    width: 200px;
    z-index: 100; 
} 
.userTagger .taggables .filter { 
    height: 20px; 
    width: 190px;
} 
.userTagger .taggables .users { 
    background-color: lightgrey; 
    border-top: 1px solid grey; 
    border-bottom: 1px solid grey; 
    height: 160px; 
    margin: 0; 
    overflow: auto; 
    width: 200px;
    z-index: 100; 
}
/** 
 * Layout elements 
 */ 
#user_header { 
    font-size: 11px;
    margin: auto;
    margin-top: 10px;
    text-align: left;
    width: 950px;
}
#Facebook_user_header { 
    font-size: 11px;
    margin: auto;
    margin-top: 10px;
    text-align: left;
    width: 100%;
}
#Facebook_header { 
    background-color: #881e16;
    background-image: url(/images/bg_Fb_masthead.gif);
    border: 1px solid #CCCCCC; 
    color: #FFFFFF;
    margin: 0 auto;
    text-align: left;
    text-transform: lowercase;
    width: 100%;
}
.Js_box 
{
	Width: 590px;
	Height: 60px;
}

#header { 
    background-color: #990000;
    background-image: url(/images/bg_masthead.gif);
    border: 1px solid #CCCCCC; 
    color: #FFFFFF;
    margin: 0 auto;
    text-align: left;
    text-transform: lowercase;
    width: 950px;
}
#container { 
    text-align: center;  /* Used to center the site in IE */ 
    background-color: #FFFFFF; 
    border: 1px solid #CCCCCC; 
    border-top: 0; 
	margin: 0px auto;
	text-align: left;
	width: 950px;
}

#fb_container { 
    text-align: center;  /* Used to center the site in IE */ 
    background-color: #FFFFFF; 
    border: 1px solid #CCCCCC; 
    border-top: 0; 
	margin: 0px auto;
	text-align: left;
	width: 99%;
}
#navigation { 
    float: left;
    width: 182px;
    margin: 5px 4px;
    background-color: #FFFFFF;
    text-transform: uppercase; 
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0px;
}
#content { 
    float: left; 
    margin-top: 7px;
    margin-bottom: 13px;
}
#frmPageForm > #content { 
    width: 560px;   /* fix width for Mozilla browsers */ 
}
#content_sideblock { 
    float: left;  
    background: url(/images/bg_home.gif) repeat-y top right;
    padding-top: 7px;
}
.my #frmPageForm > #content_sideblock { 
    width: 760px;   /* fix width for Mozilla browsers */ 
}
.public #frmPageForm > #content_sideblock { 
    width: 100%;   /* fix width for Mozilla browsers */ 
}
#mainblock_container { 
    float: left; 
    padding: 0px 2px; 
    width: 490px;
    margin-bottom: 13px;
}
.public #mainblock_container { 
    width: 700px; 
}
#sideblock_container { 
    float: right; 
    padding: 0px 2px; 
    margin-right: 5px;
    width: 235px; 
}
#content_sideblock > #sideblock_container { 
    margin-right: 5px;   /* Alternate width for Mozilla browsers */ 
}
#navigation_sub { 
    background-color: #EDEDED;
    border: 1px solid white;
    float: left; 
    font-size: 7.5pt;
    font-weight: bold; 
    margin: 0;
    padding:0;
    width: 99%;
}
#mainblock_container #navigation_sub{
    width: 99.5%; 
}
#footer {
    text-align: center;
    clear: both; 
    font-size: 10px;
    height: 40px; 
    margin: 5px auto; 
    text-align: left;
    width: 948px;
}
#fb_footer {
    text-align: center;
    clear: both; 
    font-size: 10px;
    height: 40px; 
    margin: 5px auto; 
    text-align: left;
}

.vertical_repeater 
{
	FLOAT:left; text-align:left; 
	
}
/** 
 * Header styles 
 */ 
#user_header a { 
    text-transform: uppercase;
    font-weight: bold; 
    font-size: 10px;
}
#header form{
	 float: right;  
	 width: 330px;
	 margin-top: 30px; 
	 margin-right: 10px;
	 text-align: right;
}
#header a { 
    color: #FFFFFF; 
    font-weight: bold; 
}
#header .logo { 
    margin: 5px 12px;
}
#header .buttons { 
    float: right;    
    margin: 22px 10px 5px 10px; 
    text-align: left;
}
/** 
 * Navigation styles
 */
#navigation a { 
    color: #999999;
}
#navigation img {
	vertical-align: middle;
	margin-right: 7px;
}
#navigation li a.nav_selected { 
    color: #CC6600;
}
#navigation ul { 
    list-style: none;
    padding: 2px 0 0 0;
    margin: 0px;
}
#navigation ul ul { 
    background-color: #FFFFFF; 
    padding-top: 2px; 
}
#navigation li div { 
	color: #336699;
    margin-bottom: 2px;
    padding: 9px 10px 5px 40px; 
    vertical-align: middle;
}
#navigation ul li {
    background-color: #BCD2E2;
    font-weight: bold; 
    padding-bottom: 10px;
}
#navigation ul ul li{ 
    background-color: #E1EBF2;
    margin-bottom: 2px;
    padding: 5px 0px 5px 10px; 
    vertical-align: middle;
}
#navigation ul.register ul li { 
    background-color: #FFFFFF; 
}
#navigation_sub ul { 
	list-style: none;
    padding: 0px 8px; 
}
#navigation_sub li{
	display: inline;
    background-color: #EDEDED;
    border: 1px solid #FFFFFF;
    padding: 5px 8px;
    float: left; 
}
#navigation_sub li.navigation_sub_selected, .navigation_sub_selected a {
    background-color: #E0E8F0;
    color: #666666;
}
/** 
 * Login styles 
 */ 
.login a, .login label { 
    text-transform: lowercase;
}
#sideblock_container .login .form_entry { 
    margin-bottom: 0; 
    padding-bottom: 0; 
}
#sideblock_container .login .form_entry .field_name { 
    width: 75px; 
}
#sideblock_container .login .form_entry .form_input { 
    margin-left: 0;
}

#sideblock_container .login div.password_reset { 
    /* display: none; */ 
}
#sideblock_container .login .btn_login { 
    margin-left: 75px; 
}
#sideblock_container .login .btn_cancel { 
    display: none; 
}
/** 
 * Site Banner styles 
 */ 
h1 { 
    height: 50px; 
    margin: 0 2px 0 2px; 
    padding: 0; 
}
h1 a { 
    display: block;
    height: 100px; 
    vertical-align: bottom;
}
h1 a span { 
    color: #666666;
    display: block;
    font-size: 25px; 
    font-weight: bold;
    margin-left: 12px;
}
h1 a:hover {
	text-decoration: none;
}
/** 
 * Block styles 
 */ 
.block, .block_new { 
    padding: 0; 
    border: 1px solid #CCCCCC; 
    width: 748px; 
    margin: 0 2px;
}
.fb_block, .fb_block_new { 
    padding: 0; 
    border: 0px solid #CCCCCC; 
    width: 100%
    margin: 0 2px;
}
.block_new { 
    background-color: #EEEEEE; 
}
.block_new .content { 
    padding: 10px 12px;
}
.block .block { 
    width: 100%;
}
.block h2, .block_new h2 { 
    margin: 0; 
    padding: 5px 12px; 
    background-color: #5998C5;
    text-transform: lowercase;
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: .5px;
}
.fb_block h2{ 
    margin: 0; 
    padding: 5px 12px; 
    background-color: #5998C5;
    text-transform: lowercase;
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: .5px;
}
.block h2.header_contact {
    background: url(/images/bg_about.gif) no-repeat right bottom;
}
.block h2.header_about {
    background: url(/images/bg_about.gif) no-repeat right bottom;
}
.block h2.header_login {
    background: url(/images/bg_login.gif) no-repeat right bottom;
}
#sideblock_container .block h2.header_login {
    background-image: none; 
}
.block h2.header_calendar { 
    background: url(/images/bg_calendar.gif) no-repeat right bottom;
}
.block h2.header_chatter { 
    background: url(/images/bg_chatter.gif) no-repeat right bottom;
}
.block h2.header_explore { 
    background: url(/images/bg_explore.gif) no-repeat right bottom;
}
.block h2.header_interests { 
    background: url(/images/bg_interests.gif) no-repeat right bottom;
}
.block h2.header_links { 
    background: url(/images/bg_links.gif) no-repeat right bottom;
}
.block h2.header_photo { 
    background: url(/images/bg_photo.gif) no-repeat right bottom;
}
.block h2.header_privacyPolicy {
	background: url(/images/bg_about.gif) no-repeat right bottom; 
}
.block_banner {
	padding: 0; 
    width: 748px; 
    margin: 0 2px 12px 2px;
}
#mainblock_container .block { 
    border: 1px solid #CCCCCC; 
    margin: 0;
}

.my #mainblock_container .block { 
	width: 498px; 
}
.fb_my { 
	width: 98%; 
}
.whitespace { 
	height: 4px; 
}
.public #mainblock_container .block { 
	width: 690px; 
} 
#sideblock_container .block { 
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 0 2px 4px 2px; 
    padding: 0; 
    width: 230px; 
}
#mainblock_container .block h2 { 
    background-color: #5998C5;
    color: #FFFFFF;
}
#sideblock_container .block h2 { 
    height: 23px;
    border-bottom: 1px solid #CCCCCC;
    background-color: #EDEDED; 
    color: #999999;
    font-size: 11px; 
    font-weight: bold; 
    margin: 0; 
    padding: 6px 12px 6px 12px; 
    text-transform: uppercase;
}
#sideblock_container > .block > h2 { 
    padding-bottom: 0;   /* Different padding for Mozilla */ 
}
#sideblock_container .block h2 .links a{ 
    font-size: 10px;
    color: #333333;
}
#sideblock_container .block h2 .links img { 

}
#sideblock_container .block .content {
    margin: 2px 2px;
    padding: 5px 5px;
}
.sideblock_banner {
	padding: 0; 
    margin: 5px 2px 5px 2px;
}
/** 
 * Item styles 
 */ 
.item_new { 
    background-color: #FFFFFF; 
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
.item h3 { 
    background-color: #EDEDED;
    color: #666666;
    font-size: 12px; 
    font-weight: bold; 
    margin: 0;
    padding: 2px 12px 2px 12px;
}
.item_new h3 { 
    background-color: #FFFFFF;
    border-bottom: 1px dotted #CCCCCC;
    color: #666666;
    font-size: 14pt; 
    font-weight: bold;
	margin: 5px 12px;
    text-transform: lowercase;
}
#sideblock_container .item h3 { 
    text-transform: lowercase;
}
.item .content { 
	margin: 5px 12px;
}
.item_new .content { 
    margin: 5px 12px;
    padding: 0;    
}
#mainblock_container .item .content { 
    font-size: 12px;
	line-height: 19px;
}
#sideblock_container .item .content { 
    font-size: 8pt;
	line-height: 8pt;
}
.item .byline {
    color: gray; 
	font-size: 8pt;
	text-transform: lowercase;
}
.item .content { 
    color: #444444;
}
.item .footer { 
	margin: 0 10px;
    border-top: 1px dotted gray;
    padding: 3px 0;
}
.item .footer .username { 
    text-transform: none; 
}
.item .tags { 
    color: gray;
    float: left; 
    font-size: 8pt;
    margin-bottom: 5px; 
    text-transform: lowercase;
}
.item .content img { 
    max-width: 442px;                                   /* Mozilla */ 
    width: expression(this.width > 442 ? 442 : true);   /* IE */ 
}
/**
 * Tagcloud styles 
 */ 
.tagcloud { 
    color: #CCCCCC;
    text-align: justify; 
    text-justify: distribute; 
    text-transform: lowercase; 
}
.tagcloud a { 
    font-weight: normal; 
}
.tagcloud a.selected { 
    color: gray;
    font-weight: bold;
}
.tagcloud .level5 {
    color: #0A2D51;
    font-size: 24px;
    line-height: 85%;
}
.tagcloud > .level5 {
    line-height: 70%;
}
.tagcloud .level4 {
    color: #164B80;
    font-size: 18px;
}
.tagcloud > .level4 {
    line-height: 90%;
}
.tagcloud .level3 {
    color: #478BCE;
    font-size: 14px;
}
.tagcloud > .level3 {
    line-height: 90%;
}
.tagcloud .level2 {
    color: #74A1CE;
    font-size: 12px;
}
.tagcloud > .level2 {
    line-height: 90%;
}
.tagcloud .level1 {
    color: #74A1CE;
    font-size: 9px;
}
.tagcloud .level1 {
    line-height: 90%;
}
#sideblock_container .tagcloud { 
    line-height: normal;
    text-align: justify;
    text-justify: distribute; 
    text-transform: lowercase; 
    color: #CCCCCC;
}
#sideblock_container .tagcloud .level5 {
    font-size: 20px;
    color: #0A2D51;
}
#sideblock_container .tagcloud .level4 {
    font-size: 18px;
    color: #164B80;
}
#sideblock_container .tagcloud .level3 {
    font-size: 13px;
    color: #478BCE;
}
#sideblock_container .tagcloud .level2 {
    font-size: 11px;
    color: #74A1CE;
}
#sideblock_container .tagcloud .level1 {
    font-size: 9px;
    color: #74A1CE;
}
/** 
 * My Home styles 
 */ 
.site .item { 
    padding: 2px; 
}
.siteteaser h3 { 
    background-color: #FFFFFF; 
    font-size: 9pt; 
    padding: 0 12px;
}
.siteteaser .content img { 
    float: left; 
    margin-right: 5px; 
}
.siteteaser .byline { 
    font-size: 10px; 
    text-transform: lowercase; 
    margin-bottom: 10px;
}
.siteteaser .source { 
    font-style: italic; 
    text-transform: none; 
}
/** 
 * Calendar styles 
 */ 
.days .item { 
    padding: 2px; 
}
.days .item h3 { 
    text-transform: lowercase;
}
.days .item h3 .weekday { 
    float: left; 
    width: 90px;
}
.days .item h3 .date { 
    float: left; 
}
.days .item .content { 
    margin: 0 7px; 
}
.event .item { 
    border-top: 1px solid #E3E3E3;
    padding: 4px;   
}
.event .first { 
    border-top: none;
}
.event .item .content { 
    margin-left: 0; 
    margin-right: 0;
}
.event .item .fieldname {
	font-weight: bold;
	width: 90px;
	float: left;
	margin: 5px 0 5px 10px;
	vertical-align: text-top;
}
.event .item .fieldvalue {
	margin: 5px 0 5px 100px;
	vertical-align: text-top;
}
.event .time { 
	font-size: 11px;
    float: left; 
	margin: 0px 12px 0px 12px;
	width: 70px;
}
.event .source { 
    font-style: italic;
}
.event .details { 
    float: left;
    width: 250px; 
}
.event .links { 
    text-align: right;
    width: 70px; 
}
.event .highlighted { 
    background-color: #FFFF99;
}
.eventteaser .time { 
    float: left; 
	margin: 0;
	margin-right: 5px; 
	width: 65px;
}
.eventteaser .description { 
    float: left; 
    width: 130px; 
}
table.calendar_nav th {
	background-color: #FFFFFF;
	border: 0;
	color: #666666;
	font-size: 11px;
	text-transform: lowercase;
}
table.calendar_nav td { 
    border: 0;
	border-top: 1px solid #CCCCCC;
    font-size: 8pt; 
    line-height: 10px;
    text-align: center;
    vertical-align: middle; 
    width: 21px; 
}
table.calendar_nav td.selected { 
	background-color: #E8ECF0;  /* Need a new color */ 
    font-weight: normal;
}
table.calendar_nav td.today { 
	background-color: #DDDDDD;
	font-weight: bold;
	color: #FFFFFF;
}
table.calendar_nav td.event a { 
    font-weight: bold; 
    color: #103962;
}
table.calendar_nav td .greyed {
	color: #AAAAAA;
}
/** 
 * Miscellaneous styles
 */ 
hr.grey { 
	clear: both;
	border: 0; 
	background-color: #EAEAEA; 
	height: 1px;
}
div.hr_grey { 
	border-top: 1px solid #EAEAEA; 
	clear: both;
    font-size: 0px;
	height: 1px;
}
hr.red {
	clear: both;
	border: 0; 
    background-color: #EAEAEA;
    height: 1px; 
}
/** 
 * Comment styles 
 */ 
.comment { /* Needed to offset the lack of margins on the <ul> element */ 
    padding: 0 12px 10px 12px;
}
.comment ul { 
     list-style-type: none; 
     margin: 0;
     padding: 0; 
 }
.comment ul ul li { 
	   margin-left: 20px;
}
/** 
 * Weather styles 
 */ 
.weather {
	text-align: center;
}
.weather table {
	margin: auto;
}
.weather th {
	padding: 0px;
	border: 0px;
	margin: 0px;
}
.weather td {
	padding: 0px;
	border: 0px;
	margin: 0px;
}
/** 
 * Image replacements 
 */ 
.btn_addevent { 
    background: url(/images/btn_addevent.gif) no-repeat; 
    height: 18px; 
    width: 66px; 
    vertical-align: top;
}
.btn_comment { 
    background: url(/images/btn_comment.gif) no-repeat; 
    height: 19px; 
    width: 39px; 
}
.btn_event { 
    background: url(/images/btn_event.gif) no-repeat; 
    height: 13px; 
    width: 11px; 
}
.btn_next { 
    background: url(/images/btn_next.gif) no-repeat bottom;
    height: 15px;
    width: 15px; 
}
.btn_next_lighter { 
    background: url(/images/btn_next_lighter.gif) no-repeat bottom;
    height: 15px; 
    width: 15px; 
}
#sideblock_container .btn_next { 
    background: url(/images/btn_next.gif) no-repeat; 
    height: 10px; 
    width: 6px; 
}
.btn_photo { 
    background: url(/images/btn_photo.gif) no-repeat; 
    height: 13px; 
    width: 11px; 
}
.btn_post { 
    background: url(/images/btn_post.gif) no-repeat; 
    height: 13px; 
    width: 11px; 
}
.btn_previous {
    background: url(/images/btn_previous.gif) no-repeat bottom;
    height: 15px; 
    width: 15px; 
}
.btn_previous_lighter {
    background: url(/images/btn_previous_lighter.gif) no-repeat bottom;
    height: 15px; 
    width: 15px; 
}
#sideblock_container .btn_previous { 
    background: url(/images/btn_previous.gif) no-repeat; 
    height: 10px; 
    width: 15px; 
}
.btn_search { 
    background: url(/images/btn_search.gif) no-repeat; 
    height: 17px; 
    width: 52px; 
}
.btn_subscribe{
    background: url(/images/btn_bookmark.gif) no-repeat;
    width: 110px;
    height: 18px;
}
a.btn { 
    border: 1px solid #AAAAAA;
    color: #AAAAAA;
    display: block; 
    float: right; 
    font-weight: bold;
    margin-left: 7px; 
    text-align: center;
    width: 70px; 
}
a.btn:hover { 
    text-decoration: none; 
}
a.btn_hover_green:hover { 
    border: 1px solid #1D4F24;
    color: #1D4F24; 
}
a.btn_hover_red:hover { 
    border: 1px solid #990000;
    color: #990000; 
}

html>body #navigation ul{   /* alternate height for Mozilla */
    margin-bottom: 10px;
}
html>body #navigation ul li{  /* alternate height for Mozilla */
    padding-bottom: 0px;
}
html>body #navigation ul ul li { /* alternate height for Mozilla */
    padding-bottom: 2px;
}
.helpLi 
{
	margin-left: 30px;  
}
html > body .helpLi	/* alternate height for Mozilla */
{
	margin-left: 15px;   
}	

/** 
 * Site Banner styles for facebook 
 */ 
h4 { 
    height: 40px; 
    margin: 0 2px 0 2px; 
    padding: 0; 
}