html {
	margin: 0;
	padding: 0;
}
body {
	font-family: verdana;
	font-size: 14px;
	width: 1000px;
	margin: auto;
}

.error {
	color: red;
	font-weight: bold;
}

h1 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding: 4px 0;
}


/* TOP NAV */
#header{
	width: 1000px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	background-color: #CCCCCC;
	height: 80px;
}
#header h1 {
	padding: 40px 0 0 20px;
}
#header .logo{
	display: block;
	/*background: url(/images/admin/logo.png) no-repeat;*/
	width: 650px;
	height: 80px;
	float: left;
	margin: 0 50px;
	/*text-indent: -2000px;*/
}
#header a.logout_btn:link, #header a.logout_btn:active, #header a.logout_btn:visited, #header a.logout_btn:hover{
	background: url(/images/admin/logout.gif) no-repeat;
	width: 89px;
	height: 21px;
	text-indent: -2000px;
	position: absolute;
	top: 30px;
	right: 49px;
}

/* NAVIGATION */
#navigation_wrapper{
	width: 100%;
	backround-color: #CCCCCC;
	height: 37px;
	display: block;
}
#navigation{
	width: 1000px;
	background-color: #CCCCCC;
	height: 36px;
	display: block;
	margin: 0px auto 0px auto;
	text-align: left;
}
#navigation ul{
	padding-left: 20px;
	float: left;
}
#navigation ul li{
	float: left;
}
#navigation ul li a{
	padding: 12px 20px 10px 20px;
	display: block;
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#navigation ul li a:hover{
	background-color: #CCCCCC;
	padding: 12px 20px 10px 20px;
	text-decoration: underline;
}

/* SUB NAVIGATION */

#sub_navigation_wrapper{
	width: 100%;
	background-color: #000000;
	height: 36px;
	display: block;
}
#sub_navigation{
	width: 1000px;
	background-color: #000000;
	height: 36px;
	display: block;
	margin: 0px auto 0px auto;
	text-align: left;
}
#sub_navigation ul{
	padding-left: 20px;
	float: left;
}
#sub_navigation ul li{
	float: left;
}
#sub_navigation ul li a{
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 20px 0px 20px;
	float: left;
}
#sub_navigation ul li a:active, #sub_navigation ul li a:hover{
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
	padding: 10px 20px 10px 20px;
}
#sub_navigation ul span{
	display: block;
	width: 2px;
	float: left;
	padding-top: 7px;
	font-size: 16px;
	color: #142e61;
}
#sub_navigation h2{
	background: url(/images/admin/cny_logo_sitemanager.png);
	width: 153px;
	height: 21px;
	display: block;
	text-indent: -10000px;
	float: right;
	margin: 9px 31px 0px 0px;
}

/* MAIN CONTENT */
#content_area {
	margin: 20px;
}

/* FOOTER */
#footer {
	height: 30px;
	background-color: #CCCCCC;
	margin-top: 20px;
}

/* LOGIN FORM */
#login {
	margin: auto;
	text-align: center;
}

/*GRAY OUT OVERLAY*/
#overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: url('/images/macFFBgHack.png') repeat 0 0;
    display: none;
    text-align: center;
}
#overlay-panel {
    margin: 20% auto 0 auto;
    width: 350px;
    background: #FFF;
    height: 50px;
    border: 2px solid #666666;
    font-size: 20px;
    font-weight: bold;
}

.listTable .odd {
	background-color: #CCCCCC;
}