/* everything */
img, div { 
behavior: url(iepngfix.htc) 
}
body {
	background-color:#e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:0 auto;
	padding:0;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border */
}

/* default element styles */
ul, ol {
	margin:10px 0 10px 30px;
}
p, ul, ol, blockquote {
	font-size:0.85em;
	line-height:1.9em;
	text-align:justify;
	margin-bottom:10px;
}
a {
	color:#ff6600;
	text-decoration:none;
	border-bottom:1px dotted #ff6600;
}
a:hover {
	color:#E25C03;
}
table {
	width:100%;
}
table tr th {
	background:#ff6600 url('images/nav-bg.png') repeat-x scroll 0 50%;
	padding:5px 10px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:2px;
	border:1px solid #5B8DAC;
}
table tr td {
	padding:5px 10px;
	color:#333333;
	letter-spacing:1px;
	border-bottom:1px solid #dddddd;
}
table tr.alt td {
	background-color:#EFEFEF;
}
blockquote {
	font-style:italic;
	letter-spacing:1px;
	margin:15px 0 15px 30px;
	background:#ffffff url('images/quote.png') no-repeat scroll top left;
	padding:10px 0 10px 55px;
}
code {
	font-family:"Courier New", Courier, monospace;
	letter-spacing:1px;
	margin:15px 0 15px 30px;
	display:block;
	border:1px solid #dddddd;
	padding:15px 10px;
}

/* page wrapper */
div#wrap {
	width:90%;
	background:#ffffff url('images/header-bg.png') no-repeat scroll top left;
	margin:0 auto;
	padding:0;
}
div#header {
	padding:30px 20px;
}
div#header div#header-text {}
div#header div#header-text h1, div#header div#header-text h2 {
	padding:0;
	margin:0;
}
div#header div#header-text h1, div#header div#header-text h1 a {
	color:#003366;
	border-bottom:none;
	font-size:1.8em;
	letter-spacing:-5px;
	line-height:1.0em;
}
div#header div#header-text h1 a span {
	color:#333333;
}
div#header div#header-text h2 {
	color:#cccccc;
	letter-spacing:-2px;
	margin-top:-5px;
	text-transform:lowercase;
}

/* navigation menu */
div#navigation {
	height:55px;
	background:#FF9900 url('images/nav-bg.png') repeat-x scroll bottom left;
	border-top:1px solid #5B8DAC;
}
div#navigation ul {
	list-style:none;
	margin:0 10px; 
	padding:0;
	position:relative;
	top:0;
}
div#navigation ul li {
	display:block;
	float:left;
}
div#navigation ul li.selected {
	background:#ffffff url('images/item-right.png') no-repeat scroll bottom right;
	position:relative;
	top:-1px;
}
div#navigation ul li a {
	display:block;
	float:left;
	color:#2F4A5B;
	border-bottom:none;
	height:25px;
	font-weight:bold;
	font-size:1.05em;
	padding:15px 20px 9px;
}
div#navigation ul li.selected a {
	background:transparent url('images/item-left.png') no-repeat scroll bottom left;
	color:black;
	padding:16px 20px 9px;
}

/* page content area */
div#content {
	background:#ffffff url('images/body-bg.png') repeat-x scroll top left;
	border-top:1px solid #5B8DAC;
}

/* main content area + page styles */
div#page {
	float:left;
	padding:10px;
	width:66%;
	color:#555555;
}
div#page h2 {
	color:#444444;
	letter-spacing:-2px;
}
div#page h3 {
	color:#FF6600;
}
div#page h5 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
	color:#333333;
}


/* sidebar + sidebar styles */
div#sidebar {
	float:right;
	width:28%;
	padding:10px;
}
div#sidebar h3 {
	background:transparent url('images/h3-bg.png') no-repeat scroll bottom left;
	color:#ff6600;
	letter-spacing:0;
	font-size:1.4em;
	margin-bottom:5px;
	padding:10px 0;
	font-weight:normal;
}
div#sidebar h3 strong {
	color:#333333;
}
div#sidebar ul {
	list-style:none;
	margin-left:0;
}
div#sidebar p.newsitem {
	font-size:0.82em;
	line-height:1.6em;
	margin-bottom:35px;
}
div#sidebar p.newsitem span {
	font-size:0.75em;
	text-transform:uppercase;
	color:#ff6600;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#sidebar p.newsitem a.read-more-link {
	font-family:Tahoma, Arial, sans-serif;
	float:right;
	color:#999999;
	border-bottom:none;
	display:block;
	letter-spacing:1px;
	font-size:0.8em;
	padding:0 0 0 17px;
	margin:10px 0;
	background:#ffffff url('images/read-more.png') no-repeat scroll 0 50%;
}
div#sidebar p.newsitem a.read-more-link:hover {
	text-decoration:underline;
}
div#sidebar ul {
	margin:0 0 0 10px;
}
div#sidebar ul li {
	padding:5px 0;
}
div#sidebar ul li a {
	border-bottom:none;
	text-decoration:underline;
}
div#sidebar ul.blocklist {
	margin:0;
}
div#sidebar ul.blocklist li {
	padding:0;
}
div#sidebar ul.blocklist li a {
	display:block;
	border:none;
	text-decoration:underline;
	color:#ff6600;
	padding:5px 10px;
}
div#sidebar ul.blocklist li.selected-item a {
	background:#ff6600 url('images/nav-bg.png') repeat-x scroll 0 50%;
	color:#ffffff;
	border:1px solid #D65600;
}

/* footer styles */
div.footer {
	clear:both;
	padding:15px 5px;
	border-top:1px solid #dbdbdb;
	width:98%;
	margin:0 auto;
}
div.footer p {
	margin:0;
	color:#999999;
}
div.footer p a {
	color:#999999;
	border-bottom:none;
	text-decoration:underline;
}
#auto_show{
position:absolute;
top:400px;
left:198px;
width: 450px;
border: 1px solid black;
background-color:white;
color: blue;
z-index: 1;
padding:5px 0px 10px 0px;
display:none;
}
#auto_show li{
list-style-type: none;
margin:0px 25px 0px 20px;
padding:0px 0px 0px 20px;
}
#auto_show li:hover{
background-color:#CCFFFF;
border:1px solid blue;
cursor: pointer;
}
.itemhover{
background-color:#CCFFFF !important;
border:1px solid blue !important;
}
#show_err{

width: 450px;
height:150px;
border: 0px solid black;
background-color:white;
color: red;
z-index: 5;
padding:10px 3px 10px 3px;

}
#show_err_border{
position:absolute;
top:50%;
left:25%;
width: 460px;
height:170px;
padding:10px 10px 10px 10px;
z-index: 4;
display:none;
background-image:url(images/border.png);

}
.message{
background-image:url(images/msg_bg.gif);
background-repeat:no-repeat;
color:#666666;
padding:2px 20px 2px 2px;
} 
.tabs{
background-color:#CCCCCC;
border-left:1px solid #666666;
border-top:1px solid #666666;
border-right:1px solid #666666;
color:#666666;
padding:2px 8px 2px 2px;
margin-left:1px;
width:190px;
cursor:pointer;
position:relative;
z-index:5;
} 
#tabs_container{
border:1px solid #666666;
height:125px;
padding-left:20px;
margin-top:-13px;
margin-left:1px;
width:400px;
position:relative;
z-index:1;
}
#file_upload{
position:absolute;
top:50%;
left:25%;
width: 500px;
height:150px;
padding:10px 0px 20px 25px;
background-color:white;
z-index: 7;
display:none;
border:6px solid #cccccc;

}
#gray{
display:none;

  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
width:100%;
height:100%;
position:fixed;
_position:absolute;
top:0;  
left:0; 
z-index:2;

}
.story_contain{
padding-bottom:30px;
}
.rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(images/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0;position:absolute;}
.onestar {background-position:0 -16px;position:absolute;}
.twostar {background-position:0 -32px;position:absolute;}
.threestar {background-position:0 -48px;position:absolute;}
.fourstar {background-position:0 -64px;position:absolute;}
.fivestar {background-position:0 -80px;position:absolute;}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(images/star-matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}
/* end rating code */
.divider{
	background:transparent url('images/h3-bg.png') no-repeat scroll bottom left;
}
#comment{
display:none;
border:1px solid gray;
padding-top:8px;
padding-left:8px;
padding-bottom:8px;
}
.show_comment{
border:1px solid gray;
padding-top:5px;
padding-left:5px;
padding-bottom:5px;
padding-right:5px;
margin-bottom:5px;
background-color:#E6E6E6;
}
.person{
padding-left:2px;
padding-right:2px;
}
.person img {
padding-right:4px;
}
#show_comments{
padding-top:5px;

}
