/*
	new.agd.nexventures.com
	css definitions for all main style pages
	- with roses along the left
*/

body {
	margin: 0;
	background-color: white;
	color: black;
	font-family: arial, sans-serif;
	font-size: 9pt;
	background-image: url('graphics/roses-bg.gif');
	background-repeat: repeat-y;
}

#body-main {
	width: 800px;
	padding: 0px;
	margin: 0px;
	border: none;
}

#right-column {
	width: 180px;
	margin-left: 0px;
	padding: 0px;
	float: right;
}

#calendar-box {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: beige;
}

#album-box {
	text-align: center;
	font-size: 1em;
	border: 1px solid black;
	margin-top: 10px; 
	padding: 5px 10px 10px 10px;
	background-color: white;
	background-image: url('/graphics/agd-gradient-bg.png');
	background-repeat: repeat-x;
}

#album-feat-imgs {
	margin-bottom: 10px;
	margin-top: 1em;
	font-size: 1em;
	text-align: center;
}

#album-feat-imgs #caption, #image {
	text-align: center;
}

#album-feat-imgs #prevLink {
	text-align: left;
	font-weight: bold;
}

#album-feat-imgs #nextLink {
	text-align: right;
	font-weight: bold;
}

#album-feat-imgs #imageCounter {
	text-align: center;
	font-weight: bold;
}

#left-column {
	width: 420px;
	margin-right: 10px;
	padding: 0px;
	float: right;
}

#left-column-nomargin {
	width: 100%;
}

#news-box {
	border: 1px solid black;
	padding: 1em;
	margin: 1.5em 0em;
	text-align: center;
	background-color: beige;
}

#news-box h2 {
	margin-top: 0em;
	margin-bottom: 0.5em;
}

#main-header {
	margin-top: 20px;
	margin-bottom: 2em;
	text-align: center;
	color: darkgreen;
}

#main-text {
	color: darkgreen;
}

#member-list {
	padding-left: 5em;
	line-height: 2em;
	margin-bottom: 5em;
}

#recruitment-text {
	color: black;
	margin-bottom: 5em;
}

#recruitment-text p {
	text-indent: 3em;
}

div.admin-info-box {
	background-color: #eee; border: 1px solid black; padding: 0.5em; margin: 0.5em;
}

div.admin-info-box h1, div.admin-info-box h2, div.admin-info-box h3, div.admin-info-box h4, div.admin-info-box h5 {
	margin: 0; margin-bottom: 0.5em;
}

div.admin-setting-box {
	background-color: #ddd; border: 1px solid black; padding: 0.5em; margin: 0.5em;
}

div.admin-setting-box ul {
	list-style-type: none;
	text-indent: -1em;
}

div.admin-setting-box ul li {
	margin-left: 0;
	margin-bottom: 0.25em;
}


div.admin-setting-box h1, div.admin-setting-box h2, div.admin-setting-box h3, div.admin-setting-box h4, div.admin-setting-box h5 {
	margin: 0; margin-bottom: 0.5em;
}

table.profile-admin-table {
	border: 1px solid black;
	background-color: white;
	width: 100%;
}

.profile-admin-table th { margin: 0; font-size: 9pt; font-weight: bold; text-align: left; border-bottom: 1px solid #ddd; }
.profile-admin-table th.status { text-align: center; }

.profile-admin-table td { font-size: 9pt; margin: 0; }

.profile-admin-table td.letter-heading {
	font-size: 1em; font-weight: bold;
	text-align: left; vertical-align: middle;
	border-bottom: 1px solid #ddd;
	display: none;	// disabled for now
}

.profile-admin-table td.status {
	text-align: center; vertical-align: middle;
	width: 5%;
}

.profile-admin-table td.name {
	text-align: left; vertical-align: middle;
	width: 25%;
}

.profile-admin-table td.name span.full-name {
	color: #999;
}

.profile-admin-table td.title {
	text-align: left; vertical-align: middle;
	width: 30%;
}

.profile-admin-table td.updated {
	text-align: left; vertical-align: middle;
	width: 20%;
}


table.profile-mod-table {
	width: 100%;
	margin-top: 0.3em;
	border: 1px solid black;
	background-color: white;
}

.profile-mod-table td { 
	text-align: left; vertical-align: top;
	font-size: 9pt; margin: 0;
}

.profile-mod-table td.picture { 
	width: 110px; text-align: center; vertical-align: top;
}

.profile-mod-table td.name { 
	font-size: 1.1em; font-weight: bold;
}

.profile-mod-table td.updated { 
	color: #999;
}

.profile-mod-table td.description div.description-heading {
	border-bottom: 1px solid #ddd;
}

table.admin-table {
	margin: 0.5em;
	padding: 0;
	background-color: white;
}

table.admin-table td {
	font-size: 0.8em;
	padding: 0.5em;
	margin: 0.5em;
}

table.admin-table td.menu {
	width: 12em;
	background-color: #ddd;
	border: 1px solid black;
}

table.admin-table td.menu ul li {
	margin-left: 0;
}

table.admin-table td.description {
	background-color: white;
}

table.admin-table td.settings {
	background-color: #eee;
	border: 1px solid black;
}


