/* Styles - Tags */
body {
    background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
    margin : 10px 0px 10px 0px;
    scrollbar-base-color : #E7E7E7;
}
form {
    margin : 0px 0px 0px 0px;
}
p {
    margin : 5px 0px 5px 0px;
}

/* Images */
.ImgBorder {
    border: solid #000000 1px;
}

/* Div */
.HiddenDiv {
    display : none;
}

/* Hr */
hr {
	width : 100%;
	color : #999999;
	height : 1px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right : 5px;
}

/* Search */
td.SearchGrayCell 
{
   background-color: #EEEEEE;
   color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   padding: 5px 10px 5px 10px;
}

td.SearchGrayCellAlt
{
   background-color: #CCCCCC;
   color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   padding: 5px 10px 5px 10px;
}

.SearchGridHeader
{
    background-color: #00008A;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
}
.SearchGridItem
{
    background-color: #D6EBFC;
    color: #666666;
    font-size: 10px;
}
.SearchGridAltItem
{
    background-color: #B8D3ED;
    color: #666666;
    font-size: 10px;
}

/* Print */
.SectorPrintSub1 {
    display: block;
    padding-left: 25px;
}

/* **** Forms - Start **** */
.Input {
	background : #EEEEEE;
	border-style : solid solid solid solid;
	border-width : 1;
	border-color : #000000;
	color : Black;
	font : 10px Verdana, Arial, Helvetica, sans-serif;
	height : 16;
    margin : 0px 0px 0px 0px;
}

.InputWh {
	background : #FFFFFF;
	border-style : solid solid solid solid;
	border-width : 1;
	border-color : #000000;
	color : Black;
	font : 10px Verdana, Arial, Helvetica, sans-serif;
	height : 16;
    margin : 0px 0px 0px 0px;
}

.Button {
	border : 1px outset #666666;
	background-color : #EEEEEE;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
    font-weight : normal;
}
.ButtonPad {
	border : 1px outset #666666;
	background-color : #EEEEEE;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
    font-weight : normal;
    margin: 0px 10px 0px 10px;
}

.BlueLabel {
	background : #B8D3ED;
	border-style : solid solid solid solid;
	border-width : 0;
	border-color : #000000;
	color : Black;
	font : 10px Verdana, Arial, Helvetica, sans-serif;
	height : 16;
    margin : 0px 0px 0px 0px;
}
.WhiteLabel {
	background : #FFFFFF;
	border-style : solid solid solid solid;
	border-width : 0;
	border-color : #000000;
	color : Black;
	font : 10px Verdana, Arial, Helvetica, sans-serif;
	height : 16;
    margin : 0px 0px 0px 0px;
}
/* **** Forms - End **** */

/* **** Text - Start **** */
.ContentCell {
    color : #555555;
    font-size : 11px;
    padding : 0px 5px 0px 0px;
    text-align : left;
    vertical-align : top;
    width : 570px;
}
.ContentCellPrint {
    color : #555555;
    font-size : 11px;
    padding : 0px 5px 0px 5px;
    text-align : center;
    vertical-align : top;
    width : 797px;
}

.ContentTitle1 {
    color : #1C3866;
	font-size : 12px;
    font-weight : bold;
}

.ErrorText {
    color : Red;
    font-size : 10px;
    font-weight : bold;
    margin : 0px 5px 0px 0px;
    text-align : left;
    vertical-align : top;
}

.Footnote {
    color : #555555;
    font-size : 9px;
    padding : 0px 5px 0px 0px;
    text-align : left;
    vertical-align : top;
    width : 570px;
}

.Text {
    color : #000000;
    font-size : 11px;
}

.TextBold {
    color : #000000;
    font-size : 11px;
    font-weight: bold;
}

.TextGreen {
    color : Green;
    font-size : 10px;
    font-weight : bold;
}

.TextOrange {
    color : Orange;
    font-size : 10px;
    font-weight : bold;
}

.TextRed {
    color : Red;
    font-size : 10px;
    font-weight : bold;
}

/* **** Text - End **** */

/* **** Links - Start **** */
a:Link, a:Visited, a:Active {
    color : #000000;
	font-size : 11px;
    font-weight : normal;
    text-decoration : none;
}
a:Hover {
    color : #000000;
    text-decoration : underline;
}

.SmallLink:Link, .SmallLink:Visited, .SmallLink:Active {
    color : #000000;
	font-size : 10px;
    font-weight : normal;
    text-decoration : none;
}
.SmallLink:Hover {
    color : #000000;
    text-decoration : underline;
}

.SmallLinkBold:Link, .SmallLinkBold:Visited, .SmallLinkBold:Active {
    color : #000000;
	font-size : 10px;
    font-weight : bold;
    text-decoration : underline;
}
.SmallLinkBold:Hover {
    color : #000000;
    text-decoration : underline;
}

.WhiteSmallLink:Link, .WhiteSmallLink:Visited, .WhiteSmallLink:Active {
    color : #FFFFFF;
	font-size : 9px;
    font-weight : normal;
    text-decoration : none;
}
.WhiteSmallLink:Hover {
    color : #FFFFFF;
    text-decoration : underline;
}

.IndexLink:Link, .IndexLink:Visited, .IndexLink:Active, .IndexLink:Hover {
    color : #555555;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
    font-weight : bold;
    text-decoration : underline;
}

.GrayLink:Link, .GrayLink:Visited, .GrayLink:Active, .GrayLink:Hover {
    color : #555555;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
    text-decoration : underline;
}

/* ---- Specific styles (but used in entire website) ---- */
/* **** Login form - Start **** */
.MembersForm {
    background-color : #00008A;
    background-image : url(/Images/Header_LoginBack.jpg);
    color : #FFFFFF;
	font-size : 10px;
    font-weight : normal;
    height : 118px;
    padding : 5px 5px 0px 85px;
    vertical-align : top;
    width : 193px;
}
.MembersLogin {
    background-color : #F6B400;
    color : #2F2F2F;
	font-size : 10px;
    font-weight : bold;
    height : 20px;
    padding : 4px 0px 0px 5px;
    vertical-align : top;
    width : 193px;
}
.GoButton {
    background-image : url(/Images/Button_Go.gif);
    border : 0px;
    color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
    font-weight : bold;
    height : 15px;
    width : 27px;
}
/* **** Login form - End **** */

/* **** Menu - Start **** */
.MenuItem {
    background : url(/Images/Menu_BackItem.gif);
    color : #000000;
    font-size : 10px;
    height : 20px;
    padding : 0px 0px 0px 0px;
    text-align : left;
    vertical-align : middle;
    width : 152px;
}
td.MenuItem a, td.MenuItem a:link, td.MenuItem a:visited, td.MenuItem a:active {
   color: #000000;
   display: block;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   margin : 0px 0px 0px 15px;
   text-decoration: none;
   width: 137px;
}
td.MenuItem a:hover {
   color: #000000;
   text-decoration: underline;
}
.MenuItem_Intra {
    background : url(/Images/Menu_BackItem_Intra.gif);
    color : #000000;
    font-size : 10px;
    height : 20px;
    padding : 0px 0px 0px 0px;
    text-align : left;
    vertical-align : middle;
    width : 152px;
}
td.MenuItem_Intra a, td.MenuItem_Intra a:link, td.MenuItem_Intra a:visited, td.MenuItem_Intra a:active {
   color: #000000;
   display: block;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   margin : 0px 0px 0px 15px;
   text-decoration: none;
   width: 137px;
}
td.MenuItem_Intra a:hover {
   color: #000000;
   text-decoration: underline;
}
.MenuItem_Manage {
    background : url(/Images/Menu_BackItem_Manage.gif);
    color : #000000;
    font-size : 10px;
    height : 20px;
    padding : 0px 0px 0px 0px;
    text-align : left;
    vertical-align : middle;
    width : 152px;
}
td.MenuItem_Manage a, td.MenuItem_Manage a:link, td.MenuItem_Manage a:visited, td.MenuItem_Manage a:active {
   color: #000000;
   display: block;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   margin : 0px 0px 0px 15px;
   text-decoration: none;
   width: 137px;
}
td.MenuItem_Manage a:hover {
   color: #000000;
   text-decoration: underline;
}
.MenuItem_Profile {
    background : url(/Images/Menu_BackItem_Profile.gif);
    color : #000000;
    font-size : 10px;
    height : 20px;
    padding : 0px 0px 0px 0px;
    text-align : left;
    vertical-align : middle;
    width : 152px;
}
td.MenuItem_Profile a, td.MenuItem_Profile a:link, td.MenuItem_Profile a:visited, td.MenuItem_Profile a:active {
   color: #000000;
   display: block;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   margin : 0px 0px 0px 15px;
   text-decoration: none;
   width: 137px;
}
td.MenuItem_Profile a:hover {
   color: #000000;
   text-decoration: underline;
}
/* **** Menu - End **** */

/* **** Footer - Start **** */
.FooterStyle1 {
    background : url(/Images/Footer_LogoCEE.gif);
    color : #FFFFFF;
    font-size : 9px;
    height : 130px;
    padding : 0px 5px 5px 0px;
    text-align : right;
    vertical-align : bottom;
    width : 188px;
}
.FooterStyle2 {
    background : url(/Images/Footer_Back.gif);
    background-color : #F8F8F8;
    color : #555555;
    font-size : 9px;
    height : 74px;
    padding : 4px 5px 0px 0px;
    text-align : right;
    vertical-align : top;
    width : 292px;
}
.FooterStyle4 {
    background-color : #003D64;
    color : #FFFFFF;
    font-size : 9px;
    height : 19px;
    padding : 0px 5px 5px 0px;
    text-align : right;
    vertical-align : bottom;
    width : 792px;
}
.FooterStyle5 {
    background : url(/Images/Footer_Back.gif);
    background-color : #F8F8F8;
    color : #555555;
    font-size : 9px;
    height : 74px;
    padding : 0px 5px 0px 5px;
    text-align : justify;
    vertical-align : middle;
    width : 490px;
}

.FooterLink:Link, .FooterLink:Visited {
    color : #555555;
	font-size : 9px;
    font-weight : bold;
    text-decoration : none;
}
.FooterLink:Hover {
    text-decoration : underline;
}
/* **** Footer - End **** */

/* **** Labels - Start **** */
.ErrorLabel {
    border : solid 1px red;
    color : Red;
    font-size : 10px;
    font-weight : bold;
    margin : 20px 50px 20px 50px;
    padding : 5px 5px 5px 5px;
    text-align : center;
    vertical-align : top;
    width : 470px;
}

.ErrorConsentLabel {
    border : solid 1px red;
    color : Red;
    font-size : 10px;
    font-weight : normal;
    margin : 20px 50px 20px 50px;
    padding : 5px 5px 5px 5px;
    text-align : left;
    vertical-align : top;
    width : 470px;
}

.FeedbackLabel {
    border : solid 1px #777777;
    color : #555555;
    font-size : 10px;
    font-weight : bold;
    margin : 20px 50px 0px 50px;
    padding : 5px 5px 5px 5px;
    text-align : center;
    vertical-align : top;
    width : 470px;
}

.LetterStyleLabel {
    border : solid 1px #777777;
    color : #555555;
    display: block;
    font-size : 10px;
    font-weight : normal;
    margin : 0px 50px 10px 50px;
    padding : 10px 15px 10px 15px;
    text-align : justify;
    vertical-align : top;
    width : 470px;
}

.LetterStyleNSLabel {
    border : solid 1px #777777;
    color : #555555;
    font-size : 10px;
    font-weight : normal;
    padding : 10px 15px 10px 15px;
    text-align : justify;
    vertical-align : top;
}

.HintLabel {
    background-color : #D6EBFC;
    border : solid 1px #777777;
    color : black;
    font-size : 10px;
    font-weight : normal;
    margin : 0px 20px 10px 20px;
    padding : 5px 5px 5px 5px;
    vertical-align : top;
    width : 430px;
}

.SectorsHintLabel {
    color : black;
    display: none;
    font-size : 10px;
    font-style: italic;
    font-weight : normal;
    margin : 0px 0px 5px 0px;
    padding: 0px 2px 2px 2px; 
    vertical-align : top;
    width : 430px;
}
.SectorsHintLabelLevel2 {
    color : black;
    display: none;
    font-size : 10px;
    font-style: italic;
    font-weight : normal;
    margin : 0px 0px 5px 0px;
    padding: 0px 2px 2px 2px; 
    vertical-align : top;
    width : 405px;
}

.StatusLabel {
    border : solid 1px #777777;
    color : #555555;
    display: block;
    font-size : 11px;
    font-weight : normal;
    margin : 10px 70px 0px 70px;
    padding : 10px 15px 10px 15px;
    text-align : justify;
    vertical-align : top;
    width : 430px;
}

.DateLabel {
    color : #555555;
    display: block;
    font-size : 9px;
    font-style: italic;
    font-weight : normal;
    margin : 0px 0px 5px 0px;
    padding: 30px 2px 2px 2px; 
    text-align: right;
}

/* **** Labels - End **** */

/* **** News - Start **** */
.NewsBorder {
    background-color : #D9D9DB;
}

.NewsTitle {
    background-color : #F0F0F0;
    color : #575757;
    font-size : 11px;
    font-weight : bold;
    padding : 3px 5px 3px 5px;
    vertical-align : top;
    width : 182px;
}

.NewsContent {
    background-color : #F9F9F9;
    color : #575757;
    font-size : 11px;
    font-weight : normal;
    padding : 3px 5px 3px 5px;
    vertical-align : top;
    width : 182px;
}

.NewsList 
{
    margin : 7px 0px 9px 15px;
}

.NewsLink:Link, .NewsLink:Visited, .NewsLink:Hover {
    color : #575757;
	font-size : 10px;
    font-weight : normal;
    text-decoration : underline;
}
/* **** News - End **** */

/* **** Events - Start **** */
.EventDate {
    color : Orange;
    font-size : 10px;
    font-weight : bold;
}

.EventTitle {
    color : #555555;
    font-size : 10px;
    font-weight : bold;
}

.EventLocation {
    color : #555555;
    font-size : 10px;
    font-weight : normal;
	font-style : italic;
}

.EventOrg {
	color : #555555;
    font-size : 10px;
    font-weight : normal;
	margin-top : 5px;
	margin-bottom : 5px;
}

.EventOrgLink:Link, .EventOrgLink:Visited, .EventOrgLink:Active {
	color : #555555;
    font-size : 10px;
    font-weight : normal;
	text-decoration : none;
}
.EventOrgLink:Hover {
	color : #555555;
    font-size : 10px;
    font-weight : normal;
	text-decoration : underline;
}

.EventLink:Link, .EventLink:Visited, .EventLink:Active, .EventLink:Hover {
	color : Orange;
    font-size : 10px;
    font-weight : normal;
	text-decoration : underline;
}
/* **** Events - End **** */

/* **** Project logframe table - Start **** */
.MainTable {
    border : 1px;
    border-color : #C7C7C7;
    border-style : solid;
    padding : 0px;
}

.RomanList {
    list-style-type : lower-roman;
}

.TableGen 
{
    border-color : Black;
    border-style : solid;
    border-width : 2px;
    color : Black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    width : 570px;
}
.Table1HeaderCol1 {
    background-color : #81B7ED;
    border-color : Black;
    border-style : solid;
    border-width : 0px 1px 1px 0px;
    font-weight : bold;
    padding : 5px 5px 5px 5px;
    width : 200px;   
}
.Table1HeaderCol2 {
    background-color : #81B7ED;
    border-color : Black;
    border-style : solid;
    border-width : 0px 0px 1px 0px;
    font-weight : bold;
    padding : 5px 5px 5px 5px;
    width : 360px;   
}
.Table1Col1 {
    background-color : #D7DEEE;
    border-color : Black;
    border-style : solid;
    border-width : 1px 1px 0px 0px;
    font-weight : normal;
    padding : 5px 5px 5px 5px;
    vertical-align : top;
    width : 200px;
}
.Table1Col2 {
    background-color : White;
    border-color : Black;
    border-style : solid;
    border-width : 1px 0px 0px 0px;
    font-weight : normal;
    padding : 5px 5px 5px 5px;
    vertical-align : top;
    width : 360px;   
}
/* **** Project logframe table - End **** */

/* **** Datagrid - Start **** */
.GridTab
{
    border: solid 1px #003d64;
}
.GridTab td
{
    border: solid 1px #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
    padding: 3px 3px 3px 3px;
}

.GridTabHeader
{
    background-color: #003d64;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9px;
    text-align: center;
}

.GridTabItem
{
    background-color: #D6EBFC;
    color: Black;
    font-size: 9px;
}
.GridTabAltItem
{
    background-color: #B8D3ED;
    color: Black;
    font-size: 9px;
}
/* **** Datagrid - Start **** */

.ConsentList {
    margin: 3px 0px 3px 35px;
}

.ContactDetails {
    background-color: #EEEEEE;
    border: solid 1px #666666;
    color: Black;
    margin: 0px 0px 10px 0px;
    padding: 3px 3px 3px 3px;
    text-align: left;
    width: 500px;
}

.GridGreenItem
{
    background-color: #B8D6BB;
    font-size: 9px;
}

.GridOrangeItem
{
    background-color: #FFCC66;
    font-size: 9px;
}

.GridRedItem
{
    background-color: #FFCCCC;
    font-size: 9px;
}
