/*
   $Revision: 1.1 $
   $Date: 2009/07/09 18:42:20 $
   MODIFIED: 2005/03/15 Eurydice


   ==================================================
   ======   Global stylesheet for mvnForum.   =======
   ==================================================

*/



/* Background color and font for the main window */
html {
}

body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif
}

TABLE,TD,TR{
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif;
}

/* Background and border styles for tables. */
.tborder {
    border: 1px;
    background: #999999;
}

/* Top-level table title rows */
.theader {
    color: #FFFFFF;
    background: #666699; 
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}

/* First post in the thread */
.trow0 {
    background: #FFCC99; 
    font-size: 12px;
    line-height: 20px;
}

/* First alternating background color for row. */
.trow1 {
    background: #F5F5F5; /*#eeeeff*/
    font-size: 12px;
    line-height: 20px;
}

/* Second alternating background color for row. */
.trow2 {
    background: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
}

.trowfinal {
    background: silver;
    font-size: 12px;
    line-height: 20px;
}

.tcat {
    FONT-SIZE: 12px;
    background: #C0C0C0;
    LINE-HEIGHT: 20px;
}

/* Page description shown in some pages, below the navigation menu. */
.pagedesc {
    background: #E0E0E0;
    color: #000000;
    FONT-FAMILY: "Tahoma", "Helvetica", "Arial", "sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}

.warning {
    color: #FF0000;
}

.requiredfield {
    color: #FF0000;
}

.pendingyes {
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
}

.pendingno {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

a.command:link, a.command:visited, a.command:active {
    color: #0000FF;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}
a.command:hover {
    color: orangered;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}

a.pager:link, a.pager:visited, a.pager:active {
    text-decoration: none;
}
a.pager:hover {
    color: orangered;
    text-decoration: underline;
}

a:link, a:visited, a:active { color: #333333; text-decoration: underline }
a:hover { color: orangered; text-decoration:underline }

a.theader:link, a.theader:visited, a.theader:active {
    color: #FFFFFF;
    text-decoration: underline;
}
a.theader:hover {
    color: orangered;
    text-decoration: none;
}

A.menu:link    { color: #000000; text-decoration: none }
A.menu:visited { color: #000000; text-decoration: none }
A.menu:active  { color: #000000; text-decoration: none }
A.menu:hover   { color: #6666FF;   text-decoration: underline }

A.menusel:link    { color: #0BAB0F; text-decoration: none }
A.menusel:visited { color: #0BAB0F; text-decoration: none }
A.menusel:active  { color: #0BAB0F; text-decoration: none }
A.menusel:hover   { color: #6666FF;   text-decoration: underline }

A.plain:link    { color: #ffffff; text-decoration: none }
A.plain:visited { color: #ffffff; text-decoration: none }
A.plain:active  { color: #ffffff; text-decoration: none }


A.menu2:link    { color: #FFFFFF; text-decoration: none }
A.menu2:visited { color: #FFFFFF; text-decoration: none }
A.menu2:active  { color: #FFFFFF; text-decoration: none }
A.menu2:hover   { color: #6666FF;   text-decoration: none }



.header {
    COLOR: #FFFFFF;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}

.command{
    COLOR: Black;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : underline;
}
.pager {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration : none;
}
.pagerCurrent {
    color: orangered;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration : none;
}

.messageTopic{
    COLOR: Blue;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : underline;
}

.memberName {
    color: #00007F;
    font-family: "Tahoma", "Helvetica", "Arial", "sans-serif";
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}
a.memberName:link, a.memberName:visited, a.memberName:active {
    color: #0000FF;
    text-decoration: underline;
}
a.memberName:hover {
    color: orangered;
    text-decoration: underline;
}

.companyName {
    color: #00007F;
    font-family: "Tahoma", "Helvetica", "Arial", "sans-serif";
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}
a.companyName:link, a.companyName:visited, a.companyName:active {
    color: #0000FF;
    text-decoration: underline;
}
a.companyName:hover {
    color: orangered;
    text-decoration: underline;
}

.disabledItem {
    color: #FF0000;
    font-family: "Tahoma", "Helvetica", "Arial", "sans-serif";
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}
a.disabledItem:link, a.disabledItem:visited, a.disabledItem:active {
    color: orangered;
    text-decoration: underline;
}
a.disabledItem:hover {
    color: orangered;
    text-decoration: underline;
}

.messageTopic {
    color: #00007F;
    font-family: "Tahoma", "Helvetica", "Arial", "sans-serif";
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}
a.messageTopic:link, a.messageTopic:visited, a.messageTopic:active {
    color: #0000FF;
    text-decoration: underline;
}
a.messageTopic:hover {
    color: orangered;
    text-decoration: underline;
}

.messageText {
    COLOR: Black;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

.messageTextBold {
    COLOR: Black;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

.messageTextBoldBlue {
    COLOR: Blue;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

.messageTextBoldRed {
    COLOR: Red;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

/* These are not used anymore:

.numberBlack {
    COLOR: Black;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}

.numberBlueLink {
    COLOR: Blue;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}

.numberRedLink {
    COLOR: Red;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}
*/

.pageTitle {
    COLOR: #FF9966;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    FONT-SIZE: 24px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 26px;
    text-decoration: none;
}

.subTitle {
    COLOR: Black;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    FONT-SIZE: 18px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 26px;
    text-decoration: none;
}

.pageFooter {
    COLOR: Black;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

.normal {
    COLOR: Black;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

.bold {
    COLOR: Black;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}

.highlight {
    color: #CC6600;
    FONT-FAMILY: "Tahoma", "Helvetica", "Arial", "sans-serif";
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}

.menuItem {
    COLOR: #FFFFFF;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}

.menuItem:hover {    
	text-decoration : none;
}



.welcomeHeader {
    color: #00007E;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration : none;
}
a.welcomeHeader:link, a.welcomeHeader:visited, a.welcomeHeader:active {
    color: #0000FF;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration : none;
}
a.welcomeHeader:hover {
    color: orangered;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration : underline;
}

.topmenu {
    color: #000000;
    background: #F5F5F5;
    FONT-FAMILY: "Tahoma", "Helvetica", "Arial", "sans-serif";
    FONT-SIZE: 12px;
    /*FONT-WEIGHT: bold;*/
    LINE-HEIGHT: 20px;
    text-decoration : none;
}
/*a.topmenu:link, a.topmenu:visited, a.topmenu:active { text-decoration: none }*/

A.topmenu:link    { color: #000000; text-decoration:none; }
A.topmenu:visited { color: #000000; text-decoration:none; }
A.topmenu:active  { color: #000000; text-decoration:none; }
A.topmenu:hover   { color: #9999FF;   text-decoration:underline; }


a.topmenu:hover { text-decoration:underline }

.hightlight {
    COLOR: #cc6600;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}

.menuLink {
    COLOR: #4d4b7e;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}

.menuLink:hover {
    text-decoration : underline;
}


.nav {
    COLOR: Black;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}

A.nav:link    { color: Blue; text-decoration:none; }
A.nav:visited { color: Blue; text-decoration:none; }
A.nav:active  { color: Blue; text-decoration:none; }
A.nav:hover   { color: Blue;   text-decoration:underline; }


.navLink{
    COLOR: Blue;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}
.zoneTitle {
    COLOR: #FF9900;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    FONT-SIZE: 24px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 26px;
    text-decoration : none;
}

.menuItemback {
    COLOR: #cbcbeb;
    FONT-FAMILY: "Arial", "Tahoma", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}

input, textarea, select {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #F5F5F5;
    border: 1px solid Black;
}

input{
    text-indent : 1px;
}

input.noborder {
    border : 0px;
}

input.mainoption {
    background-color : #DDDDDD;
    font-weight : bold;
}

input.liteoption {
    background-color : #E5E5E5;
    font-weight : normal;
}

/* Quote blocks */
span.genmed { font-size : 11px; }
td.quote {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #444444;
    line-height: 125%;
    background-color: #EEE;
    border: #D1D7DC;
    /*border-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px; */
    border: 2px dotted;
    border-color:#999;
}
.menuitem {
	font-weigh: bold; 
   background: #999999;
	font-size: 13px; 
	margin-left: 5px; 
	line-height: 15px; 
	menu: #0000CC
}

.selectedmenuitem {
	font-weigh: bold; 
	font-size: 14px; 
	margin-left: 5px; 
	CURSOR: default; 
	color: #ff6600; 
	text-decoration: none
}
.childmenuitem {
	font-weigh: bold; 
	font-size: 14px;
	margin-left: 15px; 
	color: #0000cc;
	border: 2px dotted;
	background-color: #EEE;
   border-color:#999;
}
.selectedchildmenuitem {
	font-weigh: bold; 
	font-size: 12px; 
	margin-left: 15px; 
	cursor: default; 
	color: #ff6600; 
	text-decoration: none
}
