
body {
	margin: 0 0 15px 0;
	padding: 0px;
	background-color:#fafbff;
	text-align:center;
	}

body, td {
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	}
	
	


.tab-area ul {
	height: 25px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	}

.tab-area li {
	float: left;
	height: 25px;
	margin: 0 10px 0 0;
	padding: 0 1px;
	}

.tab-area li a {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	position: relative;
	top: 1px;
	font-family: Verdana;
	}

.tab-area li.current a {
	height: 25px;
	background-color: #fff;
	}
	
	
	

#admin-top {
	border-bottom: 3px solid #DC9991;
	background-image: url(../images/top_green_bg.gif);
	background-repeat: repeat-x;
	}

#admin-top-content {
	width: 760px;
	height: 57px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}
	
#admin-top #email-and-logout {
	float: right;
	font-size: 11px;
	margin-top: 5px;
	color: #aabf9e;
	padding-right: 5px;
	}
	
#admin-top #email-and-logout a {
	color: #aabf9e;
	text-decoration: underline;
	}
	
#admin-top h1 {
	font-family: Helvetica,Arial,Verdana,Sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #df9288;
	margin: 0;
	padding: 15px 0 0 5px;
	}
	
#admin-top h1 a {
	color: #df9288;
	}
	
#admin-top h1 #view-site {
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana;
	position: relative;
	top: -12px;
	}
	
#admin-top h1 #orgu-description {
	font-weight: normal;
	color: #98bc82;
	}
	
	
	
	
#supermodes {
	position: absolute;
	top: 36px;
	left: 0;
	width: 100%;
	}
	
#supermodes li {
	padding: 0 2px;
	height: 24px;
	margin: 0;
	float: right;
	}
	
#supermodes li.current {
	background-color: #DC9991;
	margin: 0 0 0 10px;
	position: relative;
	left: -5px;
	}

#supermodes li a {
	height: 20px;
	line-height: 20px;
	top: 1px;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #d5867c;
	}
	
#supermodes li a:hover {
	text-decoration: none;
	background: #eee6d6;
	}
	
#supermodes li.current a {
	background: #e8c6b7 url(../images/top_red_bg.gif) repeat-x top left;
	color: #c47166;
	padding: 0 10px;
	top: 2px;
	}




#modes {
	padding-top: 6px;
	background: #7aa7e4 url(../images/top_blue_bg.gif) repeat-x top left;
	border-bottom: 1px solid #5A7EC3;
	margin-bottom: 15px;
	}

#modes-content {
	width: 770px;
	margin: 0 auto;
	}

#modes ul {
	height: 27px;
	padding: 0;
	padding-left:5px;
	}

#modes li {
	height: 27px;
	padding: 0 3px;
	}

#modes li.current {
	background-color: #486BAE;
	background-image: url(../images/top_blue_shadow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0 6px 0 3px;
	margin: 0 7px 0 0;
	}

#modes li a {
	height: 24px;
	line-height: 24px;
	top: 3px;
	font-size:11px;
	color: #001E4C;
	padding: 0 7px;
	}

#modes li a:hover {
	background-color:#A1BFE9;
	text-decoration: none;
	}

#modes li.current a:hover {
	background-color:#F9FCFE;
	}

#modes li.current a {
	height: 25px;
	line-height: 24px;
	top: 3px;
	background-color:#fafbff;
	padding: 0 10px;
	}




#content-area {
	margin:0 auto;
	width:750px;
	text-align:left;
	}
	
	
	

#content-controls {
	height: 20px;
	margin: 0;
	}

#content-controls ul {
	height: 20px;
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding:0;
	float:right;
	}

#content-controls li {
	height: 20px;
	float:left;
	margin: 0 4px;
	padding: 0 7px;
	}

#content-controls li.current {
	background-color:#D8E0E5;
	}

#content-controls li a {
	color:#000;
	font-size:11px;
	}

#content-controls li.current a {
	font-weight:bold;
	}

#content-controls li.current a:hover {
	text-decoration:none;
	}
	
	
	
	
.content-wrap {
	border-style: solid;
	border-color: #e5e5e5;
	border-width: 0 1px 1px 0;
	margin: 0 0 15px 0;
	}
	
.content {
	border: 1px solid;
	border-color: #BFC7CB #A5ABAF #A5ABAF #BFC7CB;
	background-color:#fff;
	padding: 10px 0;
	}
	
	
	
	
	
.title-and-description {
	margin-bottom: -20px;
	}
	
.title-and-description h2 {
	position: relative;
	z-index: 100;
	}
	
.title-and-description p {
	color:#666;
	background-color: #fff6ee;
	border: 1px solid;
	border-color: #f8e7d8 #f7dcc4 #f7dcc4;
	padding: 14px 8px 8px;
	position: relative;
	z-index: 99;
	top: -28px;
	}
	
.title-and-description p a {
	text-decoration: underline;
	}
	
	
	


.message {
	color:red;
	}
	
.alert {
	background: #fcfac4 url(../images/icons/alert.gif) no-repeat scroll 8px 11px;
	border: 1px solid #f2d675;
	margin: 15px;
	padding: 10px 10px 10px 32px;
	}
	
.notification, .approved-notification, .rejected-notification {
	background: #D8F9C8 url(../images/icons/tick_greenbg.gif) no-repeat scroll 8px 10px;
	border: 1px solid #86B56F;
	margin: 15px;
	padding: 10px 10px 10px 32px;
	}
	
.rejected-notification {
	background-image: url(../images/icons/exclamation_greenbg.gif);
	}
	
.notification a.view,
.approved-notification a.view,
.rejected-notification a.view {
	float: right;
	font-weight: bold;
	}
	

	
	
	
.delete {
	background: url(../images/icons/delete.gif) no-repeat;
	padding-left: 20px;
	color: #bc552c;
	font-weight: normal !important;
	}
	
	
	
	
.field input.text, .field input.password, .field textarea, .field select {
	background: #F7F7F7 url(../images/fieldbg.gif) repeat-x scroll center top;
	border-color: #7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
	border-style: solid;
	border-width: 1px;
	}
	
.field input.text, .field input.password, .field textarea {
	padding: 2px;
	}
	
.field select {
	padding: 1px;
	}
	
.field input.text:focus, .field input.password:focus, .field textarea:focus, .field select:focus, .dark .field input.text, .dark .field textarea, .dark .field select {
	background-color: #fff !important;
	}
	
.field input.big-text {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 17px;
	}
	
.field label .aside {
	color:#666;
	}
	
.wide-field {
	margin: 10px;
	padding: 5px 10px 5px 5px;
	}
	
.wide-field input, .wide-field textarea {
	width: 100%;
	}
	
.wide-field label {
	display: block;
	margin-bottom: 1px;
	}
	
.incomplete-field .text, .incomplete-field .password, .incomplete-field textarea {
	background-color: pink !important; /*#FFFFA0*/
	}
	
.disabled-field {
	color: #666;
	}
	
.disabled-field input {
	color: #666;
	}
	
	
	
	
	
.controls {
	padding: 5px;
	margin: 10px;
	}
	
.controls a {
	font-weight: bold;
	}
	
.controls .or {
	color: #666;
	margin: 0 10px;
	font-weight: normal;
	}
	
.controls .nav a {
	margin: 0 2px;
	font-weight: normal;
	}
	
.controls .nav a.current {
	font-weight: bold;
	color: #000;
	}
	
.controls .nav a.next {
	margin-left: 10px;
	}
	
.controls .nav a.prev {
	margin-right: 10px;
	}
	
.controls a.cancel {
	text-decoration: underline;
	font-size: 14px;
	}
	
	
	
	
.button1, .button2 {
	height: 22px;
	font-family: Verdana, Arial;
	border-style: solid;
	border-width: 1px;
	font-size: 13px;
	font-weight: bold;
	}
	
.big-button {
	font-size: 15px;
	}

.button1 {
	color: #5D2C26;
	background: #F3BDA7 url(../images/button_bg_orange.gif) repeat scroll 0%;
	border-color: #ED8B7C;
	}

.button2 {
	color: #20455D;
	background: #A7CAF3 url(../images/button_bg_blue.gif) repeat scroll 0%;
	border-color: #649FC5;
	}
	
.button1-mild, .button2-mild {
	border: 1px solid;
	padding: 2px 10px;
	}
	
.button1-mild {
	background-color:#ECD2C5;
	border-color:#F0DDD3 #DFBDAB #DFBDAB #F0DDD3;
	}
	
.button2-mild {
	background-color:#ADCBF4;
	border-color:#BED6F6 #93B6E7 #93B6E7 #BED6F6;
	}
	
.button-mild-inactive {
	color:#959595;
	background-color:#ECECEC;
	border-color:#EFEFEF #E4E4E4 #E4E4E4 #EFEFEF;
	}
	
	
	
	

.framed { /* most often an image */
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	vertical-align: middle;
	}
	
.dark {
	background-color: #F7F7F7;
	}
	
	
	
	
	
.inline-create-event-handle {
	margin-top: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border-style: solid;
	border-width: 1px 1px 0;
	border-color: #D9D9D9 #E6E6E6 #E6E6E6 #D9D9D9;
	padding: 3px 5px;
	display: block;
	float: right;
	position: relative;
	top: 1px;
	cursor: pointer;
	}
	
.inline-create-event {
	clear: both;
	border: 1px solid;
	border-color: #D9D9D9 #E6E6E6 #E6E6E6 #D9D9D9;
	background-color: #fff;
	font-size: 10px;
	}
	
.inline-create-event a {
	cursor: pointer;
	}
	
.inline-create-event .field {
	margin: 10px;
	padding: 0 7px 0 0;
	}
	
.inline-create-event .text {
	width: 100%;
	}
	
.inline-create-event label {
	display: block;
	}
	
.inline-create-event .controls {
	margin: 10px;
	padding: 0;
	}
	
.inline-create-event .controls .or {
	margin: 0 3px;
	}
	
.inline-create-event .controls a {
	font-size: 11px;
	}
	
.inline-create-event-label {
	color: red;
	}





a img {
	border:0;
	}
	
form {
	margin:0;
	}
	
input, select, textarea {
	margin: 0;
	}
	
td {
	vertical-align:top;
	}
	
h2, h3 {
	font-family: serif;
	font-weight: normal;
	}

h2 {
	font-size: 25px;
	margin: 15px;
	}

h3 {
	font-size: 20px;
	margin: 10px 15px;
	}
	
p {
	margin: 10px 15px;
	}
	
a {
	color:#0B4EC9;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	
	
	
	
#footer {
	text-align:center;
	color:#525354;
	font-size:12px;
	}
	
#footer a {
	color:#525354;
	text-decoration: underline;
	}
	
	
	
	
	
	
	
#loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	}
	
#loading[id] {
	position: fixed;
	top: 0px !important;
	}
	
#loading div {
	float: right;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	background-color: #ccc;
	color: #fff;
	}
	
	
	
#loading-animation {
	color: #666;
	margin: 0 10px;
	}
	
#loading-animation img {
	vertical-align: middle;
	}
		

