
/* toolbar */
.toolbar
{
	background-color: #2f5070;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	border-bottom: 1px solid #304040;
	height: 30px;
}
.toolbar ul,.toolbar li
{
	float: left;
}
.toolbar a,.toolbar li input
{
	display: block;
	padding: 6px 0;
	border: 0;
	font-weight: bold;
	text-decoration: none;
	color: #ccc;
}
.account
{
	width:67px; text-align:center;
}
.wide-account
{
	width:112px; text-align:center;
}
.wide-account2
{
	width:122px; text-align:center;
}

/* for stupid IE */
header, nav, section, article, aside, footer, hgroup
{
	display: block;
}

/* title */
.title
{
	text-align: center;
	color: navy;
	font-size: 36px;
	line-height: 0;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}
.topad
{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* main area */
.main
{
	width: 86%;
	float: left;
}
.spacer
{
	padding: 12px;
}

.error
{
	font-size: xx-large;
	font-weight: bold;
	width: 99%;
	text-align: center;
}

/* categories */
.category
{
	float: left;
	width: 49%;
	padding-bottom: 40px;
}
.categoryfull
{
	float: left;
	width: 99%;
	padding-bottom: 30px;
}
.catleft
{
	clear: both;
}
/*.news:nth-of-type(even)*/
.catright
{
	float: right;
	width: 49%;
}
.sectionheader a
{
	color: white;
}
.sectionheader
{
	background: #2f5070;
	height: 33px;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	padding: 2px 0px 1px 0px;
	color: white;
}
.linkarrows
{
	font-size: 0.5em;
}
.pagelinks
{
	margin-top: 20px;
	text-align: center;
}

/* articles */
.article
{
	padding: 10px 3px 15px 3px;
	font-family: "Times New Roman", Times, serif;
	word-wrap: break-word;
	line-height: 120%;
	clear: both;
}
.article img
{
	float: left;
	padding: 1px 5px 1px 1px;
}
.headline
{
	padding: 0px 0px 4px 0px;
	font-weight: bold;
}
.newssource
{
	font-weight: bold;
	padding: 0px 0px 4px 0px;
}
.relatedhead
{
	color: green;
	font-weight: bold;
	padding: 4px 0px 3px 0px;
	clear: both;
}
.endspace
{
	clear: both;
	height: 4px;
}
#jscats
{
	clear: both;
	visibility: hidden;
}
.jsloading .loader
{
	margin-left: 50%;
}

/* ads */
.sidead
{
	float: right;
	width: 13%;
	padding-top: 10px;
	margin: 0px;
}

/* footer */
.divider
{
	width: 97.5%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 1%;
	margin-right: 1%;
}
footer
{
	text-align: center;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}

/* modals */
#jsmask
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 5000;
}
#jslogin
{
	top:50%;
	left:50%;
	width: 260px;
	height: 230px;
	margin: -105px 0px 0px -130px;
	padding: 10px;
	position: fixed;
	z-index: 10000;
	display: none;
	background: #c5c5c5;
	border: 3px solid #000;
	-webkit-box-shadow: 0px 0px 6px 3px #202020;
	-moz-box-shadow: 0px 0px 6px 3px #202020;
	box-shadow: 0px 0px 6px 3px #202020;
	line-height: 30px;
}
#jslogin .sectionheader
{
	text-decoration: none;
}
#jsloginmessage
{
	height: 16px;
	color: red;
	padding: 0px;
	margin: 4px;
	line-height: 16px;
	text-align: center;
}
.jslogintext
{
	width: 33%;
	float: left;
	font-weight: bold;
}
.jslogininput
{
	width: 66%;
	float: left;
	left: 300px;
}
.jslogininput input
{
	border-radius: 4px;
	border: 1px solid #000;
	height: 20px;
}
.jsloginremem
{
	margin: 5px 0px 0px 7px;
	padding: 0px;
	float: left;
	line-height: 20px;
}
.jsloginforgot
{
	margin: 5px 0px 0px 10px;
	padding: 0px;
	float: left;
	line-height: 20px;
}
.jslogin .divider
{
	clear: both;
}
.jsloginbutton
{
	float: left;
	width: 120px;
	height: 40px;
	color: #fff;
	border: 1px solid #000;
	font-size: 18px;
	margin: 0px 10px 7px 0px;
	padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #0d0dEE;
	cursor: pointer;
}
.jslogincancel
{
	background: #5d5d5d;
}

/* forms */
.loginform
{
	text-align: center;
}
#loginmessage
{
	margin-top: 6px;
	color: red;
}
.loginfields
{
	font-weight: bold;
	margin-top: 10px;
	line-height: 25px;
}
.loginlabel
{
	float: left;
	width: 49%;
	text-align: right;
}
.logintext
{
	float: right;
	text-align: left;
	width: 49%;
}
.loginforgot
{
	margin-top: 10px;
}

/* profile */
.profileheaderleft
{
	width: 30%;
	float: left;
}
.profileheaderlinks
{
	font-size: 0.5em;
	float: right;
	line-height: 26px;
	padding-right: 40px;
	width: 30%;
}
.profile
{
	margin: 30px 75px 50px 75px;
	padding-bottom: 40px;
	line-height: 22px;
}
.profilecategory
{
	float: left;
	width: 49%;
}
.profilecatleft
{
	float: left;
	width: 49%;
	text-align: right;
}
.profilecatright
{
	float: right;
	width: 49%;
}
.profilesettingleft
{
	float: left;
	padding-left: 33%;
	width: 33%;
}
.profilesettingright
{
	float: right;
	width: 33%;
}
.profilemessage
{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 30px;
}

/* add section */
.addsection
{
	padding: 10px;
}
.addsectiontop
{
	height: 35px;
}
.addsectionnewcol
{
	clear: both;
}
.addsectioncol
{
	float: left;
	width: 33%;
	line-height: 24px;
}
.addsectioncol b
{
	font-weight: bold;
}

/* search results */
.searchres
{
	line-height: 20px;
	padding: 10px;
}
.searchresleft
{
	float: left;
	width: 58%;
}
.searchresright
{
	float: left;
	width: 20%;
}

/* change order */
#boxes {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 400px;
}
#boxes li {
	cursor: move;
	position: relative;
	float: left;
	margin: 2px 2px 0px 0px;
	width: 180px;
	height: 28px;
	border: 1px solid #000;
	text-align: center;
	padding-top: 5px;
	background-color: #eeeeff;
}
#boxy {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#boxy li {
	cursor: move;
	position: relative;
	float: left;
	margin: 2px 2px 0px 0px;
	width: 180px;
	height: 28px;
	border: 1px solid #000;
	text-align: center;
	padding-top: 5px;
	background-color: #eeeeff;
}
.changeorderlinks
{
	padding: 30px 0px 25px 0px;
	text-align: center;
}
.changeorder
{
	text-align: center;
}
.changeorder ul
{
	display: inline-block;
	margin: 0 auto;
}
.changeorderbuttons
{
	margin-top: 30px;
}
.changeorderwidebuttons
{
	margin-top: 5px;
	text-align: center;
}
.changeorderbuttons input
{
	height: 25px;
	width: 70px;
}
.changeorderwidebuttons input
{
	height: 25px;
	width: 105px;
}
.changeorderhtml
{
	text-align: left;
	line-height: 24px;
	padding: 0% 20% 0% 20%;
}

/* feedback */
.feedbackform
{
	margin: 30px;
}
.feedbackform b
{
	font-weight: bold;
}

/* suggest source */
.suggestform
{
	margin: 30px;
	line-height: 18px;
}

/* reset pw */
.resetform
{
	margin-top: 30px;
	margin-left: 20%;
	margin-right: 20%;
	line-height: 20px;
}
.resetform b
{
	font-weight: bold;
}
