body {
}

h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image :   url(images/box_left_icon.gif);
	background-repeat : no-repeat;
	background-position : left;
	padding-left : 13px;
	font-size: 11px;
	margin: 0px;
  color : #606F79;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 2px 0px;
}

td {
	font-size: 11px;
}

hr {
	color : #000000;
	height: 1px;
}

.textinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #9BAAAF;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AABBBF;

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9BAAAF;

	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9BAAAF;	
	padding-right: 3px;
	padding-left: 3px;
  background-image:   url(images/txtboxbg.gif);

}

.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #686868;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #9BAAAF;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AABBBF;

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9BAAAF;

	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9BAAAF;	
	padding-right: 3px;
	padding-left: 3px;

}

.listbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: groove 1px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #AABBBF;
	background-color : #FFFFFF;
  color:#404F59;
	background-image: url("images/btn_bg.gif");
	padding: 2px;
}


.apptitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight: bold; 
}

.appdesc { 
	font-family: Arial, Helvetica, sans-serif; font-size:10px;
	font-weight: normal; 
}


.buttontext a , .buttontext a:link , .buttontext a:visited  {
	font-size: 9px;
	color: #606F79;
	text-decoration: none;
}

.buttontext a:hover {
	color: #8090A3;
	text-decoration: underline;
}


.previousmonth,.previousday, .previousweek {
	font-size: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;

	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url("images/previous_left_bg.jpg");
	vertical-align:bottom;
}
.previousmonthevent{
	font-size: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;

	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	vertical-align:bottom;
}
.previousmonth1, .previousday1, .previousweek1 {
	background-image: url("images/previous_left.jpg");
}

.previousmonth a:hover, .previousday a:hover, .previousweek a:hover {
	color: white;
	text-decoration:none;
}
.previousmonth a:link, .previousday a:link, .previousweek a:link {
	color: white;
	text-decoration:none;
}
.previousmonth a:visited, .previousday a:visited, .previousweek a:visited {
	color: white;
	text-decoration:none;
}

.nextmonth, .nextday, .nextweek {
	font-size: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url("images/next_bg.jpg");
	vertical-align:bottom;
}
.nextmonth1, .nextday1, .nextweek1 {
	background-image: url("images/next_right.jpg");
}

.nextmonth a:hover, .nextday a:hover, .nextweek a:hover {
	color: white;
	text-decoration: none;
}
.nextmonth a:link, .nextday a:link, .nextweek a:link {
	color: white;
	text-decoration: none;
}
.nextmonth a:visited, .nextday a:visited, .nextweek a:visited {
	color: white;
	text-decoration: none;
}


.currentmonth, .currentday, .currentweek {
	font-size: 12px;
	color: white;
	background-image: url(images/current_bg.jpg);
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.currentmonth_left, .currentday_left, .currentweek_left {
	background-image: url(images/current_left.jpg);
}
.currentmonth_right, .currentday_right, .currentweek_right {
	background-image: url(images/current_right.jpg);
}

.tablev1 {
	background-color: #708088 ;
	border-top: 1px solid #95A5AD;
	border-left: 1px solid #95A5AD;
	border-right: 0px solid #62727A;
	border-bottom: 0px solid #62727A;
  margin: 0px;
	color : #E0E4E4;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 12px;
	padding-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase; 
	vertical-align: middle;
}
.tablev2{
	background-image: url(images/monthly_left.jpg);
 
}
.tablev1 a {
	color : #E0E4E4;
	text-decoration: none;
}

.tablev1 a:hover {
	color : #E0E4E4;
	text-decoration: none;
}
.tablev1 a:link {
	color : #E0E4E4;
	text-decoration: none;
}
.tablev1 a:visited {
	color : #E0E4E4;
	text-decoration: none;
}

.searchlink {
	font-size: 10px;
	color: #606F79;
	text-decoration: underline;
	font-weight: bold;
}

.searchlink:hover {
	color: #8090A3;
	text-decoration: underline;
}

.searchdesc {
	font-size: 10px;
	color: #606F79;
}

.eventtitle {
	font-size: 10px;
	color: #8090A3;
	text-decoration: none;
	font-weight: bold;
}

.eventtitle:hover , .eventtitle:link , .eventtitle:visited  {
	color: #8090A3;
}
.eventdesc A:hover , .eventdesc A:link , .eventdesc A:visited  {
	color: #8090A3;
}
.eventtitle A:hover , .eventtitle A:link , .eventtitle A:visited  {
	color: #8090A3;
}
.eventtitle:hover {
	color: #8090A3;
	text-decoration: underline;
}

.eventdesc {
	font-size: 10px;
	color: #606F79;
}

.eventdesclarge {
	font-size: 12px;
	color: #505F69;
	line-height: 18px;
}

.cattitle, .usertitle, .grouptitle {
	font-size: 11px;
	color: #606F79;
	text-decoration: none;
	font-weight: bold;
}

.cattitle:hover, .usertitle:hover, .grouptitle:hover {
	color: #8090A3;
	text-decoration: underline;
}

.cattitle :link , .cattitle :visited {
	color: #8090A3;

}

.catdesc, .userdesc, .groupdesc {
	font-size: 10px;
	color: #606F79;
}

.titlehighlight {
	color: #4488BB;
	text-decoration: underline;
}

.highlight {
	color: #80A000;
	text-decoration: underline;
}

.tableh1 {
  color:#606F79;
  font-size: 11px;
  height: 26px;
  background-image:   url(images/tile_back1.gif);
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CED2D6;
}

.tableh2 {
	background-image:  url(images/cal_title_bg.gif);
	background-color: #708088 ;
	border-left: 1px solid #95A5AD;
	border-right: 0px solid #62727A;
  margin: 0px;
	color : #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 10px;
	font-weight: bold;
}
.tableh22 {
	background-image:  url(images/cal_title_bg.jpg);
}
.tableh222 {
	background-image:  url(images/cal_title_text_bg.jpg);
	color : #000000;
}

.tableb {
	border: 0px solid #99a0aa;
	background-color: #FFFFFF ;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	line-height: 16px;
	border-bottom-width:1px;
	border-bottom-color:#99a0aa;
  border-bottom-style:solid;
}


.tablec {
	background-color: #CFD3DA;
}


.maintable {
	border: 0px solid #99a0aa;
	margin-top: 0px;
	margin-bottom: 0px;
  BORDER-TOP: 0px ;
}

.error {
	color : Red;
	font-weight : bold;
}

.today {
	font-size: 9px;
	color: #606F79;
	font-weight: bold;
}

.atomic {
	font-size: 9px;
}
.atomic A:link , .atomic A:visited {
  color:#034d7a;
  text-decoration:none;
} 
.atomic A:hover{
  text-decoration:unredline;
} 
.legend {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.4pt;
	font-size: 11px;
}

/* Weekday Label Cells */

.caldaydigits {
	font-size: 9px;
}
.caldaydigits A:link , .caldaydigits A:hover , .caldaydigits A:visited{
	color:black;
}

.weekdaytopclr, .sundaytopclr {
	background-image:  url(images/tile_sub.gif);
	background-color: #607080 ;
	border-left: 1px solid #95A5AD;
	border-right: 0px solid #62727A;
  margin: 0px;
	color : #FFFFFF;
	padding-top: 6px;
	padding-right: 1px;
	padding-bottom: 6px;
	padding-left: 1px;
	font-size: 10px;
	font-weight: bold;
}

.sundaytopclr {
	background-color: #708094;
}

/* Day Cells */

.weekdayclr {
	background-color: #EEF0F0;
	color: #C0C4C8;
	font-size: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.weekdayclrhover {
	background-color: yellow;
	color: #C0C4C8;
	font-size: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}


.todayclr {
	background-color: #D0E6F6;
	color: #C0C4C8;
	font-size: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.sundayemptyclr {
	background-color: #DDE0E0;
	color: #C0C4C8;
	font-size: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.saturdayemptyclr {
	background-color: #BAC7CD;
	color: #C0C4C8;
	font-size: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.weekdayemptyclr {
	background-color: #e2f1e2;
	color: #C0C4C8;
	font-size: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

/* Text Editor classes */

.tdBtn {
  padding-left: 3px;
  padding-top:3px;
}

.btnOut {    
  border: 1px solid;
  border-color: #e2f1e2;
	background-color: #e2f1e2;
}

.btnOver {    
  border: 1px solid;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-right-color: #C0C4C4;
  border-bottom-color: #C0C4C4;
	background-color: #e2f1e2;
	cursor: pointer;
}

.btnDown {    
  border: 1px solid;
  border-top-color: #C0C4C4;
  border-left-color: #C0C4C4;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
	background-color: #D4D8D8;
	cursor: pointer;
}

a.flatButton img {
  border: 1px solid #e2f1e2;
  border-color: #84A988;
}

a.flatButton:hover img {
  border: 1px solid;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-right-color: #C0C4C4;
  border-bottom-color: #C0C4C4;
	background-color: #e2f1e2;
	cursor: pointer;
}

/* Monthly View classes */
.eventstyle {
	font-size: 9px;
  padding: 3px;
  border-bottom: 2px solid #555555;
	text-align: left;
  color:black;  
}
.eventstyle A:link , .eventfull A:hover , .eventfull A:visited{
  color:black;  
}

.eventfull {
  margin-left: 3px;
  margin-right: 3px;
  border-top: 1px solid #D0D4D4;
  border-left: 1px solid #D0D4D4;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
	background-color: #e2f1e2;
	cursor: pointer;
}
.eventfull A:link , .eventfull A:hover , .eventfull A:visited{
  color:black;  
}

.eventstart {
  margin-left: 3px;
  border-top: 1px solid #D0D4D4;
  border-left: 1px solid #D0D4D4;
  border-bottom: 1px solid #FFFFFF;
	background-color: #e2f1e2;
	cursor: pointer;
}

.eventmiddle {
  border-top: 1px solid #D0D4D4;
  border-bottom: 1px solid #FFFFFF;
	background-color: #e2f1e2;
	cursor: pointer;
}

.eventend {
  margin-right: 3px;
  border-top: 1px solid #D0D4D4;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
	background-color: #e2f1e2;
	cursor: pointer;
}

.imagecell {    
	background-color: #C8D2D8;
  padding: 8px;
}
.imagecell img {    
  border: 1px solid;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-right-color: #C0C6C6;
  border-bottom-color: #C0C6C6;
	cursor: pointer;
}
.admin_menu_separator{
  color:black;
}

.events_link{
  font-family: Verdana;
  font-size: 9px;
  text-decoration: none;
  color:black;
  cursor:pointer;
}

.events_link :link , .events_link :visited , .events_link :hover { 
  font-family: Verdana;
  font-size: 9px;
  text-decoration: none;
  color:red;
  cursor:pointer;
}
.admin_administration_title{
  font-family: Verdana;
  font-weight: bold;
  font-size: 14;
}
.daylink , .daylink:link , .daylink:visited {
  color:#000000;
  font-weight:normal;
  font-family: Verdana;
  font-size: 9px;
  text-decoration: none;
} 
.daylink:hover {
  font-family: Verdana;
  color:#0000CC;
  font-weight:normal;
  font-size: 9px;
  text-decoration: underline;
}

