body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	height: 28px;
	background-color: #888;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 4px 6px;
	font-size: 150%;
	font-weight: bold;
	color: white;
	float: right;
}
/* Deprecated in favour of menu-top */
#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

/* menu-top is a drop-down main menu */
#menu-top
{
	background:white url(bg.gif) repeat-x left top;
	float: left;
}

#menu-top ul
{
	padding:6px 20px 5px 20px;
	margin:0px;

}

#menu-top ul li
{
	display: inline;
	position: relative; /*--Declare X and Y axis base--*/	
}

 #menu-top ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#menu-top ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}
#menu-top ul li:hover > ul { display: block; 
}
 
 
#menu-top ul li ul { 
	display: none; 
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0px;  /* change this to a 'right: 0px' setting to make drop-down go leftward from the right-edge, rather than right from the left edge */
	top: 18x;
	margin: 0;
	padding: 0;
	display: none;
	width: 210px;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	-moz-box-shadow: 5px 5px 2px #999;
	-webkit-box-shadow: 5px 5px 2px #999;
	box-shadow: 5px 5px 2px #999;

	border: 1px solid #36f;
}

#menu-top ul li ul.right {
	right: -30px;  /* right-side menus need to go in from the right edge rather than the left*/
} 
#menu-top ul li ul li a { color: #333; padding: 4px 14px; display: block; }
 
#menu-top ul li ul li.active a,
#menu-top ul li ul li a:hover { color: #555; }

/* The user-zone and menu-user ids are used for the Login/logout menu at the top of the screen */
#user-zone
{
	margin: 0;
	padding-top: 2px;
	padding-right: 4px;
	height: 18px;
	background-color: black;
	color: white;
	font-size: 90%;
	text-align: right;	
}

#menu-user
{
	display: inline;
	float: right;
	padding:0px 0px 0px 5px;	
}

#menu-user ul
{
	padding:0px 2px 0px 6px;
	margin:0px;
}

#menu-user ul li
{
	display: inline;
	position: relative; /*--Declare X and Y axis base--*/
	padding:0px 2px 0px 6px;
}

#menu-user ul li a
{
	color: white;
	text-decoration: none;
}

#menu-user ul li a:hover
{
	font-weight: bold;
}

/* This styles the More block in the grid when user's select the more option on the grid'
*/
div.more-block
{
	width: 695px;
	color:lightslategray;
/*	border: 1px inset goldenrod;*/
	padding: 5px;
	margin: 0px;
	background-color:#F8;
	/*background-color: lightgoldenrodyellow;*/
}

/* menu-top is a drop-down main menu */
#menu-dropdown
{
	background:white url(bg.gif) repeat-x left top;
	float: right;
}

#menu-dropdown ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#menu-dropdown ul li
{
	display: inline;
	position: relative; /*--Declare X and Y axis base--*/	
}

 #menu-dropdown ul li a
{
	color:#ffffff;
	/*background-color:transparent; DOUG */
	background-color:#36f;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#menu-dropdown ul li a:hover
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}
#menu-dropdown ul li:hover > ul { display: block; }
 
 
#menu-dropdown ul li ul { display: none; position: absolute; 
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0px;  /* change this to a 'right: 0px' setting to make drop-down go leftward from the right-edge, rather than right from the left edge */
	top: 20px;
	background: #39f;
	margin: 0; padding: 0;
	display: none;
	width: 210px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #36f;
}
 
#menu-dropdown ul li ul li a { color: #ccc; padding: 4px 14px; display: block; }
 
#menu-dropdown ul li ul li.active a,
#menu-dropdown ul li ul li a:hover { color: #555; }

.actionbar-dropdown ul { 
	display: none; position: absolute; 
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0px;  /* change this to a 'right: 0px' setting to make drop-down go leftward from the right-edge, rather than right from the left edge */
	top: 18x;
	background: #39f;
	margin: 0; padding: 0;
	display: none;
	width: 210px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #36f;
}
.actionbar-dropdown ul li a { color: #333; padding: 4px 14px; display: block; }
