body, p, th, td {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #444;
	background: none repeat scroll 0%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

#top_header {
	width: 100%;
    background: #ffcc00;
	color: #000099;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial;
	font-size: 14px;
    font-weight: bold;
	margin-bottom: 0px;
}

#login_form {
	margin-top: 0px;
	margin-bottom: 0px;
}

#top_header a {
	color: #000099;
    text-decoration: none;
}

#top_header a:visited {
	color: #000099;
}

#heading {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	background: #ffcc00;
	padding: 5px 10px 5px 10px;
}

#heading #greeting {
    padding: 5px 0 5px 0;
    margin-right: 200px;
}

#heading #logout {
    float: right;
	background: #cccccc;
	padding: 5px 15px 5px 15px;
    margin-right: 15px;
}

#heading #logout:hover {
	background: #dddddd;
}

#heading #logout a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#navigation {
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
}

table#menu {
    width: 100%;
}

#menu tr td.item {
	padding: 5px 10px 5px 10px;
	background: #eeeeee;
	border: 5px solid white;
	color: #0000ff;
	font-size: 8pt;
                     	text-align: center;
	color: #0000ff;
                     

}

#menu tr td.item:hover {
	background: #dddddd;
}

#menu tr td.item a {
	color: #0000ff;
	text-decoration: underline;

}

#menu tr.pointer td {
	font-weight: normal;
	padding: 0 0 5px 0;
	border: none;
	background: #ffffff;
	color: #0000ff;
    font-size: 7pt;
    text-align: center;
}

#content {
	padding: 1px;
}

#footer {
	border-top: 1px solid #000099;
	font-size: 7pt;
	color: #D1DCEB;
	padding-top: 0px;
	padding-left: 10px;
}

/* index page */

table#index_heading {
    width: 100%;
    border-bottom: 1px solid #000099;
}

table#index_heading {
    color: #000099;
}

table#index_heading a {
    text-decoration: none;
    color: #000099;
}

table#index_footer {
    width: 100%;
    border-top: 1px solid #000099;
}

table#index_footer {
    color: #000099;
}

table#index_footer a {
    text-decoration: none;
    color: #000099;
}

table#index_footer td {
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
}

td.index_login {
    text-align: center;
    font-weight: bold;
}

td.index_login:hover {
    background: #dddddd;
}
td.index_login:hover {
    background: #dddddd;
}

td.index_intro {
    background: #D1DCEB none repeat scroll 0%;
}

td.index_register {
    background: #eeeeee;
}

td.index_register:hover {
    background: #dddddd;
}

td.index_register a {
    font-size: 14pt;
    font-weight: bold;
}

h1#index_header {
    font-family: Verdana, Arial,Tahoma,sans-serif;
    color: #000099;
    text-align: center;
    font-size: 12px;
}

div.index_board_title {
    background: #eeeeee;
    padding: 2px;
    width: 50%;
    font-size: 10pt;
}

div.index_board_add {
    background: #eeeeee;
    padding: 2px;
/*    width: 200px;*/
    font-size: 12px;
    text-decoration: underline;
    color: #0000ff;
    text-align: center;
}

div.index_board_add:hover {
    background: #ccecff;
}

div.index_board_add a {
    text-decoration: none;
    color: #0000ff;
}

div.index_board_all {
    background: #FFCC00;
    padding: 3px;
    width: 25%;
    text-decoration: underline;
   color: #0000ff;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}

div.index_board_all:hover {
    background: #dddddd;
}

div.index_board_all a {
    text-decoration: none;
    color: #0000ff;
}


table.index_board_list {
	width: 100%;
}

table.index_board_list td {
    vertical-align: top;
    border-bottom: 2px solid  #ccecff;
}


div#index_board_delimiter {
    width: 100%;
    height: 1px;
    border-top: 1px solid #000099;
}

div.index_search {
    background: #ffcc00;
    border: 1px #cccccc;
    width: 140px;
    padding: 5px;
	text-align: center;
}

div.index_search input[type="submit"] {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
}

div.index_side_ad {
    width: 140px;
    height: 140px;
    border: 1px #cccccc;
    padding: 5px;
    background: #eeeeee;
    text-align: center;
    font-size: 10pt;
}

div.index_side_ad a {
    text-decoration: none;
    color: blue;
}

div.index_side_ad a:visited {
    color: blue;
}

div.index_side_links a{
   background-color:#eeeeee;
color:black;
display:block;
text-decoration:none;
    width: 190px;

}

div.index_side_links {
background:#EEEEEE none repeat scroll 0%;
width:190px;
}

div.index_side_links a:hover {
     color: blue;
     text-decoration: underline;
	 	 }

table.index_bottom_links {
    width: 100%;
    background: #eeeeee;
}

table.index_bottom_links td {
    padding: 5px;
    font-size: 7.5pt;
}

#index_side_news p {
	font-size: 7.5pt;
}

/* common */


h1 {
    padding-left: 10px;
    font-size: 14px;
}

h2 {
    font-size: 12px;
}

h3, h4 {
    font-size: 11px;
}

h5 {
background-color:#FFCC00;
color:#000000;
font-size:11px;
font-weight:bold;
margin:0pt;
padding:5px;
text-align:left;
}
select {
    font-size: 11px;
}

.note {
    font-size: 10px;
}

.error {
    color: #cc0000;
}

div.portlet {
    width: 95%;
    padding: 5px;
    border: 1px #cccccc;
    background: #eeeeee;
    font-size: 7.5pt;
margin:1px;
}

div.portlet_news a{
    width: 95%;
    padding: 5px;
	color:black;
    text-decoration:none;
    font-size: 8pt;

}

div.portlet_news a:hover {
     color: blue;
     text-decoration: underline;
	 	 }
.breadcrumbs {
    padding-left: 10px;
}

div.textblock {
    width: 600px;
}

ul.errorlist {
    margin: 0px !important;
    padding: 0px !important;
}

ul.errorlist li {
    display: block;
    margin: 0px 0px 3px 0px;
    color: #cc0000;
}


ul.messages {
    margin: 10px !important;
    padding: 10px !important;
    background: #ccffcc;
    border: 1px solid #99cc99;
}

ul.messages li {
    display: block;
    font-weight: bold;
    color: #006600;
}

div.paginator {
    text-align: center;
    margin: 10px;
}

div.paginator span.current {
    font-weight: bold;
    padding: 3px;
    background: #dddddd;
}

div.comment_odd,
div.comment_even {
    border-top: 1px dotted #000;
    background: #eeeeee;
    padding: 5px;
    margin-bottom: 5px;
}


table.std_form {
    border: 1px solid #cccccc;
    background: #eeeeee;
}

table.std_form tr th {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dotted #cccccc;
}

table.std_form tr td {
    vertical-align: top;
}

table.std_form tr td ul {
    margin: 0px !important;
    padding: 0px !important;
}

table.std_form tr td ul li {
    display: block;
}

table.horizontal tr th {
    vertical-align: middle;
    border-bottom: none
}

table.horizontal tr td {
    vertical-align: middle;
}



table.parts_list tr th {
	padding: 3px;
    background: #cccccc;
}

table.parts_list tr td {
	padding: 3px;
    text-align: center;
}

table.parts_list tr td strong {
    font-size: 10pt;
    font-weight: bold;
}

table.parts_list tr td.comment {
    text-align: left;
}

table.parts_list tr td.contact {
    text-align: left;
}

table.parts_list tr.visited td {
    color: #999999;
    background: #ffffcc;
}

table.parts_list tr.first td {
	padding-top: 6px;
}

table.parts_list tr.last td {
	padding-bottom: 6px;
    border-bottom: dotted 1px #999;
}


table.parts_list tr td input {
    width: 100%;
}

table.parts_list tr td.error input {
    border: 1px solid red;
}

table.parts_list tr td.error select {
    border: 1px solid red;
}


table.price_list tr th {
	padding: 3px;
    background: #cccccc;
}

table.price_list tr td {
	padding: 3px;
    text-align: left;
    border-bottom: dotted 1px #999;
}

table.price_list tr td.price {
    text-align: right;
}

table.price_list tr.error td {
    color: #000000;
    background: #ffcccc;
}

table.price_list tr.error td.error {
    background: #cc0000;
    color: #ffffff;
}


table.board_list tr th {
	padding: 3px;
    background: #cccccc;
}

table.board_list tr td {
    vertical-align: top;
	padding: 3px;
    border-bottom: dotted 1px #999;
}

table.board_list tr td.nodecor {
    padding: 10px 0px;
    border: none;
}



table.message_list tr th {
	padding: 3px;
    background: #dddddd;
}

table.message_list tr td {
    vertical-align: top;
    text-align: center;
    border-bottom: dotted 1px #999;
}

table.message_list tr td.message {
    text-align: left;
}



table.phone tr td {
    vertical-align: middle;
}

table.phone tr.help_text td {
    vertical-align: top;
    font-size: 7pt;
}

div.boldpages_folder ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

div.boldpages_folder ul h1 {
    padding-left: 0px;
}

ul.boldpages_other_pages {
	list-style: square url('/img/anons_square.gif') inside;
    color: red;
	margin-left: 0;
	padding-left: 0;
}

div.index_portlet_title {
    background: ;
    padding: 5px 0px 5px 0px;
    width: 100%;
    font-size: 9pt;
    text-align: center;
    font-weight: bold;
margin:1px;
}

div.portlet_content {
	width: 100%;
    padding: 5px;
    border: 1px solid gray;
    font-size: 8pt;
	margin:1px;
	background: #eeeeee;
}




