body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
body {
	height:100%;
	margin: 0px;
	background-image: url(/psyche/resources/style_psyche/images/back.gif);
	background-repeat: repeat-x;
	background-color: #688eae;
}
input {
	border: 1px solid #999999; 
	background-color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	color: #33333;
}
a {
	font-size: 12px;
	color: #333333;
}
a:link {

	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a.tablink:link, a.tablink:visited {

	width: 100%;
	color: #444344;
	text-decoration: none;
}
a.tablink:hover {
	color: #444344;
	text-decoration: none;
}
a.action:link, a.action:visited {

	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #ffffff;
	width: 100%;
	text-decoration: none;
	font-family: Tahoma;
}
a.action:hover {
	background-color: #ebebeb;
	color:#333333;
	text-decoration: none;
}
a.menubar:link, a.menubar:visited {

	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #333333;
	width: 100%;
	text-decoration: none;

}
a.menubar:hover {
	background-color: #cccccc;
	color:#ffffff;
	text-decoration: none;
}
.bar { 
	overflow: hidden;
	border: 1px solid #666666;
	width: 100%;
}
.slide {
	position: absolute;
	overflow: hidden;
	top: 44px;
	width: 100px; 
	height: 17px; 
	background-image: url(/psyche/resources/style_psyche/images/bar.gif); 
	background-repeat: no-repeat; 
	background-position: center bottom;
	text-align: center;
}
.tab {
	position: absolute;
	left: 17px;
	overflow: hidden;
	width: 14px; 
	height: 17px; 
	background-image: url(/psyche/resources/style_psyche/images/tab.gif); 
	background-repeat: no-repeat; 
	background-position: center bottom;
	text-align: center;
}
.col {
	border-right: 1px solid #cccccc;
	
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 1px;
	width: 15%;
}
.menu {
	position: relative;
	float: left;
	overflow: hidden;
	width: 200px;
}
.card{
	font-family: Tahoma; 
	border: 1px solid #dddddd;
	font-size: 12px; 
	color: #333333; 
	background-color: #ffffff; 	 
	cursor: pointer;
	width: 200px; 
	height: 120px;
	margin: 6px;
	padding: 10px; 
	float: left;
}
.card2{
border: 1px solid #dddddd;
	cursor: pointer;
	width: 200px; 
	height: 120px;
	margin: 6px;	 
	float: left;
}
.main {
	border: 1px solid #666666;
	width: 100%;
	overflow: auto;
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-highlight-color: #ebebeb; 
	scrollbar-face-color: #ebebeb; 
	scrollbar-shadow-color: #ebebeb; 
	scrollbar-darkshadow-color: #ebebeb; 
	scrollbar-track-color: #fefefe; 
	scrollbar-arrow-color: #333333;	
}
.grid{
	font-family: Tahoma; 
	font-size: 12px; 
	color: #333333; 
	position: relative;
	float: left;
	overflow: hidden;
}
.name{
	font-family: Tahoma; 
	font-size: 12px; 
	color: #333333; 
	background-color: #ffffff; 
	border: 1px solid #dddddd; 
	cursor: pointer;
	width: 130px; 
	height: 46px;
	margin:  5px; 
	padding: 5px; 
	position: relative;
	float: left;
}
.detail{
	font-family: Tahoma; 
	font-size: 12px; 
	color: #333333; 
	background-color: #ebebeb; 
	border: 1px solid #666666; 
	cursor: pointer;
	width: 220px; 
	height: 120px;
	padding: 5px; 
	position: absolute;
}
.shadow{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/psyche/resources/style_psyche/images/overlay.png", sizingMethod="scale");
	left: 19px;
	top: 29px;
	width: 10px; 
	height: 10px; 
	position: absolute;
}
.mask{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/psyche/resources/style_psyche/images/overlay.png", sizingMethod="scale");
	left: 0px;
	top: 0px;
	width: 100%; 
	height: 100%; 
	position: absolute;
}
.dialog{
	font-family: Tahoma; 
	font-size: 12px; 
	color: #333333; 
	background-color: #ffffff; 
	border: 1px solid #ffffff; 
	width: 500px; 
	height: 20px;
	position: absolute;
} 