@charset "utf-8";
/* 
 * common.css
 * Created 2012.02.01
 *
 * Copyright(c) 2012 forest Co.,Ltd. All Right reserved.
*/
.cake-sql-log td,.cake-sql-log th {
	border:1px solid #999999;
	padding:1px 2px;
}

/* Standard Tags */
body {text-align:center;	/* IE6 Correspondence */}
a {color: #0033ff;}
a:hover {color: #ff3300;}

/*********************************************************************
 *
 * Attribute Class
 *
 *********************************************************************/
/* Attribute(text) */
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.bold {font-weight:bold;}
.red {color: #ee7948;}
.red2 {color: #ff3300;}
.normal {font-weight:normal;}

.vtop {vertical-align:top;}
.vmiddle {vertical-align:middle;}
.vbottom {vertical-align:bottom;}

/* Attribute(datatype) */
.num,.dec {text-align: right;}
.date {text-align: center;width:71px;}
.datetime {text-align: center;width:130px;}
.time {text-align: center;width:40px;}

/* Attribute(display) */
.close {display: none;}
.inline {display: inline;}

/* Attribute(float) */
.float {clear:none!important;float: left;}
.floatR {clear:none!important;float: right;}
.clear {clear: both;}

/* Attribute(etc) */
.border{border:1px solid #333333;}
.pointer {cursor:pointer;}
.scroll {overflow:scroll;};
.scrollx {overflow-x:scroll;};
.scrolly {overflow-y:scroll;};
