.msgError {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 4px 4px 4px 4px;
    font-size: 16px;
    color: #FFF;
    background-color: #D13456;
}

.msgInfo {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 4px 4px 4px 4px;
    font-size: 16px;
    color: #FFF;
    background-color: #31A456;
}

#blue table {
    background-color: transparent;
}

#blue th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 4px 4px 4px 4px;
    font-size: 16px;
    color: #FFF;
    background: transparent url(/img/bgbox5.png) no-repeat top left;
}

#blue td {
    font-size: 12px;
    margin: 0 0 0 4px;
    color: #000000;
}

#tribnav img {
	border:solid; 
	border-color:transparent; 
	border-width:1px; 
	float:left; 
}

#tribnav img:hover {
	border-color:#FFFFFF; 
}

div.img
  {
  margin:2px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img img:hover
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }
  
.rating {
    width: 80px;
    height: 16px;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    clear: both;
    position: relative;
    background: url(images/star-matrix.gif) no-repeat 0 0;
}

ul.rating li {
    cursor: pointer;
    /*ie5 mac doesn't like it if the list is floated but ie6 does\*/
    float: left;
    /* end hide*/
    text-indent: -999em; /* hide text*/
}

ul.rating li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    text-decoration: none;
    z-index: 200;
}

ul.rating li.one a {
    left: 0
}

ul.rating li.two a {
    left: 16px;
}

ul.rating li.three a {
    left: 32px;
}

ul.rating li.four a {
    left: 48px;
}

ul.rating li.five a {
    left: 64px;
}

ul.rating li a:hover {
    z-index: 2;
    width: 80px;
    height: 16px;
    overflow: hidden;
    left: 0;
    background: url(/img/star-matrix.gif) no-repeat 0 0
}

ul.rating li.one a:hover {
    background-position: 0 -96px;
}

ul.rating li.two a:hover {
    background-position: 0 -112px;
}

ul.rating li.three a:hover {
    background-position: 0 -128px
}

ul.rating li.four a:hover {
    background-position: 0 -144px
}

ul.rating li.five a:hover {
    background-position: 0 -160px
}

.nostar {
    background-position: 0 0
}

.onestar {
    background-position: 0 -16px
}

.twostar {
    background-position: 0 -32px
}

.threestar {
    background-position: 0 -48px
}

.fourstar {
    background-position: 0 -64px
}

.fivestar {
    background-position: 0 -80px
}

.itextbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 0px;
    width: 90%;
    color: #000000;
    background: transparent url(/img/bgbox.png) no-repeat bottom left;
}

.irequiredtextbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 0px;
    width: 90%;
    color: #000000;
    background: transparent url(/img/bgbox3.png) no-repeat bottom left;
}

.ilabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 25%;
}

.ismalltextbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 0px;
    color: #000000;
    width: 25%;
    background: transparent url(/img/bgbox.png) no-repeat bottom left;
    width: 25%;
}

.irequiredsmalltextbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 0px;
    color: #000000;
    width: 25%;
    background: transparent url(/img/bgbox3.png) no-repeat bottom left;
    width: 25%;
}

.irowodd {
    background: transparent url(/img/bgbox.png) no-repeat bottom left;
    cursor: pointer;
}

.iroweven {
    background: transparent url(/img/bgbox2.png) no-repeat bottom left;
    cursor: pointer;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: left;
    font-size: 12px;
    color: #000000;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 12px;
    margin-right: 12px;
    width: 100%;
    max-width: 1000px;
    background-attachment: fixed;
	background: transparent url(/img/background.jpg) repeat-y;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: left;
    font-size: 18px;
}

.toggle {
    margin: 0px 0px 0px 0px;
    display: none;
}

.hiddenbit {
    display: none;
}


.poptoggle {
    border-style: solid;
    border-width: 4px;
    margin: 0px 0px 0px 0px;
    display: none;
    position: relative;
    top: -32px;
    text-align: center;
    background-color: #a77;
    color: #fff;
    font-size: 24px;
}

.poptoggle td {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.imghdr {
    width: auto;
    font-size: 10px;
    font-weight: bold;
}

.hidden_header {
    width: auto;
    padding-top: 4px;
    border-bottom: 2px solid #000000;
}

.footer {
    width: auto;
    font-size: 10px;
    font-weight: bold;
    height: 14px;
    padding-top: 4px;
}

#logo {
    display: block;
    width: 417px;
    height: 76px;
    background: url(/img/logo.png) no-repeat 0 0;
}

#accountdetails {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/accountdetails_up.png) no-repeat 0 0;
}

#accountdetails:hover {
    background: url(/img/accountdetails_over.png) no-repeat 0 0;
}

#addeditstory {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/addeditstory_up.png) no-repeat 0 0;
}

#addeditstory:hover {
    background: url(/img/addeditstory_over.png) no-repeat 0 0;
}

#addmap {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/addmap_up.png) no-repeat 0 0;
}

#addmap:hover {
    background: url(/img/addmap_over.png) no-repeat 0 0;
}

#addpicture {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/addpicture_up.png) no-repeat 0 0;
}

#addpicture:hover {
    background: url(/img/addpicture_over.png) no-repeat 0 0;
}

#addstorypages {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/addstorypages_up.png) no-repeat 0 0;
}

#addstorypages:hover {
    background: url(/img/addstorypages_over.png) no-repeat 0 0;
}

#browse {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/browse_up.png) no-repeat 0 0;
}

#browse:hover {
    background: url(/img/browse_over.png) no-repeat 0 0;
}

#cancel {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/cancel_up.png) no-repeat 0 0;
}

#cancel:hover {
    background: url(/img/cancel_over.png) no-repeat 0 0;
}

#comments {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/comments_up.png) no-repeat 0 0;
}

#comments:hover {
    background: url(/img/comments_over.png) no-repeat 0 0;
}

#create {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/create_up.png) no-repeat 0 0;
}

#create:hover {
    background: url(/img/create_over.png) no-repeat 0 0;
}

#delete {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/delete_up.png) no-repeat 0 0;
}

#delete:hover {
    background: url(/img/delete_over.png) no-repeat 0 0;
}

#edit {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/edit_up.png) no-repeat 0 0;
}

#edit:hover {
    background: url(/img/edit_over.png) no-repeat 0 0;
}

#feedback {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/feedback_up.png) no-repeat 0 0;
}

#feedback:hover {
    background: url(/img/feedback_over.png) no-repeat 0 0;
}

#home {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/home_up.png) no-repeat 0 0;
}

#home:hover {
    background: url(/img/home_over.png) no-repeat 0 0;
}

#logoff {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/logoff_up.png) no-repeat 0 0;
}

#logoff:hover {
    background: url(/img/logoff_over.png) no-repeat 0 0;
}

#logon {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/logon_up.png) no-repeat 0 0;
}

#logon:hover {
    background: url(/img/logon_over.png) no-repeat 0 0;
}

#lookupaddress {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/lookupaddress_up.png) no-repeat 0 0;
}

#lookupaddress:hover {
    background: url(/img/lookupaddress_over.png) no-repeat 0 0;
}

#minus {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/minus_up.png) no-repeat 0 0;
}

#minus:hover {
    background: url(/img/minus_over.png) no-repeat 0 0;
}

#mystories {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/mystories_up.png) no-repeat 0 0;
}

#mystories:hover {
    background: url(/img/mystories_over.png) no-repeat 0 0;
}

#newpage {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/newpage_up.png) no-repeat 0 0;
}

#newpage:hover {
    background: url(/img/newpage_over.png) no-repeat 0 0;
}

#newstory {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/newstory_up.png) no-repeat 0 0;
}

#newstory:hover {
    background: url(/img/newstory_over.png) no-repeat 0 0;
}

#plus {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/plus_up.png) no-repeat 0 0;
}

#plus:hover {
    background: url(/img/plus_over.png) no-repeat 0 0;
}

#preview {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/preview_up.png) no-repeat 0 0;
}

#preview:hover {
    background: url(/img/preview_over.png) no-repeat 0 0;
}

#purchase {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/purchase_up.png) no-repeat 0 0;
}

#purchase:hover {
    background: url(/img/purchase_over.png) no-repeat 0 0;
}

#register {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/register_up.png) no-repeat 0 0;
}

#register:hover {
    background: url(/img/register_over.png) no-repeat 0 0;
}

#report {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/report_up.png) no-repeat 0 0;
}

#report:hover {
    background: url(/img/report_over.png) no-repeat 0 0;
}

#save {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/save_up.png) no-repeat 0 0;
}

#save:hover {
    background: url(/img/save_over.png) no-repeat 0 0;
}

#search {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/search_up.png) no-repeat 0 0;
}

#search:hover {
    background: url(/img/search_over.png) no-repeat 0 0;
}

#snapshotmap {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/snapshotmap_up.png) no-repeat 0 0;
}

#snapshotmap {
    background: url(/img/snapshotmap_over.png) no-repeat 0 0;
}

#templates {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/templates_up.png) no-repeat 0 0;
}

#templates:hover {
    background: url(/img/templates_over.png) no-repeat 0 0;
}
#update {
    display: block;
    width: 135px;
    height: 26px;
    cursor: pointer;
    background: url(/img/update_up.png) no-repeat 0 0;
}

#update:hover {
    background: url(/img/update_over.png) no-repeat 0 0;
}