/******************************/

/******** Common Styles ********/

/******************************/

/*new additions*/
.important {  font-family:arial; font-weight:bold; font-size:15px; color:#990000 }
.detail {  font-family:arial; font-weight:bold; font-size:13px; color:#008040 }
.name-of-person {  font-family:veranda; font-weight:bold; font-size:13px; color:#0F8BF0 }
.align-right {  text-align: right}
.align-center {  text-align: center}
.align-left {  text-align: left}

body {

	background-image: url(images/body-rpt.gif);

	background-repeat: repeat-x;

	background-position: top left;

	margin: 0px;

	background-color: #000000;
	
	color: #FFF;

	padding: 0;

}

/* LAYOUT */



#wrapper {

	background: Black url(images/sidebar-bg.gif) repeat-y right;

}



/******* Header *******/



#header {

	background: transparent;

	width: 100%;

	height: 136px;

	background-image: url(images/banner2.jpg);

	background-repeat: no-repeat;

	background-position: top right;

}

#header #siteid {

	float: left;

	display: block;

	text-align: left;

	padding-right: 10px;

}

#header #logo {

	float: left;

	margin-right: 3px;

	padding-left: 5px;

	padding-top: 5px;

	display: block;

	max-width: 100px;

}

#header #sitename h1 {

	font-family: Georgia, serif;

	font-size: 1.2em;

	font-weight: bold;

	color: #333333;

	margin-top: 50px;

	margin-bottom: 0px;
	
	padding-left:100px;

}

#sitename h1 a:link, #sitename h1 a:visited, #sitename h1 a:hover {

         color: #333333;

}

#header #siteslogan h2{

	font-family:  Georgia, serif;;

	font-size: 1em;

	font-weight: bold;

	font-style: italic;

	color: #333333;

	margin-bottom: 0px;

	margin-top: 0px;
	
	padding-left:105px;

}

#container {

	width: 100%;

	background: Black url(images/sidebar-bg.gif) repeat-y right;

	float: left;

	margin-right: -385px;

}
#left-banner {
   clear: both;
	position: absolute;
	left: 5px;
	top:175px;
	padding-left: 15px;
	width:140px;
   height: 500px;
	overflow:auto;
}
#banner-img {

        font-family: Geneva, Arial, Helvetica, sans-serif;

        color: #333;

        /*background-color: #c93;*/

}



/********************************************/

/********Horizontal Menu Styles************/

/*********************************************/

/* 

 *		Horizontal, top-2-bottom mainmenu

 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by-sa/2.0/

 */



/*		------	Basic style	------		*/



#mainmenu {

	display: block;

}

#mainmenu ul {

	margin: 0;

	padding: 0;

	border: 0;

	list-style-type: none;

}

#mainmenu li {

	margin: 0;

	padding: 0;

	border: 0;

	display: block;

	float: left;

	position: relative;

}

#mainmenu a {

	display: block;

}

#mainmenu li li {

	width: 100%;

}



/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */



#mainmenu li li ul {

	top: 0px;

	left: 0;

}



/* ...and then place it where it should be when shown */

#mainmenu li li:hover ul {

	left: 100%;

}



/* initialy hide all sub menus */

#mainmenu li ul {

	display: none;

	position: absolute;

	z-index: 400;

}



/* display them on hover */

#mainmenu li:hover>ul {

	display: block;

}



/* this is needed if you want to style #mainmenu div - force containment of floated LIs inside of main UL */

#menuList:after {

	content: ".";

	height: 0;

	display: block;

	visibility: hidden;

	overflow: hidden;

	clear: both;

}



/* Clear-fix for IE5/Mac \*//*/

#mainmenu a {

	float: left;

}

#menuList {

	display: inline-block;

}



/*  */



/*		------   Make-up	--------			*/



#mainmenu {

	font-size: 1.4em;

	color: #FFFFFF;

	background-color: #000000;

	height: 25px;

	padding-top: 5px;

}

#mainmenu li {

	background-color: transparent;

}

#mainmenu li li {

	background: none;

	width: 8em;

}

#mainmenu a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	text-transform: none;

	text-decoration: none;

	text-align: center;

	color: #FFFFFF;

	padding: 2px 10px 2px 10px;

}

#mainmenu li:hover>a {
	
	font-size: 12px;

	font-weight: bold;

	color: ##666666;

	background-color: #CCCCCC;

}

#mainmenu li li a {

	color: #000000;

 	font-size: 12px;

	font-weight: normal;

	text-align: left;

	text-transform: none;

	background: none;

	padding: 5px;

	border-bottom: 1px solid #CCE2F5;

	border-left: 1px solid #CCE2F5;

	border-right: 1px solid #CCE2F5;

}

#mainmenu li li:hover>a {

	color: #5244B9;

	background-color: #ffffff;

}

#mainmenu li ul {

	color: #000000;

	/*margin-left: 10px;*/

	background-color: #FFFFFF;

	width: 8em;

}

#mainmenu li li ul {

	border-top-width: 0px;

}

#mainmenu li li li:first-child {

	border-top: 1px solid #fff;

}

#mainmenu li li.submenu>a:after {

	content: "";

}



/********** Main ********/



#main {

	background: Black;

	margin-right: 270px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #DFECF7;

	padding-top: 15px;

	padding-right: 20px;

	padding-bottom: 5px;

	padding-left: 20px;

}

#main h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 16px;

}

#main-content {

	width: 95%;
	padding-left: 150px;
	margin-right: 30px;

}

#main-content a:link, #main-content a:visited {

	color: #cccccc;

}

#main-content a:hover, #main-content a:active{

	color: #999999;

}



/*********** Breadcrumb ***************/



.breadcrumb {

	font-size: 10px;

	text-align: right;

}

.breadcrumb a:link, .breadcrumb a:visited {

	font-size: 10px;

	text-align: right;

	color: #333333;

}

.breadcrumb a:hover, .breadcrumb a:active {

	font-size: 10px;

	text-align: right;

	color: #999999;

}



/***********/

/*Styles the Macina Searchbox plugin*/

/**********/

#search {

	padding-right: 10px;

	padding-left: 25px;

	padding-top: 10px;

}

#searchform .searchbox {

	width: 70px;

	margin-left: 15px;

	border: 1px solid #000000;

	font-size: 11px;

}

input.searchsubmit {

        /*width: 50px;*/

        font-size: 11px;

}



/************** Right Content *****************/
#pagetitle {

}


#right-column {
	
	width: 220px !important; 

	height: 500px;
	
	overflow:auto;
	
	float: right;

	z-index: 10;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 0.8em;

	font-weight: normal;

	color: #fff;

	/* padding-left: 25px; */
	
	padding-bottom: 5px;
; margin-left: 15px

}

#right-column IMG {

	margin: 0px;

	padding: 0px;

}

#right-column h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 1.3em;

	font-weight: bold;

	color: #fff;

}

#right-column h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 1.2em;

	font-weight: bold;

	color: #fff;

}

#right-column h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 1.1em;

	font-weight: bold;

	color: #fff;

}

#right-column a:link, #right-column a:visited{

	color: #fff;

}

#right-column a:hover, #right-column a:active{

	color: #fff;

}

#right {
	padding-right: 10px;

	padding-left: 15px;
}

.last {

	margin-bottom: 0;

}

.clearing {

	height: 0;

	clear: both;

}



/************** Footer *************/



#footer {

	
	background-color: #000000;

	text-align: center;
	
	padding-left: 15px;

	padding-right: 10px;

	padding-top: 5px;

	padding-bottom: 5px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #CCC;

}

#footer a:link, a:visited {

	color: #DFECF7;

	text-decoration: underline;

}

#footer a:hover, a:active {

	color: #CCE2F5;
	
	background-color: #5244B9;

}



/*************************************/

/********** Extension Styles ***************/

/*************************************/



/************ tt_news extension ***********************/





/*-----------------------------------  clearer  -----------------------------------*/

/* prevent floated images from overlapping the div-containers they are wrapped in  */



.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{

	clear:right;

	height:1px;

	border: 1px solid #333333;

}

#right .news-list-container HR.clearer, #right .news-single-item HR.clearer, #right .news-latest-container HR.clearer, #right news-latest-item HR.clearer{

	clear:right;

	height:1px;

	color:#fff;

	border:none;

	background-color:#fff;

}



/*-----------------------------------  tt_news LATEST view  -----------------------------------*/



.news-latest-container {

	/*border:1px solid #333;

	background-color:#E2F0D4;

	color:#000;*/

}

#main-content .news-latest-container {

	float: left;

}

.news-latest-container H2 {

	color: #666666;

	padding:3px;

	font-size: 120%;

	/*margin:3px;

	border:1px solid #666;

	background-color:#D8FA70;

	background-color:#769024;*/

}

#main-content .news-latest-container H2 {

	background:none;

	font-size: 130%;

}

/** Left Styles**/



#left .news-latest-container .news-latest-item .news-latest-morelink a:link, 

#left .news-latest-container .news-latest-item .news-latest-morelink a:visited,

#left .news-latest-container .news-latest-item .news-latest-morelink a:hover,

#left .news-latest-container .news-latest-item .news-latest-morelink a:active,

#left .news-latest-container .news-latest-item .news-latest-date a:link, 

#left .news-latest-container .news-latest-item .news-latest-date a:visited,

#left .news-latest-container .news-latest-item .news-latest-date a:hover,

#left .news-latest-container .news-latest-item .news-latest-date a:active{

	color: #333333;

}

#left .news-latest-container H2,#left .news-latest-gotoarchive {

	color: #333333;

	padding:3px;

	/*margin:3px;

	border:1px solid #666;

	background-color:#D8FA70;

	background-color:#060;*/

}

#left .news-latest-item h3, #left .news-latest-item h3 a:link,

#left .news-latest-item h3 a:visited, #left .news-latest-item h3 a:hover{

	color:#FFF;

}



/** Right Styles**/



#right .news-latest-container  {

	/*border:1px solid #333;*/

	background:none;

	color:#fff;

	float:right;

	padding-right: 0px !important;

	padding-left: 0px !important;

	padding-right: 10px;

	padding-left: 15px;

}

#right .news-latest-container .news-latest-item .news-latest-morelink a:link, 

#right .news-latest-container .news-latest-item .news-latest-morelink a:visited,

#right .news-latest-container .news-latest-item .news-latest-morelink a:hover,

#right .news-latest-container .news-latest-item .news-latest-morelink a:active,

#right .news-latest-container .news-latest-item .news-latest-date a:link, 

#right .news-latest-container .news-latest-item .news-latest-date a:visited,

#right .news-latest-container .news-latest-item .news-latest-date a:hover,

#right .news-latest-container .news-latest-item .news-latest-date a:active{

	color:#fff;

}

#right .news-latest-container H2 {

	color:#fff;

	padding:3px;

	font-size: 130%;

	/*margin:3px;

	border:1px solid #666;

	background-color:#D8FA70;

	background-color:#060;*/

}

#right .news-latest-gotoarchive {

	color:#fff;

	padding:3px;

}

#right .news-latest-item {

	/* IE hack */

	height: 1%;

	line-height: 1.3;

	/* IE hack end */

	padding:3px;

	float:right;

	/*margin:3px;

	border:1px solid #666;*/

	background:none;

}

#right .news-latest-item h3, #right .news-latest-item h3 a:link,

#right .news-latest-item h3 a:visited, #right .news-latest-item h3 a:hover{

	color:#fff;

	font-size: 100%;

}

/********* Styles for extension "tx_newloginbox_pi1" *********/



.tx-newloginbox-pi1 {

	font-size: 100%; 

	padding-left: 15px; 

	padding-right: 10px;

}

.tx-newloginbox-pi1 input {

	border: 1px solid #333333;

}

.tx-newloginbox-pi1 table {

	width: 100px; 

	font-size: 100%;

}

.tx-newloginbox-pi1 h3 {

	/*padding-left: 10px;*/ 

	font-family: Verdana, Arial, Helvetica, sans-serif; 

	font-size: 130%; 

	font-weight: bold; 

	color: #333;

}

#right-column .tx-newloginbox-pi1 td {

	/*color: #fff;*/

}

#right-column .tx-newloginbox-pi1 h3 {	

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 130%;

	font-weight: bold;

	color: #FFF;

	/*background-color:  #6699cc;

	margin-left: 0px;

	padding-left: 17px;

	padding: 10px;*/

}

.tx-newloginbox-pi1-submit {

	/*width: 50px;*/

}

#tx-newloginbox-pi1-user {

	width: 75px; 

	font-size: 100%;

}

#tx-newloginbox-pi1-pass {

	width: 75px; 

	font-size: 100%;

}



/********* Styles for extension "tx_newloginbox_pi3" *********/



.tx-newloginbox-pi3-listrow TD { 

	background-color: White; 

	padding-left: 3px; 

	padding-right: 3px; 

}

.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD { 

	background-color:#cccccc; 

}

.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P { 

	font-weight:bold; 

}

.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { 

	background-color: White; 

}



/********* Styles for extension "tx_indexedsearch" *********/



.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 

	width:100px; 

}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 

	width:150px; 

}

.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { 

	font-weight:bold; 

	font-style:italic; 

}

.tx-indexedsearch .tx-indexedsearch-whatis { 

	margin-top:10px; 

	margin-bottom:5px; 

}

.tx-indexedsearch P.tx-indexedsearch-noresults { 

	text-align:center; 

	font-weight:bold; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { 

	background: White; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { 

	font-weight:bold; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { 

	font-weight:normal; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { 

	font-style:italic; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { 

	color: #999999; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 

	background: White; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { 

	margin-top:20px; 

	margin-bottom:5px; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { 

	margin-top:0px; 

	margin-bottom:0px; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { 

	background:#cccccc; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { 

	vertical-align: middle; 

}



/********* default styles for extension "tx_srfeuserregister_pi1" *********/



.tx-srfeuserregister-pi1 P { 

	margin-top:5px; 

	margin-left:5px; 

	padding-top:0px; 

	padding-bottom:0px; 

}

.tx-srfeuserregister-pi1 A:link, 

.tx-srfeuserregister-pi1 A:visited { 

	color:#333; 

	text-decoration:underline;

}

.tx-srfeuserregister-pi1 A:hover, 

.tx-srfeuserregister-pi1 A:active { 

	color:#000; 

	text-decoration:underline; 

}



/********* Styles for extension "tx_chcforum_pi1" *********/



/* BASIC STUFF */

#tx_chcforum-pi1 { 

	font-family: arial,sans-serif; 

	font-size: 11px; 

}

#tx_chcforum-pi1 caption { 

	display: none; 

}

#tx_chcforum-pi1 a { 

	text-decoration: underline; 

}

#tx_chcforum-pi1 a:hover { 

	text-decoration: none !important; 

}



/* only one form in the forum */

#tx_chcforum-pi1 form { 

	margin-top: 20px; 

}



/* GENERIC TABLE BEGIN */

.tx-chcforum-pi1-Table { 

	border: 1px solid #333333; 

	background: rgb(255, 255, 255) none repeat scroll 0%; 

	margin-bottom: 3px; 

	/*width: 100%; */

}

.tx-chcforum-pi1-Table thead tr th { 

	font-size: 14px; 

	font-weight: bold; 

	background: #CCCCCC none repeat scroll 0%; 

	padding: 5px; 

	text-align: center; 

	white-space: nowrap; 

}



/* category title row */

.tx-chcforum-pi1-Table tbody tr th { 

	font-size: 12px; 

	font-weight: bold; 

	letter-spacing: 2px; 

	background: White none repeat scroll 0%; 

	padding: 5px; 

	text-align: left; 

}



/* category features row */

.tx-chcforum-pi1-Table tbody tr td { 

	padding: 5px; 

	background: #CCCCCC none repeat scroll 0%; 

	font-size: 12px; 

}



/* CATEGORY TABLE BEGIN */

/* cell 1 */

.tx-chcforum-pi1-catConferenceCell {  }

.tx-chcforum-pi1-catConferenceCell dl { 

	margin: 0pt; 

}

.tx-chcforum-pi1-catConferenceCell dt {  }

.tx-chcforum-pi1-catConferenceCell dd { 

	font-size: 10px; 

	margin-left: 5px; 

}

.tx-chcforum-pi1-catConferenceCell dd.new { 

	color: #666666; 

}



/* cell 2 */

.tx-chcforum-pi1-catThreadCell { 

	text-align: center; 

}



/* cell 3 */

.tx-chcforum-pi1-catPostCell { 

	text-align: center; 

}



/* cell 4 */

.tx-chcforum-pi1-catLastCell { 

	font-size: 10px !important; 

	vertical-align: top; 

}



/* HEADER BOX BEGIN */



.header_center { 

	text-align: center; 

	height: 34px; 

}

.header_text { 

	font-size: 24px; 

	line-height: 34px; 

	font-family: Verdana,Arial,Helvetica,sans-serif; 

	font-weight: bold; 

	font-variant: small-caps; 

}

.header_small { 

	border: 1px solid #333333; 

	margin-bottom: 3px; 

}