/*
    Document   : template
    Created on : 23-Nov-2009, 10:35:02
    Author     : BGallagher
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body
	{
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
    background-image: url('../images/siteBackground.jpg');
	background-repeat: repeat-x;
	background-color:#003873;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	color:#FFFFFF;
	}

/* POSITIONING DIVS */
#placeHolder
	{
	position: relative;
    width: 960px;
    margin: 0 auto;
    text-align:left;
    }

#header
	{
	position: relative;
	width: 780px;
	height: 120px;
    background-image: url('../images/headerBackground.jpg');
	background-repeat: repeat-x;
    }

#logo
    {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 345px;
    height: 96px;
    }

#logIn
	{
	position:absolute;
    top: 10px;
    left: 350px;
	right: 30px;
    width: 430px;
    height: 90px;
    text-align:right;
    }

#contentContainer
	{
	position: relative;
    width: 780px;
    height: auto;
    min-height: 300px;
	padding: 0;
	text-align:left;
    border: 1px dashed #6699CC;
	background-color: #003974;
    }

#contentLeft
    {
    top: 10px;
    left: 0px;
	width: 400px;
    padding: 10px;
    text-align: left;
    }

#contentRight
	{
	position: absolute;
    top: 10px;
    left: 435px;
    width: 325px;
    padding: 10px;
    text-align: left;
    }

#contentMain
    {
    top: 10px;
    left: 0px;
	width: 720px;
    padding: 10px;
    text-align: left;
    }

#contentConclusion
	{
	position: relative;
    width: 800px;
    height: 600px;
    min-height: 600px;
	padding: 20px;
	text-align:left;
    border: 1px dashed #6699CC;
	background-color: #003974;
    }
#footer
	{
	float: left;
    margin-top: 10px;
    width: 780px;
    font-size: 0.8em;
    }

#sponsors
	{
	position:absolute;
    top: 120px;
    right: 0px;
	width: 165px;
    }

/* STYLING OF STANDARD HTML SELECTORS */
h1
	{
	font-size: 1.6em;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.4em;
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	}

h2
	{
	font-size: 1.4em;
	font-weight: bolder;
	color: #003366;
    }

h3
	{
	font-size: 1.2em;
	font-weight: bold;
	/*font-style: italic;*/
	color: #FFA803;
	}

p
	{
	text-align: left;
	line-height: 1.4em;
	}

ul, li
	{
	text-align: left;
	line-height: 2.0em;
    font-size: 1.1em;
    color: #FFCC00;
    font-weight: bold;
	font-style: italic;
    font-family: Times, serif;
	}
hr
	{
	border: 0;
	color: #6699CC;
	width: 100%;
	height: 1px;
	}

a
	{
	color: #FC8C01;
    text-decoration: none;
	}

a:link
	{
	color: #FC8C01;
    text-decoration: none;
	}

a:visited
	{
	color: #FC8C01;
    text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}

a.navigation, a.navigation:link, a.navigation:hover, a.navigation:visited
    {
    color: #FFFFFF;
    font-weight: bold;
    }

fieldset
    {
    }

legend
    {
    }

label
    {
    float: right;
    font-size: 0.85em;
    color: #003974;
    }

input, select
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color:#000000;
    }

/* TABLES */

table.datatable
{
    width : 97%;
    padding : 3px;
    border : 1px solid #003873;
    empty-cells : show;
    margin-left: 5px;
}

table.datatable th
{
    background-color: #003873;
    border-bottom : 1px solid #ffffff;
    color : #ffffff;
    height : 25px;
    font : bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-left : 5px;
    text-align : left;
    vertical-align : middle;
}

table.datatable tr.normal td
{
    font-size : 11px;
    color: #ffffff;
    vertical-align : middle;
    height : 25px;
    border-bottom : 1px solid #ffffff;
}

table.datatable tr.selected td
{
    font-size : 11px;
    color: #003873;
    font-weight: bold;
    vertical-align : middle;
    height : 25px;
    border : 1px solid #003873;
}

/* END TABLES */

/* SPECIAL STYLES */
.features
	{
	text-align: left;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight:bold;
	}

.formAlert
    {
	text-align: left;
	font-size: 0.8em;
	font-weight:bold;
    color: red;
	}

/* IMPORTED CSS FUNCTIONS */
/* Curvy corners */
.bl {background: url(../images/bl.gif) 0 100% no-repeat #D3D9E9; width: 325px;}
.br {background: url(../images/br.gif) 100% 100% no-repeat;}
.tl {background: url(../images/tl.gif) 0 0 no-repeat;}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px;}
.clear {font-size: 1px; height: 1px;}
