.readon,
.readmore {
	display: block;
	text-align: right;
	font-style: italic;
	text-decoration: none;
	color: #888887;
	cursor: pointer;
}

.article-info {
	margin: 10px 0 20px 0;
	background: #FEFEFE;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 80%;
}

ul.actions,
ul.pagenav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

ul.pagenav {
	text-align: center;
}

ul.actions li,
ul.pagenav li {
	display: inline;
}

ul.pagenav li {
	padding: 0 5px;
}

#system-message {
	background: #3b99a9;
	color: #FFF;
	padding: 10px;
	margin: 0 0 10px 0;
}

#system-message ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*======================================== page layout ==*/

.blog .items-leading,
.blog-featured .items-leading > div,
.blog .items-row,
.blog-featured .items-row > div {
	margin: 15px 0 0 0;
	padding: 16px 0 0 0;
	border-top: 1px solid #e5e5e5;
}

.blog .items-leading:first-child,
.blog-featured .items-leading > div:first-child,
.blog .items-row:first-child {
	margin: 0;
	padding: 0;
	border: none;
}

/*======================================== newsflash ==*/

ul.news {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.news li {
	margin: 20px 0 0 0;
}

ul.news li:first-child {
	margin: 0;
}

ul.news li p {
	margin: 0;
}

/*======================================== forms ==*/

.rsform-input-box,
.inputbox,
input[type="text"],
input[type="password"],
input[type="email"],
input.validate-email,
textarea,
.rsform-text-box,
#yoo-zoo #comments #respond input[type="text"],
.yoo-zoo textarea, 
.yoo-zoo input[type="text"], 
.yoo-zoo input[type="password"], 
.yoo-zoo select {
	border: 1px solid #3333ff;
	background: #FFF;
	padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #3333ff;
}

.rsform-input-box,
.inputbox,
input[type="text"],
input[type="password"],
input[type="email"],
input.validate-email,
#yoo-zoo #comments #respond input[type="text"],
.yoo-zoo textarea, 
.yoo-zoo input[type="text"], 
.yoo-zoo input[type="password"], 
.yoo-zoo select {
	height: 20px;
}

select.inputbox,
select,
.yoo-zoo selec {
	padding: 0 0 0 5px;
	height: 23px;
}

.rsform-input-box:focus,
.inputbox:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
.rsform-text-box:focus,
input[type="email"]:focus,
input.validate-email:focus,
#yoo-zoo #comments #respond input[type="text"]:focus,
.yoo-zoo textarea:focus, 
.yoo-zoo input[type="text"]:focus, 
.yoo-zoo input[type="password"]:focus {
	outline: none;
	background: #f9f9f9;
}

label,
.label,
.formCaption,
.formCaption2,
tr.rsform-block td:first-child {
	color: #3933ff;
	line-height: 26px;
}

button,
button.button,
input.button,
input[type=button],
input[type=submit],
input.rsform-submit-button,
#new-faq-form fieldset input.button_submit, 
#new-faq-form fieldset input.button_cancel,
.profile a,
.yoo-zoo button, 
.yoo-zoo input[type="button"], 
.yoo-zoo input[type="submit"]  {
	color: #FFF;
	background: #363aff;
	border: none;
	padding: 5px 15px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

button:hover,
button.button:hover,
input.button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input.rsform-submit-button:hover,
#new-faq-form fieldset input.button_submit:hover, 
#new-faq-form fieldset input.button_cancel:hover,
.profile a:hover {
	background: #5c99ec;
	color: #FFF;
	border: none;
}

/*============================= rsforms ========*/

#userForm .componentheading,
#userForm legend {
	display: none;
}

tr.rsform-block td:first-child,
div.formCaption {
	white-space: nowrap;
	width: 35%;
}

div.formBody {
	width: 65%;
}

tr.rsform-block-invitation td:first-child,
.rsform-block-invitation .formCaption {
	color: #FFF;
}

.rsform-block-invitation label {
	line-height: 1.1em;
}

input.checkbox,
input[type=checkbox] {
	margin: 0 5px 0 0;
}


/*============================= search page ====*/

#searchForm fieldset.phrases,
#searchForm fieldset.only {
	border: 1px solid #999;
	padding: 10px;
	margin: 0 0 10px 0;
}

#searchForm label {
	color: #949595;
	font-size: 12px;
	padding: 0;
}

#searchForm fieldset.phrases legend,
#searchForm fieldset.only legend {
	font-weight: bold;
	padding: 0 10px;
}

#searchForm fieldset.phrases .ordering-box {
	margin: 10px 0 0 0;
}

#searchForm fieldset.only label {
	float: left;
	clear: right;
	margin: 0 0 3px 5px;
}

#searchForm fieldset.only input {
	float: left;
	clear: left;
	margin: 0 0 3px 0;
}

#searchForm .form-limit {
	text-align: right;
}

.search-results .result-title {
	margin: 15px 0 0 0;
	padding: 16px 0 0 0;
	font-weight: bold;
	color: #333;
	border-top: 1px dotted #ccc;
}

.search-results .result-title:first-child {
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
}

.search-results .result-category,
.search-results .result-created {
	font-size: 90%;
	color: #ababab;
}

/*============================================= login process ===*/

.login-description {
	margin: 0 0 15px 0;
}

.login-fields,
#form-login-username,
#form-login-password,
#form-login-remember {
	clear: both;
	padding: 5px 0;
	margin: 0;
}

#form-login-remember {
	padding: 0 0 0 170px;
}

.login-fields label,
#form-login-username label,
#form-login-password label,
#member-registration dt,
#user-registration dt {
	float: left;
	width: 150px;
	margin: 0 20px 0 0;
}

.login-fields input,
#form-login-username input,
#form-login-password input {
	float: left;
	width: 150px;
}

#member-registration dt,
#user-registration dt {
	clear: left;
	padding: 5px 0;
}

#member-registration dd,
#user-registration dd {
	padding: 5px 0;
	float: left;
	clear: right;
}

#member-registration dd input,
#user-registration dd input {
	width: 150px;
}

#form-login-remember input {
	position: relative;
	top: 3px;
}

.login button {
	clear: both;
	margin-top: 15px;
}

#login-form ul {
	margin-top: 20px;
}

#member-registration fieldset {
	padding: 0 0 15px 0;
}

.profile a {
	display: inline-block;
}

.profile fieldset {
	margin: 0 0 15px 0;
}

.profile legend,
.profile-edit legend {
	font-size: 16px;
	margin: 0 0 10px 0;
}

.profile dt,
.profile-edit dt {
	font-weight: bold;
	float: left;
	width: 25%;
	margin: 0 5% 0 0;
	clear: left;
}

.profile dd,
.profile-edit dd {
	float: left;
	clear: right;
}

.profile-edit dt,
.profile-edit dd {
	padding: 2px 0;
}

/*======================================= FAQ book pro ==*/

#category #one-list > div > h3 {
	display: none;
}

#category #one-list > ul {
	margin: 20px 0;
	list-style: none;
}

#category #one-list > ul > li {
	padding: 0;
}

#category #one-list > ul > li > div > a {
	display: block;
	color: #FFF;
	font-size: 28px;
	padding: 10px;
	font-weight: normal;
	line-height: 1.2em;
	text-decoration: none;
	background: #6699ff url(../images/title-bg.png) left bottom repeat-x;
}

#category #one-list > ul > li > div > a.active {
	color: #5499db;
	background: none;
	border-top: 2px solid #3366cc;
	border-bottom: 4px solid #3366cc;
	padding: 10px 0;
}

#category #one-list > ul > li > div > .answer-box {
	margin: 10px 0 0 0;
	padding: 0;
	background: #FFF !important;
}

#category #one-list > ul > li > div > .answer-box > div {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #3366cc;
}

#category #one-list > ul > li > div > a > i {
	display: none;
}

#faq-nav {
	border: none;
	background: #FFF;
	text-align: right;
}

#faq-nav #nav-bar a,
#faq-nav #exp-coll-all {
	display: none;
}

#faq-nav a#ask-new,
#faq-nav a#ask-new-msg {
	float: none;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 25px;
	border-bottom: 2px solid #3366cc;
	background: none;
}

#faq-nav a#ask-new i,
#faq-nav a#ask-new-msg i {
	display: none;
}

#faq-nav #ask {
	text-align: left;
	margin: 10px 0 0 0;
	background: #FFF;
}

#faq-nav #ask > div {
	background: #FFF;
	padding: 10px 0;
	margin: 0 0 10px 0;
	border-top: none;
	border-bottom: 2px solid #3366cc;
}

/*========================================= docman ===*/

#dm_frmupload select#method {
	height: auto;
}

#dm_frmedit #content-pane,
#dm_frmedit .current {
	display: none;
}