/*--------------------- General styles start ---------------------*/

body {
 margin: 0px;
 background-color: #ffffff;
 font: 11px 'Tahoma';
 color: #000000;
 text-align: center;
 background: url(/img/bg.jpg)no-repeat;
 background-position: center 0
}

body a {
 color: #2BA94F;
 font: 12px 'Tahoma';
 line-height:16px;
 text-decoration: none;
}

body a:hover {
 text-decoration: none;
}

h1 {
 color:#2BA94F;
 font-size:12pt;
 font-weight:bold;
}

h2 {
 color:#2BA94F;
 font-size:10pt;
 font-weight:bold;
}

h3 {
 color:#000;
 font-size:10pt;
 font-weight:bold;
}
* {
 font-size: 11px;
 font-family: 'Tahoma';
}

img {border: 0px;}



/*--------------------- General styles end ---------------------*/


/*--------------------- All content start ---------------------*/

#container {
 width: 800px;
 margin: auto;
 margin-top: 20px;
}

#shadow_top {
 width: 800px;
 height: 3px;
 overflow: hidden;
}

#container_bg {
 width: 800px;
 padding-bottom: 1px;
 background-color: #ffffff
}

#shadow_bottom {
 width: 800px;
 height: 2px;
 overflow: hidden;
 margin-bottom: 10px;
}

/*--------------------- All content end ---------------------*/


/*--------------------- Header start ---------------------*/

#header {
 width: 800px;
 height: 150px;
 margin: auto;
 text-align: left;
}

#image {
 float: left;
 width: 800px;
 height: 150px;
 background: url(/img/header.jpg);
}


/*--------------------- Header end ---------------------*/


/*--------------------- Main content start ---------------------*/

#divider {
 clear: both;
 width: 800px;
 height: 7px;
 margin: auto;
 overflow: hidden;
}

#leftcol {
 float: left;
 width: 200px;
 margin-left: 0px;
 text-align: justify;
}

#maincol {
 margin: 0px 20px 20px 230px;
 _width: 100%; /*FOR IE*/
 text-align: justify;
}

.eTitle {
 font: 14px 'Tahoma';
 color: #75803F;
 line-height: 25px;
}

.eTitle a {
 font: 14px 'Tahoma';
 color: #75803F;
 line-height: 25px;
}

.eTitle a:hover {
 color: #57acac;
 text-decoration: none;
}

.eMessage, .eText, .eAnswer {
 font: 11px 'Arial';
 text-align: justify !important;
 line-height: 15px;
 background: url(/.s/t/792/9.png) no-repeat;
}

.cMessage {
 font: 11px 'Arial';
 text-align: justify !important;
 line-height: 15px;
}

.eDetails, .eDetails1, .eDetails2 {
 background: #e4e3cf;
 border: 1px solid #e0dfdb;
 padding: 5px 10px;
 margin-top: 5px;
 color: #a79a78;
}

.cBlock1, .cBlock2 {
 background: #edecd5;
 border-bottom: 1px solid #d2d2d2;
 margin-bottom: 0px !important;
}

/*--------------------- Main content end ---------------------*/


/*--------------------- Containers start ---------------------*/

.sidebar {
 margin: 5px;
 padding-top: 1px;
 padding-bottom: 1px;
 width: 200px;
 background: #ecf1da;
}

.block {
 margin: 5px 10px 10px 10px;
 width: 180px;
 background: #ecf1da;
}

.blocktitle {
 font: 14px 'Tahoma';
 color: #75803F;
}

.hr {
 width: 180px;
 height: 1px;
 margin-top: 2px;
 margin-bottom: 2px;
 overflow: hidden;
 background: #fff;
}

.blockcontent {
 text-align: left;
}

.blockcontent ul {
 margin: 0;
 padding: 0;
}

.blockcontent li {
 margin-left: 5px;
 list-style-type: none;
}

.blockcontent a {}

.blockcontent a:hover {}

.calMdayIs, .calMdayIsA {
 background: #bebda3;
 color: #ffffff;
 border: 1px solid #b1b09a;
}

a.calMdayLink {
 color: #ffffff;
}

.calWday {
 border: 1px solid #85846b;
 height: 22px;
 width: 20px;
 background: url(/.s/t/792/11.png);
 color: #ffffff;
}

.calWdaySe, .calWdaySu {
 border: 1px solid #c75d11;
 height: 22px;
 width: 20px;
 background: url(/.s/t/792/12.png);
 color: #ffffff;
}

.calMday, calMdayA, .calMdayIs {}

.calMdayA {
 color: #e83f63;
}

.calMonthLink {
 font: 12px 'Arial';
 color: #5d5d5d;
}

a.groupAdmin {
 color: #e83f63;
}

.swchItem span, .swchItemA span {}

.swchItem span:hover {}

.swchItem span:active {}

.swchItem {}

.admBarCenter div, .myWinSuccess {}

/*---------------- Mainmenu start------------*/
.uMenuRoot {
 margin: 0px;
 padding: 0px;
}

.uMenuRoot span {
 margin-left: 0px;
}

.blockcontent .uMenuRoot li {
 margin-left: -13px;
 line-height: 20px;
 list-style-type: none;
}

.blockcontent .uMenuRoot a {
 line-height: 18px;
 color: #2BA94F;
 margin-left: 0px;
 padding: 0px 0px 0px 0px;
 }

.blockcontent .uMenuRoot a:hover {
 color: #2BA94F;
 text-decoration: none;
 background-position: 0px 0px;
}

.blockcontent .uMenuRoot a:active {}

.blockcontent .uMenuRoot a.uMenuItemA {
 color: #2BA94F;
 font-weight: bold;
}

.uMenuItem {
 margin-left: 20px;
 padding: 0px;
 margin-bottom: 4px;
}


.uMenuArrow {
 position: absolute;
 height: 7px;
 width: 4px;
 top: 5px;
 right: 0px;
 background: url(/.s/t/792/20.gif);
}

.catNumData {
 color:#666666;
 font-size:8pt;
}

/*------------------- Mainmenu end -------------------*/
/*--------------------- Containers end ---------------------*/


/*--------------------- Footer start ---------------------*/

#footer {
 clear: both;
 margin: 10px 5px;
 width: 780px;
 height: 45px;
 background: #ECF1DA;
}

#copyright {
 float: left;
 width: 780px;
 margin-left: 10px;
 text-align: left;
 line-height: 20px;
 color:#808080; 
}

#powered_by img {
 vertical-align: middle !important;
}

/*--------------------- Footer end ---------------------*/


/*--------------------- INPUTS start ---------------------*/

#container_bg input[type=submit], #container_bg input[type=reset], #container_bg input[type=button], .popuptable input[type=submit], .popuptable input[type=reset], .popuptable input[type=button] {
 background: #ffffff;;
 border: 1px solid #2BA94F;
 color: #2BA94F;
 height: 18px;
 display: inline;
 border-radius: 5px;
 -moz-border-radius: 5px;
 padding-bottom: 3px;
 padding-left: 18px;
 padding-right: 18px;
 cursor: pointer;
 margin-top: 5px;
 text-align: center;
}

#container_bg input[type=submit]:hover, #container_bg input[type=reset]:hover, #container_bg input[type=button]:hover, .popuptable input[type=submit]:hover, .popuptable input[type=reset]:hover, .popuptable input[type=button]:hover {
 background-position: 0px -16px;
}

#container_bg input[type=submit]:active, #container_bg input[type=reset]:active, #container_bg input[type=button]:active, .popuptable input[type=submit]:active, .popuptable input[type=reset]:active, .popuptable input[type=button]:active {
 background-position: 0px -32px;
}

input[type=text], input[type=password] {
 border: 1px solid #c5c5c5;
 height: 22px;
 background-color: #ffffff;
 padding-left: 5px;
}

textarea {
 border: 1px solid #c5c5c5;
 background-color: #ffffff;
 padding-left: 5px;
}

#container_bg #mchatBtn, #container_bg input.codeButtons, #container_bg input.button {
 padding-left: 0px;
 padding-right: 0px;
}

.myWinCont input[type='text'], .myWinCont input[type='password'] {
 height: 19px;
}

.queryField {
 width: auto !important;
}

textarea#message {
width: 100%;
}

input.commFl {
width: 100%;
}

/*--------------------- INPUTS end ---------------------*/


/*--------------------- POPUP start ---------------------*/

.popuptable a {
 color: #e5891c !important;
}

.popuptable {
 margin-top: 4px;
}

.ptitle {
 height: 32px;
 width: 710px;
 background: url(/.s/t/792/17.gif);
 margin: auto;
}

.popuptitle {
 padding-top: 11px;
 margin-left: 10px;
 color: #edecd5;
 text-align: left;
 text-transform: uppercase;
}

.popupbody {
 width: 710px;
 background: url(/.s/t/792/18.png);
 margin: auto;
 padding: 1px 0px;
}

.pbody {
 margin: 0px 10px;
 line-height: 12px;
}

.popup_bottom_shadow {
 height: 3px;
 width: 710px;
 background: url(/.s/t/792/19.png);
 margin: auto;
 overflow: hidden;
}

/*--------------------- POPUP end ---------------------*/