/* $Id: core.css 2197 2009-01-15 20:41:04Z mdesoto $ */

* {
    margin: 0;
    padding: 0;
}

body {
	background: #e5e5e5 url(/signup/status/static/images/background.gif) top no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
a {
    color: #788fbe;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

tr.even {
    background-color: #f2f2f2;
}

td {
    padding: 0.2em;
}

#click_to_call {
    text-align: center;
}

#check-status {
    width: 380px;
    margin-left: 20px;
}

#check-status #check-status-input {
    padding: 4px;
    font-size: 16px;
    width:150px;
    letter-spacing:2px;
    vertical-align: middle;
}

#check-status #check-status-submit {
    vertical-align: middle;
    margin-left: 15px;
}

#column-left {
    float: left;
    margin: 0 auto;
    position: relative;
    width: 215px;
}

#column-left-top {
    width: 195px;
    height: 40px;
    overflow:hidden;
    background: url(/signup/status/static/images/column-left-top.gif) no-repeat 0 0;
    padding: 10px 10px 0 10px;
    margin: 0;
}

#column-left-middle {
    width: 195px;
    background: url(/signup/status/static/images/column-left-middle.gif) repeat-y 0 0;
    padding: 0 10px 1px 10px;
    margin: 0;
}

#column-left-bottom {
    width: 195px;
    height: 40px;
    overflow:hidden;
    background: url(/signup/status/static/images/column-left-bottom.gif) no-repeat 0 0;
    padding: 0 10px 10px 10px; 
    margin: 0;
}

#column-right {
    float: right;
    margin: 0 auto;
    position: relative;
    width: 765px;
}

#column-right-bottom {
    background: url(/signup/status/static/images/column-right-bottom.gif) no-repeat 0 0;
    height: 40px;
    padding: 0 10px 10px 10px; 
    width: 745px;
}

#column-right-middle {
    background: url(/signup/status/static/images/column-right-middle.gif) repeat-y;
    padding: 0 10px 1px 10px;
    width: 745px;
}

#column-right-top {
    background: url(/signup/status/static/images/column-right-top.gif) no-repeat 0 0;
    height: 40px;
    padding: 10px 10px 0 10px;
    width: 745px;
}

#content {
    position: relative;
    margin: 0 auto;
    width: 990px;
    text-align: left;
}

#footer {
    clear: both;
    color: #777777;
    height: 75px;
    font-size: 0.9em;
    line-height: 2em;
    position: relative;
    padding-top: 10px;
    text-align: center;
}
	
#footer a:link, #footer a:visited, #footer a:hover {
    color: #777777;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#logo {
	background:url(/signup/status/static/images/logo.gif) no-repeat;
    display: block;
    float: left;
    height: 63px;
    margin-left: 15px;
    position: relative;
    text-decoration: none;
    width: 207px;
}

#navigation {
    height: 72px;
    margin: 0 auto;
    position: relative;
    width: 1004px;
}

#navigation-tabs{
    float: right;
    height: 44px;
    margin-top: 25px;
    position: relative;
    text-align: right;
    width: 725px;
}
    
#navigation-tabs-home {
	background:url(/signup/status/static/images/navigation-tabs-home.gif) no-repeat;
    display: block;
    float: right;
    height: 25px;
    position: relative;
	text-decoration: none;
    width: 97px;
}

#navigation-tabs-home:hover {
    background:url(/signup/status/static/images/navigation-tabs-home-selected.gif) no-repeat;
}

#navigation-tabs-email {
	background:url(/signup/status/static/images/navigation-tabs-email-selected.gif) no-repeat;
    display: block;
    float: right;
    height: 25px;
    position: relative;
	text-decoration: none;
    width: 97px;
}

#navigation-tabs-support {
	background:url(/signup/status/static/images/navigation-tabs-support.gif) no-repeat;
    display: block;
    float: right;
    height: 25px;
    position: relative;
	text-decoration: none;
    width: 97px;
}

#navigation-tabs-support:hover {
    background:url(/signup/status/static/images/navigation-tabs-support-selected.gif) no-repeat;
}

#navigation-tabs-for-home {
	background:url(/signup/status/static/images/navigation-tabs-for-home.gif) no-repeat;
    display: block;
    float: right;
    height: 25px;
    position: relative;
	text-decoration: none;
    width: 97px;
}

#navigation-tabs-for-home:hover {
    background:url(/signup/status/static/images/navigation-tabs-for-home-selected.gif) no-repeat;
}

#navigation-tabs-for-business {
	background:url(/signup/status/static/images/navigation-tabs-for-business.gif) no-repeat;
    display: block;
    float: right;
    height: 25px;
    position: relative;
	text-decoration: none;
    width: 97px;
}

#navigation-tabs-for-business:hover {
    background:url(/signup/status/static/images/navigation-tabs-for-business-selected.gif) no-repeat;
}

#sub-navigation{
    color: #e5e5e5;
    height: 70px;
    position: relative;
    margin: 0 auto;
    width: 990px;
}

#sub-navigation-bar {
    /* background: url(/signup/status/static/images/navigation-bar.gif) top right no-repeat; */
    float: right;
    height: 33px;
    margin: 0 2px 0 0;
    position: relative;
    text-align: center;
    width: 586px;
}

#sub-navigation-bar img{
    float: right;
    
}

.controls {
    float: left;
    margin: 15px;
    position: relative;
}

.error, .warning {
    background: #ffff99;
    border: 1px solid #ff9900;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    width: 400px;
}

.error-login {
    background: #ffff99;
    border: 1px solid #ff9900;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    width: 185px;
}

.list-items {
    border-collapse: collapse;
    border-spacing: 0px;
    clear: both;
    margin: 0 auto;
    width: 725px;
}

.list-items a {
    color: #788fbe;
    font-weight: bold;
    text-decoration: none;
}

.list-items a:hover {
    text-decoration: underline;
}

.list-items > thead {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}

.pager {
    float: right;
    margin: 15px;
    position: relative;
}

.pager a {
    color: #788fbe;
    font-weight: bold;
    text-decoration: none;
}
.pager a:hover {
    text-decoration: underline;
}

.pager span {
    color: #777777;
}

.progressBar {
	width:300px;
	height:22px;
	position:relative;
    border: 1px solid #98B3D3; 
    margin: 10px 0 5px 40px;
}
.progressBar span {
	position:absolute;
	display:block;
	width:300px;
	height:22px;
	background:url(/signup/status/static/images/progress-bar.gif) no-repeat 0 0;
	overflow:hidden;
	text-indent:-8000px;   
}
.progressBar em {
	position:absolute;
	display:block;
	width:300px;
	height:22px;
	background:url(/signup/status/static/images/progress-bar-cover.gif) repeat-x 0 0;
	top:0;
}

.progressBox-container  {
	width: 400px;
    margin: 35px auto;
}

.progressBox-top {
    width: 380px;
    height: 40px;
    overflow:hidden;
    background: url(/signup/status/static/images/box-top.gif) no-repeat 0 0;
    padding: 10px 10px 0 10px;
    margin: 0;
}

.progressBox-top p {
    font-size: 18px;
    font-weight: bold;
}

.progressBox-middle {
    width: 380px;
    background: url(/signup/status/static/images/box-background.gif) repeat-y 0 0;
    padding: 0 10px 1px 10px;
    margin: 0;
}

.progressBox-bottom {
    width: 380px;
    height: 40px;
    overflow:hidden;
    background: url(/signup/status/static/images/box-bottom.gif) no-repeat 0 0;
    padding: 0 10px 10px 10px; 
    margin: 0;
}

.percent-complete {
    text-align: center;
/*    padding-bottom: 30px;  */
}

.search-box {
    display: block;
    left: 500px;
    position: absolute;
    margin-top: 15px;
}

.search-button {
    position: absolute;
    margin-left: 5px;
}

.search-graveyard {
    float: left;
    margin: 15px;
    position: relative;
}

.success {
    background: #ccffcc;
    border: 1px solid #009900;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    width: 400px;
}
