
body
{
   background: #f0f0f0;
   font-family: "Helvetica", sans-serif;
   font-size: 11pt;
   margin: 0px;
   color: #404040;
}

.title:link
{
   font-size: 24pt;
   color: #E0E0E0;
   font-weight: bold;
   text-decoration: none;
}
.title:hover
{
   font-size: 24pt;
   color: #E0E0E0;
   font-weight: bold;
   text-decoration: none;
}
.title:visited
{
   font-size: 24pt;
   color: #E0E0E0;
   font-weight: bold;
   text-decoration: none;
}

.banner
{
   width: 1100px;
}

.banner_top
{
   background: #4679a1 url(http://urwrong.net/templates/urwrong/images/blueheader.png);
   padding: 0px;
   padding-left: 10px;
   text-align: left;
}

.banner_bottom
{
   background: #FFFFFF;
   padding: 5px;
   text-align: left;
   border-bottom: 1px solid #D0D0D0;
}

.subject_link:link
{
   color: #404040;
   text-decoration: none;
   font-size: 11pt;
   font-weight: bold;
   border-right: 1px dotted #808080;
   padding-right: 12px;
   padding-left: 12px;
}
.subject_link:hover
{
   color: #808080;
   text-decoration: none;
   font-size: 11pt;
   font-weight: bold;
   border-right: 1px dotted #808080;
   padding-right: 12px;
   padding-left: 12px;
}
.subject_link:visited
{
   color: #404040;
   text-decoration: none;
   font-size: 11pt;
   font-weight: bold;
   border-right: 1px dotted #808080;
   padding-right: 12px;
   padding-left: 12px;
}

.searchbox
{
   font-size: 8pt;
}

.account_menu
{
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 5px;
   color: #C0C0C0;
   font-size: 10pt;
   text-align: right;
}

.account_menu_link
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

.account_menu_link:link
{
   padding-right: 30px;
   padding-right: 10px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

.account_menu_link:hover
{
   padding-right: 30px;
   padding-right: 10px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

.account_menu_link:visited
{
   padding-right: 30px;
   padding-right: 10px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

.alertbox
{
   width: 1000px;
   margin-top: 4px;
   margin-bottom: 4px;
   background: #F0F0F0;
   border: solid 1px #A0A0A0;
   padding: 5px;
}

.content_area
{
   width: 1080px;
   background: #FFFFFF;
   border: solid 1px #A0A0A0;
   padding: 5px;
   text-align: left;
   margin-top: 0px;
   border-top: none;
   margin:0px;
}

.footer
{
   width: 1100px;
   margin-top: 10px;
   border-top: 1px solid #E0E0E0;
   border-bottom: 1px solid #E0E0E0;
   font-size: 8pt;
   color: #808080;
   background: #FFFFFF;
}

.copyright
{
   font-style: italic;
   color: #808080;
   font-size: 9pt;
   margin-top: 4px;
}

.tabs
{
   width: 1092px;
   margin: 0px;
   margin-top: 12px;
   padding: 0px;
}

.tab_foreground
{
   border: 1px solid #A0A0A0;
   border-bottom: none;
   background: #FFFFFF;
   text-align: center;
   color: #404040;
   font-weight: bold;
   font-size: 10px;
   padding: 4px;
   margin-right: 4px;
}

.tab_background
{
   border: 1px solid #A0A0A0;
   background: #EAEAEA;
   text-align: center;
   color: #A0A0A0;
   font-weight: bold;
   font-size: 10px;
   padding: 4px;
}

.tab_foreground_link:link
{
   text-decoration: none;
   color: #404040;
}
.tab_foreground_link:hover
{
   text-decoration: none;
   color: #404040;
}
.tab_foreground_link:visited
{
   text-decoration: none;
   color: #404040;
}

.tab_background_link:link
{
   text-decoration: none;
   color: #808080;
}
.tab_background_link:hover
{
   text-decoration: none;
   color: #808080;
}
.tab_background_link:visited
{
   text-decoration: none;
   color: #808080;
}

h1
{
   color: #2a64c0;
   font-size: 18pt;
   font-weight: bold;
}

h2
{
   color: #2a64c0;
   font-size: 16pt;
   font-weight: bold;
}

h3
{
   color: #2a64c0;
   font-size: 14pt;
   font-weight: bold;
}

h4
{
   color: #2a64c0;
   font-size: 12pt;
   font-weight: bold;
}

h5
{
   color: #2a64c0;
   font-size: 10pt;
   font-weight: bold;
}

h6
{
   color: #2a64c0;
   font-size: 10pt;
   font-style: italic;
}

a:link
{
   color: #2a64c0;
}
a:hover
{
   color: #2a64c0;
}
a:visited
{
   color: #606060;
}

.info_link:link
{
   color: #808080;
   text-decoration: none;
}
.info_link:hover
{
   color: #6080A0;
   text-decoration: none;
}
.info_link:visited
{
   color: #808080;
   text-decoration: none;
}

.info_panel
{
   width: 300px;
   border: 1px solid #E0E0E0;
   background: #F6F6F6;
   padding: 4px;
   margin: 4px;
}

.info_panel_header
{
   color: #406080;
   font-size: 12pt;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 2px;
}

.create_topic_panel
{
	background: #5277af;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	padding: 4px;
	padding-left: 8px;
	margin: 4px;
}

.topic_summary
{
   background: #F4F4F4;
   border-top: 1px solid #D0D0D0;
   border-bottom: 1px solid #D0D0D0;
   margin: 4px;
   padding: 4px;
   color: #404040;
}

.topic_graph_box
{
   border: 1px solid #E0E0E0;
   background: #FFFFFF;
   padding: 1px;
}

.topic_summary_link:link
{
   color: #2a64c0;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
}

.topic_summary_link:visited
{
   color: #606060;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
}

.topic_summary_link:hover
{
   color: #4a84e0;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
}

.topic_support_header
{
   border: 1px solid #a1b4d9;
   background: #dde3ee;
   text-align: center;
   color: #3f4f6f;
   font-weight: bold;
   font-size: 8pt;
   padding: 1px;
}

.topic_neutral_header
{
   border: 1px solid #C0C0C0;
   background: #eeeeee;
   text-align: center;
   color: #606060;
   font-weight: bold;
   font-size: 8pt;
   padding: 1px;
}

.topic_oppose_header
{
   border: 1px solid #cdddae;
   background: #e9f0db;
   text-align: center;
   color: #5b6745;
   font-weight: bold;
   font-size: 8pt;
   padding: 1px;
}

.step_number
{
   font-size: 36pt;
   font-weight: bold;
   color: #E0E0E0;
}

.invalid_form_input
{
   color: #D00000;
   font-style: italic;
   font-weight: bold;
   font-size: 10pt;
}

.sponsored_articles
{
   background: #F4F4F4;
   border-top: 1px solid #D0D0D0;
   border-bottom: 1px solid #D0D0D0;
   margin: 4px;
   padding: 4px;
}