/** 
 * Nulling styles
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	background: transparent;
}
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/** 
 * Default styles
 */	
html {
	height: 100%;
	width: 100%;
}
body {
	min-height: 100%;
	height: 100%;
	font: normal 13px Tahoma, Geneva, sans-serif;
	color: #525252;
    text-align: center;
	background: #333332 url(../image/backPage.gif) 50% 0 repeat-y;
	text-align: center;
}
#page {
    text-align: left;
	/*background:#CCC;*/
	height: auto !important;
	min-height: 100%;
	height: 100%;
    margin: 0 auto;
	width: 950px;
}
.secondaryPage  {
	background: url(/image/backPageSecondary.gif) -15px 0 repeat-y;
}
a {
	color: #525252;
}
a:hover {
	text-decoration: none;
}
form input {
	font: normal 12px/14px Tahoma, Geneva, sans-serif;
}
h1 {
	color: #525252;
	font: normal 28px Tahoma, Geneva, sans-serif;
	padding-bottom: 12px;
}
h2 {
	color: #525252;
	font: normal 22px Tahoma, Geneva, sans-serif;
	padding-bottom: 8px;
}
h3 {
	color: #525252;
	font: normal 18px Tahoma, Geneva, sans-serif;
	padding-bottom: 8px;
}
.rtf p {
	font: normal 13px Tahoma, Geneva, sans-serif;
	line-height: 20px;
	padding-bottom: 12px;
}
.rtf a {
	color: #c10000;
}
.rtf ul {
	margin: 0 0 12px 20px;
	overflow: hidden;
}
.rtf ul li {
	list-style: none;
	background: url(/image/list.png) 0 4px no-repeat;
	padding: 0 0 8px 17px;
	font: normal 11px  Tahoma, Geneva, sans-serif;
}
.rtf ol {
	margin: 0 0 12px 0;
	overflow: hidden;
	padding-left: 35px;
}
.rtf ol li {
	padding: 0 0 8px 0;
	font: normal 11px  Tahoma, Geneva, sans-serif;
}
.rtf table {
	margin-bottom: 12px;
	width: 100%;
}
.rtf  th {
	background: #31312f;
	color: #e2e0de;
	font: bold 13px Tahoma, Geneva, sans-serif;
	border: 1px solid #f8f6f4;
	padding: 6px 10px 8px 10px;
	text-align: left;
}
.rtf  th  p {
	color: #e2e0de;
	font: bold 13px Tahoma, Geneva, sans-serif;
	padding-bottom: 0;
}
.rtf  td {
	background: #e5e2e1;
	border: 1px solid #f8f6f4;
	padding: 6px 10px 8px 10px;
	color: #2d2d2a;
    font: normal 13px Tahoma, Geneva, sans-serif;
}
.rtf  .darkGrey{
	background: #c2bcb7;
}
.rtf  .dark  {
	background: #31312f;
	color: #e2e0de;
	font: bold 13px Tahoma, Geneva, sans-serif;
	border: 1px solid #f8f6f4;
}
.rtf small {
	font-size: 10px;
}
/*** =head= ***/
#head {
	height: 100px;
    background: #f8f6f4 url(/image/logoSite.gif) 25px 33px no-repeat;
	border-bottom: 1px solid #020202;
	position: relative;
}
.logoSite {
	display: inline-block;
	width: 395px;
	height: 35px;
	position: absolute;
	top: 31px;
	left: 25px;
}
.navigator {
	background: url(/image/navigator.gif) 0 0 no-repeat;
	width: 155px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 10px;
}
.siteMap, .homePage,.mail, .rss {
	display: inline-block;
	width: 12px;
	height: 12px;
	top: 10px;
	position: absolute;
}
.homePage {	
	left: 20px;
}
.homePage:hover {
	background: url(/image/navigator.gif) -20px -40px no-repeat;
}
.mail {
	left: 55px;
	width: 14px;
}
.mail:hover {
	background: url(/image/navigator.gif) -54px -40px no-repeat;
}
.siteMap {
	left: 92px;
}
.siteMap:hover {
	background: url(/image/navigator.gif) -92px -40px no-repeat;
}
.rss {
	left: 116px;
	height: 14px;
	width: 30px;
	top: 7px;
}
.rss:hover {
	background: url(/image/navigator.gif) -116px -37px no-repeat;
}
/*** =menu= ***/
#menu {
	border-top: 1px solid #e5e2e1;
	background: #000 url(/image/menuLeft.gif) 0 0  repeat-y;
}
.contentMenu {
	background: url(/image/menuRight.gif) 100% 0 repeat-y;
	padding: 0 15px;
}
.contentMenu table {
	/*width: 100%;*/
	margin: 0 auto;
}
.contentMenu table td {
	height: 37px;
	vertical-align: middle;
	text-align: center;
	padding:0 10px;
}
.contentMenu table td  h4 {
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
}
.contentMenu  a {
	color: #fff;
	text-decoration: none;	
	background: url(/image/menuLine.gif) 50% 0 no-repeat;
	display: inline-block;
	height: 25px;
	padding-top: 12px;
}
.contentMenu  a:hover {
	background: url(/image/menuSelect.gif) 50% 0 no-repeat;
}
.contentMenu  a.current {
	background: url(/image/menuCurrent.gif) 50% 0 no-repeat;
}
.bottomMenu {
	background: url(/image/menuBottom.gif) 0 0 repeat-x;
	height: 6px;
	width: 100%;
	border-top: 1px solid #e5e2e1;
}
/*** =photoGalerys= ***/
.photoGalery {
	background: url(/image/photoBlock.gif) 0 0 repeat-x;
	height: 339px;
	border: 1px solid #504f4e;
	position: relative;
}
.contactForm {
	background: url(/image/contactContent.jpg) 0 0 no-repeat;
	width: 180px;
	height: 155px;
	top: 0;
	left: 0;
	position: absolute;
	padding: 40px 20px 0 40px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #e1e0e0;
}
.address {
	background: url(/image/adress.gif) 0 4px no-repeat;
	padding: 0 0 17px 30px;
    zoom: 1;
}
.phone {
	background: url(/image/phone.gif) 0 2px no-repeat;
	padding: 0 0 18px 30px;
    zoom: 1;
}
.email {
	padding-bottom: 0;
}
.email  a {
	background: url(/image/mail.gif) 0 2px no-repeat;
	padding: 2px 0 5px 30px;
	margin-left: 0;
	color: #e1e0e0;
	display: inline-block;
	font-size: 11px;
}
.frame {
	background: url(/image/photoBlock.png) 0 0 no-repeat;
	width: 431px;
	height: 336px;
	position: absolute;
	left: 260px;
	top: 2px;
}
.forImage {
	width: 373px;
	height: 273px;
	left: 289px;
	top: 37px;
	position: absolute;
	overflow: hidden;
	background:url(/image/frameBack.jpg) -2px -13px no-repeat;
	z-index: 9; 
	cursor: pointer;
	text-align: center;
}
.focus {
	position: absolute;
	background: url(/image/focus.png) 0 0 no-repeat;
	width: 120px;
	height: 92px;
	left: 50%;
	top: 50%;
	margin: -45px 0 0 -60px;
}
.nameGalery {
	position: absolute;
	margin: 37px 0 0 28px;
	width: 375px;
	height: 20px;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #c3c1bf;
	text-align: center;
	padding: 10px 0 0 0;
	background: url(/image/frameBottom.png) 0 0 repeat-x;
	z-index: 99;
	left: 260px;
	display: none;
}
.nameGalery a, .namePhoto a {
	display: inline-block;
	color: #c3c1bf;
	text-decoration: none;
}
.namePhoto {
	position: absolute;
	margin: 32px 0 0 28px;
	width: 375px;
	height: 20px;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	padding: 10px 0 0 0;
	background: url(/image/frameBottom.png) 0 0 repeat-x;
	bottom: 30px;
	z-index: 99;
	left: 260px;
	display: none;
}
.priorImage {
	display: inline-block;
	background: url(/image/backPhoto.gif) 0 0 no-repeat;
	width: 90px;
	height: 84px;
	position: absolute;
	bottom: 10px;
	left: -100px;
}
.priorImage:hover {
	background-position: 0 -91px;
}
.nextImage {
	display: inline-block;
	background: url(/image/nextPhoto.gif) 0 0 no-repeat;
	width: 90px;
	height: 84px;
	position: absolute;
	bottom: 10px;
	right: -100px;
}
.nextImage:hover {
	background-position: 0 -91px;
}
.currentCadr {
	display: inline-block;
	background: url(/image/frame.gif) 0 0 no-repeat;
	width: 83px;
	height: 60px;
	position: absolute;
	top: 18px;
	right: -100px;
	text-align: center;
	color: #b6b4b3;
	font: normal 20px Arial, Helvetica, sans-serif;
	padding-top: 40px;
}
.infoImage {
	display: inline-block;
	background: url(/image/infoImage.gif) 0 0 no-repeat;
	width: 83px;
	height: 90px;
	position: absolute;
	top: 129px;
	right: -100px;
	text-align: center;
	color: #b6b4b3;
	font: normal 20px Arial, Helvetica, sans-serif;
}
.lineAfterPhoto {
	background: url(/image/lineAfterPhoto.gif) 0 0 repeat-y;
	border-bottom: 1px solid #3c3b3b;
	height: 10px;
}
/*** =containerNews= ***/
.containerNews {
	background: url(/image/newsContent.gif) 0 0 repeat-y;
	overflow: hidden;
	width: 100%;
}
.mainNews {
	width: 504px;
	float: left;
	background: url(/image/news.gif) 0 0 repeat-x;
	padding: 20px 20px 20px 22px;
	margin-left: 2px;
}
.titlemainNews {
	background: url(/image/newsTitle.gif) 0 0 no-repeat;
	height: 26px;
	margin-bottom: 18px;
}
.imageNews {
	float: left;
	margin-right: 10px;
	background: #6e6d6c;
	padding: 0 5px 5px 0;
	position: relative;
} 
.imageNews img {
	overflow: hidden;
}
.imageNews i,.imageNews b {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background: #e2e0de;
	width: 5px;
	height: 5px;
}
.imageNews b {
	left: 0;
	bottom: 0;
	top: auto;
}
.date {
	width: 100%;
	overflow: hidden;
	margin-bottom: 7px;
}
.currentCategory {
	font: normal 11px Tahoma, Geneva, sans-serif;
	color:#504f4e;	
}
.currentCategory a {
	display: inline-block;
	font: normal 11px Tahoma, Geneva, sans-serif;
	padding: 0 0 7px;
	color:#504f4e;	
}
.date span {
	background: #504f4e;
	display: inline-block;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	padding: 3px 10px;
	float: left;
	margin-right: 10px;
}
.date a {
	background: url(/image/categorySeparator.gif) 0 1px no-repeat;
	display: inline-block;
	font: normal 11px Tahoma, Geneva, sans-serif;
	padding: 3px 10px 7px;
	color:#504f4e;	
}
.newsText {
	overflow: hidden;
	zoom: 1;
}
.titleNews {
	display: inline-block;
	font: bold 13px Tahoma, Geneva, sans-serif;
	margin-bottom: 13px;
}
.text {
	font: normal 13px Tahoma, Geneva, sans-serif;
}
.linkPartner {
	font: bold 11px Tahoma, Geneva, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
}
/*** =archives= ***/
.archiveNews {
	float: left;
	width: 358px;
	padding: 20px 20px 20px 22px;
	background: url(/image/newsArchive.gif) 0 0 repeat-x;
}
.blockArchive {
	overflow: hidden;
	margin-bottom: 15px;
}
.archiveTitle {
	background: url(/image/newsArchiveTitle.gif) 0 0 no-repeat;
	height: 31px;
	margin-bottom: 14px;
}
.archiveNews  .imageNews i,.archiveNews  .imageNews b {
	background: #838281;
}
.archiveNews  .imageNews {
	background: #454443;
}
.archiveNews  .date span {
	background: none;
	font: bold 11px Tahoma, Geneva, sans-serif;
	padding: 0;
	color:#f8f6f4;
}
.archiveNews  .date a {
	padding: 0 0 2px 10px;
	background: url(/image/archivesSeparator.gif) 0 2px no-repeat;
	color: #f8f6f4;
}
.archiveNews .titleNews {
	color: #d7d5d3;
	font: bold 13px Tahoma, Geneva, sans-serif;
}
.containerNewsDetail {
	background: #605f5e url(/image/lineGray.gif) 0 0 repeat-x;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #3c3b3b;
/*  padding-bottom: 10px; */
}
.containerNewsDetail  .mainNews {
	background: none;
	border-right: 1px solid #4f4e4d;	
	width: 503px;
	padding: 8px 20px 4px 22px;
	text-align: right;
}
.containerNewsDetail  .archiveNews {
	background: none;
	border-left: 1px solid #292828;
	text-align: right;
	padding: 8px 20px 4px 21px;
}
.detail {
	font: bold 11px Tahoma, Geneva, sans-serif;
	color: #ddd;
	background: url(/image/detail.gif) 0 0 no-repeat;
	padding: 0 0 5px 20px;
	display: inline-block;
	float: right;
}
.detail:hover {
	background-position: 0 -25px;
}
.grayLine {
	overflow: hidden;
	height: 10px;
	background: url(/image/middleGradient.gif) 0 0 repeat-y;
	width: 100%;
}
/*** =courses= ***/
.courses {
	background: #f8f6f4 url(/image/coursesBck.gif) 0 0 repeat-x;
	padding: 17px 20px 20px 22px;
	margin-left:2px;
}
.coursesTitle {
	background: url(/image/courses.gif) 0 0 no-repeat;
	height: 31px;
	margin-bottom: 18px;
}
.listCourses {
	display: block;
}
.listCourses dt {
	background: #828180 url(/image/coursesTopLine.gif) 0 0 repeat-y;
	border-bottom: 1px solid #393838;
	color: #e2e0de;
	display: block;
	font-size: 11px;
	padding: 8px 10px 5px;
	overflow: hidden;
}
.listCourses dt a {
	color: #e2e0de;
}
.listCourses dt .titleCourses {
	font: bold 13px Tahoma, Geneva, sans-serif;
	color: #f8f6f4;
	background: url(/image/detail_line.gif) 0 2px no-repeat;
	padding: 0 0 5px 20px;
	display: inline-block;
	float: left;
}
.listCourses dt .titleCourses:hover {
	background-position: 0 -28px;
}
.category {
	float: right;
	display: inline-block;
	padding-top: 2px;
}
.listCourses dd  {
	display: block;
	background: url(/image/coursesShadow.gif) 0 100% no-repeat;
	padding-bottom: 20px;
}
.listCourses dd div {
	border: 1px solid #d3d1cf;
	padding: 10px;
	font: 13px;
}
.afterCoursesLine {
	height: 10px;
	background: url(/image/afterCoursesLine.gif)  100% 0 repeat-y;
	border-bottom: 1px solid #4d4c4b;
	border-top: 1px solid #4d4c4b;
	width: 100%;
}
/***  =sidebar=  ***/
 #sidebar {
	float: right;
	width: 238px;
	text-align: center;
	clear: right;
	background: #cccac9 url(/image/partnerBack.gif) 0 0 repeat-x;
	margin: 0 2px 0 1px;
}

.mainbarWrapper {
	float: left;
	width: 100%;
	margin-right:-241px;
}
#mainbar {
	margin-right: 241px;
	padding-bottom: 15px;
	position: relative;
}
.listBanner {
	margin-left: 1px;
	margin-right: 2px;
	padding: 20px 0 5px 0;
	text-align: center;
	border-bottom: 1px solid #333332;
}
.secondaryPage .listBanner {
	border: none;
}
.banner {
	margin-bottom: 20px;
}
.titlePartner {
	background: url(/image/partnerTitle.gif) 50% 0 no-repeat;
	height: 32px;
	margin-bottom: 18px;
}
/*** =posting=  ***/
.form {
	background: url(/image/coursesShadow.gif) 0 100% no-repeat;
	padding-bottom: 20px; 
}
.posting {
	margin-left: 0;
	padding: 20px 0 5px 0;
	text-align: left;
	border-top: 1px solid #cccac9;
	background: #333;
}
.postingTitle {
	background: url(/image/news_posting.gif) 50% 0 no-repeat;
	height: 32px;
	margin-bottom: 10px;
}
.formPosting {
	padding: 0 20px;
}
.formPosting label {
	display: block;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #e2e0de;
	margin-bottom: 5px;
	width: 100%;
}
.textInput {
	border: 1px solid #1f1e1e;
	background: #e2e0de;
	color: #504f4e;
	font: normal 13px Tahoma, Geneva, sans-serif;
	padding: 3px 5px 5px;
	width: 190px;
}
.formLine {
	margin-bottom: 10px;
}
.formLine select {
	width: 200px;
}
.buttonPosting {
	background: url(/image/button_news_posting.gif) 0 0 no-repeat;
	border: none;
	width: 200px;
	height: 26px;
	cursor: pointer;
}
.buttonPosting:hover {
	background-position: 0 -26px;
}
/*** =show= ***/
.show {
	float: left;
	width: 310px;
	margin-left: 2px;
	background: url(/image/newsArchive.gif) 0 0 repeat-x;
	padding: 17px 20px 20px 22px;
}
.showTitle {
	background: url(/image/authoringTitle.gif) 0 0 no-repeat;
	height: 21px;
	margin-bottom: 18px;
}
.image {
	 margin-bottom: 15px;
	 overflow: hidden;
}
.show a {
	font: bold 13px Tahoma, Geneva, sans-serif;
	color: #dfdddb;
}
.image .imageNews {
	background: #4f4e4d;
}
.image .imageNews i, .image .imageNews   b {
	background: #838281;
}
.image  em {
	display: inline-block;
	position: absolute;
	background: url(/image/newGalery.gif) 0 0 no-repeat;
	width: 62px;
	height: 62px;
	top: 10px;
	left: 10px;
}
/*** =tag= ***/
.tag {
	width: 310px;
	background: url(/image/tagBack.gif) 0 0 repeat-x;
	padding: 18px 20px 20px 22px;
	float: right;
	clear: right;
}
.titleTag {
}
.tag-cloud ul {
	display: inline;
}
.tag-cloud li {
	list-style: none;
	display: inline;
	padding: 0 8px;
}
.tag-cloud li a {
	line-height: 35px;
	text-decoration: none;
}
.tag-cloud li a:hover {
	text-decoration: underline;
	color: #c80000;
}
.tag-cloud .w1 {
	font-size: 11px;
}
.tag-cloud .w2 {
	font-size: 13px;
}
.tag-cloud .w4 {
	font-size: 14px;
}
.tag-cloud .w5 {
	font-size: 15px;
}
.tag-cloud .w6 {
	font-size: 18px;
}
.tag-cloud .w7 {
	font-size: 20px;
}
.tag-cloud .w8 {
	font-size: 22px;
}
.tag-cloud .w9 {
	font-size: 28px;
}
.tag-cloud .w10 {
	font-size: 28px;
}
/*** =scroll= ***/
.indicator {
	width: 20px;
	height: 25px;
	background: url(/image/newsSelect.gif) 50% 50% no-repeat;
	position: absolute;
	font-size: 1px;
	overflow: hidden;
	cursor: pointer;
	top: 0;
}
.containerArchive {
	width: 100%;
	overflow: hidden;
}
.containerArchiveNews {
/*	height: 225px; */
	overflow: hidden;
	position: relative;
}
.contentArchiveNews {
	position: absolute;
}
/*** =history= ***/
.history {
	background: url(/image/history.gif) 0 0 repeat-x;
	padding: 9px 0 10px 24px;
	overflow: hidden;
	margin-left: 2px;
	margin-bottom: 14px;
}
.history  a {
	display: inline-block;
	background: url(/image/historyElement.gif) 100% 2px no-repeat;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 25px 0 0;
}
.rtf {
	padding: 0 25px;
}
.backLink {
	margin-bottom: 15px;
}
.rtf .backLink  a {
	background: url(/image/backLink.gif) 0 0 no-repeat;
	display: inline-block;
	padding: 0 0 2px 20px;
	color: #525252;
	font-weight: bold;
	font-size: 11px;
}
.rtf .backLink  a:hover {
	background-position: 0 -29px;	
}
.detailInfo  {
	margin-bottom: 15px;
	text-align: right;
}
.rtf .detailInfo  a {
	background: url(/image/nextPage.gif) 100% 0 no-repeat;
	display: inline-block;
	padding: 0 20px 2px 0;
	color: #525252;
	font-weight: bold;
	font-size: 11px;
}
.rtf .detailInfo  a:hover {
	background-position: 100% -29px;	
}
.infoBlock {
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}
.infoBlock .text {
	font: normal 11px Tahoma, Geneva, sans-serif;
	line-height: 18px;
	margin-top: -5px;
}
.infoBlock .imageNews {
	background: #434140;
}
.infoBlock .imageNews b, .infoBlock .imageNews i {
	background: #F8F6F4;
}
/*** =pages= ***/
.pages {
	text-align: right;
	font: bold 11px Tahoma, Geneva, sans-serif;
	width: 100%;
	margin-bottom: 10px;
}
.rtf .pages a,.pages b {
	padding: 4px 6px;
	display: inline-block;
	font-weight: bold;
	color: #525252;
}
.pages span {
	display: inline-block;
	background: #bb0000;
	color: #f1ede9;
	padding: 4px 6px;
}
.backPage {
	background: url(/image/backLink.gif) 0 0 no-repeat;
	width: 2px;
	height: 16px;
	margin-top: 4px;
}
.backPage:hover {
	background-position: 0 -29px;	
}
.nextPage {
	background: url(/image/nextPage.gif) 0 0 no-repeat;
	width: 2px;
	height: 16px;
	margin-top: 4px;
}
.nextPage:hover {
	background-position: 0 -29px;	
}
.hr {
	height: 1px;
	background: #c7c3c0;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}
.specBclock {
	background: url(/image/bottomShadow.gif)  50% 100% no-repeat;
	padding-bottom: 22px;
}
.contentSpec {
	border: 1px solid #948e8b;
	border-left: 10px solid #bb0000;
	background: #e5e5e5;
	padding: 10px;
	font: normal 13px Tahoma, Geneva, sans-serif;
	line-height: 19px;
}
/*** =form= ***/
.errorMess {
	background: url(/image/bottomShadow.gif)  50% 100% no-repeat;
	padding-bottom: 22px;
}
.errorMess div {
	background: #e0dedc;
	border: 1px solid #948e8b;
	border-left: 10px solid #bb0000;
	padding: 14px 10px;
	font: normal 16px Tahoma, Geneva, sans-serif;
}
.okMess {
	background: url(/image/bottomShadow.gif)  50% 100% no-repeat;
	padding-bottom: 22px;
}
.okMess div {
	background: #e0dedc;
	border: 1px solid #948e8b;
	border-left: 10px solid #037500;
	padding: 14px 10px;
	font: normal 16px Tahoma, Geneva, sans-serif;
}
.titleForm {
	 background: url(/image/response.gif) 0 0 no-repeat;
	 height: 57px;
}
.titleForm  .sending {
	background: url(/image/news_posting_form.gif) 10px 0 no-repeat;
	height: 57px;
}
.titleFormQuestion {
	 background: url(/image/answer.gif) 0 0 no-repeat;
	 height: 57px;
}
.conentForm {
	background: #e0dedc;
	border: 1px solid #989492;
	margin-right: 1px;
	padding: 10px 12px;
}
.rtf .line {
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
	display: block;
	zoom: 1;
}
.line label {
	display: block;
	float: left;
	width: 130px;
	padding-bottom: 7px;
	font: bold 13px Tahoma, Geneva, sans-serif;
	padding-top: 3px;
}
.line .symbol {
	background: url(/image/symbol.gif) 110px  4px no-repeat;
}
.line  .componentForm {
	width: 500px;
	float: left;
}
.line  .textInput {
	width: 488px;
	background: #f8f6f4;
	border: 1px solid #92908f;
	margin-bottom: 5px;
}
.line textarea {
	background: #f8f6f4;
	border: 1px solid #92908f;
	color: #504f4e;
	font: normal 13px Tahoma, Geneva, sans-serif;
	padding: 3px 5px 5px;
	width: 488px;
	height: 130px;
	overflow: auto;
	margin-bottom: 5px;
}
.line .InputCode {
	width: 135px;
	margin-right: 10px;
	float: left;
}
.codeImage {
	float: left;
	margin-right: 10px;
}
.line * {
	line-height: normal;
}
.buttonSend {
	background: url(/image/send.gif) 0 0 no-repeat;
	border: none;
	width: 200px;
	height: 26px;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	margin-left: 220px;
	margin-top: 5px;
}
.buttonSend:hover {
	background-position: 0 -26px;
}
.line small.error {
	color: #c10000;
	border: none;
}
.line small {
	font-size: 11px;
}
.line .error {
	border: 1px solid #c10000;
}
/*** =titleTagSideBar= ***/
.titleTagSideBar {
}
.secondaryPage .posting {
	background: #333332 url(/image/postingLine.gif) 0 0  repeat-x;
	margin-right: -2px;
}
.secondaryPage .tag-cloud {
	margin-bottom: 15px;
}
.quotation {
	background: #eae7e5 url(/image/topLine.gif) 0 0 repeat-x;
	padding: 20px 20px 10px;
	text-align: center;
}
.quotationTitle {
	 background: url(/image/quot.gif) 0 0 no-repeat;
	 height: 32px;
	 margin-bottom: 15px;
}
.quotation p {
	 text-align: left;
	 background: url(/image/quotLeft.gif) 0 0 no-repeat;
	 text-indent: 22px;
	 line-height: 24px;
	 font: italic 13px Tahoma, Geneva, sans-serif;
}
.quotation p  span {
	background: url(/image/quotRight.gif) 0 0 no-repeat;
	display: inline-block;	 
	width: 16px;
	height: 19px;
	margin-left: 3px;
}
.quotation p b {
	display: block;
	text-align: right;
	font-style: normal;
	font-weight: normal;
}
.leftSideList {
/*width: 328px;
	float: left;	*/
	margin-bottom: 15px;
}
.secondaryPage .clearForIe {
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}
.detailCourses {
	overflow: hidden;
}
.rtf .detailCourses a {
	font: bold 13px Tahoma, Geneva, sans-serif;
	color: #525252;
	background: url(/image/nextPage.gif) 0 2px no-repeat;
	padding: 0 0 5px 20px;
	display: inline-block;
	float: left;
}
.rtf .detailCourses a:hover {
	background-position: 0 -27px;
	color: #c10000;
}
.categoryCurrent {
	background: #e5e2e1;
	padding: 8px 10px;
	margin-bottom: 15px;
}
/*** =question= ***/
.question {
	border: 1px solid #948e8b;
	background: #c7c3c0;
}
.lightBorder {
	border: 1px solid #f1ede9;
	border-bottom: none;
}
.topInfo {
	font: normal 11px Tahoma, Geneva, sans-serif;
}
.topInfo .date {
	display: inline-block;
	background: #504f4e;
	color: #f8f6f4;
	font: bold 13px Tahoma, Geneva, sans-serif;
	padding: 2px 10px 5px;
	width: 80px;
	margin: -2px 10px 0 -2px;
}
.userInfo {
	display: inline-block;
	padding-top: 4px;
}
.userInfo b {
	display: inline-block;
	background: url(/image/categorySeparator.gif) 0 0 no-repeat;
	margin-top: -2px;
	padding: 0 0 4px 12px;
	margin-left: 6px;
}
.textQuestion {
	font: normal 13px Tahoma, Geneva, sans-serif;
	padding: 10px 10px;
}
.answer {
	border: 1px solid #948e8b;
	background: #e5e2e1;
	border-top: none;
	margin-bottom: 20px;
}
.answer .lightBorder {
	border: 1px solid #f1ede9;
}
.textAnswer {
	color: #525252;
	font: normal 13px Tahoma, Geneva, sans-serif;
	padding: 10px 10px;
	line-height: 18px;
}
.no_history {
	 background: url(/image/coursesBck.gif) 0 0 repeat-x;
	 padding-top: 10px;
	 margin-left: 2px;
}
.rtf .photoList {
	width: auto;	 
}
.rtf .photoList td {
	background: none;
	vertical-align: middle;
	padding: 0 20px 20px 0;
}
.play  {
	background: url(/image/play.png) 0 0 no-repeat;
	position: absolute;
	width: 48px;
	height: 48px;
	left: 50%;
	top: 50%;
	margin: -24px 0 0 -24px;
}
.rtf .downloadFile {
	color: #525252;
	font: bold 11px Tahoma, Geneva, sans-serif;
	background: url(/image/download.gif) 0 2px no-repeat;
	padding: 0 0 2px 20px;
	display: inline-block;
}
.rtf .downloadFile:hover {
	background-position: 0 -27px;
}
.videoFile  .text {
	margin-bottom: 7px;
}
.containerSelectCaregory {
	position: absolute;
	width: 500px; 
	right: 0; 
	top: 20px;
}
.forSelect {
	width: 250px;
	float: right;
	margin: 0 25px 0 10px;
}
.lableSelectCategory {
	float: right;
	display: inline-block;
	padding-top: 5px;
}
.rtf .textQuot {
	font-style: italic;
	padding-bottom: 5px;
}
.rtf  .author {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0;
}
/*** =contactBlock= ***/
.contactBlock {
	margin: 0 0 0 20px;	
	font-size: 12px;
	text-align: left;
}
.titleContact {
	background: url(/image/titleContact.gif) 0 0 no-repeat;
	height: 32px;
	margin: 20px 0 20px 0;
}
.contactAdress {
	background: url(/image/contactAdress.gif) 0 0 no-repeat;
	padding-left: 30px;
	margin-bottom: 15px;
}
.contactMail {
	background: url(/image/contactSite.gif) 0 0 no-repeat;
	padding-left: 30px;
	margin-bottom: 5px;
	padding-bottom: 10px
}
.contactPhone {
	background: url(/image/contactPhone.gif) 0 0 no-repeat;
	padding-left: 30px;
	margin-bottom: 5px;
	padding-bottom: 10px
}
/*** =siteMap= ***/
.site_map {
}
.site_map ul {
	list-style:none;	
	margin-left: 15px;
}
.site_map ul li {
	list-style:none;
	background: none;
	font-size: 12px;
	lineTree-height: 15px;
	display: block;
	zoom: 1;
	padding: 0;
}
.site_map a {
	display: inline-block;
	margin-top: 3px;
}
.site_map ul li h3 {
	margin-bottom: 4px;
	font-weight: bold;
}
.items, .items_last,  .items_open {
	background: url(/image/map/tree_items.gif) 6px 8px no-repeat;
	display:block;
	padding: 3px 0 3px 40px;
	zoom: 1;
}
.items_last {
	margin-top:0;
	background: url(/image/map/tree_items_last.gif) 7px 0 no-repeat;
}
.items_open {
	background:url(/image/map/tree_items_open.gif) 7px 1px no-repeat;
}
.lineTree {
	background:url(/image/map/tree_line.gif) 7px 0px repeat-y;
	padding-top: 2px;
}
.site_map h3 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 12px;
}
.items_open a {
	margin-bottom: 5px;
	display: block;
}
.items a, .items_last a {
	display: inlineTree;
}
.small_margin {
	margin: 2px 0 15px;
}
/*** =flexcroll= ***/
.flexcroll {
/*	height: 230px; */
	overflow: hidden;	
	position: relative;
}
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width:22px;
	background: url("../image/slider1.gif") 8px 0 repeat-y;
}
.vscrollerbar {
	width: 22px;
	background: url(/image/newsSelect.gif) 100% 50% no-repeat;
	height: 25px !important;
	cursor: pointer;
}
.hscrollerbase {
	height: 10px;
	background-color: white;
}
.hscrollerbar {
	height: 10px;
}
.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
}
/*** =footer= ***/ 
#footerGuarantor {
	height: 70px;
	clear: both;
}
#footer {
	margin: 0 auto;
	margin-top: -70px;
	height: 69px;
	clear: both;
	background:#333331 url(/image/footerLeft.gif) 0 0 repeat-y;
	color: #e8e8e8;
	font: normal 11px Tahoma, Geneva, sans-serif;
	width: 950px;
	border-top: 1px solid #2d2c2c;
}
#footer a {
	color: #e8e8e8;
}
.contentFooter {
	margin-top: 1px;
	border-top: 1px solid #959392;
	background: url(/image/footerLogo.gif) 26px 20px no-repeat;
	height: 67px;
	position: relative;
	overflow: hidden;
}
.copyright {
	top: 15px;
	left: 84px;
	position: absolute;
	width: 300px;
	line-height: 18px;
	text-align: left;
}
.allCounters {
	top: 20px;
	left: 50%;
	position: absolute;
	width: 300px;
	margin-left: -50px;
}
.allCounters  .counter {
	float: left;
	margin-right: 20px;
}
#footer ul {
	list-style: none;
	position: absolute;
	right: 18px;
	top: 18px;
	font-size: 11px;
}
#footer ul li {
	display: inline;
	color: #FFF;
	font-weight: bold;
	color: #a09d9a;
}
#footer ul li span {
	font-weight: normal;
	margin: 0 5px;
	color: #a09d9a;
}
#footer ul a {
	font-weight: normal;
	color: #e2e0de;
}
.developer {
	position: absolute;
	top: 38px;
	right: 10px;
	font-size: 11px;
	color: #e8e8e8;
}
.developer  a {
	color: #e8e8e8;
}
/****************************/
.authoringTitle {
	background: url(../image/courseSecondary.gif) 50% 0 no-repeat;
	height: 32px;
	margin-bottom: 15px;
	width: 201px;
}
.photogallery {
	background: url(../image/photogallery.gif) 50% 0 no-repeat;
	height: 32px;
	margin-bottom: 15px;
}
.linkGalery {
	display: inline-block; margin: 0 20px 10px; color: #E2E0DE; text-align: center;
}
.showSecondary {
	background: url(../image/showSecondary.gif) 50% 0 no-repeat;
	height: 32px;
	margin-bottom: 15px;
	position: relative;
	width: 201px;
}
.quotation .imageNews  {
	display: block;
	text-align: center;
	width: 120px;
	margin-left: 35px;
}
.posting  .imageNews {
	display: block;
	text-align: center;
	width: 120px;
	margin-left: 55px;
}
.posting  .linkGalery {
	display: block;
	text-align: center;
}
