/*** DIABLO DEFAULTS ***/

/* =structure, specific texts */
#toolbar { position:relative; top:0; left:0; }
#actionLabel { position:absolute; margin: 0px 0px 0px 0px; top:0px; right: 0px; text-align:right; display:none; z-index:50; }
#actionLabel span { font-size: small; background-color:#FF003D; color:White; font-weight:bold; padding:5px; }





/*** DEFAULTS ***/

ul { 
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	 font-size: 1em;
	 font-weight: lighter;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd { 
	margin: 0; 
	padding: 0; 
}

a img,:link img,:visited img {
	border: none;
}

a { 
	text-decoration: none;
}

address { 
	font-style: normal;
}



html {
	margin:0;
	padding: 0;
	height:100%;
	font-size: 62.5%;
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color:#555;
	text-align: center;
}

#wrapper {
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

a {
	color:#A553E0;
}



/*** wysiwyg: ***/

.highlight { 
	background-color:#E8F6FF
}

.warning { 
	color:#FDB927; 
	font-weight:bold; 
}

h4 {
	margin: 12px 10px 0px 10px;
	font-weight: bold; color: #000;
	font-size: 1.2em; 
}

.wysiwygRight { 
	border: 4px solid #e6e6e6; 
	float: right; 
	margin: 10px 0 10px 10px; 
}



.content h2 {
	font-size: 2.0em; 
	color:#6E3794;
}

.content h3 {
	font-size: 1.2em;
}

.content p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 10px 0;
}


/*** HEADER ***/

#header {
	padding: 0 0 0 0;
	overflow: hidden;
}

#logo {
	background: url(images/logo_alt.png) no-repeat;
	float: left;
	width: 266px;
	height: 86px;
	padding: 22px 0 0 0;
	margin: 22px 0 0 0;
	text-align: center;
}

#logo img {
	display: none;
}


#options {
	float: right;
	padding: 0 0 30px 0;
}

#options a { 
	color: #6E3794;
	text-decoration: underline;
}

#options a:hover { 
	text-decoration: none; 
} 

#options li { 
	float: left;
}


#search {
	float: right; 
	clear: right;
	padding: 0;
	margin: 0;
	color: #FFF; 
	width: 240px;
}

#search label {
	background: url(images/search_glass.png) no-repeat;
	text-indent: -5000px;
	float: left;
	width: 17px;
	height: 17px;
	margin: 2px 5px 0 0;
}

#search .textbox {
	background: url(images/search.png) no-repeat;
	border: none;
	width: 142px;
	height: 22px;
	padding: 0 0 0 10px;	
	margin: 0 5px 0 0;
}

#search input {
	float: left;
}


/*** BANNER ***/

#banner {
	margin: 0 0 1px 0;
}

/*** NAV ***/

.nav {
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #ffffff;
}

.nav li {
	float: left;
	font-size: 1em;
	margin: 0 8px 0 0;
}

.nav li a { 
	float: left; 
	height: 33px;
	text-indent: -5000px;
}


/*** EN ***/

.nav_en li a {
	background-image: url(images/nav_en_alt.png);
}

.nav_en #nav_home a {
	background-position: 0 0;
	width: 71px;
}

.nav_en #nav_about a {
	background-position: -71px 0;
	width: 92px;
}

.nav_en #nav_members a {
	background-position: -163px 0;
	width: 91px;
}

.nav_en #nav_statistics a {
	background-position: -254px 0;
	width: 164px;
}

.nav_en #nav_vacancies a {
	background-position: -418px 0;
	width: 93px;
}

.nav_en #nav_contact a {
	background-position: -511px 0;
	width: 104px;
}

.nav_en #nav_links a {
	background-position: -615px 0;
	width: 68px;
}

.nav_en #nav_lang a {
	background-position: -683px 0;
	width: 89px;
}



/*** CYM ***/

.nav_cy li a {
	background-image: url(images/nav_cym_alt.png);
}

.nav_cy #nav_home a {
	background-position: 0 0;
	width: 71px;
}

.nav_cy #nav_about a {
	background-position: -71px 0;
	width: 101px;
}

.nav_cy #nav_members a {
	background-position: -172px 0;
	width: 81px;
}

.nav_cy #nav_statistics a {
	background-position: -253px 0;
	width: 171px;
}

.nav_cy #nav_vacancies a {
	background-position: -424px 0;
	width: 113px;
}

.nav_cy #nav_contact a {
	background-position: -537px 0;
	width: 85px;
}

.nav_cy #nav_links a {
	background-position: -622px 0;
	width: 92px;
}

.nav_cy #nav_lang a {
	background-position: -714px 0;
	width: 79px;
}



/*** COL ***/

.col {
	width: 220px;   
}

.left {
	float: left;
}

.right {
	float: right;
}


/*** CONTENT ***/

#content {
	overflow: hidden;
	padding: 25px 25px 0 25px;
}

#content p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 10px 0;
}


#content ul { 
	padding: auto; 
	margin: 20px 0 20px 2.0em; 
}

#content li {
	font-size: 1.3em;
	line-height: 1.5em;
}

#content ul li { 
	padding: auto; 
	list-style-type: disc; 
}

#content h3 {
	font-size: 1.4em;
	padding: 0 0 5px 0 !important;
	color: #522F91;
}




#bodytext a {
	color: #522f91;
}

.submenuright,
.rightnav {
	float: right;
	padding: 4px 10px 4px 10px;
	margin: 0 0 20px 8px;
	width: 90px;
	border: 1px solid #CCCCCC;
}

.submenuright ul {
	padding: 0;
	margin: 0 !important;
}

.submenuright li,
.rightnav div {
	line-height: 1.5em;
	font-size: 1.2em !important;
	list-style: none !important;
	padding: 3px 0;
	margin:0;
}	

.main,
#content h2 {
	font-size: 1.9em;
	line-height: 1.2em;
	padding: 0 0 10px 0;
	color: #522F91;
}

#content img {
	margin: 5px 10px;
}

#login-toggle ul li {display: inline;}

#search form {float:left;}
#search input {font-size: 1.1em; }
#search select {font-size: 1em;}
#search ul {float:right;padding: 5px 0px 0px 0px;}
#search ul li {display:inline;}
#search a {color: #fff;}



/*** SUBNAV ***/

#subnav {
	background: #dd316e;
	font-size: 1.3em;
	margin: 0 0 8px 0;
	overflow: hidden;
}

#subnav li {
	background: url(images/border_f.png) bottom left repeat-x;
	font-weight: bold;
}

#subnav .last {
	background: none;
}

#subnav a {
	background: url(images/chevron_f.png) 9px 16px no-repeat;
	color: #ffffff;
	padding: 12px 0 14px 20px;
	display: block;
}

#subnav a:hover {
	/*background: #7d63ad  url(images/chevron_b.png) 9px 16px no-repeat;*/
	text-decoration: underline;
}

#subnav h2 {
	display: block; 
	padding: 6px 10px 7px 10px;
	font-size: 1.3em;
	background: url(images/dotted-rule-bg.gif) repeat-x left bottom #703893; 
	font-weight: bold; 
}


#subnav ul ul {
	background: #7d63ad url(images/nav_border_c.png) top left repeat-x;
}

#subnav ul ul li {
	background: url(images/nav_border.png) bottom left repeat-x;
}

#subnav ul ul li a {
	background: none;
}

#subnav ul ul li a:hover {
	background: none;
}



/*** NEWS CTA ***/

.cta {
	background: #ebebeb;
	margin: 0 0 8px 0;
}

.cta h2 {
	background: #0066a9;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	padding: 15px 0 15px 18px;
}

.cta h2 a {
	color: #ffffff;
}

.cta .item {
	background: url(images/border_c.png) repeat-x bottom left;
	padding: 19px 23px 19px 0;
}

.cta h3 {
	background: url(images/chevron_c.png) 7px 5px no-repeat;
	padding: 0 0 0 17px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
}

.cta h3 a {
	color: #0066a9;
}

.cta h3 a:hover {
	text-decoration: underline;
}

.cta p {
	color: #505050;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 17px 26px 3px 17px;
	margin: 0 !important;
}


.cta_nav {
	font-size: 1.2em;
}

.cta_nav li {
	background: url(images/border_c.png) repeat-x left bottom;
}

.cta_nav a {
	background: url(images/chevron_c.png) no-repeat 9px 16px;
	padding: 12px 0 14px 20px;
	display: block;
}

.cta_nav a:hover,
.cta_nav .active {
	text-decoration: underline;
}


#news_cta .more {
	padding: 20px 0 10px 0;
}

#news_cta .more h3 {
	margin: 0 0 10px 0;
}

#news_cta p {
	padding: 3px 0 3px 17px;
}

#cyp_cta {
	background: #e50278 url(images/lady.jpg) right bottom no-repeat;
	overflow: hidden;
	padding: 31px 16px 31px 0;
}

#cyp_cta img {
	display: none;
}

#cyp_cta a {
	background: url(images/chevron_e.png) 9px 5px no-repeat;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 78px 0 20px;
	display: block;
	line-height: 1.4em;
}

#cyp_cta a:hover {
	text-decoration: underline;
}

#cyp_cta img {
	float: right;
}

#ad {
	display: none;
}

#ad .item {
	background: none;
	padding-left: 20px;
}

#ad p {
	padding: 0 0 15px 0;
}

.quote_box {
	background: #EBEBEB url(images/quote_lp.png) 10px 18px no-repeat;
	padding: 0 14px 18px 0;
}

.quote_box .inner {
	background: url(images/quote_rp.png) bottom right no-repeat;
}

.quote_box .box_quote {
	font-weight: bold;
	padding: 53px 20px 0 26px;
}

.quote_box .info {
	width: 100px;
	padding: 20px 0 20px 27px;
}

/*** LIST ***/

#content .list .item h3 {
	background: url(images/chevron_d.png) left 3px no-repeat;
	padding: 0 0 23px 13px !important;
	font-size: 1em;
}

.list .item h3 a {
	color: #522f91;
	font-size: 1.2em;
	font-weight: bold;
}

#content .list .item p {
	font-size: 1em;
	margin: 0 0 5px 0;
}


.list .item {
	background: url(images/border_e.png) left top repeat-x;
	overflow: hidden;
	padding: 24px 0 28px 0;
}

.list .thumb {
	float: left;
}

.list .description {
	overflow: hidden;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 0 0 13px;
}

.list a:hover {
	text-decoration: underline;
}

#content #list_news .item h3 {
	padding-bottom: 0 !important;
} 

#list_news .date {
	margin: 0;
	padding: 6px 0 4px 13px;
	font-weight: normal;
}


#content .grouplist li,
#content .linklist li {
	list-style: none;
}

#content .grouplist li,
#content .linklist li {
	list-style: none;
}

.prevnext {
	padding: 3px 0 10px 0;
	font-size: 1.2em;
}

.prevnext a {
	margin: 0 10px;
}

/*** HOMEPAGE ***/

.quote {
	background: url(images/magazine.png);
	width: 450px;
	height: 201px;
	margin: -25px 0 22px 0;
	text-indent: -5000px;
}



/*** FORM ***/

.form {
	padding: 20px 0 20px 0;
}



.form .textbox,
.form .input input,
.form textarea {
	border: 1px solid #cbcbcb;
	padding: 2px 0;
}

.form .label {
	padding: 9px 0 2px 0;
	display: block;
	font-size: 1.2em;
}

#contact_form .label {
	padding: 9px 0 2px 0;
}

#contact_form .input input {
	width: 200px;
}

#contact_form .input textarea {
	width: 270px;
	margin: 0 0 20px 0;
}

.form div.label {
	float: none !important;
}

#form_login a {
	text-decoration: underline;
}


.checkboxlist {
	overflow: hidden;
	margin: 0 0 20px 0 !important;
}

.checkboxlist li {
	overflow: hidden;
	padding: 3px 0;
}

.checkboxlist .checkbox {
	float: left;
	margin: 3px 7px 0 0;
}

.checkboxlist .text {
	overflow: hidden;
	display: block;
}



/*** SEARCH RESULTS ***/

.search_results {
	font-size: 1.2em;
	line-height: 1.5em;
}

.search_results .item {
	padding: 10px 0;
}

.searchresultsummary {
	padding: 3px 0 0 0;
	display: block;
}


/*#content #bodytext h1 {font-size: 2.2em; font-weight: bold; color:#6E3794;}
#content #bodytext h2 {font-size: 1.8em; font-weight: bold; color:#6E3794;}
#content #bodytext h3 {font-size: 1.2em;font-weight: bold;}
#content #bodytext p {font-size: 1.2em;line-height: 1.5em;}



#content .boxitem {clear:left;border:solid 1px #CCC;float:left;width:400px;	margin-bottom:10px;}
#content .boxitem .title {background:#E8E8E8;padding: 6px 6px;}
#content .boxitem .title a {font-weight:bold;font-size:1.2em;color:#6E3794;}
#content .boxitem .thumb {float:left;}
#content .boxitem .thumb img {border-right:solid 1px #CCC;}
#content .boxitem .content {float:left;margin:0;padding:0px 0px 0px 5px;}

#content #sitemap ul {list-style-type:square;list-style-position:inside;}
#content #sitemap #sitemap .page {font-size: 1em;line-height:2em;padding:0px 0px 0px 20px;}
#content #sitemap #sitemap .folder {font-size: 1.4em;line-height:2em;padding:0px 0px 0px 0px;}


.submenuright {float:right;width:120px;border:solid 1px #CCC;padding: 4px 0px 4px 4px; margin: 0px 0px 0px 5px;}
.submenuright ul { margin: 0 !important; padding: 0 !important; }
.submenuright ul li { padding:5px 0px 5px 4px; list-style-type: none !important; }




#content .advert {clear: left;margin: 10px -10px;padding: 5px 10px;width:auto; overflow: hidden;zoom:1;}
#content .advert dt {float: left;padding: 0 8px 1px 0;}
#content .advert p {font-size: 1.1em;} */







/***ITEM***/

.howyoucanhelp {
	overflow: hidden;
}

/*.item {
	width: 220px;
	margin: 0 20px 0 0;
	padding: 20px 0;
	float: left;
	font-size: 1.2em;
	border-bottom: 1px solid #666666;
	height: 100px;
}

.item img {
	float: left;
}

.item .summary {
	display: block;
	margin: 0 0 0 92px;
} */



/*** SITEMAP ***/

#sitemap ul ul li {
	font-size: 1em;
}

#sitemap ul ul li a:hover {
	text-decoration: underline;
}


/*** PAGINATION ***/

.pagination,
#pagination { 
	padding: 15px;
	font-size: 1.2em;
	font-weight: bold; 
	text-align: center;
}

.pagination .paginationSeparator,
#pagination .paginationSeparator{ 
	display: none;
}

.pagination .currentPage,
#pagination .currentPage {
	background: #0066a9;
	color: #ffffff;
}


.pagination .currentPage,
.pagination a,
#pagination .currentPage,
#pagination a {
	padding: 1px 4px;
}

.pagination br,
#pagination br {
	display: none;
}


.search_results .pagination {
	font-size: 1em;
}




.paginationF {
	padding: 6px; 
	margin: 0 0 4px 0; 
	font-size: 1.1em; 
}

.paginationF a { 
	padding: 4px; 
	border: solid 1px #EEEEEE; 
	text-decoration: none; 
	font-weight: normal; 
	margin: 0 2px 2px 2px; 
}

.paginationF a.lastpage { 
	border: solid 2px #EEEEEE;
}

.paginationF a:hover { 
	text-decoration: none; 
	border: solid 1px #000000; 
	background-color: #FDB930; 
	font-weight: normal; 
}

.paginationF .currentPage { 
	font-size: 1.1em; 
	margin: 0 2px 2px 2px; 
	padding: 4px; 
}

.paginationF .pagenumber { 
	font-size: 1.1em; 
}

.paginationF .pagedots { 
	font-size: 1.1em; 
}





/*** RESOURCES ***/

#content .resources { 
	margin: 20px 0px;
	line-height: 1.5em; 
}

.resources ul { 
	margin: 0 !important; 
	padding: 0 !important; 
}

.resources li { 
	background: url(images/more-bullet.gif) no-repeat 0 4px;  
	list-style-type: none !important; 
	overflow: hidden;
	padding: 3px 0;
}

.resources img { 
	float: left;
	margin: 0 5px 0 0;
}


.resource_list {
	padding: 10px 0;
}

.resource_list p {
	overflow: hidden;
	padding: 3px 0;
}

.resource_list img {
	float: left;
	margin: 0px 5px !important;
}


/*** FOOTER ***/

#footer {
	overflow: hidden;
	clear: both;
	padding: 46px 0 0 0;
	font-size: 1.1em;
	color: #505050;
}

#footer .inner {
	background: url(images/border_d.png) left top repeat-x;
	overflow: hidden;
	padding: 15px 0 30px 0;
}

#footer .footernav {
	float: left;
}

#footer .footernav li {
	background: url(images/stick.png) right 3px no-repeat;
	padding: 0 5px;
}

#footer .footernav .last {
	background: none;
}

#footer .copy {
	float: right;
}

#footer li {
	float: left;
}

#footer a {
	color: #505050;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .options {
	clear: both;
}

#footer .options {
	margin: 0 0 0 255px;
}

#footer .options li {
	float: left;
}

#bodytext .list .item {
	background: url(images/border_e.png) left top repeat-x;
	overflow: hidden;
	padding: 24px 0 28px 0;
	width:325px;
	float:left;
	margin: 0 10px 0 0;
}



/* ==EXTRANEOUS: (default hacks, etc.) ======================================================= */
.clear {clear: both; height: 0; line-height: 0; font-size: 0;}
.accessibility {position: absolute;left: -10000px;}

#threadListing { margin: 1.5em 0 1.5em 0; padding: 1.5em 1em 0 1em; }
#threadListing .threadgroup { margin: 0 0 3em 0; border: 1px solid #DCDCDC; border-bottom: 0; }
#threadListing .threadgroup h3 { overflow: hidden; height: 1%; background: url('images/forum_header_repeat.png') bottom repeat-x #F3EDF6; padding: 0 0 5px 0; }
#threadListing .threadgroup h3 span { display: block; float: left; color: #342340; padding: 4px 7px 5px 7px; }
#threadListing .threadgroup h3 .date { font-weight: normal; font-size: 0.9em; float: right; color: #9A89A6; }
#threadListing .threadgroup h3 .reply { float: right; background: #E9E0EF; padding: 0; }
#threadListing .threadgroup h3 .reply a { padding: 4px 7px 5px 7px; display: block; }
#threadListing .threadgroup h3 .reply a:hover { background: url('images/forum_header_button.png') bottom repeat-x #008F8B; color: #FFFFFF; text-decoration: none; }
#threadListing .thread { width: 100%; overflow: hidden; padding: 0.5em; border-bottom: 1px solid #DCDCDC; font-size: 1.2em; }
#threadListing .thread h4 { padding: 0; margin: 0; float: left; font-size: 1em; }
#threadListing table th { border-bottom: 1px solid #DCDCDC; padding: 3px 7px 5px 7px; background: #F9F7FB;}
#threadListing table td { border-bottom: 1px solid #DCDCDC; padding: 4px 7px 5px 7px; vertical-align: top; }
#threadListing table { width: 100%; margin: 0; padding: 0; border: 0; font-size: 1.2em; }
#threadListing table .date, #threadListing table .user { width: 110px; }
#threadListing table h4 { margin: 0; padding: 0; font-size: 1em; }
#threadListing p { padding: 4px 7px 5px 7px; margin: 0; }

#moreThreadsLink{font-size:1.2em;}
.forum_thread_content {font-size:1.2em;}
.ForumMessageForm {font-size:1.2em;)
