/**
 * philanthropist.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.71 2008/07/11 04:22:59 asmecher Exp $
 */

/**
 * Common HTML elements
 */

img.none a:hover {text-decoration: none;}

body {
	background-color: #ffffff;
	color: #666;
        width: 970px;
}

#main_article {
	width: 600px;
}

#main {
	position: relative;
	float: left;
	width: 500px;
	height: 100%;
	text-align: left;
	margin-left: 0;
	margin-right: 0 !important;
	display: inline;
	overflow: auto;
}

#leftSidebar {
	float: left;
	width: 150px;
	padding: 1em 0em 1em 0em;
	font-size: 0.65em;
	height: 100%;
	margin-left: 50px;
	margin-right: 2%;
	display: inline;
	overflow: hidden;
}

div.leftnav a {
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1.3em;
}


div.inside a {
        text-decoration: none;
        font-size: 1.3em;
}

div.inside h4 {
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1.3em;
	color: #2852b1;
}

#rightSidebar {
	float: right;
	width: 130px;
	padding: 1em 0em 1em 0em;
	font-size: 0.65em;
	height: 100%;
	margin-right: 50px;
}

a {
	text-decoration: underline;
}

a:link {
	color: #2852b1;
}

a:active {
	color: #2852b1;
}

a:visited {
	color: #2852b1;
}

a:hover {
	color: #fff;
	background: #2852b1;
}



input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #E8E8E1;
	font-size: 1em;
}

input.defaultButton {
	background-color: #375;
	color: #FBFBF3;
	font-weight: bold;
}


/**
 * Main layout elements
 */


#header {
	background-color: #ffffff;
}

#headerTitle {
        margin-left: 50px;
}

#header h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;

}

#footer {
	background-color: #ffffff;
}

#main {
        border-right: 5px dotted #c3c69d;
        border-left: 5px dotted #c3c69d;
        margin-left: 20px;
        padding-right: 20px;
}

#main h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
        padding-left: 20px;

}

#main h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#navbar {
	border-bottom: 0px;
        text-align: center;
        padding-top: 20px;
}

#breadcrumb {
        margin-left: 20px;
}


#content {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
        padding-left: 20px;
	font-size: 0.9em;
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#content h4 {
	font-family: Verdana,Arial,Helvetica,sans-serif;

}



/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a.purple {
	display: block;
	width: 130px;
	height: 15px;
	text-align: left;
	font-size: 0.85em;
	font-weight: none;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background-color: #243F8F;
        border: 1px solid #ffffff;
	padding: 5px;
}

ul.menu a.purple:hover {
	display: block;
	width: 130px;
	height: 15px;
	text-align: left;
	font-size: 0.85em;
	font-weight: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #243F8F;
	background-color: #ffffff;
        border: 1px solid #243F8F;
	padding: 5px;
}

ul.menu a.red {
	display: block;
	width: 130px;
	height: 15px;
	text-align: left;
	font-size: 0.85em;
	font-weight: none;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background-color: #a71a1f;
	border: 1px solid #ffffff;

	padding: 5px;
}

ul.menu a.red:hover {
	display: block;
	width: 130px;
	height: 15px;
	text-align: left;	
	font-size: 0.85em;
	font-weight: none;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #ffffff;
	color: #a71a1f;
        border: 1px solid #a71a1f;
	padding: 5px;
}

ul.menu a.brown {
	display: block;
	width: 130px;
	height: 15px;
	text-align: left;
	font-size: 0.85em;
	font-weight: none;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background-color: #766100;
        border: 1px solid #ffffff;
	padding: 5px;
}

ul.menu a.brown:hover {
	display: block;
	width: 130px;
	height: 15px;
	text-align: left;
	font-size: 0.85em;
	font-weight: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #766100;
	background-color: #ffffff;
        border: 1px solid #766100;
	padding: 5px;
}

ul.menu a.orange {
	display: block;
	width: 130px;	
	height: 15px;
	text-align: left;
	font-size: 0.85em;
	font-weight: none;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background-color: #ED801E;
        border: 1px solid #ffffff;
	padding: 5px;
}

ul.menu a.orange:hover {
	display: block;
	width: 130px;
	height: 15px;
	text-align: left;
	font-size: 0.85em;
	font-weight: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #ED801E;
	background-color: #ffffff;
        border: 1px solid #ED801E;
	padding: 5px;
}

ul.menu a.green {
	display: block;
	width: 130px;
	height: 15px;
	text-align: left;
	font-size: 0.85em;
	font-weight: none;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background-color: #00AA4D;
        border: 1px solid #ffffff;
	padding: 5px;
}

ul.menu a.green:hover {
	display: block;
	width: 130px;
	height: 15px;
	text-align: left;
	font-size: 0.85em;
	font-weight: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #00AA4D;
	background-color: #ffffff;
        border: 1px solid #00AA4D;
	padding: 5px;
}

ul.menu a.blue {
	display: block;
	width: 135px;
	height: 15px;
	text-align: left;
	font-size: 0.85em;
	font-weight: none;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background-color: #00aeef;
        border: 1px solid #ffffff;
	padding: 5px;
}

ul.menu a.blue:hover {
	display: block;
	width: 135px;
	height: 15px;
	text-align: left;
	font-size: 0.85em;
	font-weight: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #00aeef;
	background-color: #ffffff;
        border: 1px solid #00aeef;
	padding: 5px;
}

#buttons {
margin-left: 100px;
}

table.announcements tr.title {
	vertical-align: top; 
        line-height: 2em;
}



