body { 
 background-color: #ffffff; 
/* margin-left: 40px; 
 margin-right: 40px; */
 margin-top: 10px; 
 font-size: 12px; 
 line-height:19px;
 font-family: verdana,trebuchet,sans-serif; 
}

td { 
 font-size: 12px; 
 line-height:19px;
 font-family: verdana,trebuchet,sans-serif; 
}

.F12 {
 font-size: 12px; 
 font-family: verdana,trebuchet,sans-serif; 
}
.F14 {
 font-size: 14px; 
 font-family: verdana,trebuchet,sans-serif; 
}
a:link { 
 color: #333399; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:visited { 
 color: #333399; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:active { 
 color: #333399; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:hover { 
 color: #999999; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
}


/*---  LEFT SIDE BAR ---*/
#menu {
 float: left;
 font: 12px/16px verdana,trebuchet,sans-serif;
 text-align: right;
 color: #333;
 padding-bottom: 30px;
 border-right: 1px dotted #999;
}


/*---  MAIN PAGE CONTENT ---*/
#content {
 width: 420px;
 float: left;
 text-align: left;
 margin-left: 20px;
 margin-bottom: 60px;
 padding-bottom: 30px;
 padding-left: 20px;
 voice-family: "\"}\"";
 voice-family: inherit;
 width: 390px;
}
body>#content {
 width: 420px;
}


/*--- "member" links: login, register, calendar, etc. ---*/

.loginLinks, .loginLinks a { 
 color:       #000000;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px; 
}
.loginLinks a:link    { color:  #003399; font-weight: bold;}
.loginLinks a:visited { color:  #003399; font-weight: bold;}
.loginLinks a:active  { color:  #999999; font-weight: bold;}
.loginLinks a:hover   { color:  #cccccc; font-weight: bold;} 


/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
 border-bottom: 1px dotted #999;
 margin-bottom: 15px; 
}


H2 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   17px;
 color:       #333333;
 font-weight: bold;
}

/*---  Used in Weblog templates to format the title of entries  ---*/

H3 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   14px;
 color:       #333333;
 font-weight: bold;
}


/*---  Used in comment templates to format text used in the comment form. ---*/

H5 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}




/*---  Name of author in weblog entries ---*/

.author {
 font-family: Georgia,verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #999999;
 font-weight: normal;
}

/*---  Paragraph formatting in weblog entries ---*/

p {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #333333;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
 text-align:  left;
}



/*--  Default form field formatting. --*/

form {
  margin-top:         0px;
}

/*--  Input field formatting. --*/

.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          12px;
/*  height:             1.6em;*/
  padding:            .3em 0 0 2px;
  margin-top:          3px;
  margin-bottom:       3px;
} 

/*--  Input text-area formatting --*/

.textarea {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          12px;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/

.button {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          12px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/*--  Pull-down menus. --*/

.pulldown {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          12px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}





/* THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */


/*  Calendar header text  */
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #333333;
 font-weight: bold;
}

/*  Navigational links in the header of mini-calendar  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffffff; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #000000; text-decoration: underline;}


/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}



.commentsheader {
 font-family: verdana,trebuchet,sans-serif,ËÎÌå;
 font-size:   12px;
 color:       gray;
 line-height: 22px;
 background-color: #e1e1e1; 
 padding-left: 10px;
 border-left: 1px  solid #666;
 border-top: 1px  solid #666;
 border-bottom: 1px  solid #666;
}

.comment {
 font-family: verdana,trebuchet,sans-serif,ËÎÌå;
 font-size:   12px;
 line-height: 22px;
 color:       gray;
 background-color: #eeeeee; 
 padding-left: 10px;
 border-left: 1px  solid #666;
}

.pages {
 font-size:   12px;
 padding-right: 10px;
 BORDER-LEFT: 3px double #6699CC;
}

.C_commentsheader {
	BORDER-TOP: 1px solid #cccccc;
	BORDER-LEFT: 1px inset;
	BORDER-RIGHT: 1px inset;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 10px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	BACKGROUND-COLOR: #dddddd;
	font-size: 12px;
}
.C_comment {
	BORDER-RIGHT: 1px inset;
	BORDER-TOP:1px solid #cccccc ;
	BORDER-LEFT: 1px inset;
	BORDER-BOTTOM: 1px solid #dddddd ;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 10px;
	BACKGROUND-COLOR: #eeeeee;
	FONT-WEIGHT: normal;
	font-size: 12px;
}
.C_commentinfo {
	COLOR: #aaaaaa
}
.C_commentform {
	BORDER-RIGHT: 1px inset;
	PADDING-RIGHT: 10px;
/*	BORDER-TOP: 1px solid #cccccc ;*/
	PADDING-LEFT: 10px;
	BORDER-LEFT: 1px inset;
	BACKGROUND-COLOR: #eeeeee;
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 3px;
	BORDER-BOTTOM:  1px solid #ffffff;
}

