/*
   $Revision: 1.22 $
   $Date: 2004/12/23 17:23:50 $


   ==================================================
   ======   Global stylesheet for mvnForum.   =======
   ==================================================

*/



/* Background color and font for the main window */
html {
    background: #F2F2F2;
}

body {	
    background-image:"/mvnforum/mvnplugin/mvnforum/images/bkgd.gif";
    font-family: "Verdana","Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    font-size: 8px;
}


a:link, a:visited, a:active { color: #333333; text-decoration: underline }
a:hover { color: orangered; text-decoration:underline }

/* Page description shown in some pages, below the navigation menu. */
.pagedesc {
    background: #E0E0E0;
    color: #000000;
    FONT-FAMILY: "Verdana",  "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 12px;
    text-decoration : none;
}

.warning {
    color: #FF0000;
}

.requiredfield {
    color: #FF0000;
}

.pendingyes {
    color: #FF0000;
    font-size: 11px;
    font-weight: bold;
}

.pendingno {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}

/* created for separator*/
.sp {
	color: #FF0000;
	font-family: "Arial";
	font-size: 8px;	
	line-height:20px;

}

/* created for login member name (displayed at header.jsp)*/
.DisplayedName {	
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #435899;
  font-weight: normal;
  line-height: 29px;
  text-decoration : none;

}

/* created for normal font*/
.norFont {
	color: #00007E;
    font-size: 11px;
    FONT-FAMILY: "Verdana", "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    font-weight: normal;
    line-height: 20px;
    text-decoration : none;
}

/* created for current view font*/
.curViewFont {
	color: #777777;
    font-size: 11px;
    FONT-FAMILY: "Verdana", "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    font-weight: normal;
    line-height: 20px;
    text-decoration : none;
}

/* created for search input*/
input.InText {
	color: #0000aa;
    font-size: 10px;
    FONT-FAMILY: "Verdana", "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    font-weight: normal;
    line-height: 20px;
    text-decoration : none;
}

/* Background and border styles for tables. */
.tborder {
    border: 1px;
    background: #8DA8E4;
}

.command {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    text-decoration : none;
}
a.command:link, a.command:visited, a.command:active {
    color: #0000FF;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}
a.command:hover {
    color: orangered;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}

SearchForum, a.SearchForum:link, a.SearchForum:visited, a.SearchForum:active {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
    line-height: 29px;
	text-decoration: none;
}
a.SearchForum:hover {
	font-family: Arial, Helvetica,
	sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	line-height: 29px;
	text-decoration: none;	
}

threadopt, a.threadopt:link, a.threadopt:visited, a.threadopt:active {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #0000FF;
	text-decoration: none;
}
a.threadopt:hover {
	font-family: Arial, Helvetica,
	sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	line-height: 12px;
	text-decoration: none;	
}

commandopt, a.commandopt:link, a.commandopt:visited, a.commandopt:active {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #0000FF;
	line-height: 16px;
	text-decoration: none;
}
a.commandopt:hover {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #0000FF;
	line-height: 16px;
	text-decoration: none;	
}

/*css for the pages count dispaly*/
.pager {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 12px;
    color: blue;
    line-height: 12px;
    text-decoration : none;
}
.pagerCurrent {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 12px;
    color: black;
    line-height: 12px;
    text-decoration: underline;
}
a.pager:link, a.pager:visited, a.pager:active {
    color:blue;
	text-decoration: none;
}
a.pager:hover {
    color: blue;
    text-decoration: underline;
}
/* css for the pages text*/
.pagerText{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:12px;
	color: #535353;
	text-decoration : none;	
}


.tcat {
	color: #FFFFFF;
    FONT-SIZE: 12px;
    background: #8DA8E4;
    LINE-HEIGHT: 18px;
    font-family: "Arial", "Helvetica","sans-serif";

}

/* Top-level table title rows */
.theader {
    color: #FFFFFF;
    background: #142F97;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}
a.theader:link, a.theader:visited, a.theader:active {
    color: #FFFFFF;
    text-decoration: underline;
}
a.theader:hover {
    color: orangered;
    text-decoration: none;
}

/* First post in the thread */
.trow0 {
    background: #FFCC99;
    font-size: 11px;
    line-height: 20px;
    color:#535353;
    background:#E8F7FF;
}

/* First alternating background color for row. */
.trow1 {
    /*background: #FFFFFF;
    font-size: 11px;
    line-height: 20px;*/
    background: #FFCC99;
    font-size: 11px;
    line-height: 20px;
    color:#535353;
    background:#E8F7FF
}

/* Second alternating background color for row. */
.trow2 {
    /*background: #F2F2F2;
    font-size: 11px;
    line-height: 20px;*/
    background: #FFFFFF;
    font-size: 11px;
    line-height: 20px;
}

.trowfinal {
    background: silver;
    font-size: 11px;
    line-height: 20px;
}

.memberName {
    font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
a.memberName:link, a.memberName:visited, a.memberName:active {
    color: #0000FF;
    text-decoration: none;

    /*text-decoration: underline;*/
}
a.memberName:hover {
    color: orangered;
    text-decoration: none;

    /*text-decoration: underline;*/
}

.companyName {
    color: #00007F;
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 11px;
    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: "Verdana",  "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    font-size: 11px;
    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 {
    font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
a.messageTopic:link, a.messageTopic:visited, a.messageTopic:active {
    color: #0000FF;
    text-decoration: none;
    /*text-decoration: underline;*/
}
a.messageTopic:hover {
    color: orangered;
    text-decoration: none;
    /*text-decoration: underline;*/
}

.messageText {
    color: #000000;
    FONT-FAMILY: "Arial", "Helvetica", "sans-serif";
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

.messageTextBold {
    color: #000000;
    FONT-FAMILY: "Verdana",  "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

.messageTextBoldBlue {
    color: #0000FF;
    FONT-FAMILY: "Verdana",  "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

.messageTextBoldRed {
    color: #FF0000;
    FONT-FAMILY: "Verdana",  "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

.messageTextNormRed {
    color: #FF0000;
    FONT-FAMILY: "Verdana",  "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    FONT-SIZE: 11px;
    FONT-WEIGHT: none;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

/* These are not used anymore:

.numberBlack {
    color: Black;
    FONT-FAMILY: "Tahoma", "Helvetica", "Arial", "sans-serif";
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}

.numberBlueLink {
    color: Blue;
    FONT-FAMILY: "Tahoma", "Helvetica", "Arial", "sans-serif";
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}

.numberRedLink {
    color: Red;
    FONT-FAMILY: "Tahoma", "Helvetica", "Arial", "sans-serif";
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}
*/

.pageTitle {
    color: #FF9966;
    FONT-FAMILY: "Verdana",  "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    FONT-SIZE: 24px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 26px;
    text-decoration: none;
}

.subTitle {
    color: #000000;
    FONT-FAMILY: "Verdana",  "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    FONT-SIZE: 18px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 26px;
    text-decoration: none;
}

.pageFooter {
    color: #000000;
    FONT-FAMILY: "Verdana",  "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

.normal {
    color: #000000;
    FONT-FAMILY: "Verdana",  "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

.bold {
    color: #000000;
    FONT-FAMILY: "Verdana",  "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}

.highlight {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:29px;
	color: #535353;
	text-decoration : none;
}

.normTitle {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:12px;
	color: #535353;
	text-decoration : none;
}

.welcomeHeader {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #435899;
  line-height: 29px;
  font-style: normal;
}
a.welcomeHeader:link, a.welcomeHeader:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #435899;
  font-style: normal;
  line-height: 29px;
  text-decoration: none;
}
a.welcomeHeader:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #435899;
  font-style: normal;
  line-height: 29px;
  text-decoration: underline;
}
a.welcomeHeader:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #435899;
  font-style: normal;
  line-height: 29px;
  text-decoration: none;
}

.topmenu {
    color: #000000;
    background: #F5F5F5;
    FONT-FAMILY: "Verdana",  "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}
a.topmenu:link, a.topmenu:visited, a.topmenu:active { text-decoration: none }
a.topmenu:hover { text-decoration:underline }

.nav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height:20px;
  color: #3F559D;
}
.nav:link{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height:20px;
  color: #3F559D;
  text-decoration: none;
}
.nav:hover{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color:#0000FF;
  line-height:20px;
  text-decoration:underline;
}
.nav:visited{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #3F559D;
  line-height:20px;
  text-decoration: none;
}

.zoneTitle {
    color: #FF9900;
    FONT-FAMILY: "Verdana",  "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    FONT-SIZE: 21px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 26px;
    text-decoration : none;
}

.menuItemback {
    color: #cbcbeb;
    FONT-FAMILY: "Verdana",  "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration : none;
}

input, textarea, select {
    font-family: "Verdana",  "Arial", "sans-serif","Tahoma", "Helvetica","Geneva";
    font-size: 11px;
    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", "sans-serif","Tahoma", "Helvetica","Geneva";
    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: 1px dotted;
    border-color:#999;
}
.menuitem {
	font-weigh: bold; 
   background: #999999;
	font-size: 11px; 
	margin-left: 5px; 
	line-height: 15px; 
	menu: #0000CC
}
.selectedmenuitem {
	font-weigh: bold; 
	font-size: 11px; 
	margin-left: 5px; 
	CURSOR: default; 
	color: #ff6600; 
	text-decoration: none
}
.childmenuitem {
	font-weigh: bold; 
	font-size: 11px;
	margin-left: 15px; 
	color: #0000cc;
	border: 1px dotted;
	background-color: #EEE;
   border-color:#999;
}
.selectedchildmenuitem {
	font-weigh: bold; 
	font-size: 11px; 
	margin-left: 15px; 
	cursor: default; 
	color: #ff6600; 
	text-decoration: none
}

/* ccs for one motoring search <input>*/
.topnavi_dropdown {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  background-color: #FFFFFF;
}

/* ccs for footer */
.footerfont{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #535353;
text-decoration: none;
}

.Ifooterfont{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: italic;
color: #535353;
text-decoration: italic;
}
