/* MAIN */
html,body {
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
font-family: Helvetica,Arial,sans-serif;
font-size: 14px;
}

body {
background-color: #FFFFFF;
}

a:link {border-color: #426599; text-decoration: none; color: #2E4B5F;}
a:visited {border-color: #426599; text-decoration: none; color: #2E4B5F;}
a:active {border-color: #426599; text-decoration: none; color: #2E4B5F;}
a:hover {border-color: #426599; text-decoration: underline; color: #1E3B4F;}

a.www:link {text-decoration: none; color: #999999; border-bottom: 1px dotted #888888;}
a.www:visited {text-decoration: none; color: #999999; border-bottom: 1px dotted #888888;}
a.www:active {text-decoration: none; color: #999999; border-bottom: 1px dotted #888888;}
a.www:hover {text-decoration: none; color: #777777; border-bottom: 1px dotted #777777;}

a.menu:link {margin-right: 4px; font-size: 12px; font-weight: none; text-decoration: none; color: #DEDEDE;}
a.menu:visited {margin-right: 4px; font-size: 12px; font-weight: none; text-decoration: none; color: #DEDEDE;}
a.menu:active {margin-right: 4px; font-size: 12px; font-weight: none; text-decoration: none; color: #DEDEDE;}
a.menu:hover {margin-right: 4px; font-size: 12px; font-weight: none; text-decoration: underline; color: #FFFFFF;}

a.menusel:link {margin-right: 4px; font-size: 12px; font-weight: bold; text-decoration: none; color: #FFFFFF;}
a.menusel:visited {margin-right: 4px; font-size: 12px; font-weight: bold; text-decoration: none; color: #FFFFFF;}
a.menusel:active {margin-right: 4px; font-size: 12px; font-weight: bold; text-decoration: none; color: #FFFFFF;}
a.menusel:hover {margin-right: 4px; font-size: 12px; font-weight: bold; text-decoration: underline; color: #FFFFFF;}

a.headline:link {font-size: 16px; font-weight: bold; border-bottom: 1px solid #426599; border-color: #426599; text-decoration: none; color: #2E4B5F;}
a.headline:visited {font-size: 16px; font-weight: bold; border-bottom: 1px solid #426599; border-color: #426599; text-decoration: none; color: #2E4B5F;}
a.headline:active {font-size: 16px; font-weight: bold; border-bottom: 1px solid #426599; border-color: #426599; text-decoration: none; color: #2E4B5F;}
a.headline:hover {font-size: 16px; font-weight: bold; border-bottom: 1px solid #426599; border-color: #4295BB; text-decoration: none; color: #1E3B4F;}

h1 {
  font-size: 15px;
  font-weight: bold;
  color: #666666;
  margin: 2px 0px 2px 0px;
}
h2 { font-size: 21px; margin: 2px 0px 2px 0px; }
h3 { font-size: 18px; margin: 2px 0px 2px 0px; }
h4 { font-size: 16px; margin: 2px 0px 2px 0px; color: #888888; }

.heading {
  margin: 4px 0px 2px 2px;
  font-size: 15px;
  font-weight: bold;
  color: #888888;
}

p { margin-top: 2px; }

.grey { color: #666666; }
.dgrey { color: #444444; }
.info { color: #666666; font-size: 11px;}

.visible { display: block; }
.hidden { display: none; }

.error { color: #990000; font-weight: bold; }
.pass { color: #009900; font-weight: bold; }

.clear {
clear: both;
}

.center {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: auto;
  padding-right: auto;
}

.right {
  display: block;
  width: 100%;
  text-align: right;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: auto;
  padding-right: auto;
}

.topbar {
  display: block;
  float: left;
  width: 100%;
  height: 36px;
  margin: 0px;
  padding: 0px;
  background-color: #3357B0;
}

.topbar2 {
  display: block;
  float: left;
  width: 100%;
  height: 20px;
  margin: 0px;
  padding: 0px 0px 0px 4px;
  background-color: #DEDEDE;
}

.logo {
  display: block;
  float: left;
  width: 78px;
  height: 80px;
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  background-position: top left;
}

.topbar_inner_right {
  display: block;
  float: right;
  text-align: right;
  padding: 0px 8px 0px 0px;
}

.topbar_inner_left {
  display: block;
  float: left;
  margin: 0px;
  padding: 36px 0px 0px 0px;
  text-align: left;
}

.content {
  clear: both;
  display: block;
  width: 100%;
  min-height: 640px;
  padding: 6px 0px 0px 0px;
  margin: 0px 4px 0px 0px;
  background-color: #FFFFFF;
}

.content_left {
  display: block;
  float: none;
  width: auto;
  min-height: 300px;
  padding: 0px 0px 0px 4px;
  background-color: #FFFFFF;
  word-wrap: break-word;
}

.story_list {
  display: block;
  float: none;
  width: auto;
  margin: 4px 4px 8px 4px;
  padding: 0px auto 0px auto;
  background-color: #FFFFFF;
}

.vote_wrap {
  clear: left;
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  margin: 0px 8px 0px 0px;
  padding: 0px;
}

.vote_top {
  display: block;
  float: left;
  width: 48px;
  height: 21px;
  margin: 0px;
  padding: 6px 0px 0px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #888888;
  text-align: center;
}

.vote_top_grn {
  display: block;
  float: left;
  width: 48px;
  height: 21px;
  margin: 0px;
  padding: 6px 0px 0px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #008800;
  text-align: center;
}

.vote_top_red {
  display: block;
  float: left;
  width: 48px;
  height: 21px;
  margin: 0px;
  padding: 6px 0px 0px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #880000;
  text-align: center;
}

.vote_bot {
  display: block;
  float: left;
  width: 48px;
  height: 21px;
  margin: 0px;
  padding: 0px;
}

.vote_under {
  display: block;
  float: left;
  width: 48px;
  height: 16px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.votebtn {
  float: left;
  border: 0px;
}

.story_text {
  display: block;
  float: none;
  min-height: 48px;
  width: auto;
  margin: 0px 0px 0px 56px;
  padding: 0px 0px 0px 0px;
}

/* PAGINATION */
#wrap_pager {
clear: both;
display: block;
float: none;
min-height: 32px;
margin-top: 4px;
margin-bottom: 8px;
margin-left: 64px;
margin-right: auto;
padding: 0px auto 8px auto;
text-align: center;
}

#pager_box_disabled {
cursor: default;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
/*border: 1px solid #858FB4; */
background-color: #E6E6ED;
color: #A9A9A9;
font-size: 12px;
font-weight: normal;
text-align: center;
vertical-align: middle;
}

#pager_box_this {
cursor: pointer;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
/* border: 1px solid #213377; */
background-color: #426599;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-align: center;
vertical-align: middle;
}

#pager_box {
cursor: pointer;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
/* border: 1px solid #213377; */
background-color: #EEEEEE;
color: #426599;
font-size: 12px;
font-weight: bold;
text-align: center;
text-decoration: none;
vertical-align: middle;
}

#pager_box:hover {
cursor: pointer;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
/* border: 1px solid #426599; */
background-color: #A0ACAA;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-align: center;
text-decoration: none;
vertical-align: middle;
}

#pager_skip {
cursor: e-resize;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
/* border: 0px solid #426599; */
background-color: #FFFFFF;
color: #191919;
font-size: 12px;
font-weight: bold;
text-align: center;
vertical-align: middle;
}

#pager_box a {
display: block;
color: #426599;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

#pager_box a:hover {
display: block;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

#wrap_pagersmall {
display: block;
float: right;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
text-align: center;
}

#pager_boxsmall_disabled {
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 1px;
border: 1px solid #426599;
background-color: #E6E6ED;
color: #A9A9A9;
font-size: 10px;
font-weight: normal;
text-align: center;
vertical-align: middle;
}

#pager_boxsmall_this {
cursor: pointer;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #426599;
background-color: #426599;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
text-align: center;
vertical-align: middle;
}

#pager_boxsmall {
cursor: pointer;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #426599;
background-color: #EDE6B7;
color: #426599;
font-size: 10px;
font-weight: bold;
text-align: center;
text-decoration: none;
vertical-align: middle;
}

#pager_boxsmall:hover {
cursor: pointer;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #426599;
background-color: #A0ACAA;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
text-align: center;
text-decoration: none;
vertical-align: middle;
}

#pager_skipsmall {
cursor: e-resize;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
border: 0px solid #426599;
background-color: #FFFFFF;
color: #191919;
font-size: 10px;
font-weight: bold;
text-align: center;
vertical-align: middle;
}

#pager_boxsmall a {
display: block;
color: #426599;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}

#pager_boxsmall a:hover {
display: block;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}

/* FORMS & INPUT */
input.btn {
  color:#2E4B5F;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-color:#E7E7E7;
  border:1px solid;
  border-color: #858E88;
}

label
{
clear: left;
width: 20%;
float: left;
text-align: right;
margin-right: 4px;
display: block;
font-size: 11px;
font-weight: bold;
}

.submit input
{
margin-left: 4px;
}

input
{
color: #000000;
background-color: #FFFFFF;
border: 1px solid #999999;
}

.submit input
{
color: #000;
background-color: #ffa20f;
border: 2px outset #444444;
}

.inputtext
{
 width: 260px;
 background-image: url('../img/formbg2.png');
 background-repeat: repeat-x;
 background-position: top left;
 margin: 0px 1px 2px 0px;
}

.inputtext_search
{
 width: 284px;
 background-image: url('../img/formbg2.png');
 background-repeat: repeat-x;
 background-position: top left;
 padding: 1px;
 margin: 0px 1px 0px 0px;
}

.inputtext_narrow
{
 width: 70%;
 background-image: url('../img/formbg2.png');
 background-repeat: repeat-x;
 background-position: top left;
 padding: 1px;
 margin: 0px 1px 4px 0px;
}

.inputarea
{
 width: 410px;
 height: 80px;
 border: 1px solid #999999;
 background-image: url('../img/formbg2.png');
 background-repeat: repeat-x;
 background-position: top left;
 margin: 0px 1px 2px 0px;
}

.inputarea_big
{
 width: 470px;
 height: 100px;
 border: 1px solid #999999;
 background-image: url('../img/formbg2.png');
 background-repeat: repeat-x;
 background-position: top left;
 margin: 0px 1px 2px 0px;
}

.checkbox
{
background-color: #FFFFFF;
border: 0px;
}

.formbutn
{
background-image: url('../img/formbg1.png');
background-repeat: repeat-x;
background-position: top left;
}

fieldset
{
border: 1px solid #CACACA;
width: auto;
padding: 4px 0px 4px 2px;
background-color: #EDEDED;
background-image: url('../img/formbg0.png');
background-repeat: repeat-x;
background-position: top left;
}

legend
{
color: #444444;
background-color: #FFFFFF;
border: 1px solid #CACACA;
padding: 1px 4px 1px 4px;
}

/* LOGIN POP-UP WINDOW */

.login {
  display: none;
  float: left;
  position: fixed;
  left: 24%;
  top: 110px;
  z-index: 90;
  width: 52%;
  height: 320px;
  min-width: 440px;
  border: 1px solid #444444;
  background-color: #222222;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.login_inner {
  display: none;
  float: left;
  position: fixed;
  left: 25%;
  top: 120px;
  z-index: 92;
  width: 50%;
  height: 300px;
  min-width: 440px;
  max-width: 640px;
  border: 2px solid #444444;
  background-color: #FFFFFF;
  background-image: url('../img/grad.png');
  background-repeat: repeat-x;
  background-position: top left;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.login_leftcol {
  display: block;
  float: left;
  width: 47%;
  height: 230px;
  margin: 2px 0px 0px 0px;
  padding: 4px;
  overflow: hidden;
}

.login_rightcol {
  display: block;
  float: left;
  width: 46%;
  height: 230px;
  border-left: 2px solid #999999;
  margin: 2px 0px 0px 0px;
  padding: 4px;
  overflow: hidden;
}

.youtube {
  display: none;
  float: none;
}

.preview {
  display: none;
  float: none;
  margin: 8px 2px 8px 2px;
  padding: 2px;
  border: 1px solid #999999;
  background-color: #EDEDED;
}

.post_container {
  display: block;
  float: none;
  margin: 4px 2px 4px 2px;
  padding: 1px 1px 1px 1px;
  border: 1px solid #999999;
  background-color: #EDEDED;
}

.sortline {
  display: block;
  float: none;
  width: 99%;
  margin: 2px 0px 2px 2px;
  padding: 1px 1px 1px 1px;
  border-top: 1px solid #AAAAAA;
  color: #999999;
  font-size: 12px;
}

.bb_help {
  display: none;
  float: none;
  width: auto;
  margin: 1px 0px 0px 0px;
  padding: 1px 0px 1px 8px;
  background-color: #FFFFBB;
  border: 1px dotted #999999;
  font-size: 12px;
}

.bb_url {
  color: #0000FF;
}

.comment_wrap {
  display: block;
  float: none;
  width: auto;
  min-height: 40px;
  margin: 4px 0px 2px 0px;
  padding: 1px 1px 1px 1px;
  background-color: #FFFFFF;
  border: 1px solid #CDCDCD;
}

.comment_thread_wrap {
  display: block;
  float: none;
  width: auto;
  min-height: 40px;
  margin: 4px 0px 2px 48px;
  padding: 1px 1px 1px 1px;
  background-color: #FFFFFF;
  border: 1px solid #CDCDCD;
}

.comment_thread2_wrap {
  display: block;
  float: none;
  width: auto;
  min-height: 40px;
  margin: 4px 0px 2px 96px;
  padding: 1px 1px 1px 1px;
  background-color: #FFFFFF;
  border: 1px solid #CDCDCD;
}

.comment_vote_wrap {
  display: block;
  float: left;
  width: 16px;
  margin: 0px 4px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.comment_text_wrap {
  display: block;
  float: none;
  width: auto;
  margin: 0px 4px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.wrap_quotebox {
  display: block;
  float: none;
  width: auto;
  margin: 1px 0px 2px 18px;
  padding: 0px 0px 0px 4px;
  border-left: 2px solid #AEAEAE;
  background-color: #EDEDED;
  color: #555555;
}