/* START MAIN HOLDERS */
body
{
	background: #628054;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:82.5%;
}


#header
{
	height: 75px;
	background: #628054;
	position: relative;
	color: #8FA473;
	font-size: 90%;
}

#container {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	width: 1014px;
	margin: 0 auto;
}


#content{
	background: #fff;
	border: 5px solid #56714A;
	clear: both;
	color: #333;
	padding: 20px;
	overflow: auto;
}

#inner-content { }

#admin-content
{
	background: #F5F3E5;
	border: 1px solid #DFD9C3;
	padding: 20px;
}

#admin-content #inner-content
{
	background: #fff;
	border: 1px solid #D6CEB2;
	padding: 20px;
	overflow: hidden;
}

#footer
{
	clear: both;
	padding: 5px;
	color: #8FA473;
	font-size: 90%;
}
/* END MAIN HOLDERS */

/* START MISC DIVS */
#header-links
{
	position: absolute;
	right: 10px;
	top: 35px;
}

.generic
{
	margin-bottom: 15px;
}
/* END MISC DIVS */

/* START LINKS */
a:link, a:visited
{
	color: #003d4c;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #003d4c;
	text-decoration:none;
}

a#toggle-add-new-action-1,
a#toggle-add-new-action-2,
a#toggle-add-new-context,
a#toggle-add-new-project
{
	display: block;
	background: transparent url(/img/add.gif) left center no-repeat;
	height: 15px;
	padding-left: 22px;
	margin: 5px 0 15px 0;
	line-height: 15px;
}

td.actions a
{
	margin: 0px 6px;
}

a.handle:hover
{
	cursor: move;
}

#footer a:link, #footer a:visited,
#header-links a:link, #header-links a:visited
{
	color: #fff;
	text-decoration: none;
}
 
#footer a:hover, #footer a:active,
#header-links a:hover, #header-links a:active
{
	color: #FDE4AC;
}
/* END LINKS */

/* START PARAGRAPHS AND HEADINGS */
p
{
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 15px;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 15px;
	color: #92301F;
}
  
h3
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 15px;	
	color: #AD4124;
} 
/* END PARAGRAPHS AND HEADINGS */

/* START TABLES */
table
{
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}

th
{
	background: #82A666;
	border: 1px solid #698950;
	border-bottom: none;
	padding: 4px 5px;
	color: #fff;
	font-weight: bold;
}

table tr td
{
	background: #fff;
	border-right: 1px solid #D6CEB2;
	border-bottom: 1px solid #D6CEB2;
	padding: 6px 4px;
	vertical-align: top;
}

td.actions
{
	text-align: center;
	white-space: nowrap;
	width: 65px;
}

td.priority-2
{
	background: #FFAAAA;
}

td.priority-3
{
	background: #B3C7FF
}

td.priority-4
{
	background: #FFFF78;
}

td.action-description {	width: 440px; }
td.action-context {	width: 130px; }
td.action-project {	width: 130px;}
td.action-priortiy { width: 90px; }
td.context-description, td.project-description { width: 833px;}
/* END TABLES */

/* START FORMS */
form
{
	clear: both;
	margin-right: 20px;
	width: 100%;
}

#admin-content form
{
	width: 460px;
	margin: 10px auto;
}

form div
{
	clear: both;
	vertical-align: text-top;
}

form div.input
{
	color: #444;
}

form div.required
{
	color: #333;
}

form div.submit
{
	clear: both;
	margin-top: 10px;
}

#admin-content form div.submit
{
	margin: 0;
}

label
{
	display: block;
	font-size: 110%;
	padding-right: 20px;
}

#admin-content label
{
	padding-right: 0;
	margin-bottom: 5px;
	font-weight: bold;
	color: #4A6240;
}

input, textarea
{
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
	border: 1px solid #fff;
}

#admin-content input, #admin-content textarea
{
	border-top: 1px solid #b4b4b4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #b4b4b4;
	padding: 7px 9px;
	font-size: 17px;
	margin-bottom: 20px;
	width: 440px;
}


select
{
	clear: both;
	font-size: 100%;
	vertical-align: middle;
	border-top: 1px solid #ababab;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #ababab;
	height: 25px;
	margin-top: -2px;

}

select[multiple=multiple]
{
	width: 100%;
}

option
{
	font-size: 100%;
	padding: 0 3px;
}

input[type=checkbox]
{
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

input[type=radio]
{
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}

div.radio label
{
	margin: 0 0 6px 20px;
}

input[type=submit]
{
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	background: #498F13;
	border-top: 1px solid #54A616;
	border-right: 1px solid #3E7810;
	border-bottom: 1px solid #3E7810;
	border-left: 1px solid #54A616;
	color: #fff;
}

#admin-content input[type=submit]
{
	font-size: 100%;
	margin-bottom: 0;
	border-top: 2px solid #54A616;
	border-right: 2px solid #3E7810;
	border-bottom: 2px solid #3E7810;
	border-left: 2px solid #54A616;
	width: auto;
	float: right;
}

button
{
	display:inline-block;
	font:80%/1.2 bold Arial,Sans-serif; 
	margin:0 0 0 5px;
	padding: 0 3px;
	border-top: 1px solid #54A616;
	border-right: 1px solid #3E7810;
	border-bottom: 1px solid #3E7810;
	border-left: 1px solid #54A616;
	overflow:visible;
	text-decoration:none;
	color:#fff;
	background: #498F13;
}

input.btn
{
	display:inline-block;
	font:80%/1.2 bold Arial,Sans-serif; 
	padding: 0 3px 2px 3px;
	border-top: 1px solid #54A616;
	border-right: 1px solid #3E7810;
	border-bottom: 1px solid #3E7810;
	border-left: 1px solid #54A616;
	overflow:visible;
	text-decoration:none;
	color:#fff;
	background: #498F13;
}
/* END FORMS */

/* START MESSAGES, NOTICES, AND ERRORS */
/* END MESSAGES, NOTICES, AND ERRORS */

/* START FLASH NOTICES */
.flash-holder
{
	background: #fcfcfc;   
	border:1px solid #F5F3E5;   
	margin-bottom: 15px;
	height:  40px;	
}

.flash_good
{   
	background: #FFDF68;   
	border:1px solid #FFD534;   
	padding: 10px;
	margin-bottom: 15px;
	height:  20px;
	line-height: 20px;
}

.flash_bad
{   
	background: #B20000;  
	color: #fff;
	border:1px solid #980000;  
	padding:10px;
	margin-bottom: 15px;
	height:  20px;
	line-height: 20px;
}  

.flash_good a.cancel, .flash_bad a.cancel
{
	display: block;
	height: 20px;
	width: 20px;
	float: right;
	vertical-align: top;
}
/* END FLASH NOTICES */

/* START MISC STUFF */
strong
{
	font-weight: bold;
}
/* END MISC STUFF */
