/* stylesheet for vrafrica.org */
/* webmaster@eisa.org.za */
/* last modified 17 sep 2009 */

/* layout --> single column with header and footer */
/* alt colour for div with bg image (parent of present #container) #efd98c */

body  {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	color: #3f5d6d;
}

/* container */
#container  {
	position: relative;
	margin: 0 auto;
	left: -50px;
	width: 780px;
	text-align: center;
	height: 600px;
	padding: 0;
	/*background: url(../images/border4.png) top left repeat-y;*/
}
/*end container */

/* header */
#head  {
	position:absolute;
	width: 780px;
	margin: 0 auto;
	height: 100px;
	top: 0;
	left: 0;
	padding: 0;
	color: #3f5d6d;
	font-size: x-large;
	font-weight: bolder;
	text-align: left;
	padding-bottom: 7px;
	/*background: url(../images/underline8.png) bottom left repeat-x;*/
	/*background: url(../images/border4.png) top left repeat-y;*/
}
#head p  {
	margin-top: 60px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: none;
	padding: 0;
}
#head img {
	float: right;
	padding: 0;
	border: none;
}
/* end header */

/* navigation menu in header */
#head a:link {
	color: #a7bc66;
	text-decoration: none;
}
#head a:visited  {
	color: #a7bc66;
	text-decoration: none;
}
#head a:hover  {
	color: #3f4d6d;
	text-decoration: none;
	background: url(../images/underline7.png) bottom center repeat-x;
}
#head a:active {
	color: #3f4d6d;
	text-decoration: none;
	background: #fff;
}
#head .menu {
	width: 630px;
	padding-bottom: 5px;
	background: url(../images/underline8.png) bottom left repeat-x;
   font-size: 14pt;
}
/* end navigation menu in header */

/* main content */
#main  {
	position: absolute;
	top: 90px;
	left:0px;
	width: 780px;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
	/*background-color:#e1f1ca;*/
	/*border-bottom: 1px solid;*/
	/*background: url(../images/border4.png) bottom left repeat-y;*/
	background: url(../images/underline4.png) bottom left repeat-x;
}
#main p  {
	margin-top: 15px;
	margin-left:0px;
}

.h1box  {
	background: url(../images/underline4.png) bottom left repeat-x;
	padding-bottom:15px;
}

/* main content blue colour div */
.blueboxcenter  {
	width: 760px;
	margin-top: -7px;
	background-color: #6378a9;
	padding: 10px;
}
.blueboxleft  {
	width: 760px;
	margin-top: -7px;
	background-color: #6378a9;
	padding: 10px;
	text-align: left;
}
.blueboxcenter a:link,a:visited {
    color: white;
}
.blueboxleft a:link,a:visited {
    color: white;
}
/* end main content blue colour div */

/* eisa-SearchPagination */
.eisa-SearchPagination  {
	font-size: medium;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
.eisa-SearchPagination a:link {
	color: #fff;
	background-color: #3f4d6d;
	text-decoration: none;
}
.eisa-SearchPagination a:hover {
	text-decoration: none;
	color: #3f4d6d;
	background-color: #fff;
}
.eisa-SearchPagination a:visited  {
	text-decoration: none;
	color: #fff;
	background-color: #3f4d6d;
}
/* end eisaSearch-pagination */

/* eisa-SearchResults */
#eisa-SearchResults table  {
	width: auto;
	border: 1px #3f4d6d solid;
	empty-cells: show;
	border-collapse: collapse;

}
#eisa-SearchResults td  {
	border: 1px solid #3f4d6d;
	padding-left: 3px;
	padding-right: 3px;
}
#eisa-SearchResults th  {
	background-color: #fff;
	color: #3f4d6d;
	border: 1px solid #3f4d6d;
	padding-left: 3px;
	padding-right: 3px;
	font-variant: small-caps;
	font-weight: bold;
}

/* end eisa-SearchResults */

/* eisa-ResultInfo */

#eisa-ResultInfo {
   text-align: left;
}
#eisa-ResultInfo dl { clear: both; margin: 0; margin-bottom: .25em;; padding: 0; }
#eisa-ResultInfo dt { float: left; font-weight: bold; width: 200px; }
#eisa-ResultInfo dd { margin-left: 200px; }

/* end eisa-ResultInfo */

/* end main content */

/* footer */
#foot  {
	position: absolute;
	width: 780px;
	margin-top: 15px;
	left:0px;
	text-align: center;
	padding-bottom: 10px;
	border: none;
	color: #6378a9;
	font-size: small;
	background: url(../images/underline8.png) bottom left repeat-x;
}
/* end footer */

/* form --> home page only; may need extra styling/classes after integration with backend on results pages */
/* no results styles so far --> may not be necessary */
form  {
	margin-bottom: 40px;
	margin-top: 40px;
}

form label {
    display: block;
    float: left;
    width: 150px;
    padding: 0;
    margin: 5px 0 0;
    text-align: right;
}
form input, form textarea, form select {
    width: auto;
    margin: 5px 0 0 10px;
}
form br {
    clear: left;
}

.button  {
	background: #3f4d6d;
	color: #fff;
	font-weight: bolder;
	font-family: 'Courier New', Courier, monospace;
	border: none;
	height: 2em;
}
/* end form */