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 #DDD;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #DDD;
}

#content
{
    padding: 20px;
    overflow: auto;
}

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

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	/*background:white url(bg.gif) repeat-x left top;*/
	/*background: #58A;*/
	background: #000 ;/*url(/images/button-overlay.png) repeat-x;*/
}

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

#mainmenu ul li
{
	display: inline;
}

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

#mainmenu ul li a:hover, #mainmenu ul li a.active
{
	color: #DDD;
	/*background: #336 url(/images/button-overlay.png) repeat-x;*/
	text-decoration:none;
	text-shadow: none;
}

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

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

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

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

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

div.notice a
{
	color:#514721;
}

div.success a
{
	color:#264409;
}

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

.actions
{
	margin: 0 0 10px 0;
	padding: 0;
}

.actions li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.actions-row li
{
	display: block;
	margin-bottom: 1em;
}


.actions li a
{
	padding: 5px;
	margin: 0;
	color: #fdfdfd;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	background: #58A;
	border-left: 5px solid #9CE;
}

.actions li a /*customized*/
{
	background: #222 url(/images/button-overlay.png) repeat-x;
	padding: 5px 10px 6px;
	text-shadow: 0 -1px 1px #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border-bottom:1px solid #222;
	border-left: none;
}

.actions li a:hover, .actions li a.active
{
	background: #9CE;
	color: white;
}

.actions li a:hover
{
	background: #333 url(/images/button-overlay.png) repeat-x;
}

.actions li a:active
{
	position: relative;
	top: 1px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-bottom: none;
}

.actions li a.red-button
{
	background: #622 url(/images/button-overlay.png) repeat-x;
}

.actions li a.red-button:hover
{
	background: #733 url(/images/button-overlay.png) repeat-x;
}

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

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

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


ul.icon-boxes
{
 font-size: 2em;
}

ul.icon-boxes
{
 list-style-type: none;
 display: block;
 padding-left: 0;
}

ul.icon-boxes li
{
 display: inline;
 width: 200px;
 margin-right: 10px;
 border: 1px solid #CCF;
 padding: 32px 20px;
}

ul.icon-boxes li img
{
 vertical-align: middle;
 margin-right: 10px;
}

ul.grey-box
{
 padding-left: 0;
 background: #CCC;
 list-style-type: none;
 padding: 10px;
}

ul.grey-box li
{
 display: inline;
 margin-right: 20px;
}

ul.grey-box a
{
 color: #777;
 text-decoration: none;
}

ul.grey-box a:hover
{
 color: #FFF;
}

body .grid-view table.items th {
 background: black;
}

body table.detail-view tr.odd
{
	background:#CCC;
}

body table.detail-view tr.even
{
	background:#F8F8F8;
}
