@import url(/css/reset.css);

/*
   __      __     ____     __     
 /'_ `\  /'_ `\  /',__\  /'__`\   
/\ \L\ \/\ \L\ \/\__, `\/\ \L\.\_ 
\ \____ \ \____ \/\____/\ \__/.\_\
 \/___L\ \/___L\ \/___/  \/__/\/_/
   /\____/ /\____/                
   \_/__/  \_/__/          myggsa.co.za
*/

.h1Red {
	font-size: 18px;
	color: #fc7216;
	margin: 0;
}

hr {
  clear: both;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #eee;
  border-top: 1px solid #CCC;
  margin-bottom: 18px;
  margin-top: 18px;
  background-repeat: no-repeat;
  background-position: top center;
}

h5.dream {
  text-indent: -1000px;
	background-image: url(/img/dream_icon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 74px;
	cursor: default;

}
h5.plan {
  text-indent: -1000px;
	background-image: url(/img/plan_icon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 74px;
	cursor: default;
}
h5.do {
  text-indent: -1000px;
	background-image: url(/img/do_icon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 74px;
	cursor: default;
}
h5.tell {
  text-indent: -1000px;
	background-image: url(/img/tell_icon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 74px;
	cursor: default;
}

* { padding: 0; margin: 0; }

pre {
	font-size: 9px;
	font-family: verdana;
}

.error {
	color: #e11635;
	font-size: 10px;
}

.header2 {color: #AF9177; font-size: 14px;font-weight: bold;}
.header3 {color: #AF9177; font-size: 12px;}

body {
	font-family: arial, verdana, "lucida grande", helvetica, sans-serif;
	background-color: #F7F4F1;
	color: #5E4C3D;
	font-size: 14px;
}

#logoArea {
	clear: both;
	width: 171px;
}

#logoArea h1 {
	text-indent: -1000px;
	background-image: url(/img/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 90px;
	cursor: pointer;
}

#wrapper {
	width: 774px;
	margin: 0 auto;
}

#columnsWrapper {
	background-image: url(/img/columnsWrapper_bg2.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	overflow: hidden;
	width: 774px;
}

/*#mainColumn {
	width: 774px;
}*/

#sticky {
	background-image: url(/img/label_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: normal;
	height: 38px;
	width: 237px;
 	position: absolute;
	margin-left: -31px;
	padding: 6px 0 0 30px;
	color: #5E4C3D;
	font-size: 18px;
}

#stickyTeacher {
	background-image: url(/img/td_sticky.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: normal;
	height: 36px;
	width: 234px;
 	position: absolute;
	margin-left: -31px;
	padding: 4px 0 0 30px;
	color: #FFF;
	font-size: 18px;
}

.postit {
	background-color: #f9ecba;
	color: #5e4c3d;
	font-weight: normal;
	padding: 30px;
	margin-bottom: 8px;
	font-size: 14px;
}
.postit h4 {
	color: #5e4c3d;
	border-bottom: 1px dotted #5e4c3d;	
	padding-bottom: 12px;
	margin-bottom: 16px;
}

#stickyDonor {
	border-bottom: 2px solid #D6D4D1;
  border-right: 2px solid #D6D4D1;
  border-top: 2px solid #F7F4F1;
	background-color: #fff;
  color: #FF7114;
	font-weight: normal;
	height: 38px;
	width: 237px;
 	position: absolute;
	margin-left: -24px;
	padding: 6px 0 0 30px;
	font-size: 18px;
}

.crumbtrail, .crumbtrail a {
	font-size: 11px;
	color: #AF9177;
	font-style: italic;
	margin: 50px 0 0 0;
}

#content, #home_content {
	background-image: url(/img/content_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 774px;
	overflow: hidden;
}

.contentblock {
	width: 553px;
	float: left;
	padding: 0 0 10px 20px;
	margin: 50px 0 0 0;
}

.contentblock_reportback {
	width: 553px;
	float: left;
	padding: 0 10px 10px 20px;
	margin: 50px 0 0 0;
}

.contentblock_reportback p { 
	padding: 0;
}

.home_contentblock {
	width: 413px;
	float: left;
	padding: 0 0 10px 20px;
	margin: 50px 0 0 0;
}

.home2_contentblock {
	width: 550px;
	float: left;
	padding: 0 0 10px 20px;
	margin: 50px 0 0 0;
}

.home_contentblock h1 {
	padding: 40px 0 0 0;
}

.contentblock p { 
	padding: 10px 0 0 0;
}

/*----------------------
	Side Columns
----------------------*/
#sideColumnTop {
	background-image: url(/img/sideColumn_top_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 191px;
	margin: 50px 0 0 0;
}

#sideColumn {
	background-image: url(/img/sideColumn_bg2.gif);
	background-position: top;
	background-repeat: repeat-y;
	float: left;
	width: 191px;
	font-size: 11px;
}

#sideColunmContent {
	color: #5E4C3D;
	padding: 10px 0 10px 15px;
}

.sideColunmBudget {
	color: #FD7E10;
	font-size: 18px;
	padding-left: 20px;
}

#sideColumnBottom {
	background-image: url(/img/sideColumn_bottom_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 191px;
}

#reportSideColumnTop {
	background-image: url(/img/reportbacksideColumn_top_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	height: 69px;
	width: 158px;
	margin: 50px 0 0 0;
}

#reportSideColumn {
	background-image: url(/img/reportbacksideColumn_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
	float: left;
	width: 158px;
	font-size: 11px;
}

#reportSideColumnBottom {
	background-image: url(/img/reportbackside_bottom_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 158px;
}

#photoFrame {
	background-image: url(/img/photo_frame_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 304px;
	width: 249px;
	float: left;
}

#photoFrame img { 
	padding: 13px 0 0 19px;
}

/*----------------------
	Notes Column
----------------------*/
#notesTop {
	background-image: url(/img/notes_top_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 188px;
	margin: 50px 0 0 0;
}

#notes {
	background-image: url(/img/notes_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
	float: left;
	width: 188px;
	font-size: 13px;
}

#notesContent {
	color: #5e4c3d;
	padding: 10px 0 10px 15px;
}

#notesBottom {
	background-image: url(/img/notes_bottom_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 188px;
}


/*----------------------
	Menu
----------------------*/
#mainMenu {
	background-image: url(/img/mainMenu_bg2.gif);
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 774px;
	height: 56px;
	font-size: 18px;
}
#mainMenu ul {
	list-style: none;
	float: right;
	color: #AF9177;
	width: 290px;
	margin-top: 0.52em;
}
#mainMenu li {
	float: left;
	margin: 0;
}
#mainMenu a, #mainMenu a:active, #mainMenu a:visited {
	float: left;
	padding: 0 4px;
	margin-left: 4px;
	line-height: 26px;
	height: 26px;
	text-decoration: none;
	color: #AF9177;
	background-color: transparent;
}
#mainMenu a:hover {
	color: #FD7E10;        
}
#mainMenu li.selected a, #mainMenu li.selected a:active, 
#mainMenu li.selected a:visited, #mainMenu li.selected a:hover {
	padding-right: 8px;
	color: #FD7E10;
}

/*----------------------
	Home page
----------------------*/
#homebanners {
	background-color: #e6a201;
	height: 100px;
	color: #FFF;
}

#home_bottom {
	background-image: url(/img/footer_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding:0;
	font-size: 10px;
	color: #AF9177;
	width: 774px;
}

/*----------------------
	Markdown
----------------------*/


#markdown h1, #markdown h2, #markdown h3, #markdown h4,
#markdown h5, #markdown h5, #markdown h6, #markdown h7 {
	color: #FC7216;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 5px 0;
}

#markdown p {
	padding: 0;
}

#markdown li ol, #markdown ul {
	list-style-position: inside;
	margin: 1em 0 1em 0;
}
#markdown li ol, #markdown li ul {
	margin-bottom: 0;
}
#markdown ol li, #markdown ul li {
	margin-left: 1em;
	padding-left: 0;
}

/*----------------------
	Search page
----------------------*/
#pageControl {
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #5e4c3d;
}
#pageControl a, #pageControl a:active, #pageControl a:visited {
	color: #e00728;
}
#pageControl a:hover {
	color: #fd7e10;        
}

#searchResults {
	border-bottom: 1px dotted #5e4c3d;
	padding: 10px 0 10px 0;
	width: 549px;
}

#searchResults p {
	padding: 0;
}

.searchLink a, .searchLink a:visited {
	color: #FC7216;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.searchLink a:hover {
	text-decoration: underline;
}

/*----------------------
	Login page
----------------------*/
#userInfo {
	margin-top: 0.5em;
	text-align: right;
	margin-right: 1em;
	font-size: 11px;
	padding-bottom: 5px;
	font-color: #5e4c3d;
}


/*----------------------
	My Account page
----------------------*/


/*----------------------
	footer
----------------------*/
#footer {
	background-image: url(/img/footer_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 25px 0 0 0;
	/*padding-left: 57px;*/
	font-size: 10px;
	color: #AF9177;
	width: 774px;
}

#stopper {
	background-image: url(/img/site_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 120px;
}

#footer p {
	color: #AF9177;
	padding:28px 0 0 0;
}

#footer img {
	float: right;
	padding: 7px 10px 0 0;
}

#logos {
	background-image: url(/img/footer_logo_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 46px;
}

#footer a, #footer a:visited {
	color: #e00728;
	text-decoration: none;
}
#footer a:hover {
	color:#FC7216;
	text-decoration: underline;
}

/*----------------------
	Form Elements
----------------------*/
.form {
	margin: 0;
	color: #5E4C3D;
	display: inline;
}
input, select, textarea {
	color: #5E4C3D;
	padding: 2px;
	background-color: #FFF;
}
form div {
	margin-bottom: 0.75em;
}
.form label {
	background-color: transparent;
	text-align: left;
	color: #584A3F;
	font-size: 12px;
	font-weight: bold;
}
.form2 label {
	background-color: transparent;
	text-align: left;
	color: #584A3F;
	font-size: 12px;
	font-weight: normal;
	display: inline;
}
.inputtext {
	width: 250px;
}

/*----------------------
	AutoComplete div
----------------------*/
div.autocomplete {
	position: absolute;
	width: 247px;
	background-color: white;
	border: 1px solid #888;
	margin: 0;
	padding: 0;
}
div.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.autocomplete ul li.selected { background-color: #FFF;}
div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	height: 20px;
	cursor: pointer;
}
