/*##############################################
	Site Wide CSS Settings
###############################################*/

* { font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular; }
	
select,input,td {
	color: #000000;
	font-weight: normal; 
	font-size: 12px; }
	
a:link	{ 
	color: #0000A0; 
	background: none; 
	text-decoration: none; }
	
a:visited { 
	color: #0000A0; 
	background: none; 
	text-decoration: none; }
	
a:hover	{ 
	color: #FF0000;
	text-decoration: underline; }	
	
/*##############################################
	Month View CSS Settings
###############################################*/

BODY.month-view {	
	color: #000000;
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: repeat; }

#calendar-logo {
	position: relative;
	border: none;
	text-align: Center; 
	width: 100%; } 

#top-container {
	position: relative;
	border: none;
	width: 80%; } 
		
#navigation-panel-box {
	position: absolute;
	right: 5px;
	bottom: 0;
	border: none; }  

#calendar-title-box {
	position: relative;
	left: 5px;
	bottom: 5px;
	border: none; } 
		
#monthly-calendar-table {
	position: relative;
	top: 3px;
	width: 80%; } 
		
#bottom-container {
	position: relative;
	border: none; 
	width: 80%; }  

#license-box {
	position: absolute;
	left: 5px;
	top: 7px;
	text-align: left;
	border: none; }  
	
#for-info-box {
	position: absolute;
	left: 5px;
	top: 7px;
	border: none; }  /*  WIDTH=""" & Trim(cGenCalPref.DefaultMonthlyCalendarWidth) */
	
.monthly-calendar-title {
	color: #000080;
	font-weight: bold; 
	font-size: 20px; 
	text-align: left; }
	
.monthly_weekend_header { 
	font-weight: bold; 
	font-size: 13px; 
	text-align: center;
	color: #FFFFFF;
	height:24px;
	background-color: #0080C0;
	background-image: none; }

.monthly-weekend-header-transparent { 
	font-weight: bold; 
	font-size: 13px; 
	text-align: center;
	color: #FFFFFF;
	height:24px;
	background-image: none; }
	
.monthly_weekday_header { 
	font-weight: bold; 
	font-size: 13px; 
	text-align: center;
	color: #FFFFFF;
	height:24px;
	background-color: #004080;
	background-image: none; }

.monthly-weekday-header-transparent { 
	font-weight: bold; 
	font-size: 13px; 
	text-align: center;
	color: #FFFFFF;
	height:24px;
	background-image: none; }
	
.monthly-bullet {
	color: black;
	font-weight: normal; 
	font-size: 11px; 
	width: 2px;
	text-align: left; }
	
.monthly_highlight_today {
	font-weight: bold; 
	font-size: 13px; 
	text-align: left;
	background-color: #FFFF80 ;
	background-image: none; }

.monthly_day_transparent {
	font-weight: bold; 
	font-size: 13px; 
	text-align: right;
	background-image: none; }

.monthly_weekday_cell { 
	font-weight: bold; 
	font-size: 12px; 
	text-align: left;
	color: #0000A0;
	background-color: #FFFFFF;
	background-image: none; }
	
.monthly_weekend_cell { 
	font-weight: bold; 
	font-size: 12px; 
	text-align: left;
	color: #800040;
	background-color: #FFFFFF;
	background-image: none; }

.monthly_leading_cell { 
	font-weight: bold; 
	font-size: 12px; 
	text-align: left;
	color: #000000;
	background-color: #B0D8FF;
	background-image: none; }
	
.monthly_trailing_cell { 
	font-weight: bold; 
	font-size: 12px; 
	text-align: left;
	color: #000000;
	background-color: #B0D8FF;
	background-image: none; }
	
.monthly-calendar-event-cell { 
	border-top: none; 
	font-size: 11px; 
	line-height: 13px; }

.monthly-calendar-event-border-cell { 
	border-top:1px dotted #C1CDD8;
	font-size: 11px; 
	line-height: 13px; }

.monthly_calendar_event { 
	border-top: none;
	font-weight: normal; 
	font-size: 11px; 
	line-height: 13px;
	text-align: left;
	color: #0000A0;
	background-image: none; }
	
a:monthly_calendar_event:hover {
	color: #FF0000; }

.tag_line {
	font-weight: normal; 
	font-size: 11px;
	padding-bottom: 5px;
 }

.licensed_to {
	font-weight: normal; 
	font-size: 11px; 
 }

.additional_events {
	color: red;
	font-weight: normal; 
	font-size: 10px; 
 }
 
/*##############################################
      Scrolling Month View CSS Settings
###############################################*/

BODY.scroll-month-view {	
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(monthscroll.gif);
	background-repeat: repeat-y; }

#scrolling-page-container {
	position: relative;
	border: none;
	width: 80%;
	margin: 0px 0px 0px 55px; }  

#scrolling-calendar-logo {
	position: relative;
	border: none;
	text-align: Center; 
	width: 100%; } 

#scrolling-top-container {
	position: relative;
	border: none;
	width: 100%; }  

#scrolling-page-title {
	position: relative;
	top: 0px;
	left: 0px;
	color: #000080;
	font-weight: bold; 
	font-size: 22px; }

#scrolling-page-title {
	position: relative;
	top: 0px;
	left: 0px;
	color: #000080;
	font-weight: bold; 
	font-size: 22px; }
		
#scrolling-navigation-panel {
	position: absolute;
	font-weight: normal; 
	font-size: 11px; 
	right: 5px;
	top: 20px;
	border: none; }
	
#scrolling-drop-down-month {
	position: relative;
	font-weight: normal; 
	font-size: 11px; 
	right: 0px;
	top: 0px;
	border: none; }	

#scrolling-bottom-container {
	position: relative;
	border: none; 
	width: 100%; } 

#scrolling-for-info-box {
	position: absolute;
	font-weight: normal; 
	font-size: 11px; 
	left: 5px;
	top: 7px;
	border: none; } 

#scrolling-add-event-container {
	position: relative;
	font-weight: normal; 
	font-size: 13px; 
	left: 0;
	bottom: 5px;
	border: none; }  /*  WIDTH=""" & Trim(cGenCalPref.DefaultMonthlyCalendarWidth) */

#scrolling-go-top-container {
	position: absolute;
	font-weight: normal; 
	font-size: 11px; 
	right: 0;
	bottom: 15px;
	border: none; }
	
.scrolling-day-title {
	position: relative;
	border-top: none;
	font-weight: bold;
	font-size: 15px;
	color: black;
	margin: 20px 0px 10px 0px;
	padding: 5px 0px 5px 5px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
	
.scrolling-calendar-event {
	position: relative;
	border-top: none;
	font-weight: bold; 
	font-size: 14px; 
	margin-left: 20px;
	color: navy; }

.scrolling-event-time-text {
	border-top: none;
	font-weight: normal; 
	font-size: 12px; 
	margin-left: 20px;
	color: black; }
	
.scrolling-event-location-text {
	border-top: none;
	font-weight: normal; 
	font-size: 12px; 
	margin-left: 20px;
	color: black; }
	
.scrolling-event-description {
	position: relative;
	top: 5px;
	font-weight: normal; 
	font-size: 12px; 
	margin-left: 20px;
	color: black; }

.scrolling-calendar-event-divider { 
	position: relative;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #B0B0B0;
	margin: 15px 0px 15px 20px; }
	
/*##############################################
	Day View CSS Settings
###############################################*/

BODY.day-view {	
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(dayback.gif);
	background-repeat: repeat-y; }

#day-page-container {
	position: relative;
	border: none;
	width: 80%;
	margin: 0px 0px 0px 55px; }  

#day-calendar-logo {
	position: relative;
	border: none;
	text-align: Center; 
	width: 100%; } 
	
#day-top-box {
	position: relative;
	border: none;
	width: 100%; }  
	
#day-page-title {
	position: relative;
	top: 0px;
	left: 0px;
	color: #000080;
	font-weight: bold; 
	font-size: 22px; }

#day-page-current-day {
	position: relative;
	top: 0;
	left: 15px;
	color: black;
	font-weight: bold; 
	font-size: 55px; 
	margin: 0px 0px -7px 0px; }
	
#day-page-date {
	position: relative;
	left: 0px;
	top: 0px;
	color: black;
	font-weight: bold; 
	font-size: 15px; }
	
#day-navigation-panel-box {
	position: absolute;
	font-weight: normal; 
	font-size: 11px; 
	right: 0px;
	top: 70px;
	border: none; }
	
#day-calendar-data {
	position: relative;
	left: 15px;
	top: 5px;
	border: none; }

#day-bottom-container {
	position: relative;
	border: none; 
	width: 100%; } 

#day-add-event-container {
	position: relative;
	font-weight: normal; 
	font-size: 11px; 
	left: 0;
	bottom: 5px;
	border: none; }  /*  WIDTH=""" & Trim(cGenCalPref.DefaultMonthlyCalendarWidth) */

#day-go-top-container {
	position: absolute;
	font-weight: normal; 
	font-size: 11px; 
	right: 0;
	bottom: 15px;
	border: none; }  /*  WIDTH=""" & Trim(cGenCalPref.DefaultMonthlyCalendarWidth) */
	
#day-for-info-box {
	position: absolute;
	font-weight: normal; 
	font-size: 11px; 
	left: 5px;
	top: 7px;
	border: none; }  /*  WIDTH=""" & Trim(cGenCalPref.DefaultMonthlyCalendarWidth) */
	

.daily-calendar-event-box { 
	position: relative; }

.daily-calendar-event-divider { 
	position: relative;
	border-top:1px dotted #C1CDD8;
	margin: 10px 0px 10px 0px; }

.daily-calendar-event-name { 
	position: relative;
	border-top: none;
	font-weight: normal; 
	font-size: 18px; 
	text-align: left;
	color: navy; }

.daily-event-time-text { 
	border-top: none;
	font-weight: normal; 
	font-size: 13px; 
	text-align: left;
	color: black; }

.daily-event-location-text { 
	border-top: none;
	font-weight: normal; 
	font-size: 13px; 
	text-align: left;
	color: black; }

.daily-calendar-event-description { 
	position: relative;
	top: 5px;
	font-weight: normal; 
	font-size: 13px; 
	text-align: left;
	color: black; }

.daily-calendar-edit-links { 
	position: relative; 
		top: 15px; }

 /*##############################################
	Submit Event Login Form
###############################################*/

BODY.submit-event-login {	
	color: #000000;
	background-color: #FFFFFF; }
	
#login-statement {
	padding: 0px 0px 25px 0px;
	width: 600px;
	font-size: 15px;
	text-align: center; }
	
#login-section-container {
	color: #FFFFFF;
	width: 450px;
	height: 155px;
	background-color: #CCCCCC;
	border-color: #000000;
	border-width: thin;
	border-style: solid; }	

#login-section-title {
	color: #FFFFFF;
	width: 100%;
	padding: 5px 0px 5px 0px;
	background-color: #000099;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	text-indent: 10px; }

#login-section-area {
	width: 100%;
	height: 120px; }
	
#login-section-input {
	color: #000000;
	width: 275px;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding-top: 25px; }	
	
 /*##############################################
	Submit Event Form
###############################################*/

BODY.submit-event {	
	color: #000000;
	background-color: #FFFFFF; }

.submit-event-main-container {
	position: relative;
	text-align: left;
	font-weight: normal; 
	font-size: 12px;
	background-color: #DCDCDC;
	width: 640px; }  /*  WIDTH=""" & Trim(cGenCalPref.DefaultMonthlyCalendarWidth) */	

.submit-event-section-label {
	background-color: #C1CDD8;
	border: none;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	width: 640px;  }  /*  WIDTH=""" & Trim(cGenCalPref.DefaultMonthlyCalendarWidth) */	
	
#submit-event-top-left-container {
	float: left;
	padding-left: 15px;
	text-align: left;
	border: none;
	width: 305px; }  /*  WIDTH=""" & Trim(cGenCalPref.DefaultMonthlyCalendarWidth) */	
	
#submit-event-top-right-container {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: left;
	border: none;
	width: 305px; }  /*  WIDTH=""" & Trim(cGenCalPref.DefaultMonthlyCalendarWidth) */	

#submit-event-desc-container {
	position: relative;
	padding-left: 15px;
	font-weight: normal; 
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	background-color: #DCDCDC;
	width: 640px;  }  /*  WIDTH=""" & Trim(cGenCalPref.DefaultMonthlyCalendarWidth) */	

 /*##############################################
	Submit Event Complete Page
###############################################*/

BODY.submit-event-complete {	
	color: #000000;
	background-color: #FFFFFF; }
	
