/* HACK */
.gallery-thumb {
height:180px;
width:180px;
}

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
	font-size: 65%;
}

h1, .t1
{
    font-size: 120%;
}

h2, .t2
{
    font-size: 110%;
}

h3
{
	font-size: 110%;
}

h4, .t4, h5, h6
{
    font-size: 80%;
}

p, ul, ol, dl, blockquote, address, label, select, input.button, textarea, td
{
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    padding-top: 0.25em;
    padding-bottom: .5em;
	margin: 0px;
}

p, td
{
    margin-top: 0.25em;
    margin-bottom: 0.7em;
    padding-bottom: 0.7em;
    line-height: 1.25em; /* This is aprox. default line height in popular browsers. */
}

pre
{
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}

a
{
    color: #00609a;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    cursor: pointer;
}

a img
{
    border: none;
}
/*
a:visited
{
    color: #000000;
}
*/
/* TABLES */

table.list
/* Used on all "proper" data lists presented by tables; i.e. not on tables use for general layout. */
{
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}

th
{
    font-weight: bold;
    text-align: left;
}

td
{
	vertical-align: top;
    font-weight: normal;
}

td.bglight
/* Light background color used on alternating lines in a table list */
{
    background-color: #f8f8f8;
}

td.bgdark
/* Dark background color used on alternating lines in a table list */
{
    background-color: #f0f0f0;
}

td.tight
/* Special style used for forcing a tabel cell to wrap tight around an image in an layout table. */
{
    font-size: 0.1em;
}

/* FORMS */

form
{
    padding: 0em;
    margin: 0em;
}

input.box, textarea.box
{
    width: 100%;
	color: #000000;
	font-size: 85%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

fieldset
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border: 1px solid #000000;
}

legend
{
    font-weight: bold;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    white-space: nowrap;
    display: block;
}

small {
	font-size: 80%;
}

input
{
	border: 1px solid #aaa;
}

input.defaultbutton
{
    font-weight: bold;
    margin-right: 1em;
}

optgroup
/* Newer browsers usually supports this tag; may come in handy to visually divide a select dropdown into several parts. */
{
    font-weight: bold;
    font-style: normal;
}

div.small {
	font-size: 80%;
	color: #555555;
}

/* Menu stuff */

td.menu_item {
	font-size: 110%;
	font-weight: bold;
	vertical-align: middle;
	height: 30px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	white-space: nowrap;
}

td.authenticatedMenuItem {
	display: none;
}

td.menu_item a {
	color: #000000;
	text-decoration: none;
}

td.menu_item_hover {
	font-size: 110%;
	font-weight: bold;
	vertical-align: middle;
	height: 30px;
	margin: 0px;
	background-color: #C60000;
	padding: 0px 5px 0px 5px;
	white-space: nowrap;
}

td.menu_item_hover a:hover, td.menu_item_hover a {
	color: #ffffff;
	text-decoration: none;
}

.boxed {
	border: 1px;
	border-style: dashed;
	border-color: #b0e0ea;
	padding: 5px;
	margin-bottom: 2px;
}

/* PAGE DIVIDERS */
#title_bar
{
	border-top: solid black 3px;
	border-bottom: solid black 1px;
	padding: 0 0 5px 0;
}

#left_bar
{
	width: 200px;
	white-space: nowrap;
}

#right_bar
{
	width: 200px;
	white-space: nowrap;
	padding: 0px;
}

#menu_bar
{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
    white-space: nowrap;
	border-collapse: collapse;
}

#email_status_bar
{
    text-align: right;
    vertical-align: bottom;
    white-space: nowrap;
	font-size: 60%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#main_content
{
	float: left;
	height: auto;
}

/* USER BOX */
div#user_box label {
	display: block;
}

div#user_box dl {
	margin: 0px;
}

div#user_box input {
	margin: 3px;
}

input#sPassword {
	display: block;
}


div.left
/* To be used with the div.right class, to align a left hand element to the left edge. */
{
    float: left;
    display: block;
    width: 50%;
    clear: right;
    white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

div.right
/* To be used with the div.left class, to align a right hand element to the right edge.
 * Should be followed by the div.break class for proper float/break termination.
 */
{
    float: left;
    text-align: right;
    display: block;
    width: 50%;
    clear: right;
	margin: 0px;
	padding: 0px;
}

div.break
{
    float: all;
    clear: left;
	margin: 0px;
	padding: 0px;
}

div.block
{
    display: block;
    clear: none;
    padding: 0em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

hr, div.hr
{
    height: 0px;
    padding: 0px;  
    margin: 5px 0px 5px 0px;
    border-color: #c0c0c0;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}

.hilite
{
	background-color: #fcffcd;
}

/************************** Bookmarks ****************************/
#bookmarks img {
	float: right;
}

#bookmarks ul {
	padding-left: 25px;
	margin: 0px;
}

#bookmarks li {
	list-style-image: url(/images/edit_icon.jpg);
}

#bookmarks li a {
	margin-left: -5px;
	margin-top: -2px;
}

#bookmarkForm {
	z-index: 99;
	opacity: 0.7;
	-moz-opacity: 0.7;
	background-color: black;
	position: absolute;
	right: 10px;
	border: 1px;
	border-style: dashed;
	border-color: #b0e0ea;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	display: none;

}

#bookmarkForm {
	color: #ffffff;
	font-weight: bold;
}

/************************* Column Layout ***************************/
#leftContent {
	width:115px;
	margin: 5px 5px 0px 0px; 
	position: absolute;
}

#centreContent {
	margin-top: 5px;
	margin-left: 130px;
	margin-right:261px;
	position: absolute;
}

#rightContent {
	margin: 5px 0px 0px 5px; 
	width:200px;
	float: right;
}

/************************* Autocomplete ***************************/

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  color: black;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.autocomplete ul li.selected {
	background-color: #ccb;
}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

/********************** Stockmarket *******************************/

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

ul.stockGraphs h3 {
    border-color: #c0c0c0;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 5px;
}

ul.stockGraphs li {
	list-style: none;
	float: left;
	margin: 5px;
	overflow: hidden;
	height: 340px;
	border: 1px;
	border-style: dashed;
	border-color: #b0e0ea;
	padding: 5px;
	display: inline;
}
