 /* ----- main stuff ---- */
body    {
   margin           : 0px;
  padding          : 0px;
  background-color : #EEAB1F;
  color            : #000000;
        }
body, input, select, textarea, table    {
        font-family:Tahoma;
        }

body, input, select, textarea    {
        background:#FFFFFF;
        }
        
input, select, textarea {
        font-family:"Times New Roman";
        border:1px solid black;
        }

input[type=radio] {
        border:0px;
        }

body, table, input, select,textarea   {
        font-size:11px;
        }

h1      {
       font             : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 14px;
  font-weight      : bold;
  color            : #FFFFFF;
  text-align       : center;
  padding-bottom   : 4px;
  background       : url("/images/menu_top.png") repeat-x bottom;
        }

h2      {
        font-size:13px;
        font-weight:bold;
        margin-bottom:0px;
        }
        
input,select, textarea {
        background:#EEEEEF;
        }
        

table   {
        border-collapse: collapse;
        border-spacing: 0px;
        }

/* ----- left side menu ------ */
.subsect {
        border-bottom:1px solid black;
        width:100px;
        }
.subsect_cont {
        padding-top:3px;
        padding-bottom:3px;
        padding-left:12px;
        }

/* ----- signup  --------- */
.signup_sect {
        font-size:15px;
        font-weight:bold;
        padding-bottom:5px;
        }

/* ------ rate page ------- */
.ratebar {
        background:#6699FF;
        border:1px solid #000000;
        }

.quick_vote_image {
/*        border:1px solid black; */
        }
        
.others_thought {
        color:#22FF88;
        font-size:30px;
        font-weight:bold;
        }

/* ------ profile page ------- */
.rates_sum {
        background:#BBFFBB;
        border:1px solid #000000;
        }
.rates_sum td {
        padding:3px;
        font-size:13px;
        }
.profile_section {
           font             : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 14px;
  font-weight      : bold;
  color            : #FFFFFF;
  text-align       : center;
  padding-bottom   : 4px;
  background       : url("/images/menu_top.png") repeat-x bottom;
        }
.pr_image {
        border:1px solid black;
        }
.thm_image {
        border:1px solid black;
        }
.pr_key {
        font-weight:bold;
        width:120px;
        }
.pr_value {

        }
.offline {
        color:red;
        }
.online {
        color:green;
        }
.profile_stats {
        font-size:13px;
        border:1px solid black;
        background:#CCFFCC;
        margin-bottom:3px;
        }
.profile_stats td {
        padding:4px;
        }

/* ----- member list ------- */

.memberlist {
        border:1px solid black;
        }

.row_1  {
        background:#DEDEDE;
        }

.row_0 td, .row_1 td {
        padding:4px;
        }

/* ----- forum ------- */
.forum_list {
        border: 1px solid black;
        width:100%
        }

.headline {
        background:#52AC56;
        border-bottom:1px solid black;
        }
.headline td {
        text-align:center;
        padding:5px;
        font-weight:bold;
        }

.group_title {
        background:#AADDAA;
        font-size:14px;
        padding:5px;
        font-weight:bold;
        }
.group_descr {
        font-size:11px;
        }

.forum_title {
        background:#CCFFCC;
        font-size:12px;
        }
.forum_title td {
        padding:5px;
        }
.forum_descr {
        font-size:10px;
        }
.thread_entry_0 {
        background:#CCFFCC;
        font-size:12px;
        }
.thread_entry_0 td {
        padding:5px;
        text-align:center;
        }
.thread_entry_1 {
        background:#DDFFDD;
        font-size:12px;
        }
.thread_entry_1 td {
        padding:5px;
        text-align:center;
        }

.post_entry_0 {
        background:#CCFFCC;
        font-size:12px;
        }
.post_entry_0 td {
        padding:5px;
        }
.post_entry_1 {
        background:#DDFFDD;
        font-size:12px;
        }
.post_entry_1 td {
        padding:5px;
        }


.forum_posted {
        border:1px solid black;
        background:#DDFFDD;
        padding:5px;
        }
.post_text {
        text-align:left;
        vertical-align:top;
        padding:5px;
        }
.post_info {
        text-align:right;
        vertical-align:top;
        padding:2px;
        height:10px;
        }
/* ----- classes ---- */

/* boxes */
.titlebar  {
        background:#22FF88;
        padding:7px;
        padding-top:5px;
        padding-bottom:5px;
        font-weight:bold;
        color:#000000;
        text-align:center;
        }

.directories {
        border:1px solid #000000;
        }


/* field error */
.err    {
        color:red;
        font-weight:bold;
        text-align:left
        background-repeat:no-repeat;
        padding:7px;
        }

.head_row {
        font-weight:bold;
        border-bottom:1px solid black;
        }

.head_row td {
        margin-bottom:5px;
        }

.required {
        padding-left:5px;
        padding-right:5px;
        font-weight:bold;
        color:red;
        }
.key    {
        font-weight:bold;
        }
        
/* messages */
.msgtext {
        width:90%;
        padding:5px;
        background:white;
        border:1px solid black;
        }

        
/**
* AkoMojo - A Mambo 4.5 template
* @version 2.0
* @package AkoMojo
* @copyright (C) 2004 by Arthur Konze - All rights reserved!
* @license http://www.konze.de/content/view/8/26/ Copyrighted Commercial Software
*/

/* ###################### OVERALL SETTINGS ###################### */
BODY {
  margin           : 0px;
  padding          : 0px;
  background-color : #EEAB1F;
  color            : #000000;
}

td,tr,p,div {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
}

hr {
  height           : 2px;
  width            : 100%;
  color            : #F4CB7A;
}

/* ###################### PATHWAY ###################### */
.pathway {
  color            : #ECA318;
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  letter-spacing   : 1px;
}

a.pathway:link, a.pathway:visited {
  color            : #AA2B22;
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  letter-spacing   : 1px;
}

a.pathway:hover {
  color            : #E16925;
  letter-spacing   : 1px;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  text-decoration  : none;
  font-weight:bold;
  color            : #336699;
}

a:hover {
  color            : #6699FF;
}

a.category:link, a.category:visited {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #E16925;
  font-weight      : bold;
}

a.category:hover {
  color            : #AA2B22;
}

/* ###################### MAINMENU SETTINGS ###################### */
.mainlevel {
  padding-bottom   : 2px;
  letter-spacing   : 1px;
  width            : 100%;
  display          : block;
  margin-top       : 2px;
}

a.mainlevel:link, a.mainlevel:visited {
  font             : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 14px;
  font-weight      : bold;
  color            : #FAE2B4;
  padding          : 2px 10px 2px 5px;
  background-color : #F1B645;
}

a.mainlevel:hover {
  font             : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 14px;
  font-weight      : bold;
  color            : #FDF1D9;
  padding          : 2px 10px 2px 5px;
  background-color : #F4C56A;
}

/* ###################### MODULE SETTINGS ###################### */
table.moduletable {
  font-size        : 12px;
  width            : 100%;
  margin-bottom    : 10px;  
}

table.moduletable th {
  font             : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 14px;
  font-weight      : bold;
  color            : #FFFFFF;
  text-align       : center;
  padding-bottom   : 4px;
  background       : url("/images/menu_top.png") repeat-x bottom;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-weight      : bold;
  font-size        : 10px;
  color            : #FFFFFF;
  background       : #455DAB;
  padding-left     : 2px;
  padding-right    : 2px;
  border-bottom    : 2px solid #2F3F71;
  border-right     : 2px solid #2F3F71;
  border-top       : 2px solid #778AC9;
  border-left      : 2px solid #778AC9;
}

.inputbox {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  color            : #000000;
  background       : #F9D897;
  border-bottom    : 1px solid #FCEAC6;
  border-right     : 1px solid #FCEAC6;
  border-top       : 1px solid #F7C667;
  border-left      : 1px solid #F7C667;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  text-align       : justify;
  padding-left     : 5px;
  padding-right    : 5px;
}

.contentpaneopen {
  text-align       : justify;
  padding-left     : 5px;
  padding-right    : 5px;
}

.contentheading, .componentheading {
  font             : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 14px;
  font-weight      : bold;
  color            : #FFFFFF;
  text-align       : center;
  padding-bottom   : 4px;
  background       : url("/images/menu_top.png") repeat-x bottom;
}

.contentdescription {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #333333;
  text-align       : left;
}

.category {
  color            : #999999;
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
  text-decoration  : none;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableentry1 {
  background-color : #F4C56A;
}

.sectiontableentry2 {
  background-color : #F3BE57;
}

.sectiontableheader {
  background-color : #B5BD1A;
  color            : #FFFFFF;
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  padding          : 3px 3px 3px 3px;
  border-bottom    : 3px solid #568F02;
  border-right     : 3px solid #568F02;
  border-top       : 3px solid #D8E53D;
  border-left      : 3px solid #D8E53D;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #AA2B22;
  text-decoration  : none;
  font-weight      : normal;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #000000;
  font-weight      : normal;
}        