html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	min-width: 980px;
}

* html body {
	width:  expression(document.getElementsByTagName('html')[0].clientWidth < 980 ? '980px' : '100%');
}

img, table {
	border: none;
}

* html img {
	behavior: url(pngbehavior.htc);
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 110%;
	background-color: #ffffff;
}

#Header {
	padding: 18px 0 18px 18px;
	position: relative;
}

#Logo {
	float: left;
}

#Logo #cLocat {
	/*padding-left: 33px;*/
	padding-top: 5px;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	color: #1a92d0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#Logo #locSelect {
	color: #008cff;
	font-size: 11px;
}

#TopTabs {
	padding: 0 7px 0 20px;
	border-bottom: 3px solid #1a92d0;
}

.mTab {
	background-repeat: no-repeat;
	background-position: right 0px;
	float: left;
	position: relative;
	color: #ffffff;
	padding: 7px 23px 3px 10px;
	min-height: 25px;
}

* html .mTab {
	height: 25px;
}

.mTab .ltc {
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.mTab.blue {
	background-color: #1a92d0;
	background-image: url(images/top_tab_b_r.gif);
}

.mTab.blue .ltc {
	background-image: url(images/top_tab_b_l.gif);
}

.mTab form {
	font-size: 11px;
	vertical-align: middle;
}

.mTab label, 
.mTab input, 
.mTab a, 
.mTab pan,
.mTab select {
	vertical-align: middle;
}

.mTab select {
	/*width: 120px;*/
}

.mTab form input.txt {
	width: 120px;
}

.mTab form a {
	color: #ffffff;
}

#TopTabs #post {
	background: #EB2227 url(images/post_btn_bg.gif) no-repeat;
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#TopTabs #post a {
	padding: 4px 70px 0px 12px;
	background-image: url(images/post_btn_r_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	display: inline-block;
	height: 31px;
	line-height: 17px;
	color: #fde6e6;
	text-decoration: none;
}

#TopTabs #post a:hover {
	color: #ffffff;
}


#MainPart {
	position: relative;
	background-color: #eeeeee;
	padding: 18px 18px 18px 8px;
}

#leftFrame {
	width: 210px;
	padding-right: 10px;
}

#index #leftFrame {
	padding-right: 0 !important;
}

#leftFrame .frameBody {
	width: 210px;
}

#rightFrame {
	width: 210px;
	padding-left: 10px;
}

#rightFrame .frameBody {
	width: 210px;
}

table.layout {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.layout td {
	vertical-align: top;
}

.banner {
	margin-left: 10px;
}

#index .banner {
	margin-left: 20px;
}

#Header .banner {
	margin-left: 220px;
}

/*#index #MainPart  .banner {
	position: absolute;
	bottom: 20px;
	left: 215px;
}*/

#botBan {
	background-color:#eeeeee;
	padding: 0 20px 20px 20px;
	text-align: center;
}

.bTitle {
	background-color: #1a92d0;
	color: #ffffff;
	margin-left: 10px;
	font-size: 12px;
	line-height: 13px;
	padding: 2px 5px;
}

.Block {
	margin-bottom: 10px;
	background: #eeeeee url(images/block_l_s.gif) no-repeat;
	padding-left: 10px;
}

.Block .blockCont {
	background: #eeeeee url(images/block_b_s.gif) no-repeat;
	background-position: 100% 100%;
	padding-bottom: 10px;
}

.Block .blockBody {
	background-image: url(images/block_bg.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	border: 1px solid #dddddd;
	/*min-height: 35px;*/
	padding: 5px;
}

/** html .Block .blockBody {
	height: 35px;
}*/

#leftFrame select {
	width: 100%;
	font-size: 11px;
}

#leftFrame optoin {
	width: 100%;
}

#Location {
	background-image: url(images/block_ls_s.gif);
}

#Location select {
	margin-bottom: 5px;
}

#Location .descript {
	margin: 0;
	font-size: 63%;
	line-height: 130%;
}

#Auth {
	color: #555555;
}

#Auth label {
	font-size: 11px;
	line-height: 100%;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-right: 0;
}

#Auth label.left {
	display: block;
	padding-top: .3em;
	padding-right: 5px;
	margin-right: -100%;
	width: 45px;
	text-align: right;
}

#Auth .left {
	float: left;
}

#Auth .right {
	float: right;
	margin-bottom: 3px;
}

#Auth select {
	margin-bottom: 5px;
}

#Auth input.txt {
	width: 70%;
	float: right;
	margin-bottom: 5px;
}

#Auth input,
#Auth label,
#Auth a {
	vertical-align: middle;
}

#Auth a {
	font-size: 11px;
	color: #1a92d0;
}

#Auth div {
	font-size: 11px;
	line-height: 14px;
}

#Auth .name {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 2px;
}

#Auth div b {
	color: #000000;
}

#calTitle {
	text-align: center;
}

#calTitle a {
	color: #ffffff;
	font-size: 120%;
	line-height: 80%;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: -1px;
}

#calTitle a:hover {
	color: #ffde1c;
}

#Cal table {
	font-size: 12px;
	color: #555555;
}

#Cal td {
	text-align: center;
	width: 14%;
	line-height: 140%;
}

#Cal td a {
	color: #000000;
	font-weight: bold;
}

#Cal td.cur,
#Cal td.cur a {
	color: #ffffff;
	background-color: #eb2227;
}

#Cal td.act,
#Cal td.act a {
	color: #ffffff;
	background-color: #1a92d0;
}

.sdmenu {
	margin-bottom: 10px;
}

.sdmenu .Block {
	margin-bottom: 0;
}

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 13px;
	text-transform: lowercase;
	font-weight: bold;
}

ul.menu li {
	margin: 0;
	padding: 0;
	margin-top: 3px;
	line-height: 13px;
}

ul.menu li.first {
	margin-top: 0;
}

.menu a {
	display: block;
	display: inline-block;
	padding: 3px;
	text-decoration: none;
	color: #777777;
	padding-left: 25px;
	background-position: 5px .25em;
	background-repeat: no-repeat;
	background-image: url(images/icons/sm_default.gif);
}

.bMenu a {
	color: #587CAF;
	background-position: 0 0;
}

.menu a:hover {
	color: #000000;
}

.menu .active {
	border: 1px solid;
	padding-left: 24px;
}

#feedback {
	margin-bottom: 5px;
	margin-left: 10px;
	background: #1a92d0 url(images/feedback_btn_bg.gif) no-repeat;
}

#feedback a {
	display: block;
	padding: 4px 50px 0 12px;
	background-image: url(images/feedback_btn_r_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #d2eaf5;
	font-size: 11px;
	height: 31px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
}

#feedback a:hover {
	color: #ffffff;
}

#leftFrame .bnr {
	margin-bottom: 20px;
	padding-left: 10px;
}

.cols3 td {
	width: 33%;
	vertical-align: top;
	padding-left: 10px;
}

.ttlCnt {
	padding-left: 10px;
}

.tab {
	float: left;
	/*margin-left: 10px;*/
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	line-height: 21px;
	padding: 0 8px;
	position: relative;
	/*text-transform: capitalize;*/
}

* html .tab {
	/*display: inline;*/
	vertical-align: middle;
	padding-top: 3px;
	height: 18px;
}

.tab img {
	vertical-align: middle;
	margin-left: 3px;
}

.tab .lc, 
.tab .rc {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0;
	z-index: 0;
	margin: 0;
}

.tab .lc {
	left: 0;
}

.tab .rc {
	right: 0;
}

* html .tab .rc {
	right: expression( (this.parentElement.clientWidth % 2 == 0) ? "0" : "-1px");
}

.tab a {
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
}

.tab a:hover {
	text-decoration: underline;
}

.bCont .tab {
	background: #88a3b5 url(images/t_rc.gif) no-repeat;
	background-position: right top;
	text-transform: none;
	padding-top: 0;
}

.bCont .tab b {
	line-height: 80%;
	font-size: 120%;
	position: relative;
	top: .15em;
}

.subTabs {
	border-bottom: 3px solid #1a92d0;
	margin-bottom: 15px;
}

.subTabs .tab {
	margin-right: 2px;
	background-color: #a3b6be;
}
/*
.subTabs .tab a {
	color: #000000;
}
*/
.subTabs .tab.active {
	background-color: #1a92d0;
	color: #ffffff;
}


.bCont {
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 60px;
	font-size: 81%;
	line-height: 120%;
	padding: 10px;
}

#index .bCont {
	font-size: 69%;
	padding: 0;
}

#index .bCont a {
	color: #000000;
	text-decoration: none;
	margin-bottom: 3px;
	display: block;
}

#index .bCont a:hover {
	color: #ffffff;
	background-color: #1a92d0;
}

* html #index .bCont {
	height: 70px;
}


#Footer {
	font-size: 69%;
	padding: 18px;
	text-align: center;
	background: #ffffff url(images/foot_bg.gif) repeat-x;
}

.footLinks {
	margin-bottom: 10px;
}

.footLinks a {
	white-space: nowrap;
	color: #555555;
}

.footLinks a:hover {
	color: #000000;
}



.ff-fix {
	display: table;
	width: 100%;
}

.ff-fix2 {
	display: table-cell;
	width: 100%;
}


.pCount {
	line-height: 1.4em;
	margin-top: 30px;
}

.pCount div {
	font-size: 10px;
	color: #555555;
}

.pCount a, .pCount span {
	margin-right: 3px;
	position: relative;
	display: inline;
	font-size: 12px;
}

.pCount a:hover {
	color: #000000;
	text-decoration: underline;
}

.pCount span {
	font-weight: bold;
	border: 1px;
}


.clearFloat { 
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

select,
input,
label {
	vertical-align: middle !important;
}

form .section input {
	margin-bottom: 5px;
}

form .description {
	padding: 0px 7px;
	border: 1px solid #e9e7d5;
	background-color: #f4f3e6;
	font-size: 12px;
	margin-bottom: 15px;
}

form .description p {
	margin: 5px 0;
}

form .email {
	margin-bottom: 10px;
}

.section {
	margin-bottom: 10px;
	padding: 7px 7px 2px 7px;
	vertical-align: middle;
	border: 1px solid #88a3b5 !important;
	position: relative;
}

form .section .help {
	margin-bottom: 5px;
	padding: 0 5px;
	font-size: 11px;
	line-height: 14px;
	border: 1px solid #e9e7d5;
	background-color: #f4f3e6;
}

form .tabText {
	width: 98.5%;
}

form textarea.tabText {
	height: 100px;
	overflow: auto;
	margin-bottom: 5px;
}

.bCont label {
	font-size: 92%;
}

.mForm input.short {
	width: 115px;
}

.mForm .section label.left {
	display: block;
	float: left;
	width: 70px;
	padding-top: .25em;
	text-align: right;
}

.mForm .section label {
	padding-bottom: 5px;
	padding-right: 5px;
}

.mForm .section select {
	margin-bottom: 5px;
}

.mForm .txtMail {
	color: #1a92d0;
	text-decoration: underline;
}

.mForm .chkGroup {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mForm .chkGroup input,
.mForm .chkGroup label {
	margin-bottom: 2px;
	padding-bottom: 0;
	vertical-align: middle;	
}

.button {
    padding: 0 .3em 0 .3em;
    width: auto;
    overflow: visible;
}

input.left {
	float: left;
	margin-right: 5px;
}

input.right {
	float: right;
	margin-left: 5px;
}

 .section label b {
	color: #eb2227;
}

.section .imgPrev {
	border: 1px solid #cccccc;
	position: relative;
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.section .imgPrev input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}

.section .addPict {
	position: relative;
	margin-bottom: 5px;
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #88a3b5;
}

.section .addPict.first {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.section .addPict .imgLnk {
	float: left;
	margin-right: 5px;
}

.section .addPict .inpFile {
	position: absolute;
	bottom: 0;
	left: 88px;
}

.section .addPict .inpFile input {
	margin-bottom: 0;
	//margin-bottom: 2px;
}

.postDetails .section .imgPrev2 {
	display: inline;
	width: auto;
	height: auto;
}

.picTxt {
	padding-bottom: 25px;
}

.submBtn {
	padding-top: 10px;
}

.agree {
	font-size: 12px;
	margin-bottom: 10px;
}

.agree label {
	padding-bottom: 0;
}

#Filter {
	margin-bottom: 20px;
}

.pDate {
	font-size: 100%;
	margin: 20px 0 10px 0;
	color: #88a3b5;
	background-image: url(images/c_line.gif);
	background-repeat: repeat-x;
	background-position: 0 0.6em;
}

.pDate b {
	padding-right: 5px;
	background-color: #ffffff;
}

.listItem {
	position: relative;
	padding: 5px;
	margin: 0 -5px;
}

.chkSel {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}

#favBtns {
	margin-top: 15px;
}

.listItem.even {
	background: #ecebe1 url(images/even_bg.gif) repeat-y;
}

.listItem .prevIcon {
	float: right;
	font-size: 11px;
	text-align: center;
	padding: 2px;
}

.listItem .prevIcon a {
	text-decoration: none;
}

.listItem .prevIcon img {
	background-color: #1a92d0;
}

.listItem .prevIcon a:hover {
	color: #000000;
}

.listItem .prevIcon a:hover img {
	background-color: #000000;
}

.liBody {
	padding-right: 55px;
}

.calendar .liBody {
	padding-left: 37px;
	background-repeat: no-repeat;
	background-position: 0 1em;
}

.listItem .time {
	margin-bottom: 2px;
	line-height: 130%;
	font-size: 10px;
	color: #555555;
}

.listItem .sGroup {
	font-size: 11px;
}

.listItem .title {
	/*font-size: 120%;*/
	font-size: 100%;
	font-weight: bold;
	line-height: 110%;
	text-decoration: none;
	color: #444444;
}

.listItem a.title:visited {
	font-weight: normal;
}

.listItem a.title:hover {
	color: #000000;
	text-decoration: underline;
}

.listItem .data {
	font-size: 100%;
}

.postDetails .sGroup {
	font-size: 11px;
	color: #555555;
	margin-bottom: 7px;
}

.postDetails h1 {
	font-size: 160%;
	line-height: 105%;
	margin-bottom: 10px;
}

.postDetails .srvData {
	margin-bottom: 10px;
	/*width: auto;*/
}

.postDetails .srvData td {
	padding: 1px 7px;
	background-color: #f4f3e6;
	border: 1px solid #e9e7d5;
	font-size: 12px;
	color: #000000;
}

.postDetails .srvData td.label {
	width: 30%;
	background-color: #e9e7d5;
	border: 1px solid #dbd7b9;
	font-size: 11px;
	text-align: right;
}

.postDetails .postText {
	line-height: 130%;
}

.postDetails .bCont .tab {
	margin-top: 15px;
}

.postDetails .favorites {
	float: right;
	font-size: 11px;
	vertical-align: middle;
	position: relative;
	white-space: nowrap;
}

.postDetails .favorites img {
	position: relative;
	vertical-align: middle;
}

.postDetails .favorites a {
	color: #555555;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

.postDetails .favorites a:hover {
	color: #000000;
}

.postDetails .section img {
	border: 1px solid #cccccc;
	margin-right: 5px;
	margin-bottom: 7px;
	vertical-align: top;
}

.back {
	margin-top: 40px;
	margin-bottom: 10px;
}

#ChooseOption {
	position: absolute;
	z-index: 10;
	width: 600px;
	top: 100px;
	left: 28px;
	display: none;
}

#ChooseOption iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}

#ChooseOption div#coBody {
	position: relative;
	z-index: 200;
	padding: 20px 20px 20px 10px;
	background: #ffffff url(images/block_bg.jpg) no-repeat;
	border: 1px solid #dddddd;
	background-position: right bottom;
	font-size: 13px;
}

#ChooseOption td {
	width: 33%;
	vertical-align: top;
	padding-left: 10px;
}

#ChooseOption table {
	margin-bottom: 14px;
}

#ChooseOption li {
	margin-bottom: 1px;
	padding-left: 0;
}

#ChooseOption a{
	color: #008cff;
}

#ChooseOption a.active {
	color: #eb2227;
}

#ChooseOption span.active {
	color: #eb2227;
}

#ChooseOption a:hover {
	color: #000000;
}

#ChooseOption p.description {
	margin-left: 10px;
	font-size: 11px;
}

#ChooseOption .line {
	margin-left: 10px;
	margin-bottom: 10px;
	height: 1px;
	border-top: 1px solid #dddddd;
}

.PostsTbl td,
.PostsTbl th {
	padding: 5px 3px;
	text-align: left;
}

.PostsTbl .title {
	width: 100%;
}

.PostsTbl th {
	vertical-align: bottom;
	font-weight: normal;
	font-size: 11px;
	line-height: 110%;
	background-color: #88a3b5;
	color: #ffffff;
	border-left: 1px solid #ffffff;
}

.PostsTbl tr.even {
	background-color: #f4f3e6;
	background-image: none;
}

.PostsTbl td {
	vertical-align: top;
}

.PostsTbl td.title a {
	font-weight: bold;
	text-decoration: none;
}

.PostsTbl td.title a:hover {
	color: #000000 !important;
}

.PostsTbl td.date {
	font-size: 11px;
	width: 57px;
}

.PostsTbl td.num {
	font-size: 11px;
	text-align: right;
	width: 40px;
}

#yPosts h2 {
	margin-top: 15px;
	margin-bottom: 3px;
	font-size: 140%;
	color: #88a3b5;
}

#yPosts {
	padding-bottom: 25px;
}

.PostsTbl td.ico {
	padding-left: 5px;
	padding-right: 5px;
}

.PostsTbl td.ico a {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-decoration: none;
	/*padding: 2px;
	border: 1px solid #88a3b5;*/
	background-repeat: no-repeat;
	background-position: center;
}

.PostsTbl td.ico a.edit {
	background-image: url(images/ico_edit.gif);
}

.PostsTbl td.ico a.edit:hover {
	background-image: url(images/ico_edit_o.gif);
}

.PostsTbl td.ico a.del {
	background-image: url(images/ico_del.gif);
}

.PostsTbl td.ico a.del:hover {
	background-image: url(images/ico_del_o.gif);
}

.PostsTbl td.title a {
	color: #444444;
}

.PostsTbl td.title a:hover {
	text-decoration: underline;
	color: #000000;
}

.liBody  #advance {
	font-size: 11px;
	margin-top: 2px;
}

.liBody  #advance a {
	padding-right: 13px;
	background-position: right 0.35em;
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #1a92d0;
}

.liBody  #advance a.down {
	background-image: url(images/s-plus.gif);
}

.liBody  #advance a.up {
	background-image: url(images/s-minus.gif);
}

.liBody .descrTXT {
	display: none;
}

.liBody .descrTXT textarea {
	width: 100%;
	height: 80px;
}

#fdbckForm label.left {
	display: block;
	float: left;
	width: 75px;
	text-align: right;
}

#fdbckForm input.tabText,
#fdbckForm textarea {
	width: 80%;
	margin-bottom: 5px;
}

#fdbckForm textarea {
	height: 80px;
}

#fdbckForm .button {
	margin-left: 78px;
}

.fbMsg {
	margin-top: 25px;
}

.fbMsg .srvData {
	/*padding: 3px;*/
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	/*background-color: #eeeeee;*/
	margin-bottom: 2px;
}

.fbMsg .srvData .time {
	font-weight: normal;
	color: #555555;
}