body, td {
    font-family: "Trebuchet MS", verdana, arial, sans-serif;
    font-size: 14px;
} 

#banner {
    font-size: 30px;
} 

#footer {
    font-size: 10pt;
    color: #999;
    text-align: center;
    clear: both;
}


/*
EFF Grants
Author: Sean Coyne (scoyne@associationresources.com)
Copyright 2009 and Beyond.  All Rights Reserved.

SVN URL: $URL: http://tasks.associationresources.com:8080/svn/eff_grants/trunk/css/stylesheet.css $
Last Modified: $LastChangedDate: 2009-10-22 07:40:44 -0400 (Thu, 22 Oct 2009) $
Last Revision: $Rev: 80 $
Last Author: $Author: sean $
*/


/* custom */ 

.success {
    border: 1px solid green;
    background-image: none;
    background-color: #D3EDCF;
}
.clear {
    clear: both;
} 

.required {
    color: red;
}

a img {
    border: 0 !important;
}

html,body { 
	background-color: #F1E6D0;
	margin: 0;
	padding: 0; 
}

#wrap {
	margin: 0;
	padding: 0;
	width: 95%;
	margin-left: auto;
	margin-right: auto;	
}

h1 {
	margin: 0;
	padding: 0;
	height: 25px;
	background-image: url('/grants/images/topnav_bg.gif');
	background-repeat: repeat-x;
	font-size: 16px;
	color: #F1E6D0;
	padding: 1px 5px 0 5px;
	margin-bottom: 10px;
}

h2 {
	margin: 0;
	padding: 0;
	color: #D56600;	
	margin-bottom: 5px;
}

h3 {
	margin: 0;
	padding: 0;
	color: #D56600;	
	margin-bottom: 5px;
}

h4 {
	margin: 0;
	padding: 0;
	color: #D56600;	
	margin-bottom: 5px;
}

h5 {
	margin: 0;
	padding: 0;
	color: #D56600;
	margin-bottom: 5px;	
}

.main-content {
	
}

.main-content p {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;	
}


.main-content a:link {
	color: #006699;
	font-weight: bold;
	text-decoration: none;	
}

.main-content a:visited {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

.main-content a:hover {
	color: #D56600;
	font-weight: bold;
	text-decoration: none;
}

.main-content a:active {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

.menu {
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

.menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	width: 125px;
	height: 25px;
	float: left;
	padding-right: .5em;
}

.menu ul li a {
	margin: 0;
	padding: 0;
	display: block;
	width: 125px;
	height: 25px;
	background-color: #B2CCE5;
	color: #fff;
	text-align: center;
	/*border: 1px solid #fff;*/
	font-size: 16px;
	padding-top: 1px;
}

.menu ul li a:hover {
	background-color: transparent;
	color: #F1E6D0;
	background-image: url('/grants/images/topnav_bg.gif');
}

.admin-table tr td.string {}
.admin-table tr td.numeric { text-align: right; }
.admin-table tr td.date { text-align: center; white-space: nowrap;  }
.admin-table tr td.datetime { text-align: center; white-space: nowrap; }
.admin-table tr td.controls { text-align: center; }


form {
    margin: 0;
    padding: 0;
    width: 700px;
}

form fieldset {
    width: 600px;
    margin: 0;
    padding: 0;
    padding: 5px 5px 5px 5px;
}

form fieldset label {
    width: 200px;
    text-align: right;
    display: block;
    float: left;
	color: #000;
}

form fieldset ul label { float: none; display: inline; width: auto; color: inherit; text-align: left; }

form fieldset input, form fieldset .input, form fieldset select, form fieldset textarea {
    width: 390px;
    display: block;
    margin-bottom: 3px;
    float: right;
}

form fieldset textarea { 
	height: 150px;	
}

form fieldset input.hasDatepicker { width: 360px; float: left; margin-left: 10px;}

form fieldset .input label {
    display: inline;
    float: none;
    width: auto;
    text-align: left;
}

form fieldset .input input, form p .input select {
    display: inline;
    float: none;
    width: auto;
}

form .button {
    width: auto;
}

form fieldset .checkbox {
    display: inline;
    float: none;
    width: auto;
}

form fieldset .radio {
    display: inline;
    float: none;
    width: auto;
}

form fieldset { border: 0; }

form fieldset legend { font-weight: bold; color: black; }

form br {
    clear: both;
} 


.main-content {
	margin-top: 10px;
}


#chairOverview_Left { width: 33%; float: left; font-size: 0.8em; }
#chairOverview_Right { width: 66%; float: right; }
#reviewOverview_Left { width: 33%; float: left; }
#reviewOverview_Right { width: 66%; float: right; }


.successmsg { color: green; }
.errormsg { color: red; }
.infomsg { color: black; }


.yui-tt {
	width: 200px;
}
