/* ================================
    CSS STYLES FOR EVOLVED CMS PORTAL
    v1.1, 04/2003
   ================================
*/   

/* For the body for all modules */
.ModuleBody
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #333333;
	border-bottom-style: none;
}

/* For the titles for all modules */
.ModuleTitle
{
	font-weight: bold;
	font-size: 18pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-variant: normal;
	text-decoration: underline;
}

.TableHead
{
	font-size: 12px;
	background: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	
}

.TableRow
{
	font-size: 12px;
	background: #333333;
	font-family: Verdana, Helvetica, sans-serif;
}
	
.TableRowAlternating
{
	font-size: 12px;
	background: #333333;
	font-family: Verdana, Helvetica, sans-serif;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
}

/* BACKGROUND color for the content part of the pages */
Body
{
	margin: 0px;
	color: whitesmoke;
	background-color: #333333;
}

/* Style voor de linker en rechter vlakken */
.Pane
{
	background-image: url(bg_main.gif);
	background-color: gray;
}

/* PAGE FOOTLINE */
.FootLine {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:#FFFFFF
}
A.FootLine:link
{
	color: #FFFFFF;
	text-decoration: none;
}

A.FootLine:visited {
    text-decoration:none;
    color:"#FFFFFF";
}

A.FootLine:active  {
    text-decoration:none;
    color:"#FFFFFF";
}

A.FootLine:hover
{
	color: #ffcc66;
	text-decoration: none;
}

/* background/border colors for the selected tab */
.TabBg
{
	font-size: 10px;
	background: "#FFCC00";
	color: black;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	background: "#FFCC00";
	color:black;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color:gray;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration:none;
    font-weight: bold;
    color:black;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:darkgray;
}

/* text style for the selected panel */
.SelectedPanel
{
	font-size: 10px;
	color: #003300;
	background: "#FFCC00";
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style for the unselected panels */
.OtherPanels {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:"#FFFFFF";
    background: "#FFCC00";
    text-decoration:none;
    font-weight: bold;
}

/* hyperlink styles of the unselected panels */
A.OtherPanels:link    {
    text-decoration:none;
    color:"#FFFFFF";
}

A.OtherPanels:visited {
    color:"#FFFFFF";
}

A.OtherPanels:active  {
    color:"#FFFFFF";
}

A.OtherPanels:hover
{
	color: #ffffff;
	text-decoration: underline;
}

    
/* text style voor de site links */
/* Home knop en inloggen */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
    text-decoration: underline;
}

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: "#FFCC00";
    font-weight:    bold;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Image Gallery */   
.HeadBar	/* De bovenste bar in de image galery */
{
	background-color:  #6C8290;
	font-size : 10px;
}

.HeadSubBar
{
	font-size: 10px;
	background-color: #333333;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #333333;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: silver;
}


/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: normal;
	font-size: 14px;
	color: white;
	font-family: Arial;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	color: gray;
	font-family: Verdana, Helvetica, sans-serif;
}

/* 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: white;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}

/* 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: "#FFCC00"
}

.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;
    color: #000000;
}

   
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: "#FFCC00";
	text-decoration: underline;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: firebrick;
}

A.CommandButton:active
{
	color: "#FFCC00";
	text-decoration: underline;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    

/* 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:  16px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: silver;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: silver;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: silver;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: silver;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: silver;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: silver;
}

A:link  {
    text-decoration:    none;
    color:  silver;
}

A:visited   {
    text-decoration:    none;
    color:  silver;
}

A:active    {
    text-decoration:    none;
    color:  silver;
}

A:hover {
    text-decoration:    underline;
    color:  "#FFCC00";
}

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: "#FFCC00";
    height:1pt;
    text-align:left
}


