
/* ||| universal set of reset styles |||*/
html, body, div, span, applet, object, iframe, caption, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	/*font-size: 101%;*/
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
	line-height: 1;
	color: black;
}
ol, ul {
	/*list-style: none;*/
padding:20px;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
        padding: 0 0 0 3em;
}
blockquote.quotation {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	border: none;
	background: url(../images/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote.quotation p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(../images/blockquote_end.png) 100% 100% no-repeat;
}

div.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0;
	text-align:justify;
}

div.alert {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0 url(../images/div_alert.png) 3px 3px no-repeat;
	text-align:justify;
}

div.download {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0 url(../images/div_download.png) 3px 3px no-repeat;
	text-align:justify;
}

div.info {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0 url(../images/div_info.png) 3px 3px no-repeat;
	text-align:justify;
}

div.tip {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0 url(../images/div_tip.png) 3px 3px no-repeat;
	text-align:justify;
}

/*
blockquote {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	background: url(../images/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote div {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(../images/blockquote_end.png) 100% 100% no-repeat;
}

blockquote.big {
	margin: 10px 0px 10px 0px;
	padding: 50px 50px 50px 50px;
	background: url(../images/blockquote_big_start.png) 0 0 no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 300%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}

blockquote.big div {
	margin: 0px -50px -50px 0px;
	padding: 0px 30px 50px 0px;
	background: url(../images/blockquote_big_end.png) 100% 100% no-repeat;
}
*/


/* ||| the end |||*/
/* ||| set of clearing floats |||*/	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/* End hide from IE-mac */
/* ||| the end |||*/
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	font-size:100%;
	border-top: 1px solid #fff;
}
#bg {
	font: normal 12px Century gothic,Tahoma,Helvetica,sans-serif;
	line-height:1.6;
	background: #edecec;
	color: #333;
}
a {
	outline: none;
	cursor: pointer;
}
img {
	border: none;
	text-decoration: none;
}
img.left-20 {
   margin-left:12px;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	padding: 0 0 0 2px;
	margin: 0;
	margin-left: 1px;
	list-style: none;
}
ul li {
	background: url('../images/arrow.png') no-repeat 0 5px;
	padding-left: 14px;
	line-height: 170%;
}
ul li a {
	text-decoration: none!important;
}
ul li a:hover {
	text-decoration: underline!important;
}
ol li {
	line-height: 170%;
}
fieldset {
	border: 0;
	padding: 5px 0;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 210%;
	font-weight: normal;
	margin:8px 0 8px 0;
}
h3 {
	font-size: 145%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
th {
	padding: 4px;
	text-align: left;
}
fieldset {
	border: none;
}
fieldset a {
	font-weight: bold;
}
input, select, button {
	font: normal 11px Century gothic,Tahoma,Helvetica,sans-serif;
}
hr {
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
	color: #eee;
	background-color: #eee;
}
.clearfix {
	clear: both;
}
.lf {
	float: left;
}
.rf {
	float: right;
}
/* Here you can change width or height of your logo*/
a#logo {
	background: transparent url('../images/logo.png') no-repeat 0 0;
	width: 350px;
	height: 66px;
	display: block;
	float: left;
}
/*end*/
/*Sectiontable */
.sectiontableentry1 {
background:none repeat scroll 0 0 #EFF1F4;
border-bottom:1px solid #FFFFFF;
line-height:18px;
padding:3px;
vertical-align:top;
}
.sectiontableentry2 {
    background:none repeat scroll 0 0 #EFF1F4;
border-bottom:1px solid #FFFFFF;
line-height:18px;
padding:3px;
vertical-align:top;
}

/* Set the major blocks
--------------------------------------------------------------------------------*/
.page960 {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#davidbackgroundposition {
	position: absolute;
	top: 60px;
	left: -120px;
	z-index:-12;
}
#davidbackground {
	width: 362px;
	height: 450px;
	padding:0 0;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#top {
	height: 66px;
	margin: 10px 0;
}
#top_right {
	float: right;
	width: 320px;
	text-align: right;
}
#top_right a, .search {
	float: right;
	margin: 14px 0 0;
}
.search {
	margin-left: 10px;
}
#top_right a {
	text-decoration: none;
}
#top_right a:hover {
	text-decoration: underline;
}
.bl {
	border-right: 1px solid #bebebe;
	padding: 0 6px 0 0;
	margin-right: 6px!important;
}
#mod_search_searchword {
    background-color: #dadada;
	border: 1px medium;
	width: 155px;
	height: 16px;
	padding-left: 5px;
}
#m_top {
	clear: both;
	height: 30px;
	position: relative;
}
span#datas {
	position: absolute;
	bottom: 1px;
	left: 1px;
	color: #8f8f8f;
}
/* Members Area 
------------------------------------------------------------------------*/
#memberarea {
	width: 100%;
	height: 25px;
	padding-top: 4px;
	background:#4c4c4c;
	border-bottom: 1px solid #fff;
}
ul.loginposition {
	padding: 0;
	margin: 0;
}
ul.loginposition li {
	float: left;
	background: none;
	padding: 0 14px 0 0;
}
form#form-login label {
	font:normal 11px Arial, Helvetica, sans-serif;
	margin-right: 6px;
	color: #fff;
}
#memberarea input.inputbox {
	background: url('../images/bg_login.png') no-repeat 0 0;
	border: none;
	width: 115px;
	height: 16px;
	padding-left: 5px;
}
#memberarea input.button {
	width: 62px!important;
	margin: 2px 0 0!important;
	text-align: left!important;
	border: none!important;
	text-indent: 0!important;
}
#memberarea input.button:hover {
	background-position: right!important;
}
#memberarea .logout span {
	float: left;
	color: #fff;
	margin-right: 12px;
}
#memberarea .logout input.button {
	float: none!important;
	display: inline;
}
div.logout {
	float: left;
}
div.logout input.button {
	padding: 0;
}
/* Breadcrumbs
-----------------------------------------------------------------------------------------------*/
span.breadcrumbs {
	display: block;
	clear: both;
	margin: 0 0 0 1px;
	color: #8f8f8f;
}
#restpage {
	clear: both;
	margin-top: 12px;
}
#content_wrap, #us_bottom {
	clear: both;
}
/* Set the block size
------------------------------------------------------------------------------------------------*/
#user_position-1, #user_position-2, #user_position-3, #user_position-4 {
	width: 100%;
	overflow: hidden;
	clear: both;
}
.users {
	overflow: hidden;
	float: left;
}
.us_width-24 .users {
	width: 24.8%;
}
.us_width-33 .users {
	width: 33.3%;
}
.us_width-50 .users {
	width: 50%;
}
.us_width-100 .users {
	width: 100%;
}
.us_width-49 .users {
	width: 49.5%;
}
.us_width-99 .users {
	width: 100%;
}
div.spacer {
	width: 1%;
	float: left;
	height: 1px;
}
.us-stand {
	clear: both;
	width: 100%;
}
/* component */
div#component, div#component-3 {
	width: 100%;
}
/* component + right */
div#component-1 {
	float: left;
	width: 588px;
}
div#right {
	float: right;
	width: 365px;
	margin-left: 7px;
}
div#mainbody {
	clear: both;
	margin-bottom: 7px;
	padding-bottom: 3px;
	background: #fff url('../images/bg_moduletable.png') repeat-x 0 100%;
}
div.dsnet {
    padding: 8px 16px;
}
/*Modules
-------------------------------------------------------------------*/
div.moduletable, div.moduletable-nshow, div.moduletable-tab {
	background: #fff url('../images/bg_moduletable.png') repeat-x 0 100%;
	font: normal 11px Century gothic,Tahoma,Helvetica,sans-serif;
	line-height:16px;
	margin:0 0 6px;
	padding-bottom: 3px;
}
div.moduletable-banner {
	margin: 0 0 6px;
	padding: 0;
	background: none;
}
div.moduletable-tab {
	background: #4C4C4C url('../images/bg_moduletable_tab.png') repeat-x 0 100%;
}
div.moduletable-nshow {
	background: #f6f6f6 url('../images/bg_moduletable_grey.png') repeat-x 0 100%;
}
div.moduletable_add, .border, div.moduletable-tab .border {
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 8px;
}
div.dsnet div.moduletable_add,div.dsent .border, div.dsnet div.moduletable-tab .border {
    	padding: 8px 16px 0;
}
div.moduletable-banner .moduletable_add {
	border: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
div.moduletable-nshow div.moduletable_add {
	padding: 8px 0;
}
div.dsnet div.moduletable-nshow div.moduletable_add {
	padding: 8px 16px 0;
}
div.moduletable h3, div.moduletable-nshow h3, div.moduletable-tab h3, div.moduletable-color h3 {
	font: bold 12px Century gothic,Tahoma,Helvetica,sans-serif;
	color: #000;
	line-height: 28px;
	text-transform: uppercase;
	padding: 0 8px;
	margin: -8px 0 8px;
}
div.moduletable-nshow h3 {
	background: url('../images/mod_border.png') repeat-x 0 100%;
	padding: 0 8px;
	margin-bottom: 0;
}
/*** Restrictions ***/
#user_position-3 {
	background: #f6f6f6 url('../images/bg_moduletable_grey.png') repeat-x 0 100%;
	padding-bottom: 3px;
	margin-bottom: -3px;
}
#user_position-3 .moduletable, #user_position-3 .moduletable_add, #user_position-4 .moduletable, #user_position-4 .moduletable_add {
	background: none;
	border: none;
}
#user_position-3 .moduletable_add, #user_position-4 .moduletable_add {
	padding: 0 8px;
}
.border {
	padding: 8px 0;
}
#user_position-3 .users {
	background: url('../images/pion_border.png') repeat-y 0 0;
}
#user_position-3 div:first-child.users {
	background: none;
}
#user_position-4 {
	background: #4c4c4c url('../images/bg_bottom_black.png') repeat-x 0 100%;
	padding-bottom: 3px;
}
#user_position-4 .border {
	border: 1px solid #2d2d2d;
	border-bottom: none;
}
#user_position-4 {
	color: #c6c6c6;
}
#user_position-4 a:link, #user_position-4 a:visited {
	color: #c6c6c6;
	text-decoration: underline;
}
#user_position-4 .moduletable h3 {
	color: #fff;
}
#user_position-4 ul li {
	padding-left: 0;
	background: none;
}
/* Footer
-------------------------------------------------------------------------------*/
#footer_wrap {
	height: 40px;
}
div#footer {
	clear: both;
	padding: 0;
	font-size: 11px;
	margin:0 0 20px;
	padding-top: 5px;
}
div#footer a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
div#links {
	float: left;
	color: #666;
}
div#copyright, div#stylearea {
	float: right;
}
/* Style switcher
-------------------------------------------------------------------------------*/
#stylearea {
	float: right;
}
#st_icon-1, #st_icon-2, #st_icon-3 {
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	padding:9px 0 0 6px;
}
#st_icon-1 {
	background: transparent url('../images/ic_1.png') no-repeat 100% 50%;
}
#st_icon-2 {
	background: transparent url('../images/ic_2.png') no-repeat 100% 50%;
}
#st_icon-3 {
	background: transparent url('../images/ic_3.png') no-repeat 100% 50%;
}

/* dropcaps for interviews */
.dropcaps{
	float:left; 
	color: #403764; 
	font: bold 25px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	margin:3px; 
	padding:0px 5px; 
	text-align: center;
	background-color : #E0DAFB;
	border: 1px solid #403764;
}

/* K2 */
div.catItemImageBlock {
    float: left;
}

.avVideo .avPlayerContainer {
    padding: 4px !important;
    background: none !important;
}