/******************************************************************************
* Defines styles for the article pages on the site.                           *
******************************************************************************/
*{margin:0}
a {
  color: blue;
  font-weight: bold;
  text-decoration: none;
}
p {
text-indent: 30pt;
margin: 2em;
}

a:hover {
  color: red;
}

img.Left { 
    float: left; 
	clear: left; 
    margin: 4px; 
}

img.Right { 
    float: right; 
	clear: right; 
    margin: 4px; 
}

body {
  background-image: url(layout/bgimage.jpg);
  background-position: top;
  background-attachment: fixed;
  background-repeat: repeat-x;
}

html {
  background-image: url(layout/bgimage.jpg);
  background-position: top;
  background-attachment: fixed;
  background-repeat: repeat-x;
}

html, body {
  background-color: #ccccb7;
  font-family: Trebuchet MS;
  color: #32512f;
  font-size: 10pt;
  margin-top: 1.5em;
  text-align: center;
  display: block;
  height: 100%;
  width: auto;
}

h2 {
  font-family: Trebuchet MS;
  font-size: 2em;
  color: #32512f;
  margin-top: 0px;
text-indent: 30px;
}

h3 {
  font-size: 120%;
  text-indent: 30px;
}

h4 {
  font-size: 100%;
}

input, textarea {
  border-width: 1px;
  padding: 2px;
}

input.button {
  border-width: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}



ul {
  list-style-type: square;
  line-height: 1em;
  
}

#main {
  margin: 0px auto;
  text-align: left;
  width: 70.4em;
}

.header {
  background-image: url(layout/header.png);  
  border: 1px solid #000000;
  color: #603000;
  margin: 0px;
  height: 9.5em;
  #height: 9.6em;
  position:relative;
}

.av-rating {
	position: absolute;
	top: 3em;
	right: 3em;
}

.av-rating a {
	color: #888888;
	border: none;
}

.navBar {
  background-image: url(layout/navbar.png);  
  border: 1px solid #000000;
  margin: 0px;
  border-top-width: 0px ;
  font-family: Trebuchet MS;
  color: #ffd200;
}

.navBar a {
  color: #c4af00;
  font-weight: bold;
  text-decoration: none;
}

.navBar a:hover {
  color: yellow;
}



.content {
/*  background-image: url(layout/content.png);  */
  background-color: #DDDDDD;
  border: 1px solid #000000;
  margin: 0px;
  border-top-width: 0px ;
  width: 54.3em;
  #width: 54.6em; /*IE Hack - God I Hate IE */
  float: right;
  text-align: justify;
  overflow: auto
  height: auto; /*ie6 */  

 }
 
 .content hr {
   width: 50%;
   border-style: dotted;
   margin-left: auto;
   margin-right: auto;
 }
 
.content a {
  color: blue;
  font-weight: bold;
  text-decoration: none;
}


.content a:hover {
  color: green;
  font-weight: bold;
  text-decoration: none;
}
 
.sidebar {
  background-image: url(layout/pillars.png);  
  background-repeat: no-repeat;
  position: relative;
  border: 1px solid #000000;
  margin: 0px;
  border-top-width: 0px ;
  width: 15.8em;
  float: left;
  min-height: 65em;
  height: auto;
  
} 

#container { overflow: hidden; background: url(layout/sidebar.png); position: relative; #height: 1%;}
#container div.sidebar { margin-bottom: -5000px; padding-bottom: 5000px; }
#container div.content { margin-bottom: -1000px; padding-bottom: 1000px; }



#content_title {
  font-weight: bold;
  text-align: left;
  font-family: Trebuchet MS;
  color: #32512f;
  font-size: 20pt;
}



#sidebar_content{
  color: #222222;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Arial Black;
  font-size: 10pt;
  font-style: bold;
}

.sidebar a {
  font-weight: normal;
  text-decoration: none;
}

.sidebar a:hover {
  color: yellow;
}

.basic_info {
  padding-top: 1em;
  float:right;
  width: 30em;   
  height: 30em;
}

.basic_info ul1 {
  font-weight: normal;
  font-size: 1.9em;
}

.basic_info ul2 {
  font-weight: bold;
  font-size: 1.6em;
}

.picture {
  padding-top: 1em;
  height: 30em;   
}

.picture img {
  width: 18em;
  border: 2px solid;
}

.related
{
color:#990000;
}

.related a {
color:#990000;
text-decoration: none;
}

.related a span {
	display: none;
}

.related a:hover {
color:black;
position: relative;
}

.related a:hover span {
display: block;
position: absolute;
top: 15px; 
left: -250;
padding: 5px;
margin: 10px;
z-index: 100;
background: #f0f0f0;
border: 1px solid #000000;
opacity: 0.9;
width: 380px;
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;

}

li
{
list-style: circle inside;
}

table
{
border-collapse: collapse;
font-size:1em;
padding: 5px;
}

th, td
{
font-size:1em;
border: 1px solid #707070;
padding: 5px;
}

#loading
{
width: 70.4em;
text-align: center;
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url("icons/sortable.gif");
	background-position:5px 50%;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-sorted-asc {
	background-image:url("icons/sorted_up.gif");
	background-position:5px 50%;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("icons/sorted_down.gif");
	background-position:5px 50%;
	background-repeat:no-repeat;
}
/* Striping */
tr.alternate {
	background-color:#ffffcc;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

.loader{ /* loader appearance */
	position:absolute; padding: 15px 0 15px 0;
	margin-top:7%; width:200px; left:40%; 
	z-index:1000; font-size:14px; font-weight:bold;
	border:1px solid #666; background:#f4f4f4; 
	text-align:center; vertical-align:middle;
}
.fltrow{ /* filter grid row appearance */
	height:20px;
}

.flt{ /* filter (input) appearance */
	background-color:#ccc; border:1px inset #ccc; 
	margin:0; width:100%;
}
.flt_s{ /* small filter (input) appearance */
	background-color:#f4f4f4; border:1px inset #ccc; 
	margin:0; width:80%;
}

SPAN.searchword { background-color:yellow; }


      .popup {
        border: solid 1px #333;
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        display: none;
        position: absolute;
        width: 800px;
        z-index: 60;
      }

      .popuptitle {
        background: #333333;
        color: white;
        font-weight: bold;
        height: 15px;
        padding: 5px;
      }
     
      .popupbody {
        background: #ddd;
        padding: 5px;
        text-align: center;
      }

      #popup { position: absolute; left: 50%; margin-left: -400px; top: 25%;}
	  
