body 
{
	margin:0px;
	background-image:url('/interface/main_bg.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fff;
}

#cise-main
{
	margin:0 auto;
	width:750px;
	min-height: 500px;
}

#cise-container
{
	position:relative;
}

#cise-header
{
	height:45px;
	padding-top:35px;
	padding-left:150px;
	position:relative;
}

#cise-header #logo
{
	position:absolute;
	top: 35px;
	left: 0px;
}

#cise-header a.link {
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
	font-size:13px;
	color:#000;
	margin-right:15px;
}

#cise-header a.link:hover { text-decoration:underline }

#cise-header .topnav 
{
	margin-right:20px;
	font-size:12px;
	text-decoration:none;
}

/* menu: container for the main menu at the top*/
#cise-menu
{
	position:relative;
	height:53px;
	background-image:url(/interface/menu_bg.gif);
	background-repeat:repeat-x;
	padding-left:6px;
	padding-right:6px;
}

#cise-menu #left
{
	position:absolute;
	left:0px;
	width:6px;
	height:53px;
	background-image:url(/interface/menu_left.gif);	
}

#cise-menu #right
{
	position:absolute;
	right:0px;
	width:6px;
	height:53px;
	background-image:url(/interface/menu_right.gif);	
}

#cise-menu .item
{
	float:left;
	text-align:center;
	padding-top:18px;
}

#cise-menu .separator
{
	float:left;
	width:1px;
	height:37px;
	background-image:url(/interface/menu_separator.gif);
	background-repeat:repeat-y;
	margin-top:8px;
}

#cise-menu a
{
	font-size:12px;	
	text-decoration:none;
	color:#000;
	font-family:Verdana;
}

#cise-menu a.current
{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

#cise-menu a:hover
{
	color:#000;
}

#login-container
{
	position:absolute;
	right:0px;
	width:450px;
	top:35px;
	overflow:hidden;
}

#login-form
{
	height:25px;
	width:450px;
	overflow:hidden;
	visibility:hidden;
	background-color:#fff;
}

#login-form form
{
	/*left:-400px;  initialize the slider inside */
}

#login-form div 
{
	border-left:2px solid #000;
	padding:0px 5px;
}

.login-input
{
	border: 1px solid #666;
	font-size:10px;
	padding:2px;
	width:80px;
}

.login-button
{
	border: 1px solid #000;
	width:50px;
	height:19px;
	text-align: center;
	padding-bottom:2px;
}

a.cise-link { color: blue; text-decoration: underline; }

