BODY, TD {
	color : black;
	font-family :  Verdana, Arial;
	font-size: 10px;
}

TEXTAREA {
	background : white;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight:    normal;
}

.mainbanner {
	font-weight : bold;
	font-size : 10px;
}

.small {
	color : white;
	font-family :  Verdana,Arial, sans-serif;
	font-size: 14px;
	background-color : red;
}

.headline {
	color : #AA0000;
	font-family :  Verdana,Arial, sans-serif;
	font-size: 14px;
        font-weight: bold; 
}

INPUT.Disabled {
   background-color: transparent;
   border : none;
   vertical-align : bottom;
   line-height : 10px;
}
TEXTAREA.Disabled {
   background-color: transparent;
   border : none;
}
.Mandatory {
	text-decoration : underline;
}

.navlinks {
	color : white;
	font-family : Verdana, Arial, sans-serif;
	font-size: 10px;
}
.Header3 {
	font-size : 10px;
	font-weight : bold;
	line-height : 16px;
}
.Header1 {
	font-size : 14px;
	color : #000066;
	font-weight : bold;
}
.Header1Aanrader {
	font-weight : bold;
	font-size : 14px;
	background-color : #191A97; /*#8A8AB3;*/
	color : white;
	border-top: solid 1px black;
    border-bottom: solid 1px black;

}
.Aanrader A {
	text-decoration : none;
	color : black;
}
.aanraderBod {
	font-weight : bold;
	color :  #191A97; /*#CC9966;*/
}
.aanraderrand {
	background-color :  #191A97;/*#8A8AB3;*/
}
A {
	text-decoration: none;
	color:  #191A97;/*#8A8AB3;*/
}
A:Hover {
	color: #000066;
}

A.menu {
	text-decoration: none;
	color: white;
	font-size : 14px;
	font-weight : bold;
}

A.menu:Hover {
	text-decoration: none;
	color: white;
}


HR {
	color: black;
	height: 1pt;
	style: noshade;
}
.boldblack {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #000000}

INPUT.button   {
    text-decoration: none;	
    color:White;
    background : #FF6900;
    /*border : 1px solid Black;*/
    border-left: solid 1px White;
    border-right: solid 1px Black;
    border-top: solid 1px White;
    border-bottom: solid 1px Black;
}

A.button   {
    text-decoration: none;	
    color: White;
    background : #FF6900;
    /*border : 1px solid Black;*/
    border-left: solid 1px White;
    border-right: solid 1px Black;
    border-top: solid 1px White;
    border-bottom: solid 1px Black;
}
A.button:hover   {
    text-decoration: none;	
    color: White;
    background : #FF6900;
    /*border : 1px solid Black;*/
   border-left: solid 1px White;
    border-right: solid 1px Black;
    border-top: solid 1px White;
    border-bottom: solid 1px Black;
}

.error {
	color : red;
}

/************************************************************
******************* DataGrid Styles ***********************
************************************************************/
.DataGrid {
	border-color : black;
	border-style : none;
	border-width : 0px;
	background-color : white;
	padding : 4px;
}
.HeaderStyle {
	font-weight : bold;
	font-size : 9px;
	color : white;
	background-color : #1A2E9B;
	/*background-color : #000084;*/
    /*background-color : #FF6600;*/
	height : 20px;
}
TR.HeaderStyle TD  {
	color: white;
}
TR.HeaderStyle  A{
	color: white;
}
TR.HeaderStyle A:hover {
	color: white;
}
TR.HeaderStyle A:visited {
	color: white;
}
.ItemStyle {
	background-color : #D3D3D3;
	/*background-color : #FFCC99;*/
	/*background-color : #AA0000;*/
	height : 20px;
	font-size : 9px;
}
.ItemStyleTop {
	/*background-color : #EEEEEE;*/
	background-color :  #191A97; /*#FFCC99;*/
	height : 20px;
	vertical-align : text-top;
	font-size : 9px;
}

.AlternatingItemStyle {
	background-color : #D3D3F3;
	/*background-color : #FFCC99;*/
	height : 20px;
	font-size : 9px;
}
.SelectedItemStyle {
	font-weight : normal;
	/*color : white;*/
	background-color :  #191A97;/*#8A8AB3;*/
	height : 20px;
	font-size : 9px;
}
.FooterStyle {
	color : Black;
	background-color : #CCCCCC;
	font-size : 9px;
}
.PagerStyle {
	
}
/************************************************************
**************** End DataGrid Styles *********************
************************************************************/

/************************************************************
*********************** TabStrip ***************************
************************************************************/
/* Selected tab */
/* UNselected tab OtherTabsTopBgSpecial*/
.TabPageBg
{
    /*background-color: #006FA9;*/
	background-color:  #191A97;/*#8A8AB3;*/
	font-size : 9px;
	line-height : 14px;
	padding : 4px;
    border-top: solid 1px black;
    border-right: solid 1px black;
    border-bottom: black 1px solid;
}

.TabPage {
    /*background-color: #006FA9;*/
	background-color:  #191A97;/*#8A8AB3;*/
	font-size : 9px;
	padding : 4px;
}
.TabPageBgSelected
{
    background-color: transparent;
	font-size : 9px;
	padding : 4px;
	line-height : 15px;
    border-top: solid 1px black;
    border-right: solid 1px black;
    border-bottom: transparent 1px hidden;
}
.TabPageSelected {
    background-color: transparent;
	font-size : 9px;
	padding : 4px;
}
.TabUnderline {
     border-bottom: black 1px solid;
}
.TabUnderlineRight {
     border-bottom: black 1px solid;
     border-right: solid 1px black;
}

/* Hyperlink for tabs */
A.TabPage {
    text-decoration:    none;
	font-weight : bold;
    color:white;
}
A.TabPage:hover {
    text-decoration:    none;
	font-weight : bold;
    color:white;
}
A.TabPageSelected{
    text-decoration:    none;
	font-weight : bold;
    color:black;
}
A.TabPageSelected:hover {
    text-decoration:    none;
	font-weight : bold;
    color:black;
}
/* Seperator tab */
.SeparatorTabsBg {
    /*border-left: solid 1px #f3ebe8;*/
	border-left: solid 1px white;
}
/************************************************************
******************* End TabStrip **************************
************************************************************/
/************************************************************
*********************** WhereAmI ***************************
************************************************************/
.WhereAmI {
    color:black;
}
WhereAmI.link {
	color : black;
	font-family : Verdana, Arial, sans-serif;
	font-size: 10px;
}
/************************************************************
******************* End WhereAmI **************************
************************************************************/

/*
	Project Agenda
*/


.ProjectAgendaName
{
	font-size: 10pt;
	text-transform: uppercase;
	color: white;
	border-bottom: black 1px solid;
	border-top: black 1px solid;
	font-family: Verdana, Verdana, Arial;
	background-color:  #191A97;/*#8A8AB3;*/
	text-align: center;
}

.ProjectAgendaInfo
{
	font-size: 9pt;
	color: black;
	border-top-style: none;
	border-bottom: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Verdana, Verdana, Arial;
	background-color: #FF6600;/*#E3CEBA;*/
}

.ProjectAgendaDescription
{
	font-size: 9pt;
	margin-bottom: 9pt;
	color: black;
	border-top-style: none;
	border-bottom: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}
.ProjectMenuHeader
{
	font-size: 10pt;
	text-transform: uppercase;
	color: white;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
	background-color:  #191A97;/*#8A8AB3;*/
	text-align: center;	

}
.ProjectMenuName
{
	font-size: 10pt;
	color: Black;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
	background-color:   #E3CEBA;
	text-align: center;

}

.CategoryMenuHeader{
	font-size: 10pt;
	text-transform: uppercase;
	color: white;
	border-top : black 1px solid;
	border-bottom : black 1px solid;
	font-family: Verdana, Arial;
	background-color:  #191A97;/*#8A8AB3;*/
	text-align: center;	

}
.CategoryMenuHeader A {
	color: white;
}
.CategoryMenuFooter{
	background-color: white;
	border-bottom: white 0px solid;
}
.CategoryMenuFooter A{
	color:  #191A97;/*#8A8AB3;*/
}

.CategoryMenuName
{
	font-size: 10pt;
	color: Black;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
	background-color: #E3CEBA;
	text-align: center;
}

.CategoryMenuName A {
	text-decoration: none;
	color: black;
}

.SubCategoryMenuName
{
	font-size: 10pt;
	color: Black;
	border-bottom : solid 1px Black ;
	font-family: Verdana, Arial;
	background-color: white;
	text-align: center;
}

.SubCategoryMenuName A {
	text-decoration: none;
	color: black;
}
.ProjectMenuName A {
	color: black;
}
.Menu
{
	font-size: 12pt;
	color: white;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
	background-color:  #191A97;/*#8A8AB3;*/
	text-align: center;	

}

.Menu A
{
	font-size: 12pt;
	color: white;
}
.ItemListHeader {
	color : black;
	background-color :  #E3CEBA;

}
.ItemListHeader A{
	color : black;
}
.ItemListItem {
	color : black;
	background-color : white;
}

.HotItems {
	color : black;
	background-color : white;
	border-bottom: black 1px solid;
}