html, body
{
padding: 0;
margin: 0;
}


body {
 	_text-align: center;
 	background: #dcdee6;
 	background-image: url(../images/background_pattern.gif);
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

img {
	border-width: 0px;
}

form {
	margin: 0;
}


a {
	cursor: hand;
	cursor: pointer;
	color: #1e1e9d;
	text-decoration: none;
}

a:hover {
	color: #a7862f;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

table td {
	padding:0;
}

textarea {
	overflow: auto;
}


.font1 {
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}
.font2 {
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}


.posrel {
	position: relative;
}

.autoSize {
	overflow: hidden;
	_overflow: visible;
	_overflow-x:hidden;
	_height: 0;
}


#topdiv {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 71px;
	background-color: #454575;
}

#outer {
	width: 954px;
 	background-image: url(../images/pagebg_center.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	position: relative;
	left: -20px;
	text-align: left;
}

#outer .top {
	width: 954px;
	height: 71px;
 	background-image: url(../images/pagebg_top.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#outer .bottom {
	width: 954px;
	height: 74px;
 	background-image: url(../images/pagebg_bottom.gif);
	background-repeat: no-repeat;
	text-align: right;
	color: #d1d7e7;
	font-size: 7pt;
	font-weight: normal;
}
#outer .bottom  span{
	position: relative;
	top: 28px;
	right: 40px;
}

#inner {
	position: relative;
	left: 44px;
	width: 900px;
 	background-image: url(../images/leftpanel_bgimg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}


#rightpanel {
	float: right;
	width: 663px;
 	background-image: url(../images/toppanel_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#menu {
	margin-top: 22px;
	height: 66px;
 	background-image: url(../images/toppanel_gradient.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
}




#leftpanel {
	float: right;
	width: 237px;
	padding-top: 118px;
 	background-image: url(../images/leftpanel_logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: normal;
	display: block;
}

.leftmenubox {
	margin: 13px 0 17px 33px;
	width: 182px;
	text-align: left;
	display: block;
}
.leftmenuboxlast {
	margin-bottom: 0;
}

.selectform , .selectformAlert {
	margin-bottom: 1px;
	/*width: 100%;*/
	font-family: Verdana;
	font-size: 8pt;
	color: #5c5c6e;
	font-weight: normal;
	border: 1px solid #7f9db9;
}
.selectformAlert {
	border: 1px dotted #ff0000;
	color: #ff0000;
}

a .leftmenubutton{
	font-weight: bold;
	padding: 1px 0;
	margin-top: 1px;
	color: #ffffff;
	border: 1px solid #9898a3;
	background-color: #aeaebf;
	text-align: center;
}

a:hover .leftmenubutton{
	background-color: #c1c1cf;
}




#leftpanel .topic {
	font-weight: bold;
	height: 25px;
 	background-image: url(../images/leftpanel_topic.gif);
	background-repeat: repeat-y;
}

#leftpanel .topic .inner {
 	background-image: url(../images/leftpanel_topic_arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
	padding: 6px 0 0 33px;
}


#main {
	margin: 5px 29px 29px 17px;
}

#main2 {
 	background-image: url(../images/bgimg.jpg);
	background-repeat: no-repeat;	
	padding: 23px 29px 29px 17px;

}

.holder {
	background-color: #aeaebf;
	background-image: url(../images/main2_bgimg2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	/*border-top: 6px solid #aeaebf;
	border-bottom: 6px solid #aeaebf;*/
	padding: 6px 0;
	position: relative;
	border: 1px solid #ffffff;
	border-top: 1px solid #dedee5;
}
.holderinner1 {
	padding: 10px 7px 4px 20px;
	color: #ffffff;
}
.holderinner11 {
	padding: 10px 7px 4px 7px;
	color: #ffffff;
}
.holderinner2 {
	background-image: url(../images/main2_bgimg1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #efeef4;
	/*background-color: #dedee5;*/
	padding: 9px 7px 7px 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
}
.holderinner21 {
	background-image: url(../images/main2_bgimg1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #efeef4;
	/*background-color: #dedee5;*/
	padding: 9px 7px 7px 7px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
}
.rowmargin {
	margin-top:17px;
}
.rowpadding {
	padding: 17px;
}
.rowcolor1 {
	background-color: #dedee5;
}
.rowcolor2 {
	background-image: url(../images/main2_bgimg1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #efeef4;
}
.rowcolor3 {
	background-image: url(../images/main2_bgimg2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #aeaebf;
}
.rowborder {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.previewimg {
	border: 1px solid #40406f;
}
.nopreviewimg{
	color: #8f8faa;
	border: 1px solid #8f8faa;
	background-color: #f2f1f6;
	height: 180px;
	width: 270px;
}
.nopreviewimgsmall{
	color: #8f8faa;
	border: 1px solid #8f8faa;
	background-color: #f2f1f6;
	height: 108px;
	width: 145px;
	text-align: left;
}
#main2 .subrowright{
	float: left;
	font-weight: normal;
}
#main2 .subrowrightpaddingtop{
	padding-top: 10px;
}
#main2 .subrowrightpaddingbottom{
	padding-bottom:	10px;
}
#main2 .subrowrightpaddingtop2{
	padding-top: 5px;
}
#main2 .subrowrightpaddingbottom2{
	padding-bottom:	5px;
}
#main2 .smallInfo {
	font-size: 7pt;
	color: #ffffff;
	position: absolute;
	right: 17px;
	top: 33px;
}

.galleryImgDiv {
	margin: 1px;
	float: left;
	position: relative;
	width: 145px;
	height: 108px;
}
.galleryImgDiv div{
	position: absolute;
	left: 0;
	top: 0;
	width: 145px;
	height: 108px;
	display: block;
 	background-image: url(../images/galleryimg_over.gif);
}
.galleryImgDiv img{
	position: absolute;
	left: 0;
	top: 0;
}
a:hover .galleryImgDiv div{
	display: none;
}
.galleryOpen {
	display: none;
}
.buttonClose {
	position: absolute;
	right: 20px;
	top: 4px;
	width: 23px;
	height: 23px;
 	background-image: url(../images/button_close.gif);
	background-position: 0 0;
}

a:hover .buttonClose {
	background-position: 0 -23px;
}







.divTable {
	display: table;
	width: 100%;
	position: relative;
}
.divRow {
	display: table-row;
	}
.divColl {
	display: table-cell;
	float:left;
	position: relative;
	height: 100%;
}







#main2 .topic {
	font-weight: bold;
	height: 25px;
	background-color: #f1f1f5;
}
#main2 .topic1 {
	font-weight: bold;
	height: 25px;
	background-color: #f1f1f5;
 	background-image: url(../images/main2topic1bg.jpg);
	background-repeat: no-repeat;
}
#main2 .topic2 {
	font-weight: bold;
	padding-bottom: 6px;
	background-color: #f1f1f5;
 	background-image: url(../images/main2topic1bg.jpg);
	background-repeat: no-repeat;
}
#main2 a:hover .topic .inner {
 	background-image: url(../images/leftpanel_topic_arrow_hover.gif);
}
#main2 .topic .inner , #main2 .topic1 .inner {
 	background-image: url(../images/leftpanel_topic_arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	padding: 6px 7px 0 19px;
}
#main2 .topic2 .inner {
 	background-image: url(../images/leftpanel_topic_arrow.gif);
	background-repeat: no-repeat;
	background-position: 19px 6px;
	padding: 6px 7px 0 38px;
}






#main .meniny {
	height: 24px;
	text-align: right;
	font-weight: normal;
	font-size: 7pt;
}


table.advertholder {
	color: #ffffff;
	background-color: #aeaebf;
}




table.advert .avdertimg {
	border-width: 0 1px 0px 0px;
	background-color: #dedee5;
}
table.advert .avdertrow1 {
	border-width: 0 0 1px 0px;
	background-color: #eeeef3;
	font-weight: bold;
}
table.advert .avdertrow2 {
	border-width: 0 0 1px 0px;
	background-color: #eeeef3;
	vertical-align: top;
}
table.advert .avdertrow3 {
	border-width: 0;
	background-color: #eeeef3;
	padding: 0;
	background-position: top right;
	background-repeat: repeat-y;
 	background-image: url(../images/advert_arrow_bg.gif);
}
.advert .avdertrow3 span {
	padding: 6px 7px;
	float: left;
}
table.advert .avdertrow3 .arrow {
	float: right;
 	background-image: url(../images/advert_arrow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}
a:hover .advert .arrow {
	background-position: 0 -25px;
}



.infotext {
	text-align: justify;
	font-size: 7pt;
	margin-top: 6px;
}


.sc {
	font-size: 5pt;
	position: relative;
	top: -3px;
	font-weight: bold;
}

.addImg {
	width: 145px;
	position: relative;
	background-color: #ffffff;
	margin-bottom: 10px;
	font-weight: bold;
}
.addImg .cancelImg {
	display: none;
	position: absolute;
 	background-image: url(../images/cancelimg2.gif);
	left: 0;
	top: 0;
	width: 145px;
	height: 108px;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.addImg a:hover .cancelImg {
	display: block;
}
.addImg .cancelledImg {
	position: absolute;
 	background-image: url(../images/cancelimg2.gif);
	left: 0;
	top: 0;
	width: 145px;
	height: 108px;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.addImg a:hover .cancelledImg {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.addImg .cancelText {
	font-size: 7pt;
	position: absolute;
	right: 2;
	top: 3;
	background-color: #ffffff;
	padding: 0 1px;
	font-weight: normal;
}

.listItem {
	margin-bottom: 1px;
	font-weight: normal;
}
.listItem .rowcolor2 {
	border: 1px solid #ffffff;
}
.listArrow {
	padding: 5px 0;
 	background-image: url(../images/leftpanel_topic_arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: -15 0;
	padding-left: 38px;
}
a:hover .listArrow {
	background-position: 17px 5px;
}
.listLeft1 {
	width: 60px;
	float: left;
}
.listLeft2 {
	width: 120px;
	float: left;
}





.preview:hover {
	color: #000000;
}
.preview {
	border: 1px solid #ffffff;
	background-image: url(../images/main2_bgimg1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #efeef4;
	/*position: relative;*/
	font-weight: normal;
	color: #000000;
	/*height: 100%;*/
}
.preview .previewimgholder {
	background-color: #dedee5;
	text-align: center;
	float: left;
}

.preview .previewpadding {
	padding: 5px 7px 6px;
}

.bt {
	border-top: 1px solid #ffffff;
}
.br {
	border-right: 1px solid #ffffff;
}
.bb {
	border-bottom: 1px solid #ffffff;
}
.bl {
	border-left: 1px solid #ffffff;
}

.preview .submitarrow {
 	background-image: url(../images/advert_arrow.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
a:hover .preview .submitarrow, .preview:hover .submitarrow {
	background-position: bottom right;
}

.preview .textpadding {
	padding: 7px;
}


.pageCounter {
	float: left;
	width: 81px;
	border: 1px solid #aeaebf;
	padding: 2px 0;
	text-align: center;
	background-color: #dedee6;
}

a:hover .pageCounter {
	background-color: #ffffff;
}