/**
* CSS styles for Sloan.org
* @author Rafael Cardoso, eNilsson, www.enilsson.com, June 2008
*/


/*-- Imports --*/
@import url(menubar.css);
/*-- End Imports --*/


/*-- Body Styles --*/
body {
	text-align:center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background: #f1f1f1;
	margin:0;
	padding:0;
}
/*-- End General Body Styles --*/


/*-- Whitespace reset --*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, embed, object {
	padding: 0;
	margin: 0; 
	outline: none;
}
/*-- End Whitespace reset --*/
	
	
/*-- General Styles --*/
img, fieldset {
	border:none;
}
a {
	color:#003399;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul {
	list-style: none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
tr.dark_line {
	border-top:1px dotted #CCCCCC;
	background:#f4f4f4;
	padding:3px 0;
}
tr.light_line {
	border-top:1px dotted #CCCCCC;
	background:#ffffff;
	padding:3px 0;
}
p.success_message {
	text-align:center;
	margin:2px 5px;
	padding:5px;
	color:#669900;
	border:1px solid #669900;
	background:#EEFAE8;
	margin-bottom:5px;
}
p.fail_message {
	text-align:center;
	margin:2px 5px;
	padding:5px;
	color:#CC3300;
	border:1px solid #CC3300;
	background:#F9E9E4;
	margin-bottom:5px;
}
/*-- End General Styles --*/


/*-- Container styles --*/
#container {
	margin:0 auto;
	width:960px;
	text-align:left;
	position:relative;
}
#middle {
	background:#FFF url(../images/960_redesign/middle_bg.png) repeat-y;
	position: relative;
}
/*-- End Container styles --*/


/*-- Masthead style --*/
#mh {
	background: #1f3e68 url(../images/960_redesign/masthead.png) no-repeat;
	height:134px;
	position:relative;
}
#mh h1 {
	display:none;
}
#mh form {
	position:absolute;
	right:10px;
	bottom:7px;
	width:285px;
}
#mh form input#search_text {
	width: 197px;
	float: right;
	margin-right: 10px;
	background: #FFF url(../images/searchinput_bg.png) repeat-x;
	border: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	height: 16px;
	padding: 2px 0 0 3px;
}
#mh form input#search_bt {
	float:right;
	background:transparent url(../images/search.png) no-repeat;
	border:none;
	color:#FFF;
	font:11px arial;
	width:65px;
	height:20px;
	cursor: pointer;_cursor:hand;
}
#mh a {
	width:800px;
	height:100px;
	display: block;
}
/*-- End Masthead style --*/


/*-- Content styles --*/
#content {
	padding-left: 193px;
	overflow: hidden;
	width: 767px;
	position: relative;
}
.page_content {
	padding: 8px 18px 20px;
}
#page_header  {
	position: relative;
	height:185px;
	overflow: hidden;
}
#page_body  {
	padding:10px 0;
	overflow:hidden;
	width:100%;
}
#page_body p {
	margin-bottom:15px;
}
div.nobg {
	height:38px !important;
	background:transparent !important;
}
#page_body.nobg {
	background:transparent !important;
	height:auto !important;
}
/*-- End Content styles --*/


/*-- Print styles --*/
#print {
	text-align:right;
	padding:4px 10px 3px;
	font:10px arial;
}
#print a {
	color:#336699;
	background: transparent url(../images/printer.png) no-repeat;
	padding-left:23px;
}
/*-- End Print styles --*/


/*-- Footer Styles --*/
#footer {
	background:#345e8a url(../images/footer_bg.png) repeat-x;
	color:#fff;
	clear:both;
	text-align:left;
	font:12px Arial;
	padding:11px 12px 10px 20px;
}
#footer a {
	color:#FFF;
	margin-right:20px;
}
#footer span {
	color:#9bd5f8;
	font:10px arial;
	float:right;
}
/*-- End Footer Styles --*/


/*-- Pagination Styles --*/
#pagination a {
	border:1px solid #4A78A1;
	padding:2px 4px;
	margin:0 1px;
}
#pagination a:hover {
	border:1px solid #4A78A1;
	background:#4A78A1;
	color:#FFF;
	text-decoration: none;
}
#pagination b {
	border:1px solid #4A78A1;
	padding:2px 4px;
	background:#4A78A1;
	color:#FFF;
}
/*-- End Pagination Styles --*/


/*-- Form Styles --*/
.form_table {
	padding-top:20px;
	margin:0 auto;
	width:550px;
	padding-bottom:20px;
}
.form_table td {
	text-align:left;
	padding:5px;
}
input.submit {
	border:3px double #CCCCCC;
	border-right:3px double #333333;
	border-bottom:3px double #333333;
	padding:5px 15px;
	font: bold 16px arial;
	display:block;
	margin:0 auto;
	cursor: pointer;
	_cursor:hand;
}
input.form_input {
	width:400px;
	border:1px solid #c5c5c5;
	padding:3px;
}
/*-- End Form Styles --*/


/*-- Sortable Table Styles --*/
table#sortable_table {
	border:1px dotted #CCCCCC;
	background:none;
	margin:10px 0 0 0;
	width:98%;
	font-size:11px;
}
#sortable_table th {
	text-align:left;
	background:url(../images/cms_images/th_bg.png) repeat-x top left;
	color:#FFFFFF;
	padding:4px 5px;
	font-weight:normal;
}
table#sortable_table th a {
	color:#FFFFFF;
}
#sortable_table tr td {
	padding:3px 10px;
	border:1px solid #EEE;
}
/*-- End Sortable Table Styles --*/


#page_body #left ul {
	list-style: disc;
	margin-left:30px;
	margin-bottom:20px;
}
#pages #page_body ul {
	list-style: disc;
	margin-left:30px;
	margin-bottom:20px;
}
#page_body #left ol {
	list-style: decimal;
	margin-left:30px;
	margin-bottom:20px;
}
#pages #page_body ol {
	list-style: decimal;
	margin-left:30px;
	margin-bottom:20px;
}
#left li {
	margin-bottom:10px;
}
blockquote {
	padding:10px 25px;
}

#right #media p{
margin-left:10;
padding:0;
width:220px;
}
#right #media a{
margin-right:20px;
float:right;
}

