body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url(../images/page_bg.png);
}

/* outmost container */
#container {
	width: 786px;
	position: absolute;
	margin-left: -393px;
	top: 28px;
	left: 50%;
	background-image: url(../images/content_bg.png);
	display:inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*top - maincontainer - bottom*/
#top {
	background-image: url(../images/top.png);
	width: 100%;
	height: 19px;
	background-repeat:no-repeat;
}
#maincontainer {
	width: 780px;
	margin-left: 3px;
	margin-right: 3px;
}
#bottom {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 61px;
	width: 100%;
}

/* logo - pic // CONSTANT:delta = (#header:top - ABS(#logo:top)) = -13, always! */
#header {
	position: relative;
	top:20px;
	height: 78px;
	background-image: url(../images/header-image-small.jpg);
	background-position:right;
	background-repeat: no-repeat;
}
#logo {
	position: relative;
	top:-33px;
	left: 4px;
	width:100px;
	height:42px;
}

/* table - three cols */
.mainwindow {
	margin-top: 8px;
	width: 100%;
	padding-top: 1px;
}
#left {
	width: 25%;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-right: 1px;
	padding-left: 1px;
	border-right: 1px solid silver;
}
#right {
	width: 25%;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid silver;
}
#center {
	padding-left: 1px;
	padding-right: 1px;
	vertical-align: top;
}

/* lists for contacts, groups, templates */
.listcontainer {
	display: block;
	overflow:auto;
	height: 200px;
	border-bottom: 1px solid silver;
	clear: both;
}

.title {
    font-size: 13px;
}

/* templates */
#templates {
	margin-bottom: 2px;
}
#templates .title {
	color: white;
	font-weight:normal;
	text-align:left;
	padding-left:10px;
	background-color: silver;
	border: 1px solid #B1ADAD;
}

/* contact */
#contact {
	margin-bottom: 4px;
}
#contact .title {
	color: white;
	font-weight:normal;
	text-align:left;
	padding-left:10px;
	background-color: silver;
	border: 1px solid #B1ADAD;
}

/* group */
#group {
	margin-bottom: 2px;
}
#group .title {
	color: white;
	font-weight:normal;
	text-align:left;
	padding-left:10px;
	background-color: silver;
	border: 1px solid #B1ADAD;
}

/* tracker */
#tracker {
        margin-bottom: 2px;
}
#tracker .title {
        color: white;
        font-weight:normal;
        text-align:left;
        padding-left:10px;
        background-color: silver;
        border: 1px solid #B1ADAD;
}
.page_nav {width:100%; text-align: center; margin-bottom:8px;}

/*Modify*/
.modify {
    background-color: #698FB6;
	margin: 4px;
    margin-top: 0px;
    width: 380px;
}

#options {
    font-size: 10px;
    color: #ABC9E7;
    margin-left: 15px;
    margin-top: 0px;
    padding-left: 13px;
}
#options a {
    color: #ABC9E7;
    text-decoration:none;
}
#options a:link, #options a:visited {
    color: #ABC9E7;
}
.options-visible {
   /* background-image: url(../images/down.png);
    background-repeat: no-repeat; */
}
.options-hidden {
    background-image: url(../images/up.png);
    background-repeat: no-repeat;
}
.options-content {
    border: 1px dashed #ABC9E7;
    padding: 4px;
    margin: 4px;
}
#options .description {
	margin-left: 2px;
	margin-right: 2px;
}
#niftygroupslist {
    width: 95%;
    margin-right: 4px;
    margin-left: 8px;
}
#groupcontactscontainer {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}
#groupslist .listcontainer {
	display: block;
	overflow:auto;
	height: 200px;
	width: 300px;
	border-bottom: 1px solid silver;
}
#center #login_form #rememberlabel {
    padding-left:10px;
    padding-top:0px;
    padding-bottom:10px;
    margin-top:10px;
    }
#center #login_form #remember {
    float:left;
    width:19px;
    margin-top:6px;
}
