ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

body
{
  padding: 20px;
  color:#2875b1;
}

.blue_text
{
  color:#2875b1;
}

.list0
{
}

.list1
{
    background: #f7f7f7;
}

.fancybutton
{
    color: #FFFFFF;
    font-weight:bold;
    font-size:11px;
    padding-left:5px;
    padding-right:5px;
    text-align:center;
}

input
{
    border:1px solid black;
}

textarea
{
    border:1px solid black;
}

.align_top
{
	vertical-align: top;
}

.dilemma_title
{
	font-weight:bold;
	color:black;
}

.dilemma_option_title
{
    font-weight:bold;
}

.dilemma_body
{
	color:black;
}

h2
{
	color:#000000;
    font-size:14px;
    font-weight:bold;
}

h3
{
	font-size:13px;
	font-weight:bold;
	color:#000000;
}

.challenge_image_height
{
    height:180px;
}

.error
{
    color:#FF0000;
}

.bottom_divider
{
    border-bottom:1px solid black;
}

#nav_table td
{
    padding-right:5px;
    vertical-align:middle;
}

#create_user_table td
{
    padding:5px;
    padding-left:0px;
}

#fancybutton_table td
{
    padding:0px;
}

.column
{
	width:295px;
	position:relative;
}

.column1
{
	float:left;
}

.column2
{
	float:right;
}

.column3
{
	float:right;
}

.column_wrapper
{
	width:610px;
	float:left;
	position:relative;
}

.top_link
{
	color:#000000;
}

.pin
{
    cursor:pointer;
	background-repeat:no-repeat;
}

.pin1
{
   background-image:url('/images/pin_1.png');
}

.pin2
{
   background-image:url('/images/pin_2.png');
}

.pin3
{
   background-image:url('/images/pin_3.png');
}

.pin4
{
   background-image:url('/images/pin_4.png');
}

.pin1_comment
{
   background-image:url('/images/pin_1_comment.png');
}

.pin2_comment
{
   background-image:url('/images/pin_2_comment.png');
}

.pin3_comment
{
   background-image:url('/images/pin_3_comment.png');
}

.pin4_comment
{
   background-image:url('/images/pin_4_comment.png');
}


.drag_top
{
   background-repeat: no-repeat;
   width:185px;
   height:22px;
   cursor:move;
}

.drag_top_image
{
   background-image:url('/images/infobox_top.png');
}

.drag_middle
{
    background-repeat: repeat-y;
    width:163px;
    padding-left:11px;
    padding-right:11px;
    padding-top:7px;
    cursor:move;
}

.drag_middle_image
{
   background-image:url('/images/infobox_middle.png');
}   

.drag_bottom
{
   background-repeat: no-repeat;
   width:185px;
   height:8px;
   cursor:move;
}

.drag_bottom_image
{
   background-image:url('/images/infobox_bottom.png');
}   

.main_top
{
    width:967px;
    height:67px;	
    background-repeat: no-repeat;
    cursor:pointer;
}

.main_top_image
{
    background-image:url('/images/top.png');
}

.main_middle
{
    background-repeat: repeat-y;
    width:967px
}

.main_middle_image
{
    background-image: url('/images/middle.png');
}

.main_bottom
{
    width:967px;
    height:19px;
    background-repeat: no-repeat;
}

.main_bottom_image
{
    background-image: url('/images/bottom.png');
}


.dilemma_info_middle
{
	padding-left:15px;
	padding-right:20px;
	background-repeat:repeat-y;
	padding-top:5px;
	cursor:move;
	
}

.dilemma_info_middle_image
{
	background-image:url('/images/dilemma_info_middle.png');
}

.dilemma_info_top
{
    width:484px;
    height:22px;
    padding-left:15px;
    cursor:move;
    
}

.dilemma_info_top_image
{
    background-image:url('/images/dilemma_info_top.png');
    background-repeat: no-repeat;
}

.dilemma_info_bottom
{
	width:484px;
    height:9px;
    cursor:move;
    
}

.dilemma_info_bottom_image
{
    background-image:url('/images/dilemma_info_bottom.png');
    background-repeat: no-repeat;
}



.comment_middle
{
    background-repeat:repeat-y;
    color:black;
    padding-left:5px;
    padding-right:10px;    
    cursor:pointer;
}

.comment_middle_image
{
    background-image:url('/images/landscape_comment_middle.png');
}

.comment_bottom
{
    background-repeat:no-repeat;
    width:200px;
    height:12px;
    line-height:0;
    font-size:0px;
}

.comment_bottom_image
{
    background-image:url('/images/landscape_comment_bottom.png');
}

.comment_top
{
    background-repeat:no-repeat;
    width:200px;
    height:10px;
    line-height:0;
    font-size:0px;
}

.comment_top_image
{
    background-image:url('/images/landscape_comment_top.png');
}


.arrow
{
	cursor:pointer;
	padding-left:10px;
	background-position: 0% 50%;
	font-weight:bold;
}

.closed_arrow_image
{
	background-image: url('/images/closed_arrow.png');
	background-repeat: no-repeat;
}

.open_arrow_image
{
    background-image: url('/images/open_arrow.png');
    background-repeat: no-repeat;
}

.menu
{
	border-top:1px solid white;
	vertical-align:middle;
	cursor:pointer;
	padding-left:15px;
	width:211px;
	height:29px;
}

.dark_menu
{
    background:#900005;
}
.light_menu
{
    background:#c60d0d;
}

.light_blue_menu
{
	background:#3cafff;
}

.menu_text
{
    color:white;
    font-weight:bold;   
}