html, body
{
	height: 100%;
}

body
{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 0 40px;
	color: #000;
}

table, tr, td, th, input, select, textarea, ol, , h1, h2, , h4
{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
}

th
{
    text-align: left;
}


a img, img
{
    border: 0;
}

img.item-image
{
    float: right;
    margin: 0 0 10px 10px;
	border: 7px solid #eee;
}


p
{
    margin: .3em 0 .5em 0;
}

a
{
	color: #57AB02;
    text-decoration: underline;
}

a:hover, a.active
{
	text-decoration: none;
    color: #57AB02;
}

    /* styles for css/.js rollover image buttons */
a.button
	{
	display: block;
	cursor: pointer;
	cursor: hand;
}

a.button span
	{
	position: absolute;
	left: -999em;
}
    /* end of styles for css/.js rollover image buttons */

a.add
{
    background: transparent url(/images/icons/add_comment.gif) center left no-repeat;
    padding-left: 20px;
    margin-right: 10px;
}

a.add-item
{
    background: transparent url(/images/icons/add_file.gif) center left no-repeat;
    padding-left: 20px;
    margin-right: 10px;
}

a.edit
{
    background: transparent url(/images/icons/edit.gif) center left no-repeat;
    padding-left: 18px;
    margin-right: 10px;
}

a.external
{
    /*background: transparent url(/images/icons/fforward.gif) center right no-repeat;*/
    /*padding-right: 18px;*/
}

a.add-group
{
    background: transparent url(/images/icons/add_folder.gif) center left no-repeat;
    padding-left: 20px;
    margin-right: 10px;
}

a.delete
{
    background: transparent url(/images/icons/delete_file.gif) center left no-repeat;
    padding-left: 18px;
    margin-right: 10px;
}

a.delete-tag
{
    background: transparent url(/images/icons/delete_comment.gif) center left no-repeat;
    padding-left: 20px;
    margin-right: 10px;
}


a.show
{
    background: transparent url(/images/icons/website.gif) center left no-repeat;
    padding-left: 20px;
    margin-right: 10px;
}

span.locked
{
    background: transparent url(/images/icons/locked.gif) center left no-repeat;
    padding-left: 20px;
    margin-right: 10px;
}


h4.edit
{
    margin: 0;
    padding: 0;
}

h4.edit a
{
    color: #000;
}

h1, h2, h3, h4
{
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.2em;
	color: #DD4604;
    }
h1
{
    font-size: 2em;
    font-weight: normal;
    margin: 40px 0 10px 0;
    padding: 0;
}
   /* color: #DD4604; */

h2.cart-head
{
    margin: 0;
}

h2
{
    font-size: 1.4em;
    margin: .5em 0 0;
}


#content h2
{
    margin-top: 1em;
}
#content h3
{
    font-size: 1.2em;
    margin-bottom: .2em;
}

h3 a
{
    text-decoration: none;
}

h2.edit-head
{
    margin-top: 15px;

}

h3.related
{
    text-transform: uppercase;
    margin-top: 12px;
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top:20px;
}

h4.related
{
    margin: 0;
    color: #000;
    text-transform: uppercase;
}


p.cart-p
{
    margin-top: 0;
}




h4.section
{
    color: #669933;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0 0 3px;
}

h4.section a
{
    color: #693;
    text-decoration: none;
}

h4.section a:hover
{
    text-decoration: underline;
}


dl
{
}


dt
{
    font-weight: bold;
}

dd
{
    padding: 0;
    margin-left: 0;
    margin-bottom: 10px;
}

div.resource_detail
    {
    margin: 1em 0 0;
    }
div.resource_detail ul
    {
    margin-left: 190px;
    }




ul.site-bc
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.site-bc li
{
    display: inline;
    margin-right: 0px;
    font-size: 0.9em;
}


.hide
{
	display: none;
}

.show
{
    display: inline;
}


#header
{
    padding: 20px 0 0 0;
    }

#utility-nav
{
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 30px;
    text-align: right;
    background: #fff;
    }

#utility-nav li
{
    display: inline;
    margin: 0;
    padding: 0;
    font-size: .9em;
    color: #666;
    font-family:  arial, helvetica, sans-serif;
    }

#utility-nav li:last-child
{
    background: none;
    }

#utility-nav a
{
    color: #666;
    text-decoration: none;
    background: url(/images/dot-pipe.gif) no-repeat left ;
    padding: 4px 3px 4px 6px;
    }

ul#utility-nav a:hover, ul#utility-nav a.active
{
    text-decoration: underline;
    color: #000;
    }

/* dropdown navigation menus powered by CSS and common.js. See http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#nav
{
	background: #669933 url(/images/left-shadow.gif) no-repeat;
	border-bottom: 4px solid #b3d829;
	margin: 14px 14px 0 0;
	padding: 0;
    }

#nav ul /* horizontal nav */
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
    }

#nav a
{
	display: block;
	position: relative;
	z-index: 6;
    font-family: Trebuchet MS, trebuchet, arial, helvetica, sans-serif;
	color: #fff;
	padding: 4px 8px;
	text-decoration: none;
	float: left;
	 /* Commented Backslash Hack hides rule from IE5-Mac \*/
    float:none;
    /* End IE5-Mac hack */
    }

#nav a:hover, #nav a.active
{
    background: #3e7a01;
    }

#nav li
	{
	float: left;
/*	width: 10em;  width needed or else Opera goes nuts -- oooh well, nuts it is then */
    }

.dropdown  /* dropdown vertical navigation elements */
	{
	position: absolute;
	background: #669933;
    width: 10em;
    z-index: 100;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    }

#nav li:hover ul, #nav li.sfhover ul  /* lists nested under hovered list items */
	{
	left: auto;
    }

#nav li ul.dropdown li
{
    margin: 0;
	padding: 0;
    float: none;
    width: 10em;
    }

.dropdown li a
{
    font-family: arial, helvetica, sans-serif;
    margin: 0;
    padding: 3px 6px;
    }

#container
{
    position: relative;
    margin: 0 16px 0 0;
    clear: both;
    }

#subnav
    {
    width: 140px;
    float: left;
    }

#subnav p:first-child
    {
    margin: 0;
    }

#subnav ul
    {
    padding: 0;
	margin: 0;
	list-style: none;
    }

#subnav li
{
    padding: .2em 0;
    width: 100%;
    margin: 0 0 .4em;
    }
#subnav a
{
    color: #666;
    text-decoration: none;
    font-weight: bold;
    }

#subnav a:hover, #subnav a.active
{
    color: #000;
    }

.site-bc a
{
    text-decoration: none;
}
.site-bc a:hover
{
    text-decoration: underline;
}

#content
{
    margin: 0 165px 0 160px;
    height: 200px; /* ie treats as min-height */
    min-height: 200px; /* ie ignores */
}
*>#content
{
    height: auto; /* ie ignores child selector, modern browsers replace height declaration */
}



#sidebar
{
    background: #fff url(/images/sb-gradient.gif) repeat-y;
    float: right;
    margin-top: 57px;
    position: relative;
    padding: 0 14px;
    font-size: .95em;
    color: #333;
    line-height: 1.2em;
    width: 148px;
    voice-family: "\"}\"";
	voice-family: inherit;
    width: 120px;
    }


.sidebar_resource
    {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #fff;
    padding: 0 0 4px ;
    }

.sidebar_resource img
    {
    float: left;
    margin: 0 8px 0 0;
    }

.sidebar_resource h4
    {
    color: #000;
    font-family: arial, helvetica, verdana, sans-serif;
    text-transform: uppercase;
    font-size: .9em;
    margin: 0;
    }

div#sidebar #section-pic  /* floating image, communities and d & a pages*/
    {
    position: absolute;
    top: -145px;
    right: 0px;
    behavior: url("/includes/pngbehavior.htc");
    width: 180px;
    height: 146px;
    }

#index-content h2
    {
    margin: 0 0 8px 0;
    font-family: arial black, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1em;
    color: #669933;
    }

#index-content a.more
    {
    color: #cc3300;
    text-decoration: underline;
    background: url(/images/more.gif) 100% 4px no-repeat;
    padding: 0 20px 0 0;
    }

#index-content a.more:hover
    {
    color: #cc3300;
    text-decoration: none;
    }

#index-content p
    {
    margin-right: 1em;
    }

#index-news
    {
    background: #EBEBEB;
    clear: both;
    padding: 8px 14px 14px;
    margin-bottom: 1em;
    }

#index-news p
    {
    font-size: .95em;
    }

#index-communities p
    {
    font-size: .95em;
    line-height: 1.3em;
    margin-right: .5em;
    }

#index-communities div
    {
    margin: 0 0 5px 0;
    position: relative;
    font-size: .9em;
    }

#index-communities div a.more
    {
    position: absolute;
    left: 92px;
    top: 92px;
    color: #fff;
    }

#index-communities div a.more:hover
    {
    color: #fff;
    }

#index_sponsors a
    {
    background: none;
    }

#int_act
    {
    background: url(/images/int_act.gif) left top no-repeat;
    color: #333;
    padding: 80px 0 0;
    margin: 0 0 0 6px;
    font-size: .95em;
    line-height: 1.3em;
    position: relative;
    top: -60px;
    }

#int_act p
    {
    margin: 0 20px 1em 12px;
    }

#index-pic
   {
   behavior: url("/includes/pngbehavior.htc");
   width: 220px;
   height: 365px;
   position: relative;
   top: -62px;
   }


#index-pic img /* floating image home page */
    {
    behavior: url("/includes/pngbehavior.htc");
    width: 220px;
    height: 365px;
    }

#index-diagram
   {
   behavior: url("/includes/pngbehavior.htc");
   width: 220px;
   height: 365px;
   position: absolute;
   top: 0;
   left: 0;
   }


#index-diagram img /* floating diagram home page */
    {
    behavior: url("/includes/pngbehavior.htc");
    width: 220px;
    height: 365px;
    }


#sidebar h3
    {
    text-transform: uppercase;
    margin-top: 12px;
    font-size: 1.2em;
    }

.box-model-hack /* resource */
    {
    padding: 0 20px;
    width: 100px;
  	voice-family: "\"}\"";
	voice-family: inherit;
	width: 60px;
    }

/* homepage only styles */

.news_home
	{
	font-size: .9em;
	padding: 2px 0 0;
	color: #000;
	margin: 0;
	line-height: 1.3em;
	clear: both;
    }

.news_home strong
    {
    color: #444;
    }
.news_home a, #section a
    {
    color: #DD4604;
    }

#section p
    {
    font-size: .9em;
    color: #333;
    }

/* end of homepage only styles */


#footer
	{
	clear: both;
	font-size: .9em;
	text-align: center;
	border-top: 1px dotted #ccc;
	margin-top: 70px;
	padding: 14px 0 20px 0;
    }

#footer ul, #footer li
    {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
    }

#footer a
    {
    color: #666;
    }
#footer a:hover
    {
    color: #000;
    }

.top
    {
	position: absolute;
	bottom: 30px;
	right: 20%;
	text-decoration: none;
	background: url(/images/arrow_top.gif) right no-repeat;
	padding: .5em 12px;
    }


.add-new-person
    {
	background: url(/images/icons/add.gif) right no-repeat;
	margin-top: 2em;
	padding: .5em 20px;
    }



/* Relation classes
--------------------------------------------*/

tr.sticky, span.sticky
{
    background-color: #A1F1FF;
}



tr.used, span.used
{
    background-color: #E4FBFF;
}

iframe
{
    border: 1px solid #aaa;
}

#relation-options
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
#relation-options li
{
    float: left;
    margin: 0;
    font-size: 0.9em;
}

#relation-options li a
{
    color: #666;
    padding: 5px 10px;
    display: block;
    background-color: #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

#relation-options li a.selected
{
    background-color: #eee;
}



/* Message classes
--------------------------------------------*/

.msg-info
{
    background: #fff url(/images/icons/check.gif) 5px 5px no-repeat;
    color: #693;
    font-weight: bold;
    padding: 5px 5px 5px 25px;
}

.msg-info span
{
    color: #693;
    font-weight: bold;
}


.msg-error
{
    background: #fff url(/images/error-sml.gif) 5px 5px no-repeat;
    padding: 5px 5px 5px 25px;
}

.msg-error span
{
    color: #DD4604;
    font-weight: bold;
}




/* Form classes
--------------------------------------------*/

label
{
    font-weight: normal;

}

label.tag
{
    margin:0;
    margin-left: 20px;
    display:block;
    font-weight: normal;
    cursor: pointer;
}

input.tag
{
    float:left;
    cursor: pointer;

}

input.checkbox
{
    cursor: pointer;
}


div.tag
{
    float:left;
    width: 165px;
}

div.tag:hover
{
    background-color: #eee;
}


.form-error
{
    color: #DD4604;
    font-weight: bold;
}


input.text
{
    width: 250px;
    padding: 2px;
}

input.text-compact
{
    width: 250px;
    padding: 2px;
    margin-bottom: 2px;
}

label.compact
{
    width: 200px;
    margin-bottom: 2px;

}


input.text-sml
{
    width: 25px;
    padding: 2px;
}

input.text-sml-error
{
    width: 25px;
    padding: 2px;
    background-color: #FEF0EA;
}

input.price
{
    width: 50px;
    padding: 2px;
}

input.price-error
{
    width: 50px;
    padding: 2px;
    background-color: #FEF0EA;
}

input.quantity
{
    width: 30px;
    padding: 2px;
    direction: rtl;
}

input.quantity-error
{
    width: 30px;
    padding: 2px;
    background-color: #FEF0EA;
}



input.password
{
    width: 150px;
    padding: 2px;
}

input.text-error
{
    width: 250px;
    padding: 2px;
    background-color: #FEF0EA;
}

.select
{

}

.select-error
{
    background-color: #FEF0EA;
}


.textarea-blurb
{
    width: 400px;
    height: 80px;
    padding: 2px;
}

.textarea-blurb-error
{
    width: 400px;
    height: 80px;
    padding: 2px;
    background-color: #FEF0EA;
}


.textarea-content
{
    width: 400px;
    height: 200px;
    padding: 2px;
}

.textarea-content-error
{
    width: 400px;
    height: 150px;
    padding: 2px;
    background-color: #FEF0EA;
}


.submit
{
    font-weight: bold;
    padding: 2px 10px;
    background-color: #B3D829;
    border-bottom: 2px solid #3E7A01;
    border-right: 2px solid #3E7A01;
    border-top: 1px solid #693;
    border-left: 1px solid #693;
    cursor: pointer;
    color: #3E7A01;

}

.submit:hover
{
    color: #3E7A01;
    border-top: 2px solid #3E7A01;
    border-left: 2px solid #3E7A01;
    border-bottom: 1px solid #693;
    border-right: 1px solid #693;
}

.cart-button
{
    font-weight: bold;
    padding: 2px 5px;
    background-color: #ddd;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    cursor: pointer;
    color: #333;
    font-size: 0.9em;
    height: 2.2em;
}

.cart-button:hover
{
    font-weight: bold;
    padding: 2px 5px;
    background-color: #ddd;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    cursor: pointer;
    color: #333;
}


input.tag-text
{
    width: 100px;
    padding: 1px;
    margin: 0;
}

input.tag-submit
{
    padding: 1px;
    background-color: #B3D829;
    border-bottom: 1px solid #3E7A01;
    border-right: 1px solid #3E7A01;
    border-top: 1px solid #693;
    border-left: 1px solid #693;
    cursor: pointer;
}

.search-result p
    {
    margin: 0 0 1.2em;
    }


form#signup input
    {
    background: #eee;
    }
/* Cart classes
--------------------------------------------*/

table.cart
{
width: 100%;
}

table.cart th
{
    text-align: left;
    padding: 4px;
}

table.cart td
{
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 4px;
}


table.cart td.number
{
    text-align: right;
}

table.cart th
{
    background-color: #ccc;
}


table.cart th.number
{
    text-align: right;
}


.buy
    {
    padding: .2em .4em;
    background: #DD4604;
    color: #fff;
    margin: 0 0 0 1em;
    text-decoration: none;
    }

.buy:hover
    {
    color: #fff;
    text-decoration: none;
    background: #3E7A01;
    }
/* Admin classes
--------------------------------------------*/


ul.admin-bc
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.admin-bc li
{
    display: inline;
    margin-right: 0px;
    font-size: 0.9em;
}


h4.admin
{
    margin: 0;
    padding: 2px;
    font-size: 1em;
    display: inline;
}


table.admin-list
{
    width: 100%;
    background-color: #fff;
}

table.admin-list a
{
    color: #666;
}

table.admin-list td
{
    padding-left: 2px;
    border-top: 1px solid #eee;
    color: #666;
}

table.admin-list td.last
{

}


tr.admin-list-header
{
    /*background-color: #eee;*/
    background: #fff url(/images/background-row.gif) bottom left repeat-x;

}

tr.admin-list-header td
{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ccc;
    color: #666;
    padding-left: 2px;
}

a.sort-asc
{
    padding: 0px 13px 0 0;
    background: url(/images/sort_desc.gif) right 5px no-repeat;
}

a.sort-desc
{
    padding: 0px 13px 0 0;
    background: url(/images/sort_asc.gif) right 5px no-repeat;
}


/* Download icon types
--------------------------------------------*/
ul.icon_list {
    list-style: none;
    background: #eee;
    padding: .5em 1em 1em;
    margin: 2em 0 0;
    float: left;
    }
.icon_list li {
   margin: .5em 0;
   color: #999;
   }

ul.icon_list a {
    padding: 3px 0 4px 24px;
    }

a.pdf { background: url(/images/icons/pdf.gif) 0 0 no-repeat;  }
a.msword { background: url(/images/icons/msword.gif) 0 0 no-repeat; }
a.wmv { background: url(/images/icons/wmv.gif) 0 0 no-repeat;  }
a.jpeg { background: url(/images/icons/jpeg.gif) 0 0 no-repeat;  }
a.powerpoint { background: url(/images/icons/ppt.gif) 0 0 no-repeat; }
a.bmp { background: url(/images/icons/bmp.gif) 0 0 no-repeat;  }

/* Phorum classes
--------------------------------------------*/
.forum_list { background: url(/images/icons/pages.gif) left no-repeat; padding: 2px 0 2px 18px; }
.new_topic { background: url(/images/icons/add.gif) left no-repeat; padding: 2px 0 2px 18px; }
.forum_search { background: url(/images/icons/search.gif) left no-repeat; padding: 2px 0 2px 16px; }
.message_list { background: url(/images/icons/activity.gif) left no-repeat; padding: 2px 0 2px 19px; }


img.marker {
	vertical-align: middle;
}


.centered {
	text-align: center;
	margin: auto;
}

div.goto {
	padding: 4px 0;
	clear: both;

}

div.goto h3 {
	display: inline;
	color: #666;
	font-size: 1.1em;
}

div.goto ul {
	display: inline;
	padding-left: 0;
	margin-left: 0;
}

div.goto li {
	display: inline;
	/* border-right: 1px solid #666; */
	padding: 0 5px;
}

div.goto li:first-child {
	padding-left: 0;
}

div.goto ul
    {
    font-size: 1em;
    }

div.pages {
	margin: 4px 0;
	padding: 4px 0  ;
	background-color: #fff;
	color: #000;
}


div.pages p {
	margin: 0;
	padding: 0;
}


table#forumlist,
table#forumindex {
	margin: 10px 0;
	clear: both;
}


table#forumindex  h4 {
	margin: 0;
}

table#forumindex  p {
	margin: 0;
}

table#forumindex h4 + p:empty {
	visibility: hidden;
}

table#forumlist th, table#forumindex th {
	margin: 2px;
	padding: 2px .5em;
	background-color: #B3D829;
	color: #333;
	text-align: left;
	font-weight: bold;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

th.subject
    {
    width: 15em;
    }
th.posts
    {
    width: auto;
    }

table#forumindex th.threads,
table#forumindex th.posts {
	width: 150px;
}

table#forumlist th.lastpost
    {
    width: 26em;
    }

table#forumlist th.startedby {
	width: 200px
}


table#forumindex th.lastpost {
	width: 200px;
}

table#forumlist th.views {
	width: 40px;
}

table#forumindex tbody td {
	padding: 0 .5em;
	/*border-bottom: 1px dotted #808080;*/
}

table#forumindex tbody tr.odd td {
	background: #ddd;
	padding:  .5em;
	border-right: 1px solid #fff;
}

table#forumindex tbody tr.even td {
	background: #eee;
	padding:  .5em;
	border-right: 1px solid #fff;
}

table#forumlist tbody tr.odd td {
	background: #ddd;
	padding: 0 .5em;
	border-right: 1px solid #fff;
}

table#forumlist tbody tr.even td {
	background: #eee;
	padding: 0 .5em;
	border-right: 1px solid #fff;
}


/* moderator buttons */

div.moderate ul, ul.moderate {
	display: block;
	padding: 0;
	margin: 0 0 1px 0;
}

div.moderate li, ul.moderate li {
	display: inline;
	margin:  5px 4px 0 0;
	padding: 0 5px;
	background: #aaa;
	color: #fff;
	font-size: .9em;
}

div.moderate ul a, ul.moderate li a {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

div.moderate li:hover, ul.moderate li:hover {
	background: #000;
	color: #fff;
}

div.moderate a:hover
{
    color: #fff;
}

div.moderate list:hover a, ul.moderate li:hover a {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

/* moderator button end */



table#forumlist tbody span.pagelinks {
	margin-left: 10px;
	font-size: 11px;
}




div.message_body {
	margin: .75em 0 1.5em 0;
	padding: 0;
/* color: #DD4604; */
    color: #666;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

div.message_body h3 { font-size: 1em; }
div.message_body h3, div.message h4 {
	margin: 0;
	background: #B3D829;
	color: #000;
	padding: .3em 0 .3em 1em;
}

div.message_body p {
	margin: 0 .5em .5em 1em;
	color: #000;
}

div.message_body .postedby
    {
    font-size: .9em;
    color:#666
    }

div.options {
	padding: .3em 0 0 1em;
	font-size: .9em;
}

div.moderate h5 {
    display: inline;
    font-size: 1em;
    color: #666;
}


div.options h5 {
	display: inline;
	font-size: 1em;
	font-weight: bold;
}

div.options ul {
	display: inline;
	padding-left: 0;
	margin-left: 0;
}


div.options li {
	display: inline;
	border-left: 1px solid #ccc;
	padding: 0 5px;
}

div.options li:first-child {
	border: 0;
}

div.moderate {
	margin: 0 0 4px 0;
	padding: 0 0;
	/*border-top: 1px dotted #808080;*/
}

table#prepost ul {
	display: inline;
	padding: 0;
	margin: 0 0 1px 0;
}

table#prepost ul li {
	display: inline;
	margin-left: 10px;
	border: 1px solid #000;
	padding: 0 5px;
	background: #000;
	color: #fff;
	-moz-border-radius: 3px;
	font-size: 10px;
}

table#prepost ul li a {
	background-color: transparent;
	color: #fff;
}

table#prepost ul li:hover {
	background: #fff;
	color: #000;
}

table#prepost ul li:hover a {
	background-color: transparent;
	color: #000;
}

div.message div.attachments {
	margin: 0;
	border-top: 1px dotted #808080;
	background: #eee;
}

div.message div.attachments h5 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

div.message div.attachments ul {
	margin: 0;
}

div.message div.attachments li {
	list-style: square;
}

p#error {
	color: #f00;
	margin: 5px 0;
	border: 1px solid #f00;
    margin-bottom: 2em;
	padding: 4px 10px;
}

table#REPLY {
	padding: 1em;
}

fieldset th,
table#REPLY th {
	padding: 2px;
	text-align: left;

	color: #000;
}

fieldset {
	margin: 10px 0;
	padding: 10px;
	border: 0;
}


fieldset legend {
	font-size: 14px;
	font-weight: bold;
}

.notify,
p#notyetregistered {
	margin: 20px auto;
}

div#noresults {
	margin: 20px auto;
	padding: 0 10px;
}



div#results h3 {
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
	background-color: #669933;
	color: white;
}

div#results div {
	margin: 1px 0 5px 0;
	border-top: 2px solid #d4d4d4;
	border-bottom: 2px solid #d4d4d4;
	background: #fafafa;
}

div#results div h4 {
	margin: 0;
	padding: 2px;
	background: #eaeaea;
	font-size: 12px;
	font-weight: bold;
}

div#results div h4 span {
	font-weight: normal;
	font-size: 11px;
}



div#cc-menu {
    display: none;
	float: left;
	margin: 0 0 1.6em 0;
	/*width: 200px;*/
	border: 1px solid #eee;
}

div#cc-menu h3 {
	font-size: 1em;
	padding: .3em;
	color: #DD4604;
	margin: 0;
}

div#cc-menu li {
	list-style: square;
}

div#cc-content {
	/*margin-left: 240px;*/
}

div#profile {
	margin-bottom: 20px;
}

div#profile h3, div#cc-content h3 {

}

div#cc-content table {
	border: 1px solid #eee;
	/*width: 24em;*/
}

div#profile th, div#cc-content th {
    text-align: left;
}

div#profile th, div#profile td
    {
    border-bottom: 1px dashed #ccc;
    }

table#prepost
{
    width: 100%;
}

table#prepost th {
	width: auto;
}

.caption {
	font-size: 10px;
}

em.new {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #c00;
}

img#pdf_image {
    float: left;
    border: 1px solid #999;
    margin: 0 15px 5px 0;
}


