/* Styles - Tags */
body {
    background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
    margin : 10px 0px 10px 0px;
    scrollbar-base-color : #E7E7E7;
    text-align : center;
}
form {
    margin : 0px 0px 0px 0px;
}
p {
    margin : 5px 0px 5px 0px;
}

/* Images */
.ImgBorder {
    border: solid #000000 1px;
}
.NoBorder {
    border: 0px;
}

/* Div */
.HiddenDiv {
    display : none;
}

/* **** 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;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
    font-weight : normal;
	color : #000000;
}

.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 : #777777;
    font-size : 11px;
    padding : 0px 5px 0px 0px;
    text-align : justify;
    vertical-align : top;
    width : 560px;
}
.ContentCellPrint {
    color : #777777;
    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;
}

.ContentTitleBig {
    color : #1C3866;
	font-size : 18px;
    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 : #777777;
    font-size : 9px;
    padding : 0px 5px 0px 0px;
    text-align : left;
    vertical-align : top;
    width : 570px;
}

.TextGreen {
    color : Green;
    font-size : 11px;
    font-weight : bold;
}

.TextOrange {
    color : Orange;
    font-size : 11px;
    font-weight : bold;
}

.TextRed {
    color : Red;
    font-size : 11px;
    font-weight : bold;
}

/* **** Text - End **** */

/* **** Links - Start **** */
a:Link, a:Visited {
    color : #000000;
	font-size : 11px;
    font-weight : normal;
    text-decoration : underline;
}
a:Hover {
    color : #000000;
    text-decoration : underline;
}

.SmallLink:Link, .SmallLink:Visited {
    color : #000000;
	font-size : 9px;
    font-weight : normal;
    text-decoration : none;
}
.SmallLink:Hover {
    color : #000000;
    text-decoration : underline;
}

.WhiteSmallLink:Link, .WhiteSmallLink:Visited {
    color : #FFFFFF;
	font-size : 9px;
    font-weight : normal;
    text-decoration : none;
}
.WhiteSmallLink:Hover {
    color : #FFFFFF;
    text-decoration : underline;
}

.IndexLink:Link, .IndexLink:Visited, .IndexLink:Hover {
    color : #777777;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
    font-weight : bold;
    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 : #FFB200;
    color : #000000;
	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 {
   color: #000000;
   display: block;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   padding : 0px 0px 0px 20px;
   text-decoration: none;
   width: 152px;
}
td.MenuItem a:hover, td.MenuItem a:active {
   color: #000000;
   text-decoration: underline;
}

.MenuItem2 {
    background : url(/Images/Menu_BackItem2.gif);
    color : #000000;
    font-size : 10px;
    height : 20px;
    padding : 0px 0px 0px 0px;
    text-align : left;
    vertical-align : middle;
    width : 152px;
}
td.MenuItem2 a, td.MenuItem2 a:link, td.MenuItem2 a:visited {
   color: #000000;
   display: block;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   padding : 0px 0px 0px 35px;
   text-decoration: none;
   width: 152px;
}
td.MenuItem2 a:hover, td.MenuItem2 a:active {
   color: #000000;
   text-decoration: underline;
}
.MenuItem3 {
    background : url(/Images/Menu_BackItem3.gif);
    color : #000000;
    font-size : 10px;
    height : 20px;
    padding : 0px 0px 0px 0px;
    text-align : left;
    vertical-align : middle;
    width : 152px;
}

.Menu2Item {
    color : #FFFFFF;
    font-size : 10px;
    height : 22px;
    padding : 0px 0px 0px 0px;
    text-align : left;
    vertical-align : middle;
}
td.Menu2Item a, td.Menu2Item a:link, td.Menu2Item a:visited {
   color : #FFFFFF;
   display: block;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   padding : 0px 0px 0px 0px;
   text-decoration: none;
}
td.Menu2Item a:hover, td.Menu2Item a:active {
   color: #FFFFFF;
   text-decoration: underline;
}

.IntraMenuItem {
    background : url(/Images/IntraMenu_BackItem.gif);
    color : #000000;
    font-size : 10px;
    height : 20px;
    padding : 0px 0px 0px 0px;
    text-align : center;
    vertical-align : middle;
    width : 152px;
}
td.IntraMenuItem a, td.IntraMenuItem a:link, td.IntraMenuItem a:visited, td.IntraMenuItem a:active {
   color: #000000;
   display: block;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   padding : 0px 0px 0px 10px;
   text-align: left;
   text-decoration: none;
   width: 152px;
}
td.IntraMenuItem a:hover {
   color: #000000;
   text-align: left;
   text-decoration: underline;
}
.IntraMenuItem2 {
    background : url(/Images/IntraMenu_BackItem.gif);
    color : #000000;
    font-size : 10px;
    height : 20px;
    padding : 0px 0px 0px 0px;
    text-align : left;
    vertical-align : middle;
    width : 152px;
}
td.IntraMenuItem2 a, td.IntraMenuItem2 a:link, td.IntraMenuItem2 a:visited, td.IntraMenuItem2 a:active {
   color: #000000;
   display: block;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   padding : 0px 0px 0px 35px;
   text-decoration: none;
   width: 152px;
}
td.IntraMenuItem2 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 : #777777;
    font-size : 9px;
    height : 72px;
    padding : 0px 5px 0px 0px;
    text-align : right;
    vertical-align : bottom;
    width : 292px;
}
.FooterStyle3 {
    background-color : #F0F0F0;
    color : #777777;
    font-size : 9px;
    height : 18px;
    padding : 0px 0px 0px 5px;
    text-align : left;
    vertical-align : middle;
    width : 792px;
}
.FooterStyle4 {
    background-color : #020088;
    color : #FFFFFF;
    font-size : 9px;
    height : 23px;
    padding : 0px 5px 5px 0px;
    text-align : right;
    vertical-align : bottom;
    width : 792px;
}
.FooterStyle5 {
    background : url(/Images/Footer_Back.gif);
    background-color : #F8F8F8;
    color : #777777;
    font-size : 9px;
    height : 72px;
    padding : 0px 5px 0px 5px;
    text-align : justify;
    vertical-align : bottom;
    width : 500px;
}

.FooterLink:Link, .FooterLink:Visited {
    color : #777777;
	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;
}

.FeedbackLabel {
    border : solid 1px #777777;
    color : #777777;
    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 : #777777;
    font-size : 10px;
    font-weight : normal;
    margin : 0px 50px 0px 50px;
    padding : 20px 15px 15px 15px;
    text-align : justify;
    vertical-align : top;
    width : 470px;
}

.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;
}
/* **** Labels - End **** */

/* **** News - Start **** */
.NewsBorder {
    background-color : #D9D9DB;
}

.NewsTitle {
    background-color : #F0F0F0;
    color : #575757;
    font-size : 10px;
    font-weight : bold;
    padding : 3px 5px 3px 5px;
    vertical-align : top;
    width : 182px;
}

.NewsContent {
    background-color : #F9F9F9;
    color : #575757;
    font-size : 10px;
    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 **** */

/* **** 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;
}

.Table1HeaderCol {
    background-color : #3C78B6;
    border-color : Black;
    border-style : solid;
    border-width : 0px 1px 1px 0px;
    color : White;
    font-weight : bold;
    padding : 5px 5px 5px 5px;
}
.Table1Col1 {
    background-color : #D7DEEE;
    border-color : Black;
    border-style : solid;
    border-width : 0px 1px 1px 0px;
    font-weight : normal;
    padding : 5px 5px 5px 5px;
    vertical-align : top;
}
.Table1Col2 {
    background-color : White;
    border-color : Black;
    border-style : solid;
    border-width : 0px 0px 1px 0px;
    font-weight : normal;
    padding : 5px 5px 5px 5px;
    vertical-align : top;
 
}
/* **** Project logframe table - End **** */

/* **** Text WYSIWYG - Start **** */
.Text_Title {
    color : #1C3866;
	font-size : 12px;
    font-weight : bold;
    text-align : left;
}

.Text_Title2 {
    color : #1C3866;
	font-size : 16px;
    font-weight : bold;
    text-align : center;
}

.Text_Normal {
    color : #777777;
    font-size : 11px;
    text-align : left;
}

.Text_Small {
    color : #777777;
    font-size : 9px;
    text-align : left;
}

.Text_Green {
    color : Green;
    font-size : 11px;
    font-weight : normal;
    text-align : left;
}

.Text_Orange {
    color : Orange;
    font-size : 11px;
    font-weight : normal;
    text-align : left;
}

.Text_Red {
    color : Red;
    font-size : 11px;
    font-weight : normal;
    text-align : left;
}

ul {
    margin-bottom: 0px;
	margin-left: 20px;
}
li {
    margin-bottom: 5px;
}
/* **** Text WYSIWYG - End **** */

/* **** News - Start **** */
.DisplayNewsTitle {
    background-color : #F0F0F0;
    color : #575757;
    font-size : 11px;
    font-weight : bold;
    padding : 3px 5px 3px 5px;
    width : 555px;
}
.DisplayNewsDate {
    border-left : solid 1px #F0F0F0;
    border-right : solid 1px #F0F0F0;
    color : #777777;
    font-size : 9px;
    font-style : italic;
    padding : 2px 0px 2px 5px;
    width : 555px;
}
.DisplayNewsContent {
    border-bottom : solid 1px #F0F0F0;
    border-left : solid 1px #F0F0F0;
    border-right : solid 1px #F0F0F0;
    color : #777777;
    padding : 10px 5px 10px 5px;
    width : 555px;
}
.DisplayNewsFooter {
    height : 10px;
    width : 555px;
}


/* **** News - End **** */