/* --- Links --*/

a:visited, a:link{
	color: #6670D9;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* --- main --- */

html, body{
	width: 100%;
	height: 100%;
}

body{
	margin: 0;
}

div{
	/*overflow: hidden;
	zoom: 1;
	text-align: left;
	*/
}

body, td, th, div, p, span, select, input, textarea{
	font-family: Verdana;
	font-size: 8pt;
	color: #525250;
}

input[type="button"]{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

ul{
	list-style-type: square;
	padding: 0;
	margin: 0 0 0 17px;
	text-align: left;
}
ol{
	text-align: left;
}

li{
	margin-top: 3px;
	margin-bottom: 3px;
}

hr{
    color: #D0D0D0;
    height: 1pt;
}

form{
	margin: 0;
}

.square{
	width: 5px;
	height: 5px;
	background: #525250;
}

.border{
	border: #A8A8A8 1px solid;
}

.notice{
	padding: 20px;
	text-align: center;
}


/* --- bg --- */
.bg {
	background: #ededed;
}
/* --- center --- */
.center{
	text-align: center;
}

/* --- vertical --- */

.verticalM{
	vertical-align: middle;
}

/* --- table (table = tableA) --- */

.table, .tableA{
	width: 100%;
	margin: 0 auto;
}

.table, .tableA, .tableB, .tableC, .tableD{
    border-collapse: collapse;
    background-color: #ffffff;
}

.table td, .table th, .tableA td, .tableA th, .tableB td, .tableC th, .table03 td, .tableD th{
	text-align: left;
    padding: 5px;
}

.tableD td, .tableD th{
    padding: 0px;
}

.table td, .table th, .tableA td, .tableA th, .tableC td, .tableC th{
	border: #CCCCCC 1px solid;
}

.tableB td, .tableB th, .tableD td, .tableD th{
	border: 0px;
}

/* --- calendar --- */

.calendar{
	width: 100%;
}
.calendarM, .calendarH{
	text-align: center;
	font-weight: bold;
}

.calendarH, .calendarFA, .calendarFS{
	border: gray 1px solid;
	padding: 2px;
	text-align: center;
	color: #999;
	background: white;
}
.calendarFA{
	background: white;
}
.calendarFS{
	background: #ededed;
}

/* Tag cloud */
#tags{
	width: 250px;
	float: right;
}
#tags ul{
	margin:1em 0;
	padding:.5em 10px;
	text-align:center;
	background:#71b5e9 url(../img/bg_tags.gif) repeat-x;
	}
#tags ul li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	}
#tags ul li a{
	text-decoration:none;
	color:#fff;
	padding:0 2px;
	}
#tags ul li a:hover{
	color:#cff400;
	}

#tags li.tag1 a{font-size:100%;}
#tags li.tag2 a{font-size:120%;}
#tags li.tag3 a{font-size:140%;}
#tags li.tag4 a{font-size:160%;}
#tags li.tag5 a{font-size:180%;}
/* // Tag cloud */


