body {
	background: #fff url('../pics/design/body-bg.gif') repeat-x;
	margin: 10px;
	font-family: Verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #111;
}

.text_input {
        border: solid 1px #ccc;
        padding: 5px;
        font: Normal 12px 'Arial';
        background: #fff url('../pics/design/input_bg.gif') repeat-x top;
		font:normal 20px Arial;
}

.text- {
	font-size: 10px;
}

.text-- {
	font-size: 8px;
}

.text_120 {
	font-size: 120%;
	padding-bottom: 5px;
}

.text_110 {
	font-size: 110%;
	padding-bottom: 5px;
}

.padding-top_10 {
	padding-top: 10px;
}

div#outer {
    /* width: 766px; */
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

div#inner {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

p {
	font-size: 89%;	
	color: #333;
}

.icon {
	vertical-align: middle;
	background-color: #3a4e89;	
}

a, a:visited {
	color: #3a4e89;	
	text-decoration: underline;
}

a:hover {
	text-decoration: none;	
	color: #000;
}

a:active {
	color: #3a4e89;	
}

.floatright {
	float: right;	
}

/* Header */
#header-leftcorner, #header-rightcorner {
	width: 3px;
	height: 84px;
	font-size: 0px;
	background: url('../pics/design/header-leftcorner.gif') 0 4px repeat-x;
	float: left;
}


#header-rightcorner {
	background-image: url('../pics/design/header-rightcorner.gif');
	float: right;
}

#search {
	float: right;
	margin-top: -10px;
	margin-bottom: -20px;
}

#header {
	width: 944px;
	/*min-width: 600px;
	max-width: 900px;*/
	height: 84px;
	background: url('../pics/design/header-bg.gif') 0 4px repeat-x;
	float: left;	
	/*added 7/8/9 to fix IE*/
	margin-right: -25px;
}

#header #tsd-logo {
	margin-left: 10px;
	float: left;
}

#header #tsd-text {
	margin: 15px 0 0 10px;
	float: left;
}

#header-links {
	float: right;
	color: #fff;
	font-size: 12px;
	line-height: 1.3em;
	text-align: right;
	margin: 1px 10px 0 0;	
}

#header-links a {
	color: #fff;
	text-decoration: none;	
}

#header-links a:hover {
	color: #999;
}

/* Structure */
#page-wrapper {
	/*clear: left;
	width: 750px;*/
	padding-top: 15px;
}

#page-wrapper-front {
	/*clear: left;
	width: 750px;*/
	padding-top: 15px;
}

#sidebar {
	/*width: 150px;*/
	float: left;
	margin-bottom: 15px;
	padding-top: 5px;
}

#content {
	float: left;
	color: #111;
	margin-bottom: 10px;
}

/* Left hand nav */
.sidebar-nav {
	margin: 0 0 10px 0;
	padding: 0;	
	/*width: 150px;*/
	list-style: none;
}

.sidebar-nav li {
	color: #606060;
	background-color: #dadada;
	font-size: 85%;
	height: 22px;
	padding: 1px 10px 0 10px;
}

.sidebar-nav a {
	color: #606060;
	display: block;
	border-bottom: solid #d0d0d0 1px;
	text-decoration: none;
}

* html body .sidebar-nav a { 
    width: 100%;
}

.sidebar-nav a:hover {
	text-decoration: underline;
}

.sidebar-nav a:active {
	color: #606060;
}

.sidebar-nav a:visited {
	color: #606060;
}

.sidebar-nav li.sidebar-nav-header {
	background: url('../pics/design/lhn-header.gif') no-repeat;
	border-bottom: solid #dadada 7px;
}


.sidebar-nav li.sidebar-nav-header a {
	color: #fff;
	font-weight: bold;
	border-bottom: none;
}

.sidebar-nav li.sidebar-nav-header a:active {
	color: #fff;
}

.sidebar-nav li.sidebar-nav-header a:visited {
	color: #fff;
}

.sidebar-nav li.sidebar-nav-footer {
	padding-bottom: 10px;
	background: #dadada url('../pics/design/lhn-footer.gif') bottom right no-repeat;
}

.sidebar-nav li.sidebar-nav-hidden {
	visibility: hidden;
}


/* Content */
h1 {
	font: normal 160% arial;
	margin: 0;
	color: #c12018;
}

h4 {
	font: normal 120% arial;
	margin: 0;
	color: #c12018;
}

h3 {
	font-size: 105%;
	color: #c12018;
	border-top: solid 1px #999;
	padding-bottom: 2px;
	margin-top: 18px;
}

h2 {
	font-size: 105%;
	color: #3a4e89;
	border-bottom: dashed 1px #999;
	padding-bottom: 2px;
	margin-top: 15px;
}

.newcontent {
	background: #feffb0;
	padding: 5px 7px;
	margin: 10px 0;
	border-top: solid #d0d3a6 1px;
	border-bottom: solid #d0d3a6 1px;
}

.newkey {
	/*background: #B9C2D7;*/
	background: #ffff99;
	vertical-align: -1px;
	border: solid #999999 1px;
	margin-right: 3px;
}

.oldkey {
	background: #fff;
	vertical-align: -1px;
	border: solid #999999 1px;
	margin-right: 3px;
}

.newitem {
	/*background: #B9C2D7;*/
	background: #ffff99;
}

.olditem {
	background: #fff;
}

.paging {
	margin-top: 10px;	
}

.paging a, .paging span {
	display: block;
	float: left;
	font-size: 80%;
	padding: 1px 5px;
	border: solid #999 1px;	
	text-decoration: none;
	margin-right: 5px;
}

.paging span {
	background: #3A4F8A;
	color: #fff;
	font-weight: bold;
}

.paging span.nextprev {
	background: #fff;
	color: #bbb;
	font-weight: normal;
}

/* Footer */
#footer {
	border-top: solid #606060 1px;
	clear: both;
	color: #606060;
	font-size: 85%;
	text-align: right;
}


/* Crimpit */
.crimp_it {
	color: #999999;
}


.sidebar-nav li.sidebar-nav-disabled {
	background-color: #cccccc;
	border: solid #dadada 1px;
}

.crimp_comment_link {
	color: #999999;
}

/* Comments */
.comments_container {
	display: block;
	border: 1px solid #333333;
	background-color: #F2F2F2;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.comments_container h2 {
	font-size: 135%;
	padding: 5px 5px 5px 5px;
}

.newcounter {
	color: #c12018;
	font-weight: bold;
	font-size: 9px;
}

.newcounter2 {
	color: red;
	font-weight: bold;
}

.error {
	color: red;
	/*font-weight: bold;*/
}

.error a {
	color: red;
}

.title {
	font: normal 160% arial;
	margin: 0;
	color: #c12018;
}

#working {
	color: #fff;
	background-color: #3a4e89;
	float: right;
	padding: 0px 3px 0px 3px;
}

.blue_button {
	   padding: 3px 7px;
	   border: 1px solid #222;
	   text-decoration: none;
	   color: #fff;
	   background-color: #3a4e89;
}

.blue_button:hover {
    background-color: #666;
    cursor: pointer;
}

.blue_button.big {
    padding: 6px 12px;
    border: 1px solid #222;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    background-color: #3a4e89;
}

.blue_button.big:hover {
    background-color: #666;
    cursor: pointer;
}

#creator {
	/*margin-top: -10;*/
	font-size: 12px;
	font-weight: bold;
}

#main_content {
	margin-top: 15px;
}

#updatable  {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.news_feed{
	list-style: none;
	font-size: 11px;
	padding-top: 10px;
}

.news_feed li {
	padding-bottom: 4px;
}

#spyContainer {
	margin-bottom: 10px;
}

#ordering_info {
	margin-top: 15px;
	border: 1px solid #3a4e89;
	padding: 5px;
	background-color: #dadada;
}

#forum {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	
}

.forum_post {
	border-top: 1px solid;
	padding-top: 5px;
	padding-bottom: 15px;
}

.newalert {
	color: #ccc;
}

#front-main {
	background: #fff url('../pics/2nddeal.jpg') no-repeat top right;
	min-height: 220px;
}

.login_label {
	display:block;
	font-weight:bold;
	padding-top: 12px;
	font-size: 18px;
}

.textright {
	text-align: right;
}

#list-header {
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
	color: #000;
	height: 15px;
	border-bottom: 1px solid #666;
}

#list-row {
	border-bottom: 1px solid #666;
	padding-top: 10px;
}

#list-row a {
	color: #3a4e89;
	text-decoration: none;
}

#list-row a:visited {
	color: #3a4e89;
	text-decoration: none;
}

#list-row a:hover {
	text-decoration: underline;
	color: #000;	
}

#list-row a:active {
	color: #3a4e89;
}

.alert {
	color: red;
}

.center {
	text-align: center;
}

blockquote {
	padding-top: 3px;
	padding-left: 8px;
	border-left: 1px solid #ccc;
}

#forummessage {
	padding-top: 30px;
	margin-top: 25px;
}

#forum_header {
	padding-bottom: 15px;
}

.edited_text {
	font-size: 60%;
	color: #c12018;
}

.forum_input {
	width: 90%;
    border: solid 1px #ccc;
    padding: 5px;
    font: Normal 14px 'Arial';
    background: #fff url('../pics/design/input_bg.gif') repeat-x top;
}		

.highlight {
	background: #ffffe1;
}

#align_right {
	text-align: right;
}

.small_label {
	font-weight: normal;
}

.liked_by {
	border-bottom: 1px solid #ccc;
	font-size: 80%;
	color: #c12018;
}

.small_red {
	font-size: 80%;
	color: #c12018;
}

#problem_posed_video {
	padding-bottom: 20px;
}