/**
 * @package		Evangelical Training Directory
 * @subpackage	Template
 * @copyright	Copyright (C) 2010-2014 The Missionary Training Service. All rights reserved.
 * @license		GNU/GPL, see GPL-2.0.txt
 */

/* Generic styles */
body {
	font-family: Tahoma,Arial,Verdana,Sans-Serif;
	font-size: 0.8em;
	line-height: 150%;
	margin-top: 20px;
	text-align: center;
}

a:link,
a:hover,
a:visited {
	color: #000000;
	text-decoration: underline;
}

p				{ margin-bottom: 10px; }
p.buttonheading	{ float:right; }
th				{ padding: 5px; }
th a			{ font-size: 0.9em;}

/* Structural elements */
#outer {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
#header {
	background: url(../images/gclogo.gif) no-repeat left center;
	height: 95px;
	position: relative;
}
#header a {
	display: block;
	float: left;
	height: 95px;
	width: 190px;
}
#header span { display: none; }
#header-text {
	color: #575759;
	float: left;
	font-size: 30px;
	padding-top: 40px;
	width: 575px;
}
#switcher {
	float: left;
	width: 195px;
}
#switcher span { display: block; }

#leftcolumn {
	float: left;
	margin-bottom: 10px;
	margin-top: 32px;
	width: 182px;
}
#maincolumn {
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 765px;
}
#maincolumn-narrow {
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 575px;
}
#rightcolumn {
	float: right;
	margin: 32px 0 10px 10px;
	width: 182px;
}
#content-footer {
	float: right;
	width: 765px;
}
#footer {
	background-color: #ffed98;
	clear: both;
	color: #333333;
	margin: 0 auto;
	padding: 20px;
	width: 960px;
}
#trailer {
	background-color: #fff;
	clear: both;
	color: #333333;
	margin: 0 auto;
	padding: 20px;
	width: 960px;
}

/* Module styles */
.moduletable {
	border: 1px solid #dedede;
	margin-bottom: 5px;
}
.moduletable h3 {
	background-color: #ffcc36;
	color: #00376a;
	font-size: 0.9em;
	height: 24px;
	padding: 5px 0 2px 8px;
}
.noborder { border: none; }

/* Menu styles */
ul.menu li {
	background-color: #575759;
	font-size: 11px;
}
ul.menu a:link,
ul.menu a:visited {
	border-top: 1px solid #fff;
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 6px 0 6px 10px;
	text-decoration: none;
	width: 170px;
}
ul.menu a:hover {
	background-color: #ffcc36;
	color: #ffffff;
}
ul.menu li.active a { background-color: #ffcc36; }

/* Content styles */
h1, h2, h3, h4, h5, h6 { color: #575759; }

h1, h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 3px 0 10px 0;
}

/* Form styles */
input,
select,
.inputbox,
textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	padding: 2px 0 2px 3px;
}

.button {
	background-color: #00376a;
	border: 1px solid #999;
	color: #ffffff;
	cursor: pointer;
	font-size: 85%;
	padding: 3px 5px;
	text-transform: none;
}
.button:hover { color: #ffffff;
background-color: #2b4b77 }



fieldset.etd-main {
	background-color: #f3ece0;
	color: #000000;
	font-size: 0.9em;
	padding-bottom: 10px;
}
fieldset.etd-main legend {
	border: 1px solid #dedede;
	color: #00376a;
	font-size: 1.2em;
	margin-left: 10px;
	margin-bottom: 8px;
	padding: 2px 10px;
}
fieldset.etd-main ul { margin-left: 20px; }

/* Pagination styles */
.pagination			{ padding: 5px 0; }
.pagenav			{ padding: 2px 5px; }

.pagination a:link,
.pagination a:visited,
.pagination a:hover { color: #3d4e6d; }

/* Logout form overrides */
.etd-main p			{ margin-left: 20px; }

/* Provider Courses overrides */
fieldset.etd-providercourses .PrvWebsite{ margin-left: 15px; }
fieldset.etd-providercourses .PrvEmail2	{ margin-left: 15px; }

/* Regular article styles */
ul li.normblue,
#page li			{list-style-type: circle; margin-left: 20px; margin-bottom: 8px;}

/* Phrase module */
.phrase-small {
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 5px;
	text-align: justify;
}

/* Course search page */
#etd-course-search h3.jpane-toggler {
	background-color: #f3ece0;
	color: #00376a;
}
#etd-course-search h3.jpane-toggler:hover {
	background-color: #00376a;
color: #ffffff;
}

table.etd-main th { background-color: #f3ece0; }
table.etd-main .odd { background-color: #ffed98; }
table.etd-main .even { background-color: #fff8a8; }

#jflanguageselection {
	float: left;
	margin: 0;
}
#jflanguageselection select.jflanguageselection { width: 170px; }
div#jflanguageselection img.langImg { margin-right: 5px; }

/* Sortable columns */
.icon-arrow-up-3,
.icon-arrow-down-3 {
	display: inline-block;
	height: 12px;
	margin-left: 5px;
	width: 12px;
}
.icon-arrow-up-3 { background: url(../../../media/system/images/sort_asc.png) no-repeat left top; }
.icon-arrow-down-3 { background: url(../../../media/system/images/sort_desc.png) no-repeat left top; }

/* System messages */
.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert, .alert h4 { color: #C09853; }
.alert h4 { margin: 0; }
.alert .close { display: none; }
.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}
.alert-success h4 { color: #468847; }
.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}
.alert-danger h4, .alert-error h4 { color: #B94A48; }
.alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}
.alert-info h4 { color: #3A87AD; }
.alert-block {
    padding-bottom: 14px;
    padding-top: 14px;
}
.alert-block > p, .alert-block > ul { margin-bottom: 0; }
.alert-block p + p { margin-top: 5px; }

/* Tooltips */
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

/* Overrides for evangelical.css */
#etd-course-search h3.pane-toggler {
    background: url("../images/blue-right-arrow.gif") no-repeat scroll 10px center #F0F0F0;
}
#etd-course-search h3.jpane-toggler-down {
	background: url("../images/orange-down-arrow.gif") no-repeat scroll 10px center #F0F0F0;
}
#etd-course-search h3 {
	border: 1px solid #DEDEDE;
	font-size: 1.6em;
	height: 2em;
	margin-bottom: 8px;
	padding: 20px 0 0 60px;
}
