#newsmenuhead {
 color:#000;
 text-align:center;
 width:98%;
 margin:10px auto 0 auto;
 border:1px solid #000;
 font-size:12px;
 height:20px;
 padding-top: 5px;
 background-image: url("images/bgred1.jpg");
 background-repeat: repeat-x;
}
#newsmenudiv {
 text-align: center;
 width: 98%;
 margin-top: 0;
 margin-bottom: 10px;
 margin-right:auto;
 margin-left:auto;
 height: 20px;
 border-left:1px solid #000;
 border-right:1px solid #000;
 background-image: url("images/topmenuulbg1.jpg");
 background-repeat: repeat-x;
} 

.newsmenuul {
 display:table;
 padding:0;
 margin:0 auto;
 margin-bottom: 10px;
 color:#fff;
 font-size: 10px;
 font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 white-space:nowrap;
 list-style-type:none;
}

.newsmenuul li {
   float: left;
  display:inline;      /* ignored by IE */
}

* html .newsmenuul li {
  display:inline;          /* for IE only */
}

.newsmenuul li a {
 padding:0.2em 1em;
 background-color: transparent;
 color:#000;
 font-weight:bold;
 text-decoration:none;
 display:block;
 border-right:1px solid #000;
}

* html .newsmenuul a {
    display:inline-block;    /* for IE only */ 
    margin:0 -2px;           /* to correct an IE bug that doubles the border width */  
}

.newsmenuul li a:hover {
 background:#3F4484;
 color:#fff;
}

* html .newsmenuul {
    display:inline-block;    /* for IE only */
    width:1px;                  /* IE will expand 1px width to fit menu width */
    padding:0 2px;           /* fix bug in IE to get border spacing correct */
}  

* html #newsmenudiv {
   display: inline;
}

#newsmenu {
 color:#fff;
 font-size: 10px;
 font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
}

#newsmenu ul {
  text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
  margin: 0 0 0 0; /* Just some margin to align the blue border below the menu */
}

#newsmenu li {
  display: inline; /* Menu links are horizontally aligned using display: inline */
  border-left: 1px solid #000;
  text-align: center;
  margin:2px auto;
}

#newsmenu li a {
  padding: 5px 4px 2px 4px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
  color: #000;
  margin:2px auto;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  background-color: transparent;
  /*url(/examples/images/tabbed-menu-left.gif) no-repeat left top; Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
}

#newsmenu li a:hover {
 background-color: #3F4484; /*url(/examples/images/tabbed-menu-left.gif) no-repeat left bottom; */
 color: #fff;
}



.btnlink a {
 border:0 ;
 text-decoration:none;
 text-align:center;
}

#loginbtn {
 position: absolute;
 top:150px;
 left:5px;
}

#loginbtn a {
 background: url("images/loginbtn.gif") 0 0 no-repeat;
 width:148px;
 height:98px;
 color:#fff;
 padding:10px 10px 10px 7px;
 display:block;
 font-weight:bold;
 font-family: georgia, verdana, arial, helvetica, sans-serif;
 letter-spacing: 0.09em;
 text-align: center;
 text-decoration: none;
}

#loginbtn a:hover{
 color:#FFFF00;
}
.mgrrollover {
 position:relative;
 float: left;
}

.mgrrollover span a {
 position:absolute;
 left: 15px;
 top: -15px;
 width:200px;
 display:block;
 padding:10px 10px 10px 7px;
 font-family: georgia, verdana, arial, helvetica, sans-serif;
 letter-spacing: 0.09em;
 color:#fff;
 background: url("images/redbtnup.jpg") 0 0 no-repeat;
 text-align: center;
 text-decoration: none;
}

* html .mgrrollover span a {
  display: inline;
}

.mgrrollover span a:hover { 
  background-image: url("images/redbtndown.jpg") ;
  color:#FFFF00;
}

.fronthead {
 color:#000;
 font-family: Times New Roman,Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 text-align: center;
 width:600px;
 clear:both;
 background-color: #FFF9E7;
 /*background-image: url("images/headerbg.jpg");
 background-repeat: repeat-x; */
 border: 1px solid #000;
 margin: 10px auto;
}

/* Stupid Stupid IE 6 */
* html .fronthead {
  display: inline;
}

.frontheadsum {
 color:#fff;
 font-size: 14pt;
 font-family: Times New Roman,Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 text-align: center;
}


/* Stupid Stupid IE 6 */
* html .frontheadsum {
  display: inline;
}

.frontsubhead {
 font-family:       Times New Roman,Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:       10pt;
 color: #000;
 text-align:center;
}

/* Stupid Stupid IE 6 */
* html .frontsubhead {
  display: inline;
}

#dl { 
 display: inline;
 margin: 0; 
 padding: 0;                     
}
#dt { 
 position: relative; /* IE is dumb */
 /*clear: both; */
 display: inline; 
 float: left; 
 width: 10px; /*move the chart up and down */
 height: 10px; 
 line-height: 10px;
 margin-right: 1px;              
 font-size: .50em; 
 text-align: right; 
}
#dd { 
 /*position: relative;*/ /* IE is dumb */
 display: inline;                 
 float: left;     
 width: 300px; 
 height: 50px; 
 margin: 0 0 0 75px; 
 background: url("images/sentibar.jpg"); 
 background-repeat: no-repeat;
}
* html dd { float: none; } 
   /* IE is dumb; Quick IE hack, apply favorite filter methods for 
    wider browser compatibility */
#dd div { 
  position: relative;
  background-color: transparent; /* url("images/sentibar.jpg");*/
  height: 40px; 
   /* width: 15%;  */
  text-align:right; 
}
#dd div strong { 
  position: absolute; 
  right: -25px; /* This sets starting position for the marker. -25px = -200 on the graph but should be calculated as the 0 starting point */
  top: 5px; 
  display: inline; 
  background: url("images/marker4.gif"); 
  background-repeat: no-repeat;
  height: 40px; 
  font-size: 7pt;
  color: #000;
  width: 30px; 
  text-align: left;
   /* text-indent: -9999px; */
  overflow: hidden;
}

#tmenu {
 color:#fff;
 font-size: 10px;
 font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
}

#tmenu ul {
  text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
  margin: 0 0 0 0; /* Just some margin to align the blue border below the menu */
}

#tmenu li {
  display: inline; /* Menu links are horizontally aligned using display: inline */
  border-left: 1px solid #000;
  text-align: center;
  margin:2px auto;
}

#tmenu li a {
  padding: 5px 4px 2px 4px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
  color: #000;
  margin:2px auto;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  background-color: transparent;
  /*url(/examples/images/tabbed-menu-left.gif) no-repeat left top; Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
}

#tmenu li a:hover {
 background-color: #3F4484; /*url(/examples/images/tabbed-menu-left.gif) no-repeat left bottom; */
 color: #fff;
}

.mgrtable {
 border-collapse: collapse;
 margin: 0  auto;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-weight: normal;
}

.mgrtable tr.headrow {
 background-color: #fff;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-weight: normal;
}

.mgrtable tr.odd {
 background-color: #E1EAF3;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-weight: normal;
}

.mgrtable tr.even {
 background-color: transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-weight: normal;
}


.mgrtable td {
 border: 1px solid #000;
 padding-right: 10px;
 padding-left: 10px;
 font-size:8pt;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-weight: normal;
}

#topmenudiv {
 text-align: center;
 width: 100%;
 margin-top: -10;
 margin-bottom: 10px;
 height: 20px;
 background-image: url("images/topmenuulbg1.jpg");
 background-repeat: repeat-x;
} 

.topmenuul {
 display:table;
 padding:0;
 margin:0 auto;
 margin-bottom: 10px;
 color:#fff;
 font-size: 10px;
 font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 white-space:nowrap;
 list-style-type:none;
}

.topmenuul li {
   float: left;
  display:inline;      /* ignored by IE */
}

* html .topmenuul li {
  display:inline;          /* for IE only */
}

.topmenuul li a {
 padding:0.2em 1em;
 background-color: transparent;
 color:#000;
 font-weight:bold;
 text-decoration:none;
 display:block;
 border-right:1px solid #000;
}

* html .topmenuul a {
    display:inline-block;    /* for IE only */ 
    margin:0 -2px;           /* to correct an IE bug that doubles the border width */  
}

.topmenuul li a:hover {
 background:#3F4484;
 color:#fff;
}

* html .topmenuul {
    display:inline-block;    /* for IE only */
    width:1px;                  /* IE will expand 1px width to fit menu width */
    padding:0 2px;           /* fix bug in IE to get border spacing correct */
}  

* html #topmenudiv {
   display: inline;
}

#faqcontentwrap {
 width: 760px;
 background-color: #FFF9E7;
 margin: 0 auto;
 padding-bottom: 10px;
} 

.faqpic {
 float: left;
 padding-left: 65px;
}

.faqheaderwrap {
 float: left;
 text-align: center;
 margin: 45px auto;
}

.faqheader {
 text-align: center;
 padding-left: 25px;
}

.faqheaderbig {
 font-size: 14px;
 font-weight: bold;
}

.faqheadersmall {
 font-size: 12px;
 font-weight: bold;
}

#faqitems {
 clear: both;
 padding-left: 15px;
 padding-right: 25px;
}



#maincontentwrap {
 width: 760px;
 background-color: #FFF9E7;
 margin: 0 auto;
 padding-bottom: 10px;
} 

.leftcorner {
 background-image: url("images/cleft1.jpg");
 width: 30px;
 height: 15px;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 float:left;
}

.rightcorner {
 background-image: url("images/cright1.jpg");
 width: 30px;
 height: 15px;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 float:right;
}

#mainupper {
 clear: both;
 width: 735px;
 margin: 10px;
 margin-bottom: 0;
 background-color: #303466;
 border: 1px solid #000;
 color:#fff;
}

#mainupper .title {
 font-size: 10pt;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 color: #fff;
 font-weight: bold;
 text-align: center;
 width: 100%;
 padding: 2px 0 2px 0;
 background-image: url("images/titlebg.jpg");
 background-repeat: repeat-x;
}

#mainupper .newscontent {
 font-size: 10pt;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif; 
 color: #fff;
 font-weight: normal;
 padding: 2px 15px 2px 15px;
 text-align: justify;
}

#mainupper .newscontent p {
 font-size: 10pt;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif; 
 color: #fff;
 font-weight: normal;
 padding: 2px 15px 2px 15px;
 text-align: justify;
}

#mainleftcol {
 float: left;
 width: 450px;
 margin: 15px;
 margin-right: 0;
 background-color: #FFFFFF;
 padding-left: 5px;
 padding-right: 5px;
 border: 0;
}

#mainleftcol .title {
 font-size: 8pt;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 color: #fff;
 font-weight: bold;
 text-align: center;
 width: 100%;
 padding: 2px 0 2px 0;
 background-image: url("images/titlebg.jpg");
 background-repeat: repeat-x;
}

#mainleftcol .title p {
 font-size: 10pt;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 color: #fff;
 font-weight: bold;
 text-align: center;
 width: 100%;
 padding: 2px 0 2px 0;
 background-image: url("images/contentbg.jpg");
 background-repeat: repeat-x;
}

#mainleftcol .content p {
 font-size: 10pt;
 font-family:       Times New Roman, Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif; 
 color: #000;
 text-align: justify;
 font-weight: normal;
 padding: 0px 15px 2px 15px;
 background-image: url("images/contentbg.jpg");
 background-repeat: repeat-x;
}

#mainrightcol {
 float: left;
 width: 230px;
 margin: 15px;
 margin-left: 0;
 padding-left: 5px;
 padding-right: 5px;
 background-color: #FFFFFF;
 border: 1px solid #000;
}

* html #mainrightcol {
 display: inline;
}

#mainlower {
 clear: both;
 width: 725px;
 padding-left: 5px;
 padding-right: 5px;
 margin: 10px;
 background-color: #FFFFFF;
 border: 1px solid #000;
}

#mainfoot {
 clear: both;
 width: 725px;
 padding-left: 5px;
 padding-right: 5px;
 margin: 10px auto;
 background-color: #303466;
 border: 1px solid #000;
 color:#fff;
 text-align:center;
 font-size:10px;
}

#mainfoot p {
 text-align:center;
 color:#fff;
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 10px;
 padding-bottom: 10px;
 font-size:10px;
}

/*
    Default Body
------------------------------------------------------ */ 
body {
 margin:            0;
 padding:           0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 background-color:  #F0F0F0;
 background-image: url("images/thbg2.jpg");
 background-repeat: repeat-x;
}

<!--[if lt IE 7.0]>
  body {
   text-align:center;  
  }
<![endif]-->

/*
    Default Links
------------------------------------------------------ */ 
a {
 text-decoration:   none;
 color:             #330099;
 text-decoration:   none;
 background-color:  transparent;
}
  
a:visited {
 text-decoration:   none;
 background-color:  transparent;
}

a:hover {
 color:             #A0A4C1;
 text-decoration:   underline;
 background-color:  transparent;
}

/*
    Larger Links 
------------------------------------------------------ */ 

.largeLinks { 
 color:             #000;
 background:        transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
}
.largeLinks a:link { 
 color:             #330066;
 background:        none;
 text-decoration:   none;
} 
.largeLinks a:visited { 
 color:             #330066;
 background:        transparent;
 text-decoration:   none;
}
.largeLinks a:hover { 
 color:             #A0A4C1;    
 background:        transparent;
 text-decoration:   underline;
}



/*
    Alternate links in opposite color
------------------------------------------------------ */ 

.altLinks { 
 color:             #fff;
 background:        transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
}
.altLinks a:link { 
 color:             #fff;
 background:        none;
 text-decoration:   underline;
} 
.altLinks a:visited { 
 color:             #fff;
 background:        transparent;
 text-decoration:   none;
}
.altLinks a:hover { 
 color:             #B8BDED;    
 background:        transparent;
 text-decoration:   underline;
}

/*
    Small links
------------------------------------------------------ */ 
.smallLinks {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 color:             #38394B;
 background-color:  transparent;  
}

.smallLinks a:link { 
 color:             #330099;
 background:        transparent;
 text-decoration:   none;
} 
.smallLinks a:visited { 
 color:             #330099;
 background:        transparent;
 text-decoration:   none;
}
.smallLinks a:hover { 
 color:             #330099;    
 background:        transparent;
 text-decoration:   underline;
}

/*
  Links in forum posts
------------------------------------------------------ */ 
.post a {
 text-decoration:   none;
 color:             #330099;
 text-decoration:   underline;
 background-color:  transparent;
}
  
.post a:visited {
 color:             #330099;
 text-decoration:   underline;
 background-color:  transparent;
}

.post a:hover {
 color:             #A0A4C1;
 text-decoration:   none;
 background-color:  transparent;
}
/*
    Basic stuff
------------------------------------------------------ */ 

p {
 background:		transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 color:             #38394B;
 margin:			4px 0 8px 0;
}

.default, .defaultBold, .defaultRight, .defaultCenter {
 background:		transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
}

.defaultBold {
 font-weight: bold;
}

.defaultRight {
 text-align: right;
}

.defaultCenter {
text-align: center;
}


h2 {
 background:		transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         13px;
 color:             #38394B;
 margin:			0 0 6px 0;
}

h3 {
 background:		transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 color:             #38394B;
 margin:			3px 0 3px 0;
}

.lighttext {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 color:             #73769D;
 padding:           4px 0 2px 0;
 background-color:  transparent;  
}

/*
    Special formatting for quotes, <code>, <pre> etc..
------------------------------------------------------ */ 

code {
  white-space: normal;
 }

 pre {
 background: 		#EFEFF4;
 border:			1px solid #B2B3CE;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin:			8px 2px 10px 6px;
 padding:			10px 10px 10px 6px;
 white-space: 		normal;
}

.codeblock {
 background: 		#EFEFF4;
 border-left:		1px solid #B2B3CE;
 border-top:		1px solid #B2B3CE;
 border-bottom:		1px solid #B2B3CE;
 border-right:		1px solid #B2B3CE;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin:			8px 4px 10px 3px;
 padding:			10px 10px 10px 6px;
}

blockquote {
 background: 		#EFEFF4;
 border-left:		4px solid #6363A0;
 border-top:		1px solid #B2B3CE;
 border-bottom:		1px solid #B2B3CE;
 border-right:		1px solid #B2B3CE;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin:			8px 2px 10px 6px;
 padding:			5px 10px 10px 6px;
}

.quote_author {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color:             #38394B;
 margin:			0 0 4px 0;
 background-color:  transparent;
}

/*
    Top Bar 
------------------------------------------------------ */ 

#topBar {  
background: #666DAD url("images/bg_page_topbar.jpg") repeat-x left top;
}
.topBarLinks { 
 color:             #fff;
 background:        transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 text-align:		center;
 padding:           15px 30px 6px 20px;
}
.topBarLinks a:link { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
} 
.topBarLinks a:visited { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
}
.topBarLinks a:hover { 
 color:             #B8BDED;    
 background:        transparent;
 text-decoration:   none;
}

/*
    Page Header 
------------------------------------------------------ */ 

#pageheader {  
 background: #3F4585 url("images/bg_header.jpg) repeat-x left top;
 border-bottom: 1px solid #000;
 text-align:  left;
}

/*
    Right side of page banner
------------------------------------------------------ */ 
.rightheader {  
 background-color:  transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:				#fff;
 text-align:		left;
 padding:			0 22px 0 20px;
}
.rightheader a:link { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
} 
.rightheader a:visited { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
}
.rightheader a:hover { 
 color:             #B9BDD4;    
 background:        transparent;
 text-decoration:   none;
}
/*
    Private message box
------------------------------------------------------ */ 

.privatemessagebox{
 background:        #303466;
 padding:			3px;
 border-top:		1px solid #181B3C;
 border-left:		1px solid #181B3C;
 border-bottom:		1px solid #4E548F;
 border-right:		1px solid #4E548F;
}

/*
    Member Signature
------------------------------------------------------ */ 

.signature {
 background: 		transparent;
 border-top:		1px solid #DBDCF5;
 border-right:		1px solid transparent;
 border-left:		1px solid transparent;
 border-bottom:		1px solid transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin:			15px 0 0 0;
 padding:			3px 10px 4px 6px;
}

.signatureTitle {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 color:             #AEB0D8;
 background-color:  transparent;  
}

/*
    Sub-header Bar
    Contains the breadcrumb links
------------------------------------------------------ */ 
#subheader {
 background: 		#F0F0F2 url({path:image_url}bg_breadcrumb.jpg) repeat-x left top;
 padding: 			4px 25px 3px 27px;
 border-bottom:		1px solid #8285AE;
}
/*
    Breadcrumb Links
------------------------------------------------------ */ 
.breadcrumb {  
 background-color:  transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
}
.breadcrumb a:link { 
 color:             #330099;
 background:        transparent;
 text-decoration:   none;
} 
.breadcrumb a:visited { 
 color:             #330099;
 background:        transparent;
 text-decoration:   none;
}
.breadcrumb a:hover { 
 color:             #B9BDD4;    
 background:        transparent;
 text-decoration:   underline;
}

.currentcrumb {
 color:  #38394B;
 font-weight: bold;
}
.breadcrumbspacer {
 color:  #6B6B85;
}
/*
    Misc. Formatting Items
------------------------------------------------------ */ 
.spacer {
 margin-bottom: 5px;
}

.itempad {
padding: 2px 0 2px 0;
}

.itempadbig {
padding: 5px 0 5px 0;
}

.bottompad {
padding: 0 0 2px 0;
}

.marginpad {
 margin: 12px 0 10px 3px;
}

.leftpad {
 padding: 0 0 0 4px;
}

/*
    Main Content Wrapper
------------------------------------------------------ */ 
#content {
 left:              0px;
 right:             10px;
 margin:            10px 20px 0 20px;
 padding:           0;
 width:             auto;
}
* html #content {
 width:             100%;
 width:            auto;
}

/*
   Forum related text formatting
------------------------------------------------------ */ 

.forumName {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 letter-spacing:    .1em;
 color:             #333449;
 background-color:  transparent;  
}

.forumDescription {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 padding:           3px 0 0 0;
 color:             #38394B;
 background-color:  transparent;  
}

.forumLightLinks {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 color:             #73769D;
 padding:           4px 0 2px 0;
 background-color:  transparent;  
}

.forumLightLinks a:link { 
 color:             #330099;
 background:        transparent;
 text-decoration:   none;
} 
.forumLightLinks a:visited { 
 color:             #330099;
 background:        transparent;
 text-decoration:   none;
}
.forumLightLinks a:hover { 
 color:             #A0A4C1;    
 background:        transparent;
 text-decoration:   underline;
}
.topicTitle {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 letter-spacing:    .1em;
 color:             #333449;
 background-color:  transparent;  
}

.userBlock {
 padding:	2px 0 2px 0;
}

.edited {
	font-size:		9px;
	color:			#555;
}

/*
    File Attachments
------------------------------------------------------ */ 

.attachTitle {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color:             #fff;
 padding:           4px;
 margin:			10px 0 1px 0;
 background-color:  #C8C8E1;
}
.attachBody {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #73769D;
 padding:           4px;
 margin-bottom:		10px;
 background-color:  #EFEFF6;
}

.attachThumb {
 margin: 3px 6px 3px 3px;
 border: 1px solid 	#6A6F93;
 background-color:  #6A6F93;
}

/*
    User Rank Text in Post
------------------------------------------------------ */ 
.rankAdmin {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color:             #349A01;
 padding:           2px 0 3px 0;
 background-color:  transparent;  
}

.rankModerator {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color:             #990000;
 padding:           2px 0 3px 0;
 background-color:  transparent;  
}

.rankMember{
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color:             #424A65;
 padding:           2px 0 3px 0;
 background-color:  transparent;  
}

.rankImage {
 margin: 0;
 padding: 0;
 border:  0;
}

/*
    Button Formatting
	This controls the look of the various buttons, like
	the "NEW TOPIC" and "POST REPLY" buttons
------------------------------------------------------ */ 

.button {
 width:				80px;
 background-color: 	transparent;
}
.button40 {
 width:				40px;
 background-color: 	transparent;
}
.button80 {
 width:				80px;
 background-color: 	transparent;
}
.button100 {
 width:				100px;
 background-color: 	transparent;
}
.button150 {
 width:				150px;
 background-color: 	transparent;
}
.button210 {
 width:				210px;
 background-color: 	transparent;
}
.buttonSpacer{
 margin:	0 0 0 6px;
}
.buttonLarge {
 background: 		#5C5FA0 url({path:image_url}nav_tab_bg.jpg) repeat-x left top;
 border-top:		#6266A6 1px solid;
 border-left:		#6266A6 1px solid;
 border-right:		#44488E 1px solid;
 border-bottom:		#44488E 1px solid;
 text-transform:    uppercase;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 text-align:		center;
 color:				#fff;
 font-weight:		bold;
 padding:           4px 6px 4px 6px;
 margin:     		2px 0 4px 0;
 white-space: 		nowrap;
 cursor: pointer;
}
.buttonLargeHover {
 background: 		#DCE0F6 url({path:image_url}nav_tab_bg_on.jpg) repeat-x left top;
 border-top:		#7B7EB4 1px solid;
 border-left:		#7B7EB4 1px solid;
 border-right:		#66699D 1px solid;
 border-bottom:		#66699D 1px solid;
 text-transform:    uppercase;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 text-align:		center;
 color:				#D0D2E8;
 font-weight:		bold;
 padding:           4px 6px 4px 6px;
 margin:     		2px 0 4px 0;
 white-space: 		nowrap;
 cursor: pointer;
}


.buttonSmall {
 background: 		#5C5FA0 url({path:image_url}nav_tab_bg.jpg) repeat-x left top;
 border-top:		#6266A6 1px solid;
 border-left:		#6266A6 1px solid;
 border-right:		#44488E 1px solid;
 border-bottom:		#44488E 1px solid;
 text-transform:    uppercase;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 text-align:		center;
 color:				#fff;
 padding:           2px 3px 2px 3px;
 margin:     		0 2px 0 3px;
 white-space: 		nowrap;
 cursor: pointer;
}

.buttonSmallHover {
 background: 		#DCE0F6 url({path:image_url}nav_tab_bg_on.jpg) repeat-x left top;
 border-top:		#7B7EB4 1px solid;
 border-left:		#7B7EB4 1px solid;
 border-right:		#66699D 1px solid;
 border-bottom:		#66699D 1px solid;
 text-transform:    uppercase;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 text-align:		center;
 color:				#D0D2E8;
 padding:           2px 2px 2px 3px;
 margin:     		0 3px 0 3px;
 white-space: 		nowrap;
 cursor: pointer;
}


/*
    Post Preview
------------------------------------------------------ */ 

.preview {
 background:		#f9f9f9;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 padding:           10px;
 margin:			0 0 12px 0;
 border:       		1px solid #B2B3CE;
}
.previewheading {
 background: 		#C9CAE2;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-weight:		bold;
 font-size:         11px;
 color:             #fff;
 padding:           5px 0 5px 10px;
 border-top:     	1px solid #A7A9C7;
 border-right:     	1px solid #A7A9C7;
 border-left:     	1px solid #A7A9C7;
}

/*
    Moderator Highlight
    This controls the look of the name of moderators
    that appear in the stats area.  The idea is that
    moderators appear in the list differently than
    regular members
------------------------------------------------------ */ 
.activeModerator {
 font-weight: bold;
}

/*
    Table Formatting
------------------------------------------------------ */ 
.border {
 border:     		1px solid #B2B3CE;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     3px;
}
.tableBorder {
 border-left:     	1px solid #B2B3CE;
 border-right:     	1px solid #B2B3CE;
 border-bottom:     1px solid #B2B3CE;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     3px;
}
.tableBorderLeft {
 border-left:      1px solid #B2B3CE;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     3px;
}
.tableBorderTopLeft {
 border-top:     	1px solid #B2B3CE;
 border-left:     	1px solid #B2B3CE;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     3px;
}
.tableBorderPad {
 border:      		1px solid #B2B3CE;
 padding:			1px;
 margin-top:        1px;
 margin-bottom:     3px;
}
.threadBorder {
 border-left:      1px solid #B2B3CE;
 padding:			0;
 margin:			0 0 8px 0;
}
.tableBG {
 background-color: #F0F0F0;
}

.tablePad {
 padding:  0 2px 4px 2px;
}

.tableHeadingBG {
 background: 		#6C73B4 url({path:image_url}bg_table_heading.jpg) repeat-x left top;
 color:             #fff;
 padding:           7px 6px 7px 6px;
 border-bottom:     1px solid #fff;
}
.tableHeading {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 letter-spacing:    .1em;
 font-weight:		bold;
 color:             #fff;
 padding:           0;
 margin:			0;
 background-color:  transparent; 
 white-space: 		nowrap;
}
.tableHeadingSmall {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 font-weight:		normal;
 color:             #fff;
 padding:           0;
 margin:			0;
 background-color:  transparent;  
}
.tableRowHeading, .tableRowHeadingBold {
 background: #B5B6DA url({path:image_url}bg_table_row_heading.jpg) repeat-x left top;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #404055;
 padding:           8px 10px 8px 6px;
 border-top:        1px solid #A7A9C7;
 border-bottom:     1px solid #A7A9C7;
}
.tableRowHeadingBold {
 font-weight: bold;
}
.tableRowSpacer {
 background: 		#FBFBFD;
 padding:           0;
}

.tableCellOne {
 background: #FBFBFD url({path:image_url}bg_table_td_one.jpg) repeat-x left top;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 padding:           3px 6px 3px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #B2B3CE;
 border-left:       1px solid #fff;
 border-right:      1px solid #B2B3CE;
}
.tableCellTwo {
 background: #F0F0F0 url({path:image_url}bg_table_td_two.jpg) repeat-x left top;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 padding:           3px 6px 3px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #B2B3CE;
 border-left:       1px solid #fff;
 border-right:      1px solid #B2B3CE;
}

.tablePostInfo {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 color:             #73769D;
 background-color:  transparent;  
}

.ignored {
 border:     		1px solid #B2B3CE;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     8px;
}

/*
    Member Profile Page
------------------------------------------------------ */ 

.profileHeadingBG {
 background: 		#6C73B4 url({path:image_url}bg_profile_heading.jpg) repeat-x left top;
 color:             #fff;
 padding:           6px 6px 6px 6px;
 border-bottom:     #4B5388 1px solid;
}

.profileAlertHeadingBG {
 background:		#6e0001 url({path:image_url}bg_alert.jpg) repeat-x left top;
 color:				#fff;
 padding:			6px 6px 6px 6px;
 border-bottom:		#585C9C 1px solid;
}

.profileTopBox {
 background:	#F0F0F2 url({path:image_url}bg_profile_box.jpg) repeat-x left top;
 margin:		0;
 padding:		7px 5px 5px 5px;
}

.profileTitle {
 font-family:		Tahoma, Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
 font-size:			14px;
 font-weight:		bold;
 color:				#000;
 padding: 			3px 5px 3px 0;
 margin:			0;
 background-color: transparent;  
}

.profileItem {
 background:		transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin: 			2px 0 2px 0;
 background-color: transparent;  
}

.profilePhoto {
 background:		#F0F0F2 url({path:image_url}bg_profile_box.jpg) repeat-x left top;
 border-left:       1px solid #B2B3CE;
 padding:			1px;
 margin-top:        1px;
 margin-bottom:     3px;
}

.avatar {
 background:	transparent;
 margin:		3px 14px 0 3px;
}

.photo {
 background:	transparent;
 margin:		6px 14px 0 3px;
}

.profileHead {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10px;
 font-weight:		bold;
 text-transform:	uppercase;
 color:				#fff;
 padding:			3px 4px 3px 10px;
 background-color:	#4C5286;  
 border-top:		1px solid #fff;
 border-bottom:		1px solid #fff;
 margin:			0 0 0 0;
}

.menuHeadingBG {
 background: 		#74779D url({path:image_url}bg_profile_heading.jpg) repeat-x left top;
 color:             #fff;
 padding:           6px 6px 6px 6px;
 border-bottom:     #4B5388 1px solid;
}

.profileMenu {
 background: 		#EDECEE;
 border:            1px solid #7B81A9;
 padding:			1px;
 margin-top:        1px;
 margin-bottom:     3px;
}

.profileMenuInner {
 padding-left:		10px;
 padding-right:		8px;
 margin-bottom:		4px;
 margin-top:		4px;
}

.menuItem {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			11px;
 padding:			3px 0 3px 0;
 background-color:	transparent;  
}

.borderTopBot {
 border-top:	1px solid #4B5388;
 border-bottom:	1px solid #4B5388;
}

.borderBot {
 border-bottom:	1px solid #4B5388;
}

.success {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			11px;
 color:				#009933;
 font-weight:		bold;
 padding:			3px 0 3px 0;
 background-color:	transparent; 
}

.memberlistRowOne {
 background: #FBFBFC url({path:image_url}bg_table_td_one.jpg) repeat-x left top;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 padding:           3px 6px 3px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #B2B3CE;
 border-left:       1px solid #B2B3CE;
 border-right:      1px solid #fff;
}
.memberlistRowTwo {
 background: #F0F0F0 url({path:image_url}bg_table_td_two.jpg) repeat-x left top;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 padding:           3px 6px 3px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #B2B3CE;
 border-left:       1px solid #B2B3CE;
 border-right:      1px solid #fff;
}

.memberlistHead {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size: 		11px;
 font-weight: 		bold; 
 background: 		#74779D url({path:image_url}bg_profile_heading.jpg) repeat-x left top;
 color:             #fff;
 border-bottom:     #4B5388 1px solid;
 padding: 			8px 0 8px 8px;
}

.memberlistFooter {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #000;
 padding:           6px 10px 6px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #999;
 border-right:      1px solid #fff;
 background-color:  #B8B9D1;  
}

.innerShade {
 background-color:	#DDE1E7;
 border:      	 	1px solid #74779D;
 margin:			0;
 padding:			10px;
}

/*
    Search Formatting
------------------------------------------------------ */ 

.searchBox {
 background: 		transparent;
 border:			1px solid #C1C2E2;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin:			16px 0 0 0;
 padding:			8px 5px 5px 5px;
}

.searchBoxTitle {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color:             #333;
 background-color:  transparent;  
}

.searchpad {
 padding:  6px 0 8px 0;
}

.searchspacer {
 margin-bottom:     6px;
}



/*
    Pagination Links
------------------------------------------------------ */ 
.paginateBorder {
 background-color:  transparent;
 border-top:        1px solid #696EA4;
 border-right:      1px solid #696EA4;
 border-bottom:     1px solid #696EA4;
 margin-bottom:		4px;
 }
.paginate {
 background: 		#FBFBFC url({path:image_url}bg_table_td_one.jpg) repeat-x left top;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #000;
 border-right:      1px solid #fff;
 border-left:      	1px solid #7B81A9;
 padding:           2px 4px 2px 4px;
 margin:		 	0;
 }
.paginateStat {
 background: 		#4A4E80;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #fff;
 border-left:      	1px solid #7B81A9;
 padding:           2px 10px 2px 10px;
 margin:			0;
 white-space: 		nowrap; 
 }
.paginateCur {
 background: 		#FBFBFC url({path:image_url}bg_table_td_one.jpg) repeat-x left top;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #ccc;
 border-left:      	1px solid #7B81A9;
 padding:           2px 6px 2px 6px;
 margin:			0;
 }
 
.paginate a:link {
 text-decoration:   none;
 color:             #330099;
 text-decoration:   none;
 background-color:  transparent;
}
  
.paginatea:visited {
 color:             #330099;
 text-decoration:   none;
 background-color:  transparent;
}

.paginate a:hover {
 color:             #A0A4C1;
 text-decoration:   none;
 background-color:  transparent;
}

/*

    Form Field Formatting
------------------------------------------------------ */ 

form {
 margin:            0;
 padding:           0;
 border:            0;
}
.hidden {
 margin:            0;
 padding:           0;
 border:            0;
}
.input {
 border-top:        2px solid #979AC2;
 border-left:       2px solid #979AC2;
 border-bottom:     1px solid #979AC2;
 border-right:      1px solid #979AC2;
 color:             #333;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 height:            1.5em;
 padding:           0;
 margin:        	0;
} 
.textarea {
 border-top:        2px solid #979AC2;
 border-left:       2px solid #979AC2;
 border-bottom:     1px solid #979AC2;
 border-right:      1px solid #979AC2;
 color:             #333;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 padding:           0;
 margin:        	0;
}
.select {
 background-color:  #fff;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 font-weight:       normal;
 letter-spacing:    .1em;
 color:             #333;
 margin-top:        2px;
 margin-bottom:     2px;
} 
.multiselect {
 border-top:        2px solid #979AC2;
 border-left:       2px solid #979AC2;
 border-bottom:     1px solid #979AC2;
 border-right:      1px solid #979AC2;
 background-color:  #fff;
 color:             #333;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 margin-top:        2px;
 margin-top:        2px;
} 
.radio {
 background-color:  transparent;
 margin-top:        4px;
 margin-bottom:     4px;
 padding:           0;
 border:            0;
}
.checkbox {
 background-color:  transparent;
 padding:           0;
 border:            0;
}
.buttons {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 font-weight:       bold;
 border-top:		1px solid #9EA3D5;
 border-left:		1px solid #9EA3D5;
 border-right:		1px solid #000;
 border-bottom:		1px solid #000;
 letter-spacing:    .1em;
 margin:        	0;
 padding:			1px 6px 3px 6px;
 background-color:  #3F4471;
 color:             #fff;
 cursor: pointer;
}

.submit {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 font-weight:       normal;
 border-top:		1px solid #9EA3D5;
 border-left:		1px solid #9EA3D5;
 border-right:		1px solid #000;
 border-bottom:		1px solid #000;
 letter-spacing:    .1em;
 margin:        	0;
 padding:			1px 4px 1px 4px;
 background-color:  #353A66;
 color:             #fff;
 cursor: pointer;
}  
/*
    Error messages
------------------------------------------------------ */ 

.errorHeading {
 background: 		#660000;
 color:             #fff;
 padding:           6px 6px 6px 6px;
 border-bottom:     1px solid #fff;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 letter-spacing:    .1em;
 font-weight:		bold;
}

.errorMessage {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #990000;
 padding:           10px 0 10px 0;
}

.errorBox {
 background:		#f9f9f9;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #990000;
 padding:           10px;
 margin:			0 0 12px 0;
 border:       		1px solid #990000;
}

.alert {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #990000;
 font-weight:		bold;
}

.highlight {
 color:             #990000;
}

/*
    Page Footer
------------------------------------------------------ */ 
#footer {
 clear: 			both;
 text-align:        center;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         9px;
 color:             #999;
 line-height:       15px;
 margin-top:        20px;
 margin-bottom:     15px;
}

/*
    Formatting Buttons
------------------------------------------------------ */ 

.buttonMode {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 color:             #73769D;
 background-color:  transparent; 
 white-space: 		nowrap;
}

.htmlButtonOuter, .htmlButtonOuterL {
 background-color:  #f6f6f6;  
 padding:           0;
 border-top:        #333 1px solid;
 border-right:      #333 1px solid;
 border-bottom:     #333 1px solid;
}
.htmlButtonOuterL  {
 border-left:       #333 1px solid;
}
.htmlButtonInner {
 background-color:  transparent; 
 text-align:		center;
 padding:			0 3px 0 3px;
 border-left:       #fff 1px solid;
 border-top:        #fff 1px solid;
 border-right:      #ccc 1px solid;
 border-bottom:     #ccc 1px solid;
}
.htmlButtonOff {
 font-family:       Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
 font-size:         11px;
 font-weight:       bold;
 padding:           1px 2px 2px 2px;
 white-space:       nowrap;
}
.htmlButtonOff a:link { 
 color:             #000;
 text-decoration:   none;
 white-space:       nowrap;
}
.htmlButtonOff  a:visited { 
 text-decoration:   none;
}
.htmlButtonOff a:active { 
 text-decoration:   none;
 color:             #999;
}
.htmlButtonOff a:hover { 
 text-decoration:   none;
 color:             #999;
}
.htmlButtonOn {
 font-family:       Verdana, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:       bold;
 background:        #f6f6f6;
 padding:           1px 2px 2px 2px;
 white-space:       nowrap;
}
.htmlButtonOn a:link { 
 color:             #990000;
 text-decoration:   none;
 white-space:       nowrap;
}  
.htmlButtonOn  a:visited { 
 text-decoration:   none;
} 
.htmlButtonOn a:active { 
 text-decoration:   none;
 color:             #999;
}
.htmlButtonOn a:hover { 
 color:             #999;
 text-decoration:   none;
}

.mainnavtable {
}


/*
    SPELL CHECK CSS
--------------------------------------------------------------- */

.iframe {border:1px solid #6666CC;}

.wordSuggestion
{
	background-color: #f4f4f4; 
	border: 1px solid #ccc; 
	padding: 4px; 
}

.wordSuggestion a, .wordSuggestion a:active
{
	cursor: pointer;
}

.spellchecked_word
{
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px dashed #ff0000;
}

.spellchecked_word_selected
{
	cursor: pointer;
	background-color: #ADFF98;
}
