﻿/* CSS File For The Business Forum                  */
img 
{
	border: 0;
}

.bCrumbs
{
    position: relative;
    bottom:80px;
    right:173px;
}

.l2header
{
    font-size: 16px;
    font-weight:bold;
    color:#666666;
}

.addBar
{
    background-color:#eeeeee;
    text-align:right;
    border-bottom: 1px solid #999999
}

.addBar a
{
    text-decoration: none !important;
}


.addTopicBar
{
    text-align:right;
}


.addTopicBar a
{
    text-decoration: none !important;
}

.postTop{margin-top:50px;}

.forumHeader td
{
    font-size:16px;
    font-weight:bold;
    color:#666666;
    padding-top:16px;
    border-bottom:1px solid #aaaaaa;
}
  
.navlinks
{
    margin:0px;
    padding:0px;
}

.ekforumpagelink
{
    font-size:12px;
    text-decoration:none;
}

.ekforumselectedpagelink
{
    font-size:12px;
}
    

/* Header 1 - Main header */
.header1
{
    background-color: #eff1f0;
    text-align: right;
}

.Mainheader1
{
	background-color: #eff1f0;
	color: #666666;
	padding-left:5px;
	font-weight: bold;
	font-size:10px;
	border-bottom: 1px solid #999999;
	border-right:1px solid #999999;
}

.Mainheader1r
{
	background-color: #eeeeee;
	padding-left:5px;
	color: #666666;
	font-weight: bold;
	font-size:10px;
	border-bottom: 1px solid #999999;
}


.header1Title
{
	color: #FFFFFF;
	font-weight: bold;
	font-size:10px;	
}

/* Header 2 - Sub header */
td.header2
{
	background-color: #eff1f0;
	color: #666666;
	font-weight: bold;
	font-size:10px;
	border-bottom: 1px solid #999999;
	border-right:1px solid #999999;
}

td.header2 a 
{
    color: #666666;
    text-decoration:none;
    font-size:10px;
}
td.header2 a:hover
{
    color: #666666;
    text-decoration:none;
    font-size:10px;
}


td.header2r
{
	background-color: #eff1f0;
	color: #666666;
	font-weight: bold;
	font-size:10px;
	border-bottom: 1px solid #999999;
}


td.header2r a 
{
    color: #666666;
    text-decoration:none;
    font-size:10px;
}
td.header2r a:hover
{
    color: #666666;
    text-decoration:none;
    font-size:10px;
}

/* Footer1 - Bottom of tables */
.footer1
{
	font-size: 7pt;
	height: 28px;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

.UserBox
{
	font-size:7.5pt;	
	color:#808080;
}

.postformheader 
{
	font-weight:bold;
}

/* Header of posts */
.postheader 
{
	color:#505050;
	font-size:10px;
	padding-top:20px;
}

/* User info and post/article */
.post td
{
	color:#404040;
	padding:10px 0px 10px 0px;
	border-bottom: 1px solid #dddddd;
}

.post td a{font-size:10px;}

.post_alt
{
	color:#404040;	
}

.post_priority
{
	font-weight:normal;
}

.post_link
{
	font-size:10pt;
	font-weight:bold;
}

/* Footer of posts */
.postfooter2
{
    border-bottom: 1px solid #666666;
}

.postfooter2 a{text-decoration:none;}

/* Area between posts */
.postsep 
{
	height: 2px 
}

/* most tables are class 'content' */
.content
{
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #000000;
	padding: 0px;
}

.content td {
	padding: 3px;
}

.content td div.content_html_Toolbar table tr td 
{
	padding: 0px;
} 

.content td div.content_html_Toolbar table tr td.content_html_Button_Off_Out 
{
	padding: 1px;
} 

.forumheading a
{
    font-size:18px;
}

.forumviewing
{
	font-size:8pt;
	color:#a0a0a0;
}
.forumsubheading
{
	font-weight:7.5pt;
}

#RichEdit td 
{
	padding: 0px;
}
/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.innerquote 
{
	padding: 4px;
	background-color: #d1d1d1;
	border: solid 1px #505050;
}

/* used for code */
.code
{
	margin-left: 16px;
	padding-left: 16px;	
}

.innercode
{
	padding: 4px;
	background-color: #efefef;
	border: solid 1px #808080;
	color:#000000;
	font-size:8pt;
	font-family:Courier New,Courier;
}

/* font sizes */
.smallfont	{ font-size: 7.5pt; }
.largefont	{ font-size: 9pt; }

/* Image Links */
a.imagelink 
{
	font-size: 8pt;
	font-weight: bold;
	color: #000080;
	text-decoration: none !important;
}

/* Used for editor textarea */
.posteditor 
{
	width: 100%;
	height: 200px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

/* Table just above and below tables */
table.command 
{
	/*border: solid 1px blue;*/
	padding: 3px;
}

/* for printing */
.print 
{
	border: solid 1px #C0C0C0;
}
.printheader 
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody 
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}