/**
 * uniandes.css
 *
 * Copyright (c) 2000-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Uniandes theme.
 *
 * $Id: uniandes.css,v 1.5.2.1 2009/04/08 20:45:50 asmecher Exp $
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #333333;
	line-height: 1.2em;
}

a:link {
	color: #4DB7CF;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #000000;
}

a:visited {
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

h2 {
	color: #32A3BA;
	font-size: 17px;
	text-align: left;
}

h3 {
	color: #32A3BA;
	font-size: 14px;
	text-align: left;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	font-size: 12px;
	background-color: #DFECEC;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 12px;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

input.button {
	background-color: #4DB7CF;
	color: #fff;
	border: none;
}

#container {
	width: 1024px!important;
}

#header {
	background-color: #ffffff;
}

#headerTitle h1 {
	padding: 0;
}

#body {
	width: 1024px;
}

#main {
	background-color: #ffffff;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	width: 655px;
	padding: 20px 10px 4px 10px;
}

#main h2 {
	padding-left: 0;
}

#main #content div {
	font-size: 12px;
	line-height: 1.8em;
}

td.tocGalleys {
	padding-right: 10px;
}

#navbar {
	padding-left: 0;
	border: none;
}

#navbar a {
	font-size: 12px;
}

#navbar ul.menu li {
	padding-right: 1em;
}

#breadcrumb {
	font-size: 12px;
	padding-left: 0;
	padding-bottom: 10px;
}

#content {
	font-size: 12px;
	padding-left: 0;
	border: none;
}

#leftSidebar {
	width: 208px;
	padding: 0;
	margin: 0;
}

#rightSidebar {
	width: 135px;
	margin-left: 0;
	margin-right: 0;
}

#sidebarNavigation span.blockSubtitle {
	font-weight: bold;
	padding-top: 10px;
}

#sidebarNavigation ul.plain {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#sidebarNavigation ul.plain li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
}

#sidebarNavigation ul.plain li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	height: 12px;
	display: block;
	font-weight: normal;
	padding: 6px;
}

#sidebarNavigation ul.plain li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	background-color: #F3FBFC;
	text-align: left;
	height: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 6px;
}

table {
	font-size: 12px;
}

table.announcements td.endseparator, table.announcements td.headseparator {
	border-top: none!important;
}

table.announcements td {
	padding: 0;
}

#announcementsHome h3 {
	padding-left: 0;
	text-align: left;
}

#sidebar div.block {
	font-size: 1.4em;
}

#content a img {
	border: none;
}
