/*
|--------------------------------------------------------
| General styles
|--------------------------------------------------------
*/

body {
  font-family: arial,sans-serif;
  font-size: 12px;
  margin: 0px;
  color: #000000;
  background: #D4EEC2 url(landscape-top.png) repeat-x top center;
}

input, textarea {
  padding-left: 2px;
  padding-right: 2px;
}

select, textarea, input {
  border: 1px solid #5AA02C;
  background: #FFFFFF;
}

label {
  font-weight: bold;
}

fieldset {
  border: 1px solid #5AA02C;
  background: #E3F4D7;
}

legend {
  border: 1px solid #E3F4D7;
  background: #5AA02C;
  color: #FFFFFF;
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: bold;
}

button {
  border: 1px solid #347B06;
  background: #5AA02C;
  color: #FFFFFF;
  cursor: pointer;
  margin: 4px 10px 4px 0px;
  padding: 2px 6px 2px 6px;
  font-weight: bold;
}

button:hover {
  border-color: #78C943;
}

/*
  Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!
  Note: a:active MUST come after a:hover in the CSS definition in order to be effective!
*/
a {
  text-decoration: none;
  color: #478C19;
}

a:hover {
  color: #60BC23;
}


h1 {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 150%;
  margin: 4px 4px 4px 0px;
  padding: 3px 3px 3px 25px;
}

h2 {
  font-weight: bold;
  font-size: 140%;
  margin: 4px 4px 4px 0px;
}

h3 {
  font-weight: bold;
  font-size: 110%;
  margin: 4px 4px 4px 0px;
}

hr {
  border: 1px dotted #5AA02C;
}

form .required {
  color: #FF7F00;
  font-size: 90%;
}


blockquote {
  color: #D28800;
  margin: 0px;
  padding-left: 64px;
  background: url(quote3.png) no-repeat;
  margin-bottom: 20px;
}

/*
|--------------------------------------------------------
| Common colors
|--------------------------------------------------------
*/



/*
|--------------------------------------------------------
| Content -page- styles
|--------------------------------------------------------
*/
#header {
}

#header_content {
  font-size: 120%;
  width: 896px;
  margin: 0px auto 20px auto;
}

#header_content table {
  width: 100%;
}

/*
|--------------------------------------------------------
| Top navbar styles
|--------------------------------------------------------
*/
#navbar {
  width: 100%;
  border-bottom: 2px solid #FFD200;
  font-size: 120%;
}

#navbar ul {
  margin: 0px auto;
  padding: 0px;
  width: 880px;
  list-style: none;
  text-align: center;
  height: 32px;
}

#navbar li {
/*
  display: inline;
*/
  float: left;
}

#navbar ul li a {
  display: block;
  font-weight: bold;
  line-height: 30px;

  margin: 0px 6px;

  border: 2px solid #FFD200;
  background: #FFC04B;
  color: #DA8D00;

  width: 100px;
}

#navbar ul li a:hover {
  color: #FFFFFF;
}

#navbar ul li .selected {
  color: #FFFFFF;
  background: #FFA500;
  border-bottom: 2px solid #FFA500;
}

/*
|--------------------------------------------------------
| Featured content (i.e. banner or ads about a special product)
|--------------------------------------------------------
*/
#featured {
  color: #FFFFFF;
  background-color: #FFA500;
  padding: 25px 0;
  border-bottom: 2px solid #FF8E00;
}

#featured ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#featured_content {
  width: 700px;
  margin: 0px auto;
  text-align: left;
  overflow: hidden;
}

/*
|--------------------------------------------------------
| Post (article, news, etc)
|--------------------------------------------------------
*/
#post {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #CCD2FF;
}

#post .calendar {
  background: url(post-date.png) no-repeat top center;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
  height: 75px;
  width: 75px;
  overflow: hidden;
  float: right;
}

#post .date {
  font-size: 80%;
}


/*
|--------------------------------------------------------
| Content styles - left side
|--------------------------------------------------------
*/

#page {
  background: #F3FFEB;
}

#page_content {
  width: 896px;
  min-height: 250px;
  padding-bottom: 20px;
  padding-top: 5px;
  margin: 0px auto 0px auto;
}

/*
|--------------------------------------------------------
| login styles
|--------------------------------------------------------
*/
.login {
  padding: 0px 75px 0px 75px;
  min-height: 300px;
}

/*
|--------------------------------------------------------
| Navigation Submenu navbar styles
|--------------------------------------------------------
*/
#subnavbar {
  margin-bottom: 15px;
  font-weight: bold;
}

#subnavbar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#subnavbar li {
  display: inline;
}

#subnavbar ul li a {
  display: block;
  padding: 2px 4px;
  line-height: 20px;
  border: 2px solid #347B06;
  color: #E3F4D7;
  background: #68B933;
  margin-bottom: 5px;
}

#subnavbar ul li a:hover {
  color: #FFFFFF;
}

#subnavbar ul li .selected {
  color: #FFFFFF;
  background: #4B941B;
}

/*
|--------------------------------------------------------
| block menus styles
|--------------------------------------------------------
*/
.menu {
  font-weight: bold;
}

.menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.menu li {
  display: inline;
}

.menu ul li a {
  display: block;
  padding: 0px 4px 0px 20px;
  line-height: 20px;
}

.menu ul li a:hover {
}

.menu ul li .selected {
  background: url(online.png) no-repeat left center;
}

.menu ul li .inlink {
}

.menu ul li .oulink {
}

.menu ul li .line {
  margin-top: 3px;
  height: 3px;
  background: url(layout_top.gif) center center;
  margin-left: 4px;
  margin-right: 4px;
}

/*
|--------------------------------------------------------
| Block styles (left, right, top, bottom)
|--------------------------------------------------------
*/
.block {
  padding: 0px 0px 12px 0px;
  margin-bottom: 5px;
}

/*
|--------------------------------------------------------
| Pagination styles when a list is splitted in pages
|--------------------------------------------------------
*/
.pagination {
  margin-top: 5px;
}

.pagination .digit {
  margin-left: 3px;
  margin-right: 3px;
  padding: 6px;
  border: 2px solid #FF8E00;
  background: #FFC04B;
  font-weight: bold;
  cursor: pointer;
}

.pagination .digit a {
  color: #E0A73F;
}

.pagination .current {
  margin-left: 3px;
  margin-right: 3px;
  padding: 6px;
  border: 2px solid #FF8E00;
  background: #FFA500;
  font-weight: bold;
  color: #FFFFFF;
}

/*
|--------------------------------------------------------
| Table styles to show list
|--------------------------------------------------------
*/
.table_1 {
  border: 1px solid #4B941B;
}

.table_1 th {
  padding: 4px 10px;
  font-style: italic;
  text-align: left;
  text-transform: capitalize;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #4B941B;
}

.table_1 td {
  padding: 4px 10px;
  text-align: left;
}

.table_1_td1 {
  padding: 2px 10px;
}

.table_1_td2 {
  padding: 2px 10px;
  background-color: #E3F4D7;
}

/*
|--------------------------------------------------------
| Footer styles
|--------------------------------------------------------
*/
#footer {
  padding: 10px;
}

#footer_content {
  width: 896px;
  margin: 0px auto;
}

/*
|--------------------------------------------------------
| Messages notifications styles
|--------------------------------------------------------
|
| msg_1 = normal message
| msg_2 = warning message
| msg_3 = sucess message
| msg_4 = error message
| msg_5 = access denied
|
*/

.msg_1 h3 {color: #1A1A1A;}
.msg_2 h3 {color: #C48207;}
.msg_3 h3 {color: #006600;}
.msg_4 h3, .msg_5 h3 {color: #900404;}


.msg_1 a, .msg_2 a, .msg_3 a, .msg_4 a, .msg_5 a {
  text-decoration: none;
}

.msg_1, .msg_2, .msg_3, .msg_4, .msg_5 {
  padding: 10px 30px 10px 60px;
  margin: 0px 0px 10px 0px;
  min-height: 30px;
  border: 1px solid black;
}

/*
Message normal
*/
.msg_1 {
  border-color: #000000;
  color: #4D4D4D;
  background: #FFFFFF url(msg_normal.png) no-repeat 10px 5px;
}

/*
Message warning
*/
.msg_2 {
  border-color: #B37705;
  color: #B37705;
  background: #FFF0D1 url(msg_warning.png) no-repeat 10px 5px;
}

/*
Message Success
*/
.msg_3 {
  border-color: #006600;
  color: #006600;
  background: #DAFFCD url(msg_ok.png) no-repeat 10px 5px;
}

/*
Message error
*/
.msg_4 {
  border-color: #990000;
  color: #990000;
  background: #FEE0E0 url(msg_err.png) no-repeat 10px 5px;
}

/*
Message Access Denied
*/
.msg_5 {
  border-color: #990000;
  color: #990000;
  background: #FEE0E0 url(msg_lock.png) no-repeat 10px 5px;
}

/*
|--------------------------------------------------------
| inbox private messages sumary styles
|--------------------------------------------------------
*/
.messages_sumary_inbox {
  padding: 15px 10px 15px 15px;
  background: url(clouds.png) no-repeat top left;
  border: 2px solid #26384C;
  min-height: 40px;
}

/*
|--------------------------------------------------------
| Small style
|--------------------------------------------------------
*/
.small {
  font-size: 85%;
}


/*
|--------------------------------------------------------
| Progress Bar when preloading images
|--------------------------------------------------------
*/

.bar_loading_full {
  background: #FFFFFF;
  border: #C82727 1px solid;
  width: 200px;
  padding: 2px;
}

.bar_loading {
  background: #C82727;
  min-width: 2px;
  height: 15px;
  font-size: 10px;
  color: #FFFFFF;
}

.bar_progress {
  text-align: left;
}


/*
|--------------------------------------------------------
| Check Out proccess
|--------------------------------------------------------
*/
#cop {
  background: url({stream_theme}wallet_frog.png) no-repeat;
}

#cop .input_gray {
  color: #BFBFBF;
}

#cop blockquote {
  text-align: right;
  line-height: 20px;
  margin: 0px 20px 60px 20px;
}

#cop form {
  margin: 20px;
}

#cop .question {
  margin-bottom: 25px;
}

#cop .bullet {
  float: left;
  background: #5AA02C;
  color: #FFFFFF;
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 0px 10px 20px 0px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#cop span {
  vertical-align: middle;
  display: inline-block;
  margin: 0px 2px;
}

.cop_mb_frame {
  width: 100%;
  min-height: 700px;
  border: none;
  background-color: transparent;
  margin-top: 20px;
}

.cop_button_checked {
  background: #8B96A3;
  color: #E6E6FA;
}

