/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   

.actionsHeader 
{
    background-color:Transparent;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */


.HeadBg {
    background-color: darkred;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* Menu of Categories list (page with the treeview)  */
.MenuCat
{
	border-right: lightgrey 1px inset;
	border-top: lightgrey 1px inset;
	border-left: lightgrey 1px inset;
	color: #000066;
	border-bottom: lightgrey 1px solid;
	font-family: Verdana;
	background-color: #e6ecff;
	text-align: left;
}

.TreeCat  /* Treeview of the categories  */
{
	font-family : Verdana;
}

/* Dropdowns and textboxes */
.DropAndText
{
	text-align: left; 
    font-family: verdana; 
    font-size: 10px; 
    font-weight: normal; 
}

/* Titles of the modules  */
.ModuleTitle
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
}

/* Datagrids  */
.Grid /*The grid ==> general */
{   
   text-align: left;         
}

.GridHeader /* Grid header  */
{
   font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #4B4735;
}

.GridHeader a:visited
{
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #4B4735;
}

.GridHeader a:Hover
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #4B4735; color : #4B4735;
    text-decoration : underline;
}

.GridHeader a:Link
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #4B4735;
}

.GridItemBold
{
	background-color: #F0F1F2;        
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;	
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3C52AD;     
}

.GridItem  /* Grid Item  */
{
    background-color: #F0F1F2;        
    color: #272727;
    font: 11px Arial, Verdana, Helvetica, sans-serif;    
	text-align:left;
}

.GridItem  a:Link/* Grid Item  */
{
    background-color: #F0F1F2;        
    color: #272727;
    font: 11px Arial, Verdana, Helvetica, sans-serif; 
	text-align:left;    
}

.GridItem  a:Hover/* Grid Item  */
{
    background-color: #F0F1F2;        
    color: #272727;
    font: 11px Arial, Verdana, Helvetica, sans-serif; 
	text-align:left;  
	text-decoration: underline; 
}

.GridItem  a:Visited/* Grid Item  */
{
    background-color: #F0F1F2;        
    color: #272727;
    font: 11px Arial, Verdana, Helvetica, sans-serif;
	text-align:left;    
}

.GridAltItem /* Alternate grid Item  */
{    
    font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #272727;  
	text-align:left;   
}

.GridAltItem a:Visited/* Alternate grid Item  */
{    
    font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #272727;   
	text-align:left;
}

.GridAltItem a:Link/* Alternate grid Item  */
{    
    font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #272727;    
	text-align:left;
}

.GridAltItem a:Hover/* Alternate grid Item  */
{    
    font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #272727;   
	text-decoration: underline; 
	text-align:left; 
}

.GridEditItem 
{
    background-color: #BFCFFF;
    color: #272727;
    font: 11px Arial, Verdana, Helvetica, sans-serif;
    height : 25;
    font-size : 11px;
}

.GridSelectedItem
{
	background-color: #BFCFFF;
    color: #272727;
    font: 11px Arial, Verdana, Helvetica, sans-serif;
    height : 25;
    font-size : 11px;
}

.GridFooter
{
	font-weight: bold;
    background-color: #809FFF;
    color : #000066;
    height : 20;
    font-size : 11px;
    text-align:center;
}

.GridPager
{	
    background-color: #FAFAFA;    
    height : 20;    
    color : #000066;    
    text-align:right;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;	
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.GridPager span
{
    margin-left:5px;
}

.GridPager a:link
{
    color : #000066;
}

.GridPager a:visited
{
    color : #000066;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}


/* Menu Save, Cancel, Back.... */
.as-toolbar 
{
    font-family: verdana; 
    font-size: .80em; 
    text-decoration: none; 
    color: #003399; 
}

.as-separator 
{
    color: #444444;
    font-size: 10pt; 
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #666644;
}

.SubHead {
	font-style: normal;	
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #272727;
    font: 11px Arial, Verdana, Helvetica, sans-serif;
}

.SubHead input
{
    margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:5px;
	vertical-align:middle;
}

.SubHead a:visited {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
	text-decoration: underline;
}
.SubHead a:active {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
	text-decoration: underline;
}
.SubHead a:link {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
	text-decoration: underline;
}
.SubHead a:hover {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 35px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #26359c;
	text-decoration: underline;
}

.SubHead-2    {
    text-align: left; 
    font-family: verdana; 
    font-size: .7em; 
    font-weight: normal; 
    color: #FC3955;
}

.SubHeadError    {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 35px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ff0000;
}

.SubHeadErrorGreen    {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 35px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #266A2E;
}

.SubHeadReleaseDate
{
	text-align: left; 
    font-family: verdana; 
    font-size: .7em; 
    font-weight: normal; 
    color: #808080;	
}

.HeadPressRelease
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #666644;
}

.SubHeadPress
{
	text-align: left; 
    font-family: verdana; 
    font-size: .7em; 
    font-weight: normal; 
    color: #808080;
}

.SubHeadPressItalic
{
	text-align: left; 
    font-family: verdana; 
    font-size: .7em; 
    font-weight: normal; 
    font-style:italic;
    color: #808080;
}

.SubHeadPressTitle
{
	text-align: left;
    font-family: verdana;
    font-size: .7em;
    font-weight: bold;
    color: #808080;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton    
 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    vertical-align: top; 
    color: #000000;
    text-decoration: none;
}

.CommandButton a:hover 
{
	color: #ff3300;
    text-decoration: underline;
}

.CommandButton a:visited 
{
   color: #000066;
   text-decoration: none; 
}

.CommandButton a:active
{
   color: #000066;
   text-decoration: underline; 
}

.CommandButton a:link
{
   color: #000066;
   text-decoration: underline; 
}
    
    
/* MAIN MENU ADMIN PAGES */
.topMenuLink
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Garamond;
	text-decoration: none;
}

.as-bannerframe {
    background-color: #002d96;
    background-repeat: repeat-x;
}

.as-banner a:link {
    font-family: Verdana, serif; 
    font-size: 8pt; 
    color: white;
    font-weight: bold; 
    text-decoration: none; 
    PADDING-RIGHT:0mm;
    PADDING-LEFT:0mm;
    PADDING-BOTTOM:0mm;
    PADDING-TOP:0mm;
}
.as-banner a:visited {
    font-family: Verdana, serif; 
    font-size: 8pt; 
    color: white;
    font-weight: bold; 
    text-decoration: none; 
    PADDING-RIGHT:0mm;
    PADDING-LEFT:0mm;
    PADDING-BOTTOM:0mm;
    PADDING-TOP:0mm;
   }
   
.as-banner a:Hover {
    font-family: Verdana, serif; 
    font-size: 8pt; 
    color: white;
    font-weight: bold; 
    text-decoration: none; 
    PADDING-RIGHT:0mm;
    PADDING-LEFT:0mm;
    PADDING-BOTTOM:0mm;
    PADDING-TOP:0mm;
}


 /*GENERIC*/ 
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
   /* color: darkred;*/
}

A:link  {
    text-decoration:    none;
   /* color:  darkred;*/
}

A:visited   {
    text-decoration:    none;
   /* color:  darkred;*/
}

A:active    {
    text-decoration:    none;
   /* color:  darkred;*/
}

A:hover {
    text-decoration:    underline;
  /*  color:  red;*/
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

.TabTitle  
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;    
    font-weight: bold;
    color: #000066;
}

.tabNotActive
{
	border-right: #330033 0px solid;
	border-top: #330033 1px solid;
	margin: 1px 0px 1px 1px;
	border-left: #330033 1px solid;
	border-bottom: #330033 1px solid;
	background-color: #99ccff;
}

.tabNotActiveLast
{
	border-right: #330033 1px solid;
	border-top: #330033 1px solid;
	margin: 1px 0px 1px 1px;
	border-left: #330033 1px solid;
	border-bottom: #330033 1px solid;
	background-color: #99ccff;
}

.tabActive
{
	border-right: #330033 0px solid;
	border-top: #330033 1px solid;
	margin: 1px 0px 1px 1px;
	border-left: #330033 1px solid;
	border-bottom: #330033 0px solid;
	background-color: #FFFFFF;
}

.TabStrip
{
	border-right: slategray 1px solid;
	border-top: slategray 1px solid;
	border-left: slategray 1px solid;
	border-bottom: slategray 1px solid;
	padding: 2;
}

.TabItem
{
	border-right: #330033 0px solid;	
	border-top: #330033 1px solid;
	font-weight: bold;
	font-size: 10pt;	
	border-left: #330033 1px solid;
	color: background;
	font-family: verdana, Arial;	
	padding:2;
	background-color: inactivecaptiontext;
}

.TabItemActive
{
	border-right: #330033 0px solid;	
	border-top: #330033 1px solid;
	font-weight: bold;
	font-size: 10pt;	
	border-left: #330033 1px solid;
	color: background;
	font-family: verdana, Arial;	
	padding:2;
}


.actionsLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    vertical-align: top; 
    color: #000066;
    text-decoration: none;
}

.actionsLink a:hover 
{
	color: #ff3300;
    text-decoration: underline;
}

.actionsLink a:visited 
{
   color: #000066;
   text-decoration: none; 
}

.actionsLink a:active
{
   color: #000066;
   text-decoration: underline; 
}

.actionsLink a:link
{
   color: #000066;
   text-decoration: none; 
}

.CheckBoxList
{
	border-width:1px;
	border-style:solid;
}



/*Start Patrick Videira Styles*/

a 
{
	text-decoration: none;
}


.title1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
}
.body1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3C52AD;
}
.body1 a:visited {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
	text-decoration: underline;
}
.body1 a:active {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
	text-decoration: underline;
}
.body1 a:link {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
	text-decoration: underline;
}
.body1 a:hover {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #26359c;
	text-decoration: underline;
}
.body2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3C52AD;
}
.body2 a:visited {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
}
.body2 a:active {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
}
.body2 a:link {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4d4d4d;
}
.body2 a:hover {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #26359c;
	text-decoration: underline;
}
.body3 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 35px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3C52AD;
}
.body3 a:visited {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 35px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
	text-decoration: underline;
}
.body3 a:active {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 35px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
	text-decoration: underline;
}
.body3 a:link {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 35px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
	text-decoration: underline;
}
.body3 a:hover {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 35px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #26359c;
	text-decoration: underline;
}
.menus {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.menus a:visited {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.menus a:active {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.menus a:link {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.menus a:hover {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}
.menusdw {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #818AC6;
}
.ssmenus {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3C52AD;
}
.ssmenus a:visited {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
}
.ssmenus a:active {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
}
.ssmenus a:link {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
}
.ssmenus a:hover {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #26359c;
	text-decoration: none;
}
.titletable {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #4B4735;
}
.ssmenutitle {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3C52AD;
}
.title2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #AB7205;
}
.nextprevious {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4B4735;
}
.nextprevious a:visited {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4B4735;
}
.nextprevious a:active {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4B4735;
}

.nextprevious a:link 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4B4735;
}

.nextprevious a:hover 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
	text-decoration: none;
}

.buttons
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #A00808;
	border-bottom: 1px solid #AB7205;
	border-left: 1px solid #AB7205;
	border-top: 1px solid #AB7205;
	border-right: 1px solid #AB7205;
	padding: 3px;
	height: 20px;
	background-color: #FFFFFF;
}

.tab 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #AB7205;
}
.tab a:visited {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
}
.tab a:active {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
}
.tab a:link {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9F2323;
}
.tab a:hover {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #26359c;
	text-decoration: none;

}
.body4 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4B4735;
}

a 
{
	text-decoration: none;
	color: #4d4d4d;
	padding-left:5px;
}
a:visited {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #4d4d4d;
	padding-left:5px;
}
a:active {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #4d4d4d;
	text-decoration:none;
	padding-left:5px;
}
a:link {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #4d4d4d;
	text-decoration:none;
	padding-left:5px;
}
a:hover {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color:#FF0000;
	text-decoration: underline;
	text-decoration:none;
	padding-left:5px;
}



/* Styles pour les custom forms */
.CCButton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border: 1px solid #CC0000;
	vertical-align: middle;
	padding: 7px;
	height: 25px;
	width: 75px;
	text-align: center;
}

.CCLabelBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.CCLabel
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.CCLink
{
}

.CCTableCell
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E6E6E6;
	padding: 2 2 2 2;	
}

/* Fin des styles Custom Forms */



/* Styles Custom Forms Report */
.tableReportBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: White;
	border: 0px solid white;
	margin: 0px;
	padding: 0px;
}
.dealerName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #555555;
	text-transform: uppercase;
	text-align:center;
	/*text-decoration: underline;*/
}
.formName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.tableReportHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	background-color: #545454;
	color: #FFFFFF;
}
.totalCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
}

.totalDealerCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
}

.totalReportCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
}

.rowFormTotalSpace
{
	
}

.rowDealerTotalSpace
{
	
}
/*Fin des styles Cstom Forms Report*/

/*Styles ZModemMenu.DropDownMenu*/
.SubMenuHeader
{
	font-size:.7em;
	font-family:Verdana;
	width:100%;
	font-weight:normal;	
	text-decoration: none;
}

.TableHeader
{
	font-weight:bold;
	color: #3C52AD;
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	border: 0px;
	color: #3C52AD;
	height: 18px;
}

.TableHeader_MouseOver
{
	font-weight:bold;
	color: #3C52AD;
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	border: 0px;
	color: #3C52AD;
	height: 18px;	
	text-decoration: "underline";
}

.DropDown
{
	position : absolute;
	color : #808080;
	filter : "progid:DXImageTransform.Microsoft.Alpha(opacity=98)";
	width: 155px;	
	font-family: verdana;
	visibility: hidden;
	background-color: #E7EEF5;	
	font-size: .7em;	
	border: 0px;
}

.MenuItem
{
	filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=98)";
	padding: 5px 5px 5px 5px;	
	font-family: verdana;
	background-color: #E7EEF5;	
	font-size: .7em;
	cursor: default;
	width: 100%;
	padding : 5px 5px 5px 5px;
}

.MenuItem_MouseOver
{
	background: #d6dde4;
	font-family: verdana;
	background-color: #d6dde4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=98);
	font-size: .7em;
	cursor: hand;
	width: 100%;
}







.ModuleTitlepav {
	background-color: #E4E4E4;
	padding: 5px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
		}
.CCLabelBoldpav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	width: 100px;	
}
.CCLabelform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	width: 150px;	
}
.CCLabelform2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	width: 500px;	
}
.CCLabelform3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	width: 120px;	
}
.CCLabelform4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	width: 330px;	
}
.CCLabelformnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	width: 500px;	
	height: 100px;
}
.CCLabelBoldunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.CCTableCell {
	background-color: #ffffff;
}
.tdborder1 {
	padding: 5px;
	border: 1px solid #000000;
}
.tdborder11 {
	padding: 2px;
	border: 1px solid #000000;
}
.tdborder2 {
	padding: 5px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;	
}
.tdborder3 {
	padding: 5px;
	border: 1px solid #000000;
}
.tdborder4 {
	padding: 2px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
}
.tdborder5 {
	padding: 2px;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.tdborder6 {
	padding: 5px;
}
.linkpopup  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
/*Fin des styles Cstom Forms Pavillon*/

/*Cstom Forms Pan Amsterdam*/

.ModuleTitlepanblue {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
		}
.Modulepanblue {
	background-color: #0066CC;
	padding: 5px;
	border: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
		}
.Modulepanblue a:link {
	color: #ffffff;
	font-weight: bold;
    text-decoration : underline;
		}	
.ModuleTitlepangreen {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #99CC00;
		}
.Modulepangreen {
	background-color: #99CC00;
	padding: 5px;
	border: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
		}
.Modulepangreen a:link {
	color: #ffffff;
	font-weight: bold;
    text-decoration : underline;
		}	
.ModuleTitlepanorange {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
		}
.Modulepanorange {
	background-color: #FF9900;
	padding: 5px;
	border: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
		}
.Modulepanorange a:link {
	color: #ffffff;
	font-weight: bold;
    text-decoration : underline;
		}
.ModuleTitlepanred {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF3333;
		}	
.Modulepanred {
	background-color: #FF3333;
	padding: 5px;
	border: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
		}
.Modulepanred a:link {
	color: #ffffff;
	font-weight: bold;
    text-decoration : underline;
		}	
.Modulepanpurple1 {
	background-color: #FF33FF;
	padding: 5px;
	border: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
		}
.Modulepanpurple1 a:link {
	color: #ffffff;
	font-weight: bold;
    text-decoration : underline;
		}		
		
.ModuleTitlepanpurple {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF33FF;
		}
.Modulepanpurple {
	background-color: #FF33FF;
	padding: 5px;
	border: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
		}
.Modulepanpurple a:link {
	background-color: #FF33FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
    text-decoration : underline;
		}
.Modulepanpurple a:visited {
	background-color: #FF33FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
    text-decoration : underline;
		}
.Modulepanpurple a:hover {
	background-color: #FF33FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
    text-decoration : none;
		}
.ModuleTitlepanbrown {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
		}
.Modulepanbrown {
	background-color: #663300;
	padding: 5px;
	border: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
		}
.Modulepanbrown a {
	background-color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
    text-decoration : underline;
		}
.Modulepanbrown a:hover {
	background-color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
    text-decoration : none;
		}
.textfairdocuments a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
    text-decoration: underline;
	margin-top:20px; display:block;
}
.textfairdocuments a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
    text-decoration: underline;
	margin-top:20px; display:block;
}
.textfairdocuments a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
    text-decoration: underline;
	margin-top:20px; display:block;
}
.textfairdocuments a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin-top:20px; display:block;
}
.txtintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.txtintro p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
