/** global_styles.css -> css for ueclaa html templates
**  Christopher Townson. 2005
 */

/** colour scheme -> indigo on white -- base colour is #6666cc with an array of harmoniously related shades to use as required
**
**  white			-> #ffffff
**  medium grey		-> #666666
**  charcoal grey	-> #333333
**  indigo			-> #6666cc
**  purple			-> #9966cc
**  pink			-> #cc66cc
**  deep pink		-> #cc6699
**  terracotta		-> #cc6666
**  brown			-> #cc9966
**  yellow-green	-> #cccc66
**  fern green		-> #99cc66
**  livid green		-> #66cc66
**  sea green		-> #66cc99
**  cyan			-> #66cccc
**  grey-blue		-> #6666cc
 */

/** 01. global definitions
**
**  these apply except where there are context-specific rules
**  which overwrite them in the other sections below.
 */
body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666666;
}

hr
{
	border: 0px none;
	background-image: url('/assets/gui/footer_border_top_2x2.gif');
	background-position: 0 0;
	background-repeat: repeat-x
}

/** 02. layout definitions
**
**  these establish the id and class selectors for various layout
**  elements which would otherwise appear in "generic" format
 */
td#table_cell_content
{
	padding: 25px 49px 50px 50px;
}

td#main_cell
{
	padding: 25px 49px 50px 50px;
}

table#table_footer
{
	background-image: url('/assets/gui/footer_border_top_2x2.gif');
	background-position: 0 0;
	background-repeat: repeat-x
}

table#table_footer tr td
{
	/*padding: 25px;*/
}

table.table_v_icon tr td
{
	padding: 0 25px 0 0;
}

table.table_list_item
{
	margin: 0 0 25px 0;
}

table.homeFrame
{
	margin: 0 0 25px 0;
        border: 1px inset #cccccc;
}

table.table_list_item tr td
{
	padding: 5px 10px 5px 0;
}

table.table_icon_list_64 tr td
{
	padding: 0 20px 0 0;
}

table.table_icon_list_32 tr td
{
	padding: 0 20px 1px 0;
}

	table.table_icon_list_32 tr td p, table.table_icon_list_64 tr td p
	{
		text-align: left;
	}

/** 03. text definitions
**
**  class, context and html tag selectors to
**  define the appearance of text
 */
h1
{
	margin: 0em 0em 1em -15px;
	padding: 0 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif; /*Tahoma, "Lucida Grande", sans-serif;*/
	font-size: 12px;
	color: #666666;
	border-left: 5px solid #b2b2e5;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h2
{
	font-family: Tahoma, "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-align: left;
	margin: 0.5em 0 0 0;
}

p
{
	text-align: justify;
	line-height: 150%;
	margin: 0 0 1em 0;
}

address
{
	font-style: normal;
	line-height: 125%;
}

/** 04. link definitions
**
**  class and context selectors and pseudo-selectors
**  to define the appearance and behaviour of links
 */
a:link
{
    color: #6666cc;
    text-decoration: none;
}

a:hover
{
    color: #cc6666;
    text-decoration: none;
    border-bottom: 1px inset #cc6666;
}

a:active
{
    color: #6666cc;
    text-decoration: none;
}

a:visited
{
    /*olor: #9966cc;*/
color: #6666cc;
    text-decoration: none;
}

a:visited:hover
{
    color: #cc6666;
    text-decoration: none;
    border-bottom: 1px inset #cc6666;
}

a.img, a.img:hover, a.img:visited:hover
{
	border: 0px none;
}


a.nav:link{
    color: #999999;
    text-decoration: none;
}
a.nav:visited {
    color: #999999;
    text-decoration: none;
}
a.nav:hover{
    color: #999999;
    text-decoration: none;
}
a.nav:visited{
    color: #999999;
    text-decoration: none;
}

/** 06. image definitions
**
**  class, context, and html tag selectors to define
**  the appearance of form elements
 */
img
{
	border: 0px none;
}

img.illustration
{
    display: block;
    border: 1px solid #666666;
}

div.image
{
    padding-bottom: 20px;
    margin-bottom: 20px;
}

div.illustration_right, div.illustration_left
{
    width: 100px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px inset #cccccc;
}

div.illustration_right p, div.illustration_left p
{
    font-size: 10px;
	font-weight: bold;
    line-height: 110%;
    margin-top: 10px;
    margin-bottom: 0;
}

div.illustration_right
{
    padding-left: 20px;
    margin-left: 20px;
    float: right;
    border-left: 1px inset #cccccc;
}

div.illustration_right p
{
    text-align: right;
    margin-right: 0;
}

div.illustration_left
{
    padding-right: 20px;
    margin-right: 20px;
    float: left;
    border-right: 1px inset #cccccc;
}

div.illustration_left p
{
    text-align: left;
    margin-left: 0;
}

/** 05. form definitions
**
**  class, context, and html tag selectors to define
**  the appearance of form elements
 */
input
{
	border: 1px solid #666666;
	font-family: Tahoma, "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666666;
}

label
{
	font-weight: normal;
}

table.table_form_tabs
{
	font-size: 12px;
}

table.table_form_tabs tr td
{
	margin: 0 5px 0 0;
}

td.table_cell_form_tab_selected, td.table_cell_form_tab_unselected
{
	padding: 5px 25px 5px 25px;
	font-weight: normal;
}

td.table_cell_form_tab_selected /* "selected" tab formatting */
{
	background-color: #e8e8f7;
	color: #333333;
}

	td.table_cell_form_tab_selected a:link
	{
		color: #333333;
		text-decoration: none;
	}
	
	td.table_cell_form_tab_selected a:hover
	{
		color: #333333;
		text-decoration: none;
		border-bottom: none;
	}
	
	td.table_cell_form_tab_selected a:active
	{
		color: #333333;
		text-decoration: none;
	}
	
	td.table_cell_form_tab_selected a:visited
	{
		color: #333333;
		text-decoration: none;
	}
	
	td.table_cell_form_tab_selected a:visited:hover
	{
		color: #333333;
		text-decoration: none;
		border-bottom: none;
	}


td.table_cell_form_tab_unselected /* default "unselected" tab formatting */
{
	background-color: #b2b2e5;
	color: #ffffff;
}

	td.table_cell_form_tab_unselected a:link
	{
		color: #ffffff;
		text-decoration: none;
	}
	
	td.table_cell_form_tab_unselected a:hover
	{
		color: #ffffff;
		text-decoration: none;
		border-bottom: none;
	}
	
	td.table_cell_form_tab_unselected a:active
	{
		color: #ffffff;
		text-decoration: none;
	}
	
	td.table_cell_form_tab_unselected a:visited
	{
		color: #ffffff;
		text-decoration: none;
	}
	
	td.table_cell_form_tab_unselected a:visited:hover
	{
		color: #ffffff;
		text-decoration: none;
		border-bottom: none;
	}

table.table_form
{
	background-color: #e8e8f7;
	font-size: 12px;
}

table.table_list_header
{
	background-color: #e8e8f7;
	font-size: 12px;
	padding: 10px 25px 10px 25px;
	font-weight: bold;
}

td.table_cell_form_label
{
	padding: 10px 25px 10px 25px;
}

td.table_cell_form_input
{
	padding: 10px 25px 10px 25px
}

/** 06. generic class definitions
**
**  definitions for some useful classes
 */
.block
{
	display: block;
}

.artwork
{
	font-style: italic;
}

.right
{
	text-align: right;
}

.text_breadcrumb
{
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2em 0;
}

.text_navigation
{
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 2em 0;
}

span.text_icon
{
	display: block;
	font-size: 10px;
	text-align: center;
}

.illustrationRight
{
	float: right;
	padding: 0 0 10px 10px;
	margin: 0 0 10px 10px;
	border-left: 1px solid #666;
        border-bottom: 1px solid #666;
}
