body {
    margin: 0;
    padding: 0;
    font: small "Bitstream Vera Sans", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    color: ;
    background: #ffffff;
}

/******************************* LAYOUT : HEADER ******************************/
#sgl {
    width: 900px;
    margin: 0 50px 50px 50px;
    clear: both;
    float: middle;
    height: auto;
}
#sgl #header {
    /*background-color: #D61018;*/
      height:55px;

}

#pgcolorlogo {
 background-color: #005131;
  height:80px;
  border-bottom: 1px solid #E7E7E7;
  position:relative;
}
#pgcolorlogo img{
    float: left;
}
#outside {
	    border: solid 1px #848284;
	    background-repeat: no-repeat;
	    background-position: center right;
	    height: auto;
}

#sgl #logo {
    float: left;
    margin: 10px;
    font-size: 2em;
    font-weight: normal;
    color: #000C5A;
    text-decoration: none;
}
#sgl #logo img {
    vertical-align: middle;
    /* Workaround for Opera */
    vertical-align: text-middle;
}
#sgl #login {
    float: right;
    margin: 10px 10px 0 0;
    font-size: 0.7em;
//    height: 50%;
    color: #000000;
}
#sgl #login a {
    padding: 0 5px;
    text-decoration: none;
    color: #000000;
}
#sgl #login a:hover {
    text-decoration: underline;
}
#sgl #login #logAction {
    margin-left: 0.5em;
    padding: 0.2em;
	border: 1px solid transparent;
    border-color: #333333 #333333 #333333 #333333;
    color: #000000;
}

/****************************** LAYOUT : MAIN *********************************/

#sgl #container {
    top: 140px;
    min-height: 250px;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/

#sgl #leftSidebar, #sgl #rightSidebar {
    position: absolute;
    margin-top: 140px;
    z-index: 1;
}
#sgl #leftSidebar {
    width: 125px;
    left: 0;
	  top: 1px;
    background: #fff;/*#D61018;*/
    margin-left: 55px;
}
#sgl #rightSidebar {
	display: none;
}
#sgl .blockContainer {
    margin: 4px 1px 5px 1px;
    min-height: auto;
    background-color: #f7f7f7;
    -moz-border-radius: 0.4em 0.4em 0.4em 0.4em;
}
#sgl .blockCont{
    width: 120px;
    border: 1px solid #E7E7E7;
    padding: 5px;
    margin: 0px 1px 5px 1px;
    min-height: auto;
    background-color: ;
    -moz-border-radius: 0.4em 0.4em 0.4em 0.4em;
}
.mastercontainer {
	overflow:scroll;
}
#sgl .blockHeader {
    margin: 0;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    color: buttonshadow;
    border-bottom: 1px solid #1e394d;
    -moz-border-radius: 0.4em 0.4em 0 0;
}
#sgl .blockContent {
    background-color: #ffffff;
    color: #000000;
    font-size: 0.9em;
    padding: 10px;
    border-top: none;
}
/*====================Left column block=========================*/
.container {
    min-height: 250px;
    margin: 0 5px;
    padding-bottom: 3em;
    background-color: #f70000;
//    background-image: url('http://symbols.meristem.com.ng/themes/default/images/backgrounds/bg_leftcol.jpg');
    background-position: top left;
    background-repeat: repeat-x;
//    border: 1px solid #1e394d;
//    -moz-border-radius: 0.4em;
}
.mnu_header {
    display: none;
    margin: 0;
    height: 30px;
    color: white;
//    background: red;
    background-image: url('http://symbols.meristem.com.ng/themes/default/images/menu.gif');
    background-repeat: no-repeat;
    font: arial;
    font-weight: bold;
    font-size: 1.3em;
    padding-top: 5px;
    text-align: center;
    border-bottom: 1px solid #1e394d;
    -moz-border-radius: 0.4em 0.4em 0 0;
}
.mnu_content {
//    border-bottom: 1px solid #ffffff;
//    background-image: url('http://symbols.meristem.com.ng/themes/default/images/backgrounds/bg_leftcol.jpg');
      padding: 0;
}

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/

#sgl #content, #sgl #content-nocols, #sgl #content-leftcol, #sgl #content-rightcol {
    position: relative;
    margin: 0 110px 0 125px;
    width: auto;
    min-width: 20%;
    font-size: 0.9em;
    padding: 0 20px;
}

#newcontent {
    position: relative;
    width: auto;
    min-width: 20%;
    font-size: 0.9em;
    padding: 0 3px;
}


#sgl #content #options {
    float: right;
    width: 28%;
}
#sgl #content-nocols {
    margin: 0;
}
.scrollTop
{
 display: none;
}

.textareascroll
{
  overflow:hidden;
}

.scrollBody
{
 margin:0;
 padding:0;
 width:100%;
 height:10px;
 position:relative;
 overflow:scroll;
}
#sgl #content-leftcol {
    margin: 0 0 0 125px;
    background: #fff/*#D61018*/;
}
#sgl #content-rightcol {
    margin: 0 110px 0 0;
    background: #fff/*#D61018*/;
}
/* Holly Hack here so that tooltips don't act screwy:
 * http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide next from Mac IE plus non-IE \*/
/* html*/
#sgl #content {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

/******************************* LAYOUT : FOOTER ******************************/

#sgl #footer {
    position: relative;
    float: middle;
    clear: both;
    margin-bottom: 0px;
    padding-top: 5px;
    font-size: 0.8em;
    text-align: center;
    background: #005131;
    color: #ffffff;
   /* border: 1px solid #848284;*/
}
#sgl #footer a, #sgl #footer a:hover, #sgl #footer a:visited{
    color: #ffffff;
    text-decoration: underline;
}


/***************************** CONTENT : HEADINGS *****************************/

h1 {
    font-size: 1.5em;
    font-weight: normal;
}
h1.pageTitle {
    font-size: 1.25em;
    font-weight: normal;
    text-align: center;
    color: #000000;
}
h2 {
    font-size: 1.5em;
}
h3, h3 pageTitle {
    font-size: 1.25em;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
h4 {
    font-size: 1em;
}
.pageTitle {
    color: #000000;
    font-size: 1.75em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.commentNav, .commentINav{
 width:100%;
 border: 1px solid #000;
 margin-bottom:10px;
 padding:0;
 height:20px;
}
.commentNav input, .commentINav input{
 margin-right:5px;
 float:right;
 width:120px;
}
.commentINav{
 border:none;
}
.commentINav input{
 float:left;
 width:120px;
}
.commentTitles, .commentDtls{
 width:100%;
 border: 1px solid #000;
 margin-bottom:10px;
 height:200px;
 overflow:auto;
}
.commentDtls{
 height:300px;
}

/***************************** CONTENT : ANCHORS ******************************/

a {
    color: #339BD3; ==#ffffff;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: #339BD3; ==#ffffff;
}
a:hover {
    color: #339BD3; ==#000000;
    text-decoration: underline;
}

/***************************** CONTENT : TABLES *******************************/

#content table {
    border: 1px solid #cccccc;
    /* This is not a typo, we want first set a fallback for IE, then set the
     * real margin for real browsers ;) */
    margin: 0 5%;
    margin: 0 auto;
}
td, th {
    padding: 2px;

}


.tdhome {
    background-color: #D61018;
	width: 25%;
	top: 80px;
}
.samuel{
    font-size: 10px;
    color: #ffffff;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
.tdbgcolor{
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	border: none
	height: 250px;
}

.thhome {
 	background-color: #E7E7E7;
 	color: #D61018;
    text-align: center;
    font-size: 70%;
    font-family: times;
}

.thhome1 {
 	background-color: #E7E7E7;
 	color: #D61018;
    text-align: center;
    font-size: 0.9em;
}


th {
    background-color: #E7E7E7;
    color: #ffffff;
    text-align: left;
    font-size: 1.0em;
    line-height: 1.75em;
}

thb {
    background-color: #246C94;
    color: #ffffff;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.75em;
}


.afterbannerhead{
	 font-size= 0.3em;
}

.thright {
    background-color: #E7E7E7;
    color: #ffffff;
    text-align: right;
    font-size: 1.0em;
    line-height: 1.75em;
}

.thcenter {
    background-color: #1e394d;
    color: #ffffff;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.75em;
}
thright a {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}


th a {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
th a:visited {
    color: #ffffff;
}
th a:hover {
    color: #ffffff;
}
#imRead {
    background-color: #ie394d;
}

/******************************* CONTENT : BLOCKS *****************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
    align: left;
}
.navWidget {
    overflow: auto;
}
.options-block {
    margin: 20px 0;
}
input{
  border: 1px solid #1e394d;
  color: #1e394d;
  font-size: 10px;
  font-color: #1e394d;
}
label{
  font-size 10px;
  font-color: #1e394d;
}

/*************************** CONTENT : MISCELLANEOUS **************************/

.mandatory{
 	color: red;
}
.mandator{
 	color: white;
}
acronym {
    cursor: help;
}
hr {
    border: none;
    border-top: 1px solid #000000;
}
img {
    border: none;
    margin: 0px;
}
.codeExample {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    margin: 1em 1.75em;
    padding: 0.25em;
    overflow: auto;
    font-size: large;
}
.alignCenter {
    text-align: center;
}
.backLight {
    background-color: transparent;
}
.backDark {
    background-color: #ffffff;
}

.bold {
    font-weight: bold;
}
.error {
    color: #ff0000;
}
.hide {
    display: none;
}
.small {
    font-size: 0.8em;
}
.narrow {
    width: 60%;
}
.wide {
    width: 90%;
    background-color: white;
}
.widetable {
    width: 100%;
    background-color: white;
}
.widefrm {
    width: 100%;
    margin:top;
    background-color: white;
}

.tdfrmtop {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    font-style: vandana;
}
.tdfrm {
    border-bottom: 1px solid #E7E7E7;
    font-style: vandana;
}
.funkdafied {
    width: 295px;
    padding: 0;
    height: 270px;
    background-color: white;
}
.midd {
      background-color: white;
     width: 300px;
     height: 250px;
     padding: 0px;
     margin: 0px;
     border: none;
}
.bobo{
    font-size: 11px;
    font-weight: normal;
    margin: 0px;
}
.leftie {
    background-color: white;
     width: 290px;
     height: 250px;
     padding: 0px;
     margin: 0px;
     border: none;
}
.tableau{
    background-color: white;
    margin: 0px;
    cellpadding: 0px;
    cellspacing: 0px;
    width: auto;
    height: 270px;
    padding: 0px;
}
.tab{

/*   height: 60px; */
    padding: 5px;
    margin: 0px;

}
.padd{
    height: 20px;
    padding: 3px;

}
.icons{
    width: 100%;
    margin: 0;
/*    padding: 5px; */
    text-align: center;
    vertical-align: middle;
    background-color: #e4ecf4;
}
.icons a{
  text-decoration: none;
}
.topMenu{
    width: 97%;
    background-color: #e4ecf4;
    height: 70px;
    padding: 10px;
}
.full {
    width: 100%;
}
 .fullpt {
     border-top: 1px solid #E7E7E7;
}
.small {
    width: 300px;
    font-size: 11px;
}
.detail {
    color: #1e394d;
    font-weight: normal;
    font-size: 0.8em;
}
.navigator {
    color: #ie394d;
    background-color: #f70000;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}
.pager {
    white-space: nowrap;
    font-size: 1.0em;

}
.pager .results {
    padding-right: 0.5em;
    color: black;
}
.pager .currentPage {
    font-weight: bold;
    padding: 0 0.75em;
    color: #246C94;
    font-weight: bold;
}
.pager a {
    padding: 0 0.75em;
    color: #339BD3;
    font-weight: bold;
}
.pager a:hover {
    background: #246C94;
    color: #D61018;
}
.pagerheader,.pagerheader td {
    background-color: white;
    text-align: right;
    color: #D61018;
}
.fafa{
    height: 20px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.searchwide {
    font-size: 1.0em;
    font-weight: normal;
    color: #184a84;
    background-color: #E7EFF7;
    padding-left: 10px;
==    line-height: 34px;
    letter-spacing: 1px;
==    margin: 0;
}

.title {
    color: #1e394d;
    font-weight: normal;
    font-size: 1.5em;
}
.toolBtnSeparate {
    margin-left: 20px;
}
.treeMenuDefault {
    font-size: 11px;
}
.dateSelector {
    cursor: pointer;
}

/******************************* CONTENT : FORMS ******************************/

fieldset {
    width: 80%;
    margin: 0px 20px auto;
    background-color: #ffffff;
    color: #000000;
    font-size: 1.0em;
    font-weight: bold;
}
legend {
    color: #000000;
}
.fieldName, .fieldNameWrap {
    background-color: #f7f7f7;
    color: #000000;
    font-weight: bold;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #000C5A;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
select, input, textarea {
    font-size: 1em;
    z-index: 1;
}
html>body fieldset select, html>body fieldset input, html>body fieldset textarea {
    border: 1px solid #e7e7e7;
}
html>body fieldset input[type="text"] {
    text-indent: 2px;
}
fieldset input:focus, fieldset textarea:focus {
    background: #CFEEFF;
}
.noBorder {
    border: none;
    font-size: 10px;
}
.narrowButton {
    text-align: center;
    width: 9em;
}
.wideButton {
    text-align: center;
    width: 13em;
}

/***************************** CONTENT : MESSAGES *****************************/

.errorContainer, .messageContainer,.message1 {
    margin: 0 auto;
    width: 50%;
}
.messagecontainer{
   overflow:auto;
   height: 150px;
}

.errorHeader {
    background-color: #ffcc00;
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.errorContent {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #000000;
    background-color: #ffff99;
    text-align: left;
    padding: 0 10px;
}
.errorMessage {
    width: 60%;
    margin: 0 auto 15px;
    padding: 5px 25px;
    text-align: center;
    background-color: #ffffff;
    background-position: 0 50%;
    background-repeat: no-repeat;
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 0.4em;
    background-image: url('http://symbols.meristem.com.ng/themes/default/images/22/dialog_error.gif');
    border-color: #ff2200;
}
.infoMessage {
    width: 60%;
    margin: 0 auto 15px;
    padding: 5px 25px;
    text-align: center;
    background-color: #ffffff;
    background-position: 0 50%;
    background-repeat: no-repeat;
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 0.4em;
    background-image: url('http://symbols.meristem.com.ng/themes/default/images/22/dialog_info.gif');
    border-color: #00ba44;
}
.warningMessage {
    width: 60%;
    margin: 0 auto 15px;
    padding: 5px 25px;
    text-align: center;
    background-color: #ffffff;
    background-position: 0 50%;
    background-repeat: no-repeat;
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 0.4em;
    background-image: url('http://symbols.meristem.com.ng/themes/default/images/22/dialog_warning.gif');
    border-color: #ffa900;
}
.timer{
   background-color: #848284;
   padding: 1px;
}
.time{
   background-color: #E7EFF7;
   padding: 5px;
   height: 150px;
   overflow: auto;
}
.tim{
   background-color: #E7EFF7;
   width: 100%;
}
.ish{
    color: red;
}
.japan{
    background-color: #f7f7f7;
}
.messageHeader {
    color: #1e394d;
    background-color: #D61018;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
    border-top: 1px solid #1e394d;
    border-left: 1px solid #1e394d;
    border-right: 1px solid #1e394d;
}
.messageContent {
    padding: 5px;
    background-color: #ffffff;
    color: #D61018;
    border-bottom: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    text-align: center;
}

.messageContent1 {
    background-color: #000C5A;
    color: #1e394d;
    text-align: left;
}


#formcontainer {
   height: 235px;
}

.messageContent div {
    padding: 5px;
}
.message div{
    margin: 0 15% 10px;
    padding: 5px;
    background-color: #000C5A;
    color: #000000;
    text-align: center;
}

/* /////////////// Lists /////////////// */

ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
ul.bullets li {
    list-style-image: url('http://symbols.meristem.com.ng/themes/default/images/bullet.gif');
}

/* /////////////// Tooltips /////////////// */

.tipOwner {
    position: relative;
    cursor: help;
    /* IE :hover javascript workaround */
    behavior: url(http://symbols.meristem.com.ng/themes/default/css/tooltipHover.htc);
}
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #333333 #333333 #333333 #333333;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);
}
.tipOwner:hover .tipText {
    display: block;
}

/******************************* DEPRECATED ***********************************/

.bgnd {
    background-color: #1865d6;
    border: 1px solid #1e394d;
}
.bgnd a, a.noDecoration {
    text-decoration: none;
}
.bgnd a {
    color: #000000;
    font-weight: normal;
}
.moduleOverview {
    width: 20.5em;
    height: 8em;
}
.newsItem {
    border: 1px solid #1e394d;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    background-color: #ffffcc;
}
.pinstripe table {
    background-color: #ffffff;
    width: 90%;
}
.pinstripe td {
    background-color: #000C5A;
}
.pinstripe img {
    padding: 10px;
}
.pinstripe button {
    padding: 10px 0;
}

#nav {
    height: 20px;
    font-size: 0.6em;
    background-color: #e7e7e7;
    color: #D61018;
}
#nav ul {
    position: absolute;
    width: 900px;
    padding: 0;
    margin: 0;
    background-color: #D61018;
    border-bottom: 1px solid #1e394d;
    background: url('http://96.0.0.3/symbols/www/themes/default/images/Cspringbank_lower.jpg');
    background-repeat: no-repeat;
}
#nav ul li {
    float: left;
    display: inline;
    margin-left: 45px;
    border-right: 1px solid #D61018;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #000c5a;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #D61018;
}
#nav ul li a:hover {
    color: #D61018;
    text-decoration: underline;
    background-color: #f70000;
    display: block;
    border-right: 1px solid #D61018;
==}
==#nav ul li.current a {
==    color: #cccccc;
==    background-color: #1865d6;
==}
==#nav ul li.current a:visited {
==    color: #cccccc;
==}
==*/
==/* hide the sublevels */
==#nav ul ul {
==    display: none;
==}
==#nav ul li.current ul {
==    position: absolute;
==    left: 0;
==    display: block;
==    /* use max-width emulation hack from
==     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
==     * properties syntax, see
==     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
==    _width: expression(document.body.clientWidth);
==    padding: 0;
==    background-color: #1865d6;
==}
==#nav ul li.current li {
==    padding: 0.4em 0;
==}
==#nav ul li.current li a {
==    /* hide first pipe */
==    left: -1px;
==    padding: 0 1em;
==    font-weight: normal;
==    font-size: 1.1em;
==    color: #cccccc;
==    border-right: none;
==    border-left: 1px solid #cccccc;
==}
==/* hide 3rd or more levels */
==#nav ul ul ul li {
==    display: none;
==}
==
==/*
========================Vertical Admin Menu============================*/
.mnu_content {
    border-top: 1px solid #ffffff;
}
.mnu_content a {
    display: block;
    margin: 0;
    text-indent: 10px;
    height: 25px;
    text-align: middle;
    line-height: 30px;
    font-size: 0.9em;
    font-weight: bold;
    color: ;
    text-decoration: none;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #1e394d;
}
.mnu_content a img {
    float: left;
    padding: 4px 3px;
    text-align: center;
}
.mnu_content a:hover {
    background: #E7E7E7;
    color: #ffffff;
}
.mnu_content li {
    list-style-type: none;
}
.mnu_content li ul {
    display: none;
}
.mnu_content li {
    display: inline;
    text-indent: 0px;
    left: 0px;
    list-style-type: none;
}
.mnu_content ul {
//    display: none;
//    text-indent: 0px;
}
.mnu_content li {
    display: inline;
    text-indent: 0px;
    left: 0px;
    list-style-type: none;
}
}
.mnu_content li.current ul {
    display: block;
    border: none;
}
.mnu_content li.current a {
    color: #D61018;
    background-color: #cccccc;
}
.mnu_content li.current a:hover {
    color: #D61018;
}

=========================Header===============================*/
#header #left {
    height: 60px;
//    background: #339BD3 url('http://127.0.0.1:81/seagull60/themes/default_admin/images/backgrounds/bg_header_blue.gif') repeat-x;

}
#header h1, #header h1 a {
    float: left;
    margin: 0;
    padding: 0;
}
#header h1 {
    height: 60px;
 //   background: url('http://127.0.0.1:81/seagull60/themes/default_admin/images/logo.png') no-repeat 10px 50%;
    font-size: 2.4em;
}
#header h1 a {
    position: relative;
    padding: 5px 0 5px;
    text-indent: 100px;
    letter-spacing: 0.1em;
    color: #367951;
}
#header h1 a:hover {
    text-decoration: none;
}
#header h1 a span {
    position: relative;
    top: 15px;
    left: -20px;
    font-size: 0.5em;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #ebdb9d;
}
#header #right {
    background-color: #ebdb9b;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #367951;
    text-align: right;
}
#header #right .info {
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
}
#header #right img {
    vertical-align: middle;
}

