﻿body 
{
	font-family:Verdana Sans-Serif;
	font-size:small;
	background-color:#0B0BA9;
		
}
#logo
{
	position:fixed;
	right:10px;
	top:0px;
	width:362px;
	height:109px;
	background-image:url(/images/ChenLogo.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
/*  Log in page */
.iField
{
	background-color:#DDD;
	color:#FFF;
}

.highlighted
{
	background-color:#FDEC9C;
	color:#000;
}
fieldset 
{	
	border:1px solid green;
}
legend {
	padding: 2px 5px;
	border:1px solid green;
	color:green;
	font-size:90%;
	text-align:right;
}
	
		
#fsLoginForm
{
	width:225px;
	background-color:#FFF;
}
#fsLoginForm legend
{
	background-color:#FFF;
	padding:0 4px 0 4px
}
div.widget
{
	margin-top:5px;
	background-color:#FFF;
	background-image:url(/images/widgetBGFade.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:7px;
}
.widget:hover
{
	/*background-color:#3B3BE9;
	//color:#FFF;
	background-image:url(/images/widgetBGFadeA.png);*/
	background-image:none;
}
div.widget h1 img
{
	padding: -1px -3px -1px -3px
}
div.widget h1
{
	text-align:center;
	border-style:groove;
	border-width:3px;
	border-color:Black;
	font-weight:bold;
	font-size:medium;
	background-color:#FFF;
	text-transform:capitalize;
	font-variant:small-caps;
	padding:1px 3px 1px 3px;
	color:#069;
}
.widget:hover h1
{
	font-weight:bolder;
	border-color:#F00;
	color:#FFF;
	background-color:#0B0BA9;
	padding:1px 1px 1px 1px;
}

.vertMenu
{
	text-align:center;
	display:table;
	width:125px;
	list-style-type:none;
	margin-top:1px;
	padding:	0px 0 0 0;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
	
}
.vertMenu li:hover
{
	background-color:#FFA;
	font-weight:bold;
}

.ulMenuTitle
{
	font-weight:bold;
	font-size:larger;
}
.menuWidget
{
	width:160px;
	margin-right:15px;
}
.floatLeft
{
	float:left;
	margin-right:10px;
}

.selectable
{
	cursor:pointer;
}
.highlightable:hover
{
	background-color:#FFA;

}


.tabBar
{
	float:none;
	background-color:#DDD;
	height:20px;
	border-bottom:solit 1px #000;
	
}

.tab
{
	float:left;
	padding: 2px 5px 0px 5px;
	border: solid 1px  black;
	background-color:#DDD;
	cursor:pointer;
}
.tab:hover
{
	border-top: solid 1px orange;
}
.activeTab
{
	border-bottom:solid 1px #EEE;
	border-top: solid 1px orange;
	background-color:#EEE;
}


.darkRow
{
	background-color:#b6cffa;
}
.lightRow
{
	background-color:#edfdfd;
}

