/*
** General HTML
*/

html,body {
  height: 100%;
}

body {
  margin: 0;
  margin-top: 0;
  padding: 0;
  padding-top: 0;
  color: #615B67;
  background-color: #ffffff;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  min-height: 600px;
}

tr.dark td, tr.light td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 15px;
}
h3, h4, h5, h6 {
  font-size: 14px;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
}
a:link {
  color: #FF7800;
}
a:visited {
  color: #FF7800;
}
a:hover {
  text-decoration: underline;
}
fieldset {
  border: 1px solid #C2C2C2;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
td {text-align: left;}

.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}
img {
border: 0;
}

hr {border: none 0; 
border-top: 1px solid #C2C2C2;
width: 99%;
height: 1px;
text-align:center;
} 

/*
** Page layout elements
*/

.bluetable {
  text-align: left;
  padding: 4px;
  margin-right:auto;
  margin-left:auto;
  background-color: #0C037A;
  color: #ffffff;
  border-collapse: collapse; border:0px;
  border-style:none;
  border-width:0px;
  border-color:#0C037A;
}
.bluetable td, .bluetable a, .bluetable a:link, .bluetable a:visited {
  text-decoration: none;
  color: #ffffff;
}

#loginbox
{
text-align: right;
margin: 10px;
border-collapse: collapse; 
border:0px;
color: #ffffff;
}

#container {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin-right:auto;
  margin-left:auto;
  margin-top:0px;
  padding-top:10px;
  background-color: #FF7800;
  text-align:center;
  align:center;
}

#maintable {
  width:800px;
  margin:0px;
  padding:0px;
  background-color: #ffffff;
  background: #ffffff;
  border: 1px solid #C2C2C2; 
  margin-left: auto;
  margin-right: auto;  
}

#contentcontainer {
  text-align: left;
  padding: 2px;
  background-color: #ffffff;
  position: relative;
  clear:both;
}

#contentleft {
width:190px;
padding: 0px;
margin:0px;
text-align: center;
vertical-align: top;
border-right: 1px solid #C2C2C2;  
}

#contentright {
  width: 460px;
  margin:0px;
  vertical-align: top;
  position: relative;
  clear:both;
  padding: 8px;
}

#contentright td {
  border: 0px;
}

#contentright2 {
  width: 160px;
  margin:0px;
  vertical-align: top;
  position: relative;
  clear:both;
  padding: 8px;
  border-left: 1px solid #C2C2C2;
  background-color: #FFEEDF;
}

#poll_container {
width:190px;
padding:5px;
margin:15px;
vertical-align: top;
border-style:double;
border-width:4px;
border-color:navy;
}

#newsfeeds_container { 
  margin-top: 10px;
  padding-left: 3px;
  padding-right: 6px;
  text-align: left;
  padding-top: 5px;
}

#newsfeeds_block { 
}

#banner {
  height: 60px;
  margin-top: 17px;
  margin-bottom: 20px;
  margin-right: 2px;
  padding: 0;
  text-align: right;
}

#mainmenu { 
  margin:0; 
  text-align: center;
  padding: 2px;
  text-transform: uppercase;
}

#mainmenu ul
{
list-style-type: none;
text-align: center;
margin: 0;
padding: 0;
list-style-type: none;

}

#mainmenu li { margin: 0px 0px 3px 5px;}

#mainmenu a
{
display: block;
padding: 3px 10px;
width: 160px;
color: #fff;
background-color: #FF7800;
text-decoration: none;
text-align: left;
border: 1px solid #0C037A;
}

#mainmenu a:hover
{
color: #fff;
background-color: #0C037A;
text-decoration: none;
}

#mainmenu ul ul
{
margin: 0;
list-style-type: none;
}

#mainmenu ul ul li 
{
margin: 3px 0 3px 0; 
}

#mainmenu ul ul a
{
display: block;
width: 160px;
color: #fff;
background-color: #E24E38;
}

#mainmenu ul ul a:hover
{
color: #fff;
background-color: #EF5959;
text-decoration: none;
}

/* Breadcrumbs */

#breadcrumb { 
  margin:0; 
  text-align: center;
  padding: 2px;
  text-transform: uppercase;
  position: relative; 
  display: inline;
}

#breadcrumb ul
{
margin: 0;
padding: 5px;
list-style-type: none;
list-style:none;float:left; 
font-family: verdana, arial, Helvetica, sans-serif;
position: relative; 
display: inline;
}

#breadcrumb li 
{ 
list-style: none;
list-style-type: none;
list-style:none;float:left; 
margin: 0;
font-size: 10px;
display: inline;
}

#breadcrumb a
{
padding: 2px;
color: #B79AD3;
text-decoration: none;
}

#breadcrumb ul .breadcrumbselected a
{
  color: #FF6600;
}

#breadcrumb a:hover
{
color: #7B21D9;
text-decoration: none;
}

/* Common */

.error {
  border-color: red;
}

#footer {
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for all items in system. This can be overdriven later if wanted
*/

.name, .name a {
  font-size: 15px;
  font-weight: bold;
  color: #FF7800;
  margin: 0 auto 0 auto;
}

.description {

}

.submitted {
  color: #999;
  font-size: 0.8em;
}

.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}

.item .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/

#article .name {
}

#article .content {
  margin-top: 1em;
  font-size: 10px;
}

#category_article .name, #category_article .name a {
  margin-top: 1em;
  font-size: 1.1em;
}

#newsfeeds_block .name, #newsfeeds_block .name a {
  margin-top: 1em;
  font-size: 12px;
  color: #7B21D9;
}
#newsfeeds_block_short .name,   #newsfeeds_block_short .name a  {
  margin-top: 0.3em;
  font-size: 10px;
  color: #615B67;
}

#latestnews_container {
  padding:5px;
  text-align: left;
}
#latestnews_container .name, #latestnews_container a  {
  font-size: 10px;
  color: #615B67;
  
}

#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #C2C2C2;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}

#poll_chart table {
	background-repeat:repeat-x;
	background-position:left top;
	width: 33em;
	border-bottom: 1px solid #e5e5e5;
}
#poll_chart td.value {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding:0;
	border-bottom: none;
	background-color:transparent;
}
#poll_chart td {
	padding: 4px 6px;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	background-color:#fff;
}

#poll_chart td.value img {
	vertical-align: middle;
	margin: 5px 5px 5px 0;
}
#poll_chart th {
	text-align: left;
	vertical-align:top;
}
#poll_chart td.last {
	border-bottom:1px solid #e5e5e5;
}
#poll_chart td.first {
	border-top:1px solid #e5e5e5;
}
#poll_chart .auraltext
{
   position: absolute;
   font-size: 0;
   left: -1000px;
}
#poll_chart table {
	width: 33em;
}
#poll options {
	text-align: left;
}


/*
** Shopping cart
*/
#shop .product_listing ul {
	list-style-type: none;
	padding:	0px;
	cursor:		default;
	list-style-type: none;       /* removes the bullet points */
	display: block;
	list-style: none;
	margin: 0px;                 /* Opera 7 puts large spacings between li elements */
}


#shop .product_listing table {border:0;}
#shop .product_listing ul{margin:0;padding:0;}
#shop .product_listing li {list-style:none;float:left; width:180; height:80px;overflow:show;padding:0;margin:0.2em;font-size:100%;}
#shop .product_listing li name {margin:0 0 0.5em 0;font-size:10px;font-weight:bold;}
#shop .product_listing li description {margin:0 0 0.5em 0;text-overflow:ellipsis;}
#shop .product_listing li a {font-size:10px;font-weight:bold;}
#shop .price {font-size:10px;font-weight:bold; color:black}
#shop .strikeout { text-decoration:  line-through; color:gray }

#shop .boxheader {background:#0140B4; color:#ffffff; font-weight:bold;}
#shop .boxbody {background: #B6C9EA;}
#shop ol {}
 
/*
* Registration and login forms
*/
#registration {text-align:left;}

.stdFPTable {border-collapse: collapse; border:	0px; text-align:left; text-align: left;}
.stdFPTitle { font-weight:normal;text-align:left; }
.stdFPReqTitle { font-weight:bold;text-align:left; }
.stdFPCheckBoxTitle  {text-align:left;}
.stdFPRadioTitle  {text-align:left; }
.stdFPError { color:#CC3300;  font-weight: bold;}
.stdFPErrorDiv { border:1px solid #CC3300; background:#ffefef; }
.stdFPComment {text-align:left; font-size: 10px }
.stdFPButton { }
.stdFPSubmitButton {font-weight: bold;}
.stdFPText { text-align:left;}
.stdFPFatalError { font-weight:bold; color:#ff0000; }
.stdFPGroupTbl {border:0;border-collapse:collapse; text-align: left;}
.stdFPGroupTitleCell {text-align:left;text-align: center;}
.stdFPOuterTable {border:0;	border-collapse:	collapse; }
.stdFPOuterTableHeaderCell {text-align: left;}
.stdFPOuterTableContentCell {text-align:left; border:0;border-collapse:	collapse;}

fieldset {text-align:left;}
legend {color: #7B21D9;font-weight:bold;}
select, option, input, form, textarea {font: 10px Verdana, Arial, Helvetica, sans-serif;}

.orange, .orange a, .orange a:link, .orange a:visited {
  text-decoration: none;
  color: #FF6600;
  font-weight: bold;
}

