/*------------------------------------------------------------------------

# RoyalBook Theme - Made By RoyalDesigner.com

-------------------------------------------------------------------------*/

/* Common
--------------------------------------------------------- */
* {
    margin: 0;
	padding: 0;
}

body {
	color: #CCCCCC;
	background: #121212;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.6;
}

body#bd {
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 13px;
}

a {
	color: #F29A3E;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #F29A3E;
	text-decoration: none;
}

#picture {
     margin:3px;
	 border:1px solid #2F2F2F;

}
#picture:hover {
    border:1px solid #F29A3E;

}

/*
=========================================================== End ================================================================*/


/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
	font-family: Arial, sans-serif;
	letter-spacing: -1px;
	color: #FFFFFF;
}


/* Heading */
h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}



ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}


ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #2F2F2F;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

/*
=========================================================== End ================================================================*/


/* Typos
=====================================================================*/
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border: 5px solid #CC0000;
	background: #2F2F2F;
	font: 1em/1.5 "Courier News", monospace;
}

/* Tips, Error, Message, Hightlight*/
.error,
.tips {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;	
}

.error{
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #ffcccc url(../images/frame/status-alert.png) 10px 50% no-repeat;
}

.tips {
	color: #2991E1;
	font-weight:bold;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	background: #181818 url(../images/frame/status-info.gif) 10px 50% no-repeat;
}


.highlight {
	background: #F29A3E;
	color: #121212;
	padding: 0 5px;
	font-weight: bold;
}

p.stickynote {
	padding: 20px 80px 10px 20px;
	background: url(../images/frame/sticky-bg.gif) no-repeat top right #2F2F2F;
}

p.pinnote {
	padding: 20px 60px 10px 20px;
	background: url(../images/frame/pin-bg.gif) no-repeat top right #2F2F2F;
}

p.clipnote {
	padding: 20px 60px 10px 20px;
	background: url(../images/frame/clip-bg.gif) no-repeat top right #2F2F2F;
}


/*
=========================================================== End ================================================================*/


/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .submit, .button:hover {
	border: 2px solid #2F2F2F;
	padding: 1px 10px!important;
	padding: 1px 5px;
	background: url(../images/frame/button-bg.gif) repeat-x top #F29A3E;
	color: #FFFFFF;
	font-size:13px;
}

.button:active, .button:focus {
	border: 2px solid #222222;
}

.inputbox {
	border: 1px solid #3F3F3F;
	background: #2F2F2F;
	color: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #606060;
}


/*
=========================================================== End ================================================================*/


/* Boxes for  templates
------------------------------------------------------------ */
div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: normal;
}

div.moduletable {
	padding: 0;
	margin: 3px 0 22px;
	clear: both;
}

div.moduletable-hilite h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #F29A3E;
	font-size: 1.4em;
}

div.moduletable-hilite {
	padding: 10px 15px;
	margin: 3px 0 22px;
	border: 1px solid #F29A3E;
	background: #2F2F2F;
	clear: both;
}

div.moduletable-pin,
div.moduletable-clip,
div.moduletable-task {
	padding: 0 15px 30px 15px;
	margin: 0 0 25px;
	background: url(../images/frame/module-botbg.gif) no-repeat bottom right #2F2F2F;
	clear: both;
}

div.moduletable-pin h3,
div.moduletable-clip h3,
div.moduletable-task h3 {
	margin: 0 -15px 5px;
	padding: 25px 0 0;
	color: #F29A3E;
	font-size: 1.4em;
	text-indent: 15px;
}

div.moduletable-task h3 {
	padding-top: 30px;
}

div.moduletable-pin h3 {
	background: url(../images/frame/module-pin-topbg.gif) no-repeat top right;
}

div.moduletable-clip h3 {
	background: url(../images/frame/module-clip-topbg.gif) no-repeat top right;
}

div.moduletable-task h3 {
	background: url(../images/frame/module-task-topbg.gif) repeat-x top left;
}

div.moduletable-blank h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: normal;
    clear: both;
}

div.moduletable-blank {
	padding: 0;
	margin: 3px 0 22px;
	clear: both;
}

/*
=========================================================== End ================================================================*/


/* MAIN LAYOUT DIVS

--------------------------------------------------------- */
#ROYAL-headerwrap,
#ja-mainnavwrap,
#ROYAL-topslwrap,
#ROYAL-botslwrap,
#ROYAL-containerwrap,
#ROYAL-footerwrap {
	text-align: center;
	width: 100%;
	clear: both;
}

#ROYAL-header,
#ROYAL-mainnav,
#ROYAL-topsl,
#ROYAL-botsl,
#ja-container,
#ja-container-fl,
#ROYAL-container-fr,
#ja-container-f,
#ROYAL-footer {
	margin: 0 auto;
	width: 860px;
	text-align: left;
}

#ROYAL-containerwrap{
	background: url(../images/frame/container-bg.gif) repeat-x top #222222;
	color: #CCCCCC;
	padding: 25px 0 15px;
}

#ja-container, #ROYAL-container-fr {
	background: url(../images/frame/v-seperator.gif) repeat-y 32.5% 0;
}
#ja-container-f {
	background: none;
}

#ja-container-fl {
	background: url(../images/frame/v-seperator.gif) repeat-y 77.5% 0;
}

#ja-container-fl #ja-content {
	background: none;
	padding-left: 0;
}

#ja-container-f #ja-content {
	background: none;
	padding: 0;
}

#ja-contentwrap {
}

#ja-content {
	padding: 0 0 0 3em;
	clear: both;
	display: block;
}


/* HEADER
--------------------------------------------------------- */
#ROYAL-headerwrap {
	background-color:#121212;
}

#ROYAL-header {
	clear: both;
	text-align: left;
	line-height: normal;
	height: 60px;
	position: relative;
}

#logo {
	position: relative;
	height: 50px;
	}
	#logo a {
		display: block;
		position: absolute;
		top: 12px;
		width: 217px;
		height: 40px;
		text-indent: -5000px;
		overflow: hidden;
		background: url(../images/frame/logo.gif) no-repeat;
		}

#ROYAL-usertoolswrap {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	padding: 0;
}

#ROYAL-usertools {
	padding: 0;
	float: left;
	display: block;
	font-size: 11px;
	height: 30px;
	background: #181818;
	border: 1px solid #2F2F2F;
}

#ROYAL-usertools p {
    padding: 8px 5px 0 10px;
    float: left;
    display: block;
}

#ROYAL-usertools span {
	float: left;
	margin: 0 10px 0 5px;
	display: block;
}



#ROYAL-usertools img {

	padding: 10px 2px;

}

#ROYAL-usertools a {
}

#ROYAL-usertools a:hover, #ROYAL-usertools a:active, #ROYAL-usertools a:focus {
}


#ROYAL-usertools .inputbox:hover,
#ROYAL-usertools .inputbox:focus {
}

/*
=========================================================== End ================================================================*/


/* ROYAL Navigation
--------------------------------------------------------- */
#ROYAL-mainnav {
	font-size: 1em;
	line-height: normal;
	height: 45px;
}
.narrow #ROYAL-mainnav {
	background: url(../images/frame/mainnav.gif) no-repeat top left;
}
#ROYAL-mainnav a {
}


#ROYAL-splitmenu {
	margin: 0;
	padding: 0 0 0 10px;
}

#ROYAL-splitmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:100%;
}

#ROYAL-splitmenu li {
	margin: 0;
	padding: 0;
	display: inline;
}

#ROYAL-splitmenu a {
	float: left;
	margin: 0 2px;
	padding: 0 0 0 8px;
	display: block;
	color: #F0F0F0;
	text-decoration: none;
	font-size: 110%;
	line-height: 34px;
}

#ROYAL-splitmenu a span {
	float: left;
	display: block;
	font-weight: bold;
	padding: 0 20px 0 10px;
}

#ROYAL-splitmenu a:hover,
#ROYAL-splitmenu a:active,
#ROYAL-splitmenu a:focus {
	float: left;
	background: url(../images/frame/tableft-hover.gif) no-repeat center left;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

#ROYAL-splitmenu a:hover span,
#ROYAL-splitmenu a:active span,
#ROYAL-splitmenu a:focus span {
	float: left;
	display: block;
	background: url(../images/frame/tabright-hover.gif) no-repeat center right;
	
}
#ROYAL-splitmenu a span { 
    float: none;
}


/*Close*/

a.mainlevel {
	padding: 3px 3px 5px 3px;
	width: 98%;
	display: block;
	background: url(../images/frame/a-mainlevel-bg.gif) no-repeat bottom right;
	color: #333333;
	text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #333333;
	background: url(../images/frame/a-mainlevel-bg2.gif) no-repeat bottom right #FFFFFF;
	text-decoration: none;
}

/*
=========================================================== End ================================================================*/

/* Below Menu Latest Lady, gentelman and video
------------------------------------------------------------ */

.ja-box-full, .ROYAL-box-left, .ROYAL-box-center, .ROYAL-box-right {
	float: left;
	overflow: hidden;
}

.ROYAL-box-left div.moduletable {
	padding-right: 10px;
	line-height:150%;
}

.ROYAL-box-right div.moduletable {
	padding-left: 10px;
    line-height:150%;
}

.ROYAL-box-center div.moduletable {
	padding: 0 10px;
    line-height:150%;
}

#ROYAL-topslwrap {
	clear: both;
	background: url(../images/frame/topsl-bg.gif) repeat-x bottom #FFFFFF;
	color: #222222;
	border-top: 1px solid #181818;
	border-bottom: 3px solid #F29A3E;
}

#ROYAL-topsl {
	padding: 20px 0 15px;
}

#ROYAL-topsl a {
color:#222222;
}

#ROYAL-topsl h3 {
	padding: 0;
	margin: 0 0 5px;
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #222222;
}

#ROYAL-topsl div.moduletable {
	margin: 0;
}

#ROYAL-botslwrap {
	background: url(../images/frame/botsl-bg.gif) repeat-x top #2F2F2F;
	color: #CCCCCC;

}

#ROYAL-botsl {
	padding: 20px 0 17px;
}


#ROYAL-botsl a {
}

#ROYAL-botsl h3 {
	padding: 0;
	margin: 0 0 5px;
	font-size: 1.4em;
	color: #FFFFFF;
}

#ROYAL-botsl div.moduletable {
	margin: 0;
}

#ROYAL-botsl ul {
	padding: 0;
	margin: 0!important;
}

#ROYAL-botsl li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}

#ROYAL-botsl li a {
	padding-left: 15px;
	background: url(../images/frame/bullet-list2.gif) no-repeat top left;
	text-decoration: none;
}

#ROYAL-botsl li a:hover,
#ROYAL-botsl li a:active,
#ROYAL-botsl li a:focus {
	background: url(../images/frame/bullet-list2.gif) no-repeat top left;
	text-decoration: none;
}

#ROYAL-topsl td,
#ROYAL-botsl td {
	padding: 0;
}

#ROYAL-botsl .article_seperator,
#ROYAL-topsl .article_seperator {
	display: none;
}

#ROYAL-botsl table,
#ROYAL-topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}


/*
=========================================================== End ================================================================*/


/* CONTENT COLUMN
----------------------------------------------------------- */
#ja-mainbody-fr {
}

#ja-contentwrap {
	float: right;
	width: 80%;
}

#ja-contentwrap {
	float: left;
	width: 100%;
}

#ja-mainbody-fr {
	float: left;
	width: 100%;
}

#ja-mainbody-fr #ja-contentwrap {
	float: right;
	width: 70%;
}


#ja-mainbody-fr #ja-leftcol {
	width: 30%;
}


/*
=========================================================== End ================================================================*/

/* LEFT Boxes
--------------------------------------------------------- */

#ja-leftcol {
	float: left;
	width: 30%;
}

#ja-leftcol table,
#ja-rightcol table {
	border-spacing: 0;
	border-collapse: collapse;
}

/*
=========================================================== End ================================================================*/


/* FOOTER
--------------------------------------------------------- */
#ROYAL-footerwrap {
	border-top: 3px solid #2F2F2F;
	background: #121212;
	clear: both;
	height: 35px;
	font-size: 0.8em;
}

#ROYAL-footer {
	color: #7E7E7E;
	position: relative;
}

#ROYAL-footer a {
	color: #7E7E7E;
	text-decoration: none;
}

#ROYAL-footer a:hover,
#ROYAL-footer a:active,
#ROYAL-footer a:focus {
	color: #7E7E7E;
}

#ROYAL-bottomline {
	position: absolute;
	top: 5px;
	left: 0;
}

#ja-cert {
	position: absolute;
	top: 5px;
	right: 0;
}


/*
=========================================================== End ================================================================*/

/* ClearFixes
-------------------------------------------------------------*/
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}


/* Other Styles 
==============================================================================*/

.ratingicon {
background: url(../images/frame/rating.gif) no-repeat;
}

#picturepadding {
padding:3px 4px 5px 0;

}

/* User Menu 
==============================================================================*/
#dhtmlgoodies_leftPanel{/* Styling the help panel */
		background-color:#000;	/* Blue background color */
		color:#FFF;	/* White text color */
		border-bottom:1px solid white;
		
		
		/* You shouldn't change these 5 options unless you need to */		
		height:100%;		
		left:0px;
		z-index:10;
		position:absolute;
		display:none;
		width:860px;
		
}
	
#controlpanel {
        width:860px;
		padding:10px;
		text-align:left;
		padding:10px;
}

.biggerfont {
        font-size:14px;
}	
	

#dhtmlgoodies_leftPanel #leftPanelContent{
		padding:10px;
		margin-left:62px;
		color:white;
}

#dhtmlgoodies_leftPanel #leftPanelContent a{
		text-decoration:none;
	    font-size:14px;
}


#dhtmlgoodies_leftPanel .closeLink{ /* Layout of close link */
		padding:5px 5px 3px 3px;
		position:absolute;
		top:0;
		right:0;
		border-left:1px solid #737373;
		border-bottom:1px solid #737373;
		text-decoration:none;
		font-size:0.8em;				
}

#dhtmlgoodies_leftPanel .closeLink:hover{	/* Close link text  - mouseover effect*/
		border-left:1px solid white;
		border-bottom:1px solid white;
}	

/* Home Styles
-------------------------------------------------------*/

div.videoThumb {
	float: left;
	margin: 0 15px 15px 3px;
	padding-bottom: 22px;
	width: 112px;
	background: #000 url(../images/frame/video_strip.gif) repeat-x left bottom;
	text-align: center;
	}
	
div.videoThumb img {
	border: 0;
	width: 100px;
	height: 80px;
	margin-bottom: 2px;
	}

div.videoThumb a {
	text-decoration: none;
	background: url(../images/frame/video_thumb_bg.png) repeat-x;
	background-position: left bottom;
	display: block;
	border: 6px solid #000;
	padding-bottom: 3px;
	zoom: 1;
	}
div.videoThumb a:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html div.videoThumb a {
	height: 1%;
	}

div.videoThumb a:hover {
	background: #555;
	}

div.videoThumb span.title {
	color: #F29A3E;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
	}
	
div.videoThumb span.title em {
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	}

div.videoThumb span.comments {
	color: #000;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 10px;
	background: url(../images/frame/video_badge_comments.gif) no-repeat;
	background-position: left bottom;
	width: 19px;
	height: 18px;
	display: block;
	float: left;
	padding: 3px 0 0 0;
	margin: 0 1px;
	}
* html div.videoThumb span.comments {
	margin: 0 1px;
	}
div.videoThumb span.author {
	color: #fff;
	font-size: 9px;
	display: block;
	float: left;
	width: 64px;
	margin: 3px 0 0 4px;
	}
div.videoThumb span.rating {
	color: #fff;
	font-weight: bold;
	font-size: 10px;	
	letter-spacing: -1px;
	background: url(../images/frame/video_badge_rating.gif) no-repeat center center;
	width: 24px;
	height: 17px;
	display: block;
	float: right;
	padding: 4px 1px 0 0;
	margin: 0 3px;
	}
* html div.videoThumb span.rating {
	margin: 0 1px;
	}

#homeevents  {
    clear:none; 
	float:left; 
	padding:5px;
	margin:7px; 
	border-bottom:1px solid #222222;
	text-align:left; 
	width:450px; 
	height:95px; 
}
#homeevents h2 a {
    font-size:14px;
	margin-top:10px

}

#homeevents p, #homeevents p a {
    font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
}

#homeblogs  {
    clear:none; 
	float:left; 
	padding:5px 5px 5px 0;
	margin:7px 7px 7px 0; 
	border-bottom:1px solid #222222;
	text-align:left; 
	width:200px; 
	height:88px;
	line-height:140%;
}
#homeblogs h2  {
    font-size:13px;
	margin-top:3px;

}

#homeblogs img,  #homeblogs img a {
    margin:5px 5px 5px 0;
}

#homeblogs p, #homeevents p a {
    font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
}

#homepeople  {
    clear:none; 
	float:left; 
	padding:5px;
	border-right:1px solid #222222;
	text-align:center; 
	width:115px; 
	height:95px;
	line-height:140%;
}

#homepeople img,  #homepeople img a {
    margin:5px;
	float:none;
}

