/* elements */
body {		
	text-align:center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color:#ffffff;
}

blockquote { 
	padding-right:40px;
	border-left:1px solid;
	border-color:#cccccc;
}

form {
	margin:0;
	padding:0;
}

img {	
	border: 0;
}

input {  
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	margin:0px;
}

li, ul {
	list-style-type: disc;
}

p, pre { 
	margin:0;
	padding: 0;
	word-wrap: break-word;
}

code { 	
	font-family:  verdana, arial, sans-serif; 
	background-color:#ececec;
	line-height: 11px;
	font-size: 11px;
	margin:0;
}

select {  
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
}

table,td,th {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	border : 0px;
}

textarea {  
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
}

hr {	
	color: #999999;
	height: 1px;
	width: 100%;
	border: 1px dotted;
	margin: 5px;
	padding: 0;
}
	
.title {
	font-size: 13px;
}

.head1 { 
	font-size: 13px;
	padding: 0 0 5px 0;
}

.head2 { 
	font-weight:bold;
	font-size: 13px;
}

.post {	
	font-size: 11px;
	padding: 5px 0 5px 0;
}

.posted { 
	font-size: 11px;
	padding: 5px 0 5px 0;
}

img.imgBorder  {
	border:1px solid;
	padding:5px;
	border-color: #cccccc;
	margin: 5px;
}

.input1 {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;	
}

.input3 {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
}

.login {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	width: 95px;
}

.txt {
  font-family:  verdana, arial, sans-serif;
  font-size : 11px;
  color : #000;
  line-height : 11px;
}

.txtcenter {
	text-align: center;
}

.txtform {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	width: 130px;
}

.txtright {
	text-align: right;
}

.txtsmall {
  font-family:  verdana, arial, sans-serif;
  font-size : 9.50px;
  color : #000;
  line-height : 11px;
  background-color : transparent;
}

a {
  color : #000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
  text-decoration: none;
}

a:hover {
  color : #000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}

a:visited {
  color : #000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
  text-decoration: none;
}

a:visited:hover {
  color : #000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;  
}

.calBdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.caltitlebackground 
{
	background-color: #9B9BA6;
}

.headerbackcolor
{
	background-color: #9B9BA6;
}

.cal_title {
	height:20px;
	text-align: center;
	font-weight: bold;
}

.cal_day_head	{
	width: 15px;
	text-align: center;
	background-color:#ffffff;	
}

.cal_day {
	text-align: center;
	background-color:#ffffff;	
}

.cal_day_current {
	text-align: center;
	background-color:#9B9BA6;	
}

#frame {
	width:650px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
	text-align:left;
	border:1px dotted;
	border-color: #999999;
	background-color: #fff;
}

#contentcenter {
	width:440px;
	padding:5px;
	float:left;
	background-color:#fff;
	margin-bottom:0;
	border:0;
}

#contentright {
	width: 185px;
	padding: 5px 5px 5px 0;
	margin-bottom: 5px;
	float:left;
}

#contentheader {
	padding: 5px;
	background-color: #ececec;
	border:0;
	border-bottom: 1px;
	border-style: dotted;
	border-color: #999999;
}

#contentfooter {
	clear: both;
	overflow:hidden;
	width: 640px;
	height:15px;
	padding: 5px;
	background-color:#fff;
	border:0;
	border-top: 1px;
	border-style: dotted;
	border-color: #999999;
}

#divleft {
	text-align:left;
	width: 150px;
	float:left;
}

#divright {	
	text-align:right;
	width: 150px;
	float:right;
}

.tableborder 
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
}