@charset "utf-8";
/* CSS Document */

body {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin:0px;
	background:#FFFFFF url("../images/bg.jpg");
	background-repeat:repeat-x;
	color:#FFFFFF;
}

table {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color:#666666;
}

h4 {
	line-height:130%
}

a {
	color:#0066cc; 
	font-weight:bold;
}

a:visited { 
	color: #0066cc;
	font-weight:bold;
}

#green {

}

#green a {
	color: #669900;
	font-weight:bold;
}

ul {
	list-style-type:square;
}

#botmenu {
	background-color:#f2f2f2; 
	display:block; 
	padding:15px 10px 15px 10px;
}

#botmenu a {
	color: #666666;
	text-decoration: none;
	line-height: 115%;
	font-weight:bold;
}
#botmenu a:visited {
	color: #666666;
	text-decoration:none;
}

#footer {
	background-color:#f2f2f2; 
	display:block; 
	padding:20px 30px 20px 30px;
	font-size: 11px;
}

#footer a {
	color: #666666;
	text-decoration: none;
	line-height: 115%;
}
#footer a:visited {
	color: #666666;
	text-decoration:none;
}

.small {
	font-size:10px;
	line-height: 115%;
}

.medium {
	font-size:11px;
	line-height: 130%;
}

.error {
	color:#FF0000;
}

.date {
	position: absolute;
	background: url(images/date.gif);
	width: 41px;
	height: 41px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
}

.date .month, .date .day {
	text-align: center;
	width: 41px;
}

.date .month {
	overflow: hidden;
	font-size: 13px;
	position: absolute;
	margin-top: 40px;
	margin-left: 3px;
	text-transform: uppercase;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
}

.date .day {
	font-size: 40px;
	position: absolute;
	margin-top: -10px;
	color:#666666;
	font-family: Impact, Arial, Helvetica, sans-serif;
	line-height: 130%;
	letter-spacing: -2px;
}

.date .year {
	display: none;
}

/* login */

.signin {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/bg-textfield.gif);
	background-position:top;
	background-repeat:repeat-x;
	border: 1px solid #999999;
	width:120px;
	font-size:11px;
	padding:2px 2px 2px 2px;
}

/* tag */

.shoutarea{ 
	border: 1px solid #666666;
	background-color:#FFFFFF;
	font-size:11px;
	line-height:130%;
	color:#666600;
	width: 175px;
	text-align:left;
}

.odd{ 
	background-color:#FFFFCC;
	padding: 4px;
}

.even{ 
	background-color:#ffffff;
	padding: 4px;
}

.shoutdate {
	font-size:10px;
	line-height: 130%;
	color:#999999;
}

.clear{
	clear:both;
}

legend { 
	font-size: 16px;
	color:#990000;
	font-weight:bold;
	padding: 0px 3px 0px 3px;
}

.content {
	padding: 5px 0px 5px 0px;
}

#white_table {
	color:#333333;
	background-color:#efefef;
}

#white_table a {
	text-decoration:none;
	color:#333333
}

#white_table th {
      background-color:#cc0000; 
      font-weight : bold;
      line-height : 110%; 
      color : #ffffff; 
      vertical-align : middle; 
	border-left: 1px solid #FF0000;
	border-right: 1px solid #990000;	 
	border-top: 1px solid #FF0000;	
	border-bottom: 1px solid #990000;	
	padding:5px;	
}

#white_table td {
      background-color : #efefef; 
      line-height : 110%; 
      color : #333333; 
      vertical-align : top; 
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;	 
	border-top: 1px solid #ffffff;	
	border-bottom: 1px solid #cccccc;	
	padding:5px;
}

input.button {
	height: 26px;
}