/***********************************************************************
* Project : Corley Centre
* Module : kevinfoster_aw_lib.css
* Purpose : Cascading Style Sheet for functions imported from the
*           AW CompuTech web devlopemnt library
************************************************************************
* Copyright (C) AW CompuTech Ltd
* All Rights Reservered
************************************************************************
* Changes
*
* Version Date        Author               Reason
* 1.0     15/05/2007  Andrew J. Williams   Initial Version
***********************************************************************/

/*********************
* Form Layout Styles *
*********************/

table.AW_LIB_Form
{
  border-style: none;
  margin-left: auto;
  margin-right: auto;
}


table.AW_LIB_cms_Form
{
  border-style: none;
  margin-left: auto;
  margin-right: auto;
}

.AW_LIB_cms_Form th
{
  text-align: right;
  vertical-align: top;
}

.AW_LIB_Form th
{
  text-align: right;
  vertical-align: top;
}



/**************
* Admin Table *
**************/


.AW_LIB_Admin 
{
  border: solid;
  border-width:  1px;
  border-collapse: collapse;
  margin-top: 10px;
  margin-left:auto; margin-right:auto;
}

.AW_LIB_Admin th
{
  border: solid;
  border-width:  1px;
  padding: 4px;
}

.AW_LIB_Admin tr td
{

  padding: 4px;
  text-align: center;
  border-right: solid;
  border-width:  1px;
  font-size: 0.8em;
}

td.AW_LIB_Admin_Add
{
  padding: 4px;
  text-align: center;
  border-right: solid;
  border-top: solid;
  border-width:  1px;
}


/*************
* News Lists *
*************/

.AW_LIB_News_Headline
{
  text-align: left;
}

.AW_LIB_News_More
{
  text-align: left;
  font-size: 0.8em !important;
  font-size: 0.7em;
}

.AW_LIB_News_Date
{
  text-align: left;
  font-size: 0.7em !important;
  font-size: 0.6em;
}

#rssfeed p
{
  line-height: 1.3em;
  letter-spacing: 0.1em;  
}

/**************
* Event Table *
**************/


.AW_LIB_EventList_Admin
{
  border: solid;
  border-width:  1px;
  border-collapse: collapse;
  margin-top: 10px;
  margin-left:auto;
  margin-right:auto;
}

.AW_LIB_EventList_Admin th
{
  border: solid;
  border-width:  1px;
  padding: 4px;
}

.AW_LIB_EventList_Admin tr td
{

  padding: 4px;
  text-align: center;
  border-right: solid;
  border-width:  1px;
  font-size: 0.8em;
}

td.AW_LIB_EventList_Admin_Add
{
  padding: 4px;
  text-align: center;
  border-right: solid;
  border-top: solid;
  border-width:  1px;
}


.AW_LIB_EventList_List th
{
  vertical-align:top;
}

.AW_LIB_EventList_List tr td
{
  vertical-align:top;
}
