/* 
    Document   : common
    Created on : 01-Feb-2008, 10:00:22
    Author     : Paul Hornsey
    Description:
        CSS rules which are useful throughout the app
*/

/* 
  ---------------------------
  --- CSS for Pagination2 ---
  ---------------------------
*/
.pagination {
    margin-top: 4px;
    margin-bottom: 4px;
}

.pagination .page { 
    border: 1px solid #aaaaaa;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 1px;
    margin-right: 1px;
}

.pagination a {
    text-decoration: none;
}

.pagination .sidetext {
    font-size: 12px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
}


/* 
  --------------------------------------
  - Overload the form CSS              -
  --------------------------------------
*/
.inputform label{
    float: left;
    width: 200px;
    font-size: 14px;
}

.inputform textarea{
    width: 150px;
    margin-bottom: 5px;
}

.inputform input {
    /*width: 100px;*/
    margin-bottom: 5px;
}

.inputform textarea{
    width: 300px;
    height: 150px;
}

.inputform .boxes{
    width: 1em;
}

#submitbutton{
    margin-left: 120px;
    margin-top: 5px;
    width: 90px;
}

.inputform br{
    clear: left;
}

.inputform div {
    display: block;
    color: #333333;
    background-color: #edebe7;
    margin-bottom: 2px;
    margin-left: 0px;
}

.error_colour {
    color: #ff0000;
}

.terms_agreement {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* 
  --------------------------
  --- CSS for PercentBar ---
  --------------------------
*/

.percentdisplay img {
    height: 8px;
}

/* 
  --------------------------
  --- CSS for PercentBar ---
  --------------------------
*/

.md5text {
    font-size: 80%;
    color: #999999;
}

/* 
  -------------------------------------
  --- TheGraphical Search/Go button ---
  -------------------------------------
*/
#gobutton {
  width: 35px;
  height: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url('../img/buttons/go.gif') no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}



/* 
  ----------------------------
  --- The Help Balloon CSS ---
  ----------------------------
*/
.help_title {
    text-align: left;
    font-weight: bold;
    font-size: 110%;
    padding-bottom: 5px;
    color: #333333;
}
.help_contents {
    text-align: left;
}


/* 
  ----------------
  --- FAQ Page ---
  ----------------
*/

.faq_index {
}
.faq_title {
    padding-top: 20px;
    color: #4f91cd;
}
.faq_description {
}

