﻿table.section {
	border-style: solid;
	border-width: 1px;
}

th.headerSection {
	text-align: left;
}

td.status_accepted {
	height: 32px;
	width: 32px;
	background-position: center center;
	background-image: url('../images/Ok_32x32.png');
	background-repeat: no-repeat;
}

td.status_rejected {
	height: 32px;
	width: 32px;
	background-position: center center;
	background-image: url('../images/Cancel_32x32.png');
	background-repeat: no-repeat;
}

td.status_waiting {
	height: 32px;
	width: 32px;
	background-position: center center;
	background-image: url('../images/Waiting_32x32.png');
	background-repeat: no-repeat;
}

tr.selectedFundingOption {
	background-color: Lime;
}

div.calendar {
	position: absolute;
}

#Form fieldset {
	border: 1px Solid #c8c8c8;
	width: 600px;
}

#Form .Border {
	border-style: solid;
	border-width: 1px;
	border-spacing: 0px;
	min-width: 100px;
}

#Form fieldset ul {
	margin: 0;
	padding: 0;
}

#Form fieldset ul li {
	list-style: none;
	margin-bottom: 3px;
	text-align: left;
}

#Form fieldset ul li label {
	width: 150px;
	float: left;
}

.Calendar {
	background-image: url('../images/calendar.png');
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-spacing: 0px;
}


td  { font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

td.sign  { color: #333; font-size: 7pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: center }

td.home { color: #333; font-size: 7pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

td.left { color: #333; font-size: 7pt; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

td.tablehead   { color: #FFF; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #699 }

td.table   { color: #333; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; border: solid 1px #699 }

td.lefts { color: #333; font-size: 7pt; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

td.lefts a:link { color: #c93 }

td.lefts a:active { color: #c93 }

td.lefts a:visited { color: #c93 }

td.lefts a:hover { color: #c93 }

hr { color: #699 }

h1 { font-weight: bold; font-size: 15pt }

h2 { font-weight: bold; font-size: 14pt }

h3 { font-weight: bold; font-size: 13pt;}

h4 { font-weight: bold; font-size: 12pt }

.cssMainTable 
{
    margin-left : 20px;
}

pre 
{
    font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    display:inline;
}

td.insert
{
    font-size : 10pt;
    font-weight: bold;
    width : 350px;
    text-align : left;
}

td.error
{
   width : 200px; 
}

.errorMessage
{
    font-weight:bold;
    font-size:10pt;
    vertical-align:middle;
    text-align:center;
}

.requiredField
{
    background-color:#FFFFAD;   
    overflow:hidden;
}
.requiredFieldMultiline
{
    background-color:#FFFFAD;   
    overflow:auto;
}

.multiline
{
     overflow:auto;
}

input 
{
   font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

textarea
{
   font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
   font-size : 9pt;
}


.titleTable
{
	font-weight: bold; 
	font-size: 13pt;
}

.defaultIntro
{
     width:100%;
     height:200px;
    }
    
.defaultTitle
{
     width:100%;
     height:110px;
    }
    
    

.activitiesIndex
{
    font-size:18px;
    text-decoration:none;
    font-weight:bold;
    color:#0062A1;
    }

.activitiesIndexSelected
{
    font-size:24px;
    text-decoration:none;
    font-weight:bold;
    color:#C47B09;
    }
.activitiesIndex a
{
    color:#0062A1;
    cursor:default;
    }
.activitiesIndexSelected a
{
    color:#C47B09;
    cursor:default;
}

.activitiesIndex a:visited
{
    color:#0062A1;
    cursor:default;
    }  
.activitiesIndexSelected a:visited
{
    color:#C47B09;
    cursor:default;
    }    
.activitiesIndexBack
{
    vertical-align:middle;
    margin-right:20px;
    text-align:center;
    padding-top:13px;
    }
    
.activitiesIndexNext
{
    vertical-align:middle;
    margin-left:20px;
    text-align:center;
    padding-top:13px;
    }
    

       
.countryMenu
{
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
    color:#005896;
 }

.countryMenu a:link
{
    color:#005896;
    text-decoration:none;
}
.countryMenu a:visited
{
    color:#005896;
    text-decoration:none;
}

.topMenu
{
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    color:#005896;
    margin-right:0;
 }

.topMenu a:link
{
    color:#005896;
    text-decoration:none;
}
.topMenu a:visited
{
    color:#005896;
    text-decoration:none;
}

.country
{
    border:solid 1px #F0F8FF;
    background-color:#F0F8FF;
 }
 
 
.charsRemaining
{
    color:#005896;
}
