body
{
	margin: 0;
	padding: 0;
	text-align: left;
	behavior: url(http://www.pocatelloseniorcenter.com/wwwroot/css/csshover.htc);
}
body, td
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
}

a
{
	font-size: 12px;
	color: #b72a2f;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

h1, h2, h3, h4
{
	margin: 4px 0;
}

#full_area .inner 
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#admin-header
{
	height: 100px;
	background-image: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/bg-header.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}
#admin-header .logo
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 343px;
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/logo-power-panel.gif) no-repeat top left;
}
#admin-header .actions
{
	float: right;
	height: 100px;
}
#admin-header .actions a
{
	float: left;
	display: block;
	padding-top: 47px;
	width: 55px;
	text-align: center;
	text-transform: lowercase;
	height: 20px;
	margin-top: 15px;
	text-decoration: none;
	color: white;
}
#admin-header .actions a:hover
{
	color: black;
}
#admin-header .actions a.log-out
{
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/ic-log-out.gif) no-repeat top center;
}
#admin-header .actions a.view-site
{
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/ic-view-site.gif) no-repeat top center;
}
#admin-header .actions a.admin-site
{
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/ic-admin.png) no-repeat top center;
}
#admin-header .actions a.manage-site
{
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/ic-manage.png) no-repeat top center;
}
#admin-header .information
{
	float: right;
	padding: 30px 10px;
	height: 40px;
	
	font-weight: bold;
	text-align: right;
}
#admin-header .information .site-name
{
	color: black;
}
#admin-header .information .change-password,
#admin-header .information .change-password a
{
	font-size: 11px;
	color: #CDA44C;
	text-decoration: none;
}
#admin-header .information .change-password a:hover
{
	text-decoration: underline;
}
#admin-header .information .login,
#admin-header .information .login a
{
	color: white;
}
#admin-header .information .username,
#admin-header .information .username a
{
	color: white;
	text-decoration: none;
	font-weight: normal; 
}
#nav
{
	height: 65px;
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/bg-menu.gif) repeat-x top center;
	padding-bottom: 8px;
}
#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul ul
{
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 995px;
	height: 25px;
	background: #cd686d;
	padding-left: 5px;
	z-index: 2;
}
#nav ul li 
{
	float: left;
	padding: 0 0 0 1px;
	display: inline;
	width: auto;
}
#nav li.label
{
	font-size: 14px;
	color: black;
	font-weight: bold;
	padding-right: 5px;
}
#nav li.seperator
{
	font-size: 14px;
	color: white;
	line-height: 25px;
}
#nav ul li a
{
	display: block; 
	_display: inline; 
	height: 25px;
	padding: 7px 20px 0;
	margin: 8px 2px 0;
	color: white;
	font-size: 14px;
	line-height: 25px;
	
	text-decoration: none;
}
#nav ul li a.expanded,
#nav ul li a:hover
{
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/bg-menu-ro.gif) repeat-x bottom center;
}
#nav ul li a.expanded {
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
}
#nav ul li:hover ul
{
	display: block;
	z-index: 100;
}
#nav ul li li
{
	line-height: 25px;
}
#nav ul.show
{
	display: block;
	z-index: 0;
	width: 993px;
	height: 23px;
	bord1er: solid 1px white;	
}
#nav ul li li a
{
	display: block; 
	_display: inline; 
	height: 25px;
	padding: 0 5px;
	margin: 0 2px;
	color: white;
	font-size: 14px;
	line-height: 25px;
	
	text-decoration: underline;
}
#nav ul li li a.expandedhover,
#nav ul li li a:hover
{
	background: none;
	text-decoration: none;
}
#content
{
}
#footer
{
	margin-top: 10px;
	height: 40px;
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/bg-menu.gif) repeat-x top center;	
}
#footer ul li 
{
	float: left;
}
#footer ul li a
{
	display: block;
	_display: inline;
	height: 33px;
	padding: 7px 20px 0;
	margin: 0 2px;
	color: white;
	font-size: 14px;
	line-height: 25px;
	
	text-decoration: none;
}
#footer ul li a:hover
{
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/bg-menu-ro.gif) repeat-x bottom center;
}
.side
{
	float: right;
}
.side .section
{
	width: 278px;
}
.side .section.alert
{
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/bg-section-highlight-header.gif) repeat-x top center;
	
}
.side .section .image
{
	float: right;
}
.side .section .title
{
	padding: 15px 10px 10px;
}
.side .section .body
{
	padding: 5px 10px;
}
.section
{
	width: 698px;
	border-top: solid 1px #c9d4dd;
	border-left: solid 1px #c9d4dd;
	border-right: solid 1px #c9d4dd;
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/bg-section-header.gif) repeat-x top center;
	margin-bottom: 8px;
}
.section span
{
	display: block;
}
.section .image
{
	float: left;
	height: 93px;
	width: 93px;
}
.section .data
{
	padding: 18px 0 0 7px;
	float: left;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #333333;
	width: 598px;
}
.section a
{
	text-decoration: none;
}
.section .body a
{
	text-decoration: underline;
}
.section .title
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	color: #333333;
	text-decoration: none;
}
.section .title .smaller
{
	font-size: 12px;
	font-weight: normal;
	display: inline;
}
.section.help .image
{
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/ic-help.gif) no-repeat center center;
}
.section.contact .image
{
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/ic-help.gif) no-repeat center center;
}
.section.alert .image
{
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/ic-alert.gif) no-repeat center center;
}
.section.content .image
{
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/ic-content.gif) no-repeat center center;
}
.section.store .image
{
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/ic-store.gif) no-repeat center center;
}
.section.security .image
{
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/ic-permissions.gif) no-repeat center center;
}
.section.extra .image
{
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/ic-extras.gif) no-repeat center center;
}
.section.setting .image
{
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/admin/ic-settings.gif) no-repeat center center;
}
.system_messages p
{
	margin: 1px 5px 1px 20px;
}
.addnew
{
	padding-left: 18px;
	line-height: 16px;
	padding-bottom: 2px;
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/cms/add.gif) no-repeat top left;
}
.preview
{
	padding-right: 18px;
	line-height: 16px;
	padding-bottom: 2px;
	background: url(http://www.pocatelloseniorcenter.com/wwwroot/images/cms/details.gif) no-repeat top right;
}