html {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
}

body {
	background: #fff url('images/bg.jpg') top center repeat;
	margin: 0;
	padding: 0;
	text-align:center;
}

form {
	margin: 0;
	padding: 0;
}

input {
	font-size: 8pt;
}

select {
	font-size: 8pt;
}

td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
}

a:link 	 { text-decoration: none;		color: black; }
a:visited{ text-decoration: none;		color: black; }
a:hover  { text-decoration: underline;	color: black; }
a:active { text-decoration: none;		color: black; }	

#page_content {
	width: 888px;
	margin-left: auto;
	margin-right: auto;
}

#main_content {
	width: 888px;
	background: #fff url('images/bg_main.png') top center repeat-y;
	text-align: left;
}

/* HEADER AND PARAGRAPH TAGS */

h3 {
  	margin: 0;
  	padding: 0;
  	font-size: 14pt;
  	font-weight: bold;
  	padding-top: 2px;
}

h4 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 12pt;
}	

/* INPUT BUTTONS */

.button_white {
	border-top: 1px solid #eee7f1;
	border-left: 1px solid #eee7f1;
	border-bottom: 1px solid #c1abc6;
	border-right: 1px solid #c1abc6;
	background-color: #FFF;
	color: #000;
	font-size: 11px;
}

.button_purple {
	border-top: 1px solid #dcbbe8;
	border-left: 1px solid #dcbbe8;
	border-bottom: 1px solid #47005f;
	border-right: 1px solid #47005f;
	background-color: #7e3796;
	color: #FFF;
	font-size: 11px;
}

.button_grey {
	border-top: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	background-color: #FFF;
	color: #000;
	font-size: 11px;
	height: 18px;
}


/* EMERGENCY */

#emergency_info {
	margin: 2px 0 8px 20px;
	width: 640px;
	text-align: center;
}

#emergency_info a {
	color: #c04e55;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 30px 3px 30px;
	background: url('images/emergency.png') center left no-repeat;
}





.basic_top {
	background: url('images/basic_top.png') top center no-repeat; 
	height: 25px; 
	width: 206px;
}

.basic_top h5 {
	margin: 0 0 0 12px; 
	padding: 2px 0 0 0; 
	font-size: 12px; 
	font-weight: bold;
}

.basic_mid {
	background: url('images/basic_mid.png') top center repeat-y; 
	width: 206px;
}

.basic_mid ul {
	padding: 0;
	margin: 0;
}

.basic_mid li {
	margin: 0 0 0 12px; 
	list-style-type: none; 
	width: 188px
}

.basic_mid a {
	font-size: 12px;
}

.basic_bot {
	background: url('images/basic_bot.png') top center no-repeat; 
	height: 8px; 
	width: 206px; 
	margin-bottom: 6px;
}#header {
	margin: 0;
	padding: 0;
	height: 26px;
	background: url('images/bg_top.png') top center no-repeat;
	text-align: left;
}

/* WEATHER */

#weather_icon {
	position: absolute;
  	margin-left: -429px;
  	left: 50%;
	border-width: 0px;
}

#weather_icon img {
	border-width: 0;
}

#weather_text {
	position: absolute;
  	left: 50%;
  	margin: 6px 0 0 -388px;
	font-weight: bold;
}

#weather_text a:link   { text-decoration: none; 		color: #696969; }
#weather_text a:visited{ text-decoration: none; 		color: #696969; }
#weather_text a:hover  { text-decoration: underline; 	color: #696969; }
#weather_text a:active { text-decoration: none; 		color: #696969; }

/* LOG-IN SECTION */

#log_in {
	font-weight: bold;
	color: #696969;
	position: absolute;
	left: 50%;
	margin: 3px 0 0 80px;
  	width: 350px;
  	text-align: right;
}

#log_in a {
	color: #696969;
}

#username, #password {
	width: 80px; 
	margin-right: 5px; 
	height: 12px; 
	font-size: 10px;
}

/* MAIN TITLE BANNER & ADS */

#banner {
	margin: 0;
	clear: both;
	background: url('images/bg_title.png') top center no-repeat;
	height: 118px;
}

#adbox_left, #adbox_right {
	position: absolute;
	top: 36px;
	width: 162px;
	height: 95px;
	text-align: center;
	background-color: #a43ae1;
	margin-left: 483px;
}

#adbox_right {
	margin-left: 696px;
}

#adbox_left a, #adbox_right a {
	text-decoration: none;
	color: #FFF;
	width: 162px;
	height: 95px;
}

#adbox_left h2, #adbox_right h2 {
	font-size: 13pt;
	font-weight: bold;
	margin: 10px 2px 6px 2px;
}

.ad_fade {
	position: absolute;
	width: 162px;
	height: 95px;
	color: #FFF;
	left: 0;
	
}

.overlay {
	position: absolute;
	width: 150px;
	height: 95px;
	left: 0;
}

/* MENU */

#menu {
	background: url('images/bg_menu.png') top center no-repeat;
	height: 26px;
	text-align: left;
	padding-left: 20px;
	color: white;
	font-weight: bold;
	margin-bottom: 5px;
}

#menu_links {
	padding-top: 6px;
	float: left;
}

#menu a {
  	text-decoration: none;
  	color: white;
  	font-weight: bold;
  	padding: 0 5px 0 5px;
}

#menu a:hover {
  	text-decoration: underline;
}

/* SEARCH BOX */

#search {
	text-align: right;
	height: 26px;
	margin-right: 20px;
	padding-top: 2px;
}

#search_1, #search_2, #search_3 {
	vertical-align: text-bottom;
}

#search input {
	font-size: 8pt;
}#left_content {
  	float: left;
  	width: 657px;
  	margin: 0;
  	padding: 0;
}

.clear { clear: both; }

/*------------*/
/*  Calendar  */
/*------------*/

#nu_link_container {
  	clear: both;
  	width: 638px;
	height: 264px;
  	margin: 3px 0px 0px 15px;
  	background: white;
}

#nu_link_day_1, #nu_link_day_2, #nu_link_day_3 {
  	float:left;
	width: 200px;
	padding: 0px;
	vertical-align: top;
	border: 1px solid #B9BBBF;
	height:264px;
	overflow: auto;
}

#nu_link_day_2 { border-left: none; border-right: none; }

.nu_link_date {
  	font-weight: bold;
  	padding-left: 4px;
  	width: 196px;
}

a.bggrey {
	display: block;
	width: 99%;
	text-decoration: none;
	padding: 0 0 1px 0;
}

a.bggrey:link 	{ text-decoration: none;	background-color: transparent; }
a.bggrey:visited{ text-decoration: none;	background-color: transparent; }
a.bggrey:hover 	{ text-decoration: none;	background-color: gray; }
a.bggrey:active { text-decoration: none;	background-color: transparent; }

.nu_link_time {
	width: 55px;
	padding-left: 8px;
}

.nu_link_event {
  	width: 137px;
}

#nu_link {
  	float: left;
  	width: 604px;
}

.nu_link_corner {
	height: 6px;
}

#nu_link_back, #nu_link_forward {
	width: 17px;
	background-color: #609;
	float: left; 
	height: 100%;
}

#nu_link_back {
 	background: url('images/calendar_left_bg.png') top right repeat-y;
}

#nu_link_forward {
 	background: url('images/calendar_right_bg.png') top right repeat-y;
}	

#nu_link_back a {
	text-decoration: none; 
	padding: 120px 0 120px 0; 
	display: block;
 	background: url('images/calendar_left_arrow.png') center right no-repeat;
}

#nu_link_forward a {
	text-decoration: none; 
	padding: 120px 0 120px 0; 
	display: block;
 	background: url('images/calendar_right_arrow.png') center right no-repeat;
}

#nu_link_back a:hover {	background-image: url('images/calendar_left_arrow_on.png'); }
#nu_link_forward a:hover {	background-image: url('images/calendar_right_arrow_on.png'); }


#event_detail, #event_message, #subscriptions,  #highlight {
  	margin: 0 0 0 32px;
	width: 604px;
 	background: url('images/bg_event_detail.png') top left repeat-y;
}

#waiting {
	position: relative; 
	left: 585px; 
	width: 16px; 
	top: 1px;
}

#event_detail_content {
	position: relative; 
	top: -14px; 
	width: 570px;
	padding: 0 0 0 10px; 
}

#nu_link_control_menu, #common_links {
	padding: 2px 0 2px 0;
	margin: 0 0 0 15px;	
	font-weight: bold;
	width: 642px; 
	background: url("images/bg_calendar_links.png") top left no-repeat;
}


#nu_link_control_menu a, #common_links a {
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

#minical {
	background-color: #FFF; 
	border: 1px solid #707070; 
	border-top: none; 
	padding: 2px 1px 2px 1px; 
	position: absolute; 
	z-index: 1;
}

#minical_parent_shadow { 
	border: 1px solid #707070; 
	width: 118px; 
	margin: 0px; 
	background: white url('images/arrow_down.gif') top right no-repeat; 
	padding: 1px 0 1px 0;
}


/* ADD EVENT */
#add_event_title, #add_event_location, #add_event_group, #add_event_category {
	width: 180px;
	margin: 1px;
}

.add_input_time {
	font-size: 8pt;
	margin: 1px;
}

#add_event_description {
	width: 180px; 
}


/* PERSONAL LINKS */

#personal_links, div.grey_bar {
 	background: url('images/bg_links.png') top left no-repeat;
  	margin: 0 0 0 15px;
  	padding: 0;
	width: 642px;
	height: 22px;
	text-align: left;
	font-weight: bold;	
}

#personal_links_close {
	position: absolute; 
	margin: 1px 0 0 585px; 
	width: 16px; 
}

#personal_links_content {
	margin: 5px 0 0 6px;
	width: 600px;
	height: 15px;
	overflow: hidden;
	float: left;
	display: inline;
}

#personal_links a, div.grey_bar a {
  	font-weight: bold;
  	padding: 0 5px 0 5px;
}

#personal_links_edit {
  	margin: 0px 0px 4px 32px;
	width: 604px;
 	background: url('images/bg_event_detail.png') top left repeat-y;
}

#personal_links_form {
	margin-left: 10px;
}

td.personal_links_titlerow {
	font-weight: bold;
}

.personal_links_input_short {
  	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	width: 200px;
}

.personal_links_input_long {
  	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	width: 340px;
}


/*------------------------*/
/* RSS FEEDS & MAIN LINKS */
/*------------------------*/

#rss_links, #main_links {
  	margin-left: 15px;
	text-align: left;
	padding-top: 5px;
}	

#rss_title, #links_title  {
	background: url('images/rss_title_center.png') bottom right repeat-x;
	height: 24px;
}

#rss_title a, #links_title a {
  	text-decoration: none;
  	font-weight: bold;
  	padding: 2px 1px 2px 1px;
}

a.rss_tab_hover {
	margin: 0;
	padding: 2px 0 2px 0;
	background: url('images/rss_title_span.png') repeat-x top left;
}

span.rss_tab_left_on { 
 	background: url('images/rss_title_span_left.png') top right no-repeat;
	width: 4px;
	padding: 2px 0 2px 0;
}

span.rss_tab_right_on { 
 	background: url('images/rss_title_span_right.png') top right no-repeat;
	width: 4px;
	padding: 2px 0 2px 0;
}

span.rss_tab_left, span.rss_tab_right { width: 4px; }

div.rss_links a {
  	padding: 2px 1px 2px 1px;
}

	
/*-------------*/
/* GROUPS PAGE */
/*-------------*/

#todolist_main {
	width: 630px;
	background-color: #FFF;
	border: 1px solid #b9bbbf;
	border-top: none;
}

div.todo_more {
	width: 630px;
	border-top: 1px solid #b9bbbf;
	margin: 0px;
	background-color: transparent;	
}

div.todo_more_hover {
	width: 630px;
	border-top: 1px solid #b9bbbf;
	margin: 0px;
	background-color: #e8e8eb;
}

div.more_data {
	width: 630px;
	padding-bottom: 2px;
}

/*---------------*/
/* RIGHT CONTENT */
/*---------------*/

#right_content {
  	float: right;
  	width: 229px;
  	margin-left: 0px;
}


#notepad, #todolist_mini, #whiteboard, #group_actions, #group_email {
	width: 219px;
	background: url('images/purple_center.png') top left repeat-y;
	text-align: left;
	color: black;
	font-weight: bold;	
}

#whiteboard {
	margin: 0;
	padding: 0;
}

div.purple_title {
	width: 219px;
	background: url('images/purple_center.png') top left repeat-y;
	text-align: right;
	color: white;
	font-weight: bold;	
}

div.purple_title a:link   { text-decoration: none; color: white; margin-right: 20px; }
div.purple_title a:visited{ text-decoration: none; color: white; margin-right: 20px; }
div.purple_title a:hover  { text-decoration: none; color: white; margin-right: 20px; }
div.purple_title a:active { text-decoration: none; color: white; margin-right: 20px; }	

div.purple_top, div.purple_bottom {
	height: 6px; 
	width: 219px; 
	font-size: 4px; 
	line-height: 4px;
}

div.purple_top {  background: url('images/purple_top.png') bottom left no-repeat; }

div.purple_bottom {	background: url('images/purple_bottom.png') top left no-repeat; margin-bottom: 4px; }

#notepad_content, #whiteboard_content {
	padding: 1px 1px 1px 2px;
  	margin-left: 11px;
	width: 198px;
	height: 228px;
	border: 1px solid #BEBFC1;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
}

#notepad_submit, #whiteboard_submit {
	text-align: right;
	width: 209px;
	margin: 2px 0px 0px 0px;
}

#notepad_saved, #whiteboard_saved {
  	margin: 2px 0 0 11px;
  	font-weight: bold;
  	color: white;
  	width: 198px;
}

#todo_mini_div {
  	margin-left: 11px;
	padding-bottom: 6px;
	width: 198px;
	background-color: #FFF;
	border: 1px solid #BEBFC1;
	color: #000;
	font-weight: normal;
}

td.todo_row_1, td.todo_row_2 {
 	font-weight: normal;
	padding: 4px 1px 4px 1px;
	background-color: #FFF;
	margin: 0;
}

td.todo_row_2 {
	background-color: #e8e8eb;
}
 	

.new_todo {
	color: #C3C3C3;
	font-weight: normal;
	border: 1px solid #C3C3C3;
	line-height: 7pt;
}

#group_actions_div {
  	margin-left: 11px;
	width: 198px;
	background-color: #FFF;
	border: 1px solid #BEBFC1;
	padding: 5px 0px 6px 0px;
	text-align: left;
}

#group_actions_div a {
	margin-left: 5px;
}

#group_email_div {
  	margin-left: 11px;
	width: 198px;
	padding: 0px 0px 6px 0px;
	text-align: left;
}

#emergency {
	display: none;
	clear: both;
}


#feeds {
	width: 760px;
	margin: 0 0 0 13px;
	padding: 0;
}

/*-------------*/
/* GROUPS PAGE */
/*-------------*/

#groups_content {
	padding-left: 20px;
}


/* RIGHT SIDE BAR */
#linkTitle {
	float: left; 
	width: 90px; 
	margin-left: 10px; 
	font-weight: bold; 
	font-size: 12px; 
	padding-top: 4px; 
	display: inline;
}

#new_list {
	list-style-image: url('images/new.png'); 
	width: 154px; /*154px*/
}

#new_list li {
	margin: 0 0 4px 0;
}

#list {width: 154px;} /*154px*/
#list li{margin: 0 0 4px 0;}div.directory_top {
	width: 630px; 
	background: url('images/directory_bg_top.png') top left no-repeat;
	height: 5px;
}

div.directory_middle {
	width: 630px; 
	background: url('images/directory_bg_middle.png') top left repeat-y;
	margin: 0 0 10px 0;
}

div.directory_bottom {
	width: 630px; 
	background: url('images/directory_bg_bottom.png') bottom left no-repeat;
	height: 5px;
	clear: both;
}

div.directory_list {
	width: 200px;
	float: left;
	margin-left: 5px;
}

div.directory_list p {
	margin: 0 0 4px 0;
	padding: 0;
}
#footer {
 	height: 112px; 
	width: 888px;
	background: url('images/foot.png') top center no-repeat;
	padding: 0;
}

#footer_left {
	margin: 9px 25px 0 33px;
	float: left;
	width: 150px;
	display: inline;

}

#footer_center {
	width: 475px; 
	float: left; 
	padding-top: 10px; 
	margin-top: 9px;
	display: inline;
}

#footer_right {
	margin: 9px 31px 0px 15px; 
	float: left;
	width: 155px;
	display: inline;
}

#footer img {
	border: 0;
}
