/**
COLORS:
background, links, headers - light blue: #719ED9
font, rollover links - dark blue: #120067
specials - green: #6CB11B
 */

@import url("http://greenhatkiteboarding.com/lib/css/globalstyle.css");

.tablehead {
  background-color: #ffffff;
  color: #ffffff;
}

.tablehead a:link {
  color: #ffffff;
}

.tablebottom {
  background-color: #004C75;
}

.bordercolor {
  background-color: #ffffff;
}


.tablebgcolor {
  background-color: #ffffff;
}

.row1 {
  background-color: white;
  color: #719ED9;
}

.row2 {
  background-color: #efefef;
  color: #719ED9;
}

.head1 {
  background-color: #719ED9;
  color: white;
  font-size: 11px;
  font-weight: bold;
}

.head1:hover {
  background-color: #719ED9;
  color: #120067;
  font-size: 11px;
  font-weight: bold;
}

.head2 {
  background-color: #719ED9;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
}

.title {
  font-size: 16px;
  font-weight: bold;
}

.clickstream {
  font-size: 11px;
}

.smalltext {
  font-size: 10px;
  font-weight: normal;
}

.marktext {
  color: #6CB11B;
  background-color: #ffffff;
}

.new {
  font-size: 11px;
  color: #6CB11B;
}

.logininput {
  background-color: #ffffff;
  color: #120067;
  font-size: 11px;
  width: 130px;
}

.searchinput {
  background-color: #FFFFFF;
  color: #120067;
  font-size: 11px;
  WIDTH: 130px;
}

.textarea {
  color: #120067;
  font-size: 11px;
  width: 230px;
}

.input {
  color: #120067;
  font-size: 11px;
  width: 230px;
}

.select {
  color: #120067;
  font-size: 11px;
}

.setperpageselect {
  color: #120067;
  font-size: 11px;
}

.categoryselect {
  color: #120067;
  font-size: 11px;
}

.dropdownmarker {
  background-color: #EEEEEE;
  color: #120067;
  font-size: 11px;
}

.button {

  color: #120067;
  font-size: 11px;
  font-weight: bold;
}



/*--Categories------------------------------------------------*/

.catbgcolor {
  background-color: white;
}

.maincat {
  font-size: 11px;
  font-weight: bold;
}

.subcat {
  font-size: 10px;
  font-weight: bold;
}



/*--Images----------------------------------------------------*/

.imagerow1 {
  background-color: #E5E5E5;
  color: #004C75;
}

.imagerow2 {
  background-color: #EFEFEF;
  color: #004C75;
}

/*--Comments--------------------------------------------------*/
.commentrow1 {
  background-color: #e1e1e1;
  color: #004c75;
}

.commentrow2 {
  background-color: #efefef;
  color: #004c75;
}

.commentspacerrow {
  background-color: #d1d1d1;
  color: #004c75
}

.commenttextarea {
  color: #0f5475;
  font-size: 11px;
  width: 270px;
}

.commentinput {
  color: #0f5475;
  font-size: 11px;
  width: 270px;
}
