* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0b87b4;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	outline: 0 none;
}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#top {
    background-image: url(../images/bg-top.gif);
    background-repeat: repeat-x;
    background-position: left top;
}
#header {
    width: 926px;
    margin-right: auto;
    margin-left: auto;
    height: 31px;
    padding-top: 66px;
    position: relative;
    padding-left: 28px;
    padding-right: 26px;
}
#header h1 {
    position: absolute;
    left: 30px;
    top: 19px;
}
#header h1 a {
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    width: 260px;
    text-indent: -5000px;
    overflow: hidden;
}
#header .logo-en {
    left: 32px;
    top: 22px;
}
#header .logo-en a {
    background-image: url(../images/logo-en.gif);
    height: 32px;
    width: 290px;
}
#header .nav {
    list-style-type: none;
    font-size: 14px;
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
#header .nav li {
    float: left;
    width: 0px;
}
#header .nav > li {
    width: auto;
}
#header .nav li a {
    display: block;
    height: 31px;
    padding-right: 8px;
    text-decoration: none;
    color: #FFFFFF;
    white-space: nowrap;
    text-shadow: 0 -1px #005173;
}
#header .nav li a span {
    display: block;
    height: 22px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 11px;
    padding-top: 9px;
    cursor: pointer;
}
#header .nav li .active, #header .nav li a:hover {
    color: #f47920;
    background-image: url(../images/nav-li-hover-end.gif);
    background-repeat: no-repeat;
    background-position: right top;
    text-shadow: 0 1px #fff;
}
#header .nav li .active span, #header .nav li a:hover span {
    background-image: url(../images/nav-li-hover.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
#header .addannounce {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}
#header .addannounce a {
    display: block;
    height: 31px;
    padding-right: 8px;
    text-decoration: none;
    color: #f47920;
    white-space: nowrap;
    text-shadow: 0 1px #fff;
    background-image: url(../images/nav-li-hover-end.gif);
    background-repeat: no-repeat;
    background-position: right top;
    width: 0px;
}
#header .addannounce > a {
    width: auto;
}
#header .addannounce a span {
    display: block;
    height: 22px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 11px;
    padding-top: 9px;
    cursor: pointer;
    background-image: url(../images/nav-li-hover.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
#wrapper {
    background-color: #FFFFFF;
    background-image: url(../images/bg-wrapper.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#container {
    width: 923px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/bg-container.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 27px;
    padding-right: 28px;
    padding-left: 29px;
    min-height:562px;
	height:auto !important;
	height:562px;
}
#container .graybox {
    border: 1px solid #e9e9e9;
}
#container .graybox .bg-border {
    background-color: #f5f5f5;
    border: 1px solid #FFFFFF;
    padding-right: 19px;
    padding-left: 19px;
    padding-top: 16px;
    padding-bottom: 17px;
}
#container .graybox .title {
    background-image: url(../images/bg-graybox-title.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 12px;
}
#container .graybox .title h4 {
    font-size: 14px;
    color: #f47920;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 17px;
}
#container .graybox .title h4.small {
    font-size: 12px;
}
#container .graybox .title .viewall {
    float: right;
    font-size: 11px;
    line-height: 15px;
    margin-top: 2px;
}
#container .graybox .title .viewall a {
    color: #f47920;
    text-decoration: underline;
}
#container .graybox .title .text {
    float: right;
    font-size: 11px;
    line-height: 15px;
    color: #333333;
    margin-top: 2px;
}
#container .filter .bg-border {
    padding-left: 10px;
    padding-top: 12px;
    padding-bottom: 0px;
    height: 37px;
}
#container .filter p {
    float: left;
    height: 24px;
    padding-left: 11px;
}
#container .filter p label {
    color: #f47920;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    float: left;
    padding-right: 11px;
    padding-top: 5px;
}
#container .filter p .bg-select {
    float: left;
}
#container .filter p .jquery-selectbox {
	position: relative;
	font-size: 11px;
    width: 118px !important;
    cursor: pointer;
    color: #696969;
    background-image: url(../images/bg-filter-select.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 24px;
    line-height: 24px;
    padding-right: 25px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 9px;
}
#container .filter p .jquery-selectbox-moreButton {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 152px;
	height: 24px;
	cursor: pointer;
	background-image: url(../images/select-arrow.gif);
	background-position: 136px 11px;
	background-repeat: no-repeat;
}
#container .filter p .jquery-selectbox-list {
	list-style-type: none;
	line-height: normal;
	font-size: 11px;
	display: none;
	position: absolute;
	/*width: 150px;*/
	z-index: 1000;
	color: #696969;
	background-color: #FFFFFF;
	border: 1px solid #dcdcdc;
	left: 0px;
	top: 24px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 115px !important;
}
#container .filter p .jquery-selectbox-item {
    cursor: pointer;
    display: block;
    width: 130px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
#container .filter p .jquery-selectbox-item.listelementhover {
	background-color: #3399ff;
    color: #FFFFFF;
}
#container .filter p .bg-input {
    background-image: url(../images/bg-filter-input.gif);
    background-repeat: no-repeat;
    height: 24px;
    width: 144px;
    padding-right: 9px;
    padding-left: 9px;
    float: left;
}
#container .filter p .bg-input input {
    background-color: transparent;
    height: 24px;
    width: 144px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 24px;
    color: #696969;
    float: left;
}
#container .filter .submit input {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    background-image: url(../images/bg-submit-70.gif);
    background-repeat: no-repeat;
    background-position: left top;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    height: 22px;
    width: 70px;
    cursor: pointer;
    background-color: transparent;
    margin-top: 1px;
    text-shadow: 0 -1px #d27300;
}

.banner_holder_contener {
	text-align: center;
}
#container .banner {
    background-color: #FFFFFF;
    padding: 1px;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    text-align: left;
}

/*#container .banner a {
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    display: block;
    float: left;
    padding: 1px;
}*/

#content {
    float: left;
    width: 606px;
    margin-top: 25px;
}
#content .title-main h3 {
    font-size: 14px;
    line-height: 17px;
    color: #f47920;
    font-weight: normal;
    text-transform: uppercase;
}
#content .textbox .company {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
}
#content .textbox h3 {
    font-size: 14px;
    line-height: 19px;
    color: #f47920;
    margin-top: 15px;
}
#content .textbox h4 {
    font-size: 13px;
    line-height: 16px;
    color: #343434;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e4e4e4;
    padding-bottom: 8px;
    margin-top: 12px;
}
#content .textbox h5 {
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    margin-top: 15px;
}
#content .textbox p {
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    margin-top: 15px;
}
#content .textbox ul {
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    list-style-type: none;
    margin-top: 15px;
}
#content .textbox ul li {
    background-image: url(../images/ul-dot.gif);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 14px;
}
#content .jobs .list {
    list-style-type: none;
    font-size: 13px;
    line-height: 30px;
    padding-top: 3px;
}
#content .jobs .list li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
    background-image: url(../images/jobs-star.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 21px;
}
#content .jobs .list .vip {
    background-image: url(../images/jobs-star-vip.png);
}
#content .jobs .list .last {
    border-bottom-style: none;
}
#content .jobs .list .time {
    float: right;
    font-size: 11px;
}
#content .jobs .list li a {
    color: #333333;
}
#content .banner {
    margin-top: 20px;
}
#content .newsletter {
    margin-top: 20px;
}
#content .newsletter .bg-border {
    width: 564px;
}
#content .newsletter form {
    float: left;
    width: 334px;
    padding-top: 13px;
}
#content .newsletter form p {
    float: left;
    height: 24px;
}
#content .newsletter form p .bg-input {
    background-image: url(../images/bg-input-222.gif);
    background-repeat: no-repeat;
    height: 24px;
    width: 204px;
    padding-right: 9px;
    padding-left: 9px;
    float: left;
}
#content .newsletter form p .bg-input input {
    background-color: transparent;
    height: 24px;
    width: 154px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 24px;
    color: #696969;
    float: left;
}
#content .newsletter form .submit input {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    background-image: url(../images/bg-submit-100.gif);
    background-repeat: no-repeat;
    background-position: left top;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    height: 22px;
    width: 100px;
    cursor: pointer;
    background-color: transparent;
    margin-left: 12px;
    margin-top: 1px;
    text-shadow: 0 -1px #d27300;
}
#content .newsletter .desc {
    font-size: 11px;
    line-height: 13px;
    color: #666666;
    float: left;
    width: 222px;
    padding-left: 8px;
    padding-top: 11px;
}
#content .news {
    margin-top: 17px;
}
#content .news .title {
    background-image: url(../images/bg-graybox-title.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 12px;
}
#content .news .title h4 {
    font-size: 14px;
    color: #f47920;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 17px;
}
#content .news .title .viewall {
    float: right;
    font-size: 11px;
    line-height: 15px;
    margin-top: 2px;
}
#content .news .title .viewall a {
    color: #f47920;
    text-decoration: underline;
}
#content .news img {
    padding: 1px;
    border: 1px solid #e6e6e6;
}
#content .news .top {
    float: left;
    width: 288px;
    padding-top: 14px;
}
#content .news .top .thumb {
    margin-top: 0px;
}
#content .news .top h4 {
    padding-top: 15px;
    font-size: 13px;
    line-height: 18px;
}
#content .news .top h4 a {
    color: #f47920;
}
#content .news .top p {
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    margin-top: 10px;
}
#content .news .list {
    list-style-type: none;
    float: right;
    width: 288px;
    padding-top: 9px;
}
#content .news .list li {
    clear: both;
    padding-top: 18px;
    float: left;
    width: 288px;
}
#content .news .list .first {
    padding-top: 0px;
}
#content .news .list li .thumb {
    float: left;
    width: 64px;
    padding-top: 5px;
}
#content .news .list li .info {
    float: left;
    width: 210px;
    padding-left: 14px;
}
#content .news .list li .info h4 {
    font-size: 13px;
    line-height: 18px;
}
#content .news .list li .info h4 a {
    color: #333333;
}
#content .news .list li .info p {
    color: #666666;
    font-size: 13px;
    line-height: 18px;
}
#content .advpositions ul {
    list-style-type: none;
}
#content .advpositions ul li {
    height: 112px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e1e1e1;
    clear: both;
    float: left;
    width: 606px;
    margin-top: 20px;
}
#content .advpositions ul li .thumb {
    float: left;
    padding-top: 19px;
}
#content .advpositions ul li .thumb img {
    background-color: #FFFFFF;
    padding: 1px;
    border: 1px solid #e6e6e6;
}
#content .advpositions ul li .info {
    float: left;
    padding-left: 9px;
    padding-top: 16px;
}
#content .advpositions ul li .info h5 {
    font-size: 12px;
    line-height: 16px;
    color: #f47920;
}
#content .advpositions ul li .info table {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-left-color: #FFFFFF;
    margin-top: 14px;
    width: 448px;
}
#content .advpositions ul li .info table th {
    background-color: #ebebeb;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    text-align: left;
}
#content .advpositions ul li .info table td {
    background-color: #ebebeb;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
}
#content .reply {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e1e1e1;
    margin-top: 20px;
    padding-top: 16px;
}
#content .reply form .row {
    height: 24px;
    margin-top: 17px;
}
#content .reply form .row p {
    height: 24px;
    width: 303px;
    float: left;
}
#content .reply form .row .right label {
    text-align: right;
    padding-right: 17px;
    width: 92px;
}
#content .reply form .row .right .bg-input {
    float: right;
}
#content .reply form p {
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    height: 24px;
}
#content .reply form p label {
    color: #666;
    font-size: 13px;
    line-height: 16px;
    float: left;
    padding-top: 4px;
    width: 109px;
}
#content .reply form p .bg-input {
    background-image: url(../images/bg-input-192.gif);
    background-repeat: no-repeat;
    height: 24px;
    width: 174px;
    padding-right: 9px;
    padding-left: 9px;
    float: left;
}
#content .reply form p .bg-input input {
    background-color: transparent;
    height: 24px;
    width: 174px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 24px;
    color: #696969;
    float: left;
}
#content .reply form .textarea {
    height: 94px;
    margin-top: 19px;
}
#content .reply form .textarea .bg-textarea {
    background-image: url(../images/bg-textarea-497.gif);
    background-repeat: no-repeat;
    height: 84px;
    width: 479px;
    padding-right: 9px;
    padding-left: 9px;
    padding-top: 10px;
    float: left;
}
#content .reply form .textarea .bg-textarea textarea {
    background-color: transparent;
    height: 76px;
    width: 479px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #696969;
    float: left;
    resize: none;
    overflow: auto;
}
#content .reply form .submit {
    margin-top: 19px;
    text-align: right;
}
#content .reply form .submit input {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    background-image: url(../images/bg-submit-100.gif);
    background-repeat: no-repeat;
    background-position: left top;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    height: 22px;
    width: 100px;
    cursor: pointer;
    background-color: transparent;
    margin-left: 12px;
    text-shadow: 0 -1px #d27300;
}
#content .news-list ul {
    list-style-type: none;
}
#content .news-list ul li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
    width: 606px;
    padding-bottom: 17px;
}
#content .news-list ul .last {
    border-bottom-style: none;
}
#content .news-list ul li .thumb {
    float: left;
    background-color: #FFFFFF;
    padding-right: 20px;
    margin-top: 20px;
    padding-bottom: 5px;
}
#content .news-list ul li .thumb img {
    padding: 1px;
    border: 1px solid #e6e6e6;
}
#content .news-list ul li h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
    padding-top: 16px;
    padding-bottom: 6px;
}
#content .news-list ul li h4 a {
    color: #f47920;
}
#content .news-list ul li .date {
    font-size: 11px;
    color: #606060;
    line-height: 18px;
    padding-top: 3px;
}
#content .news-list ul li .text {
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    padding-top: 3px;
}
#content .comments {
    margin-top: 20px;
}
#content .comments h4 {
    color: #f47920;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #f5f5f5;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
}
#content .comments ul {
    list-style-type: none;
    font-size: 13px;
    line-height: 16px;
}
#content .comments ul li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
    padding-bottom: 15px;
    padding-top: 14px;
}
#content .comments ul .last {
    border-bottom-style: none;
    padding-bottom: 0px;
}
#content .comments ul li h5 {
    color: #2f2f2f;
    font-size: 13px;
    line-height: 16px;
}
#content .comments ul li h5 .date {
    float: right;
    font-weight: normal;
    font-size: 11px;
}
#content .comments ul li .text {
    color: #666666;
    margin-top: 1px;
}
#content .news-full .thumb {
    float: left;
    padding-right: 20px;
    background-color: #FFFFFF;
    padding-bottom: 10px;
    margin-top: 17px;
}
#content .news-full .thumb img {
    padding: 1px;
    border: 1px solid #e6e6e6;
}
#content .news-full h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
    padding-bottom: 6px;
    padding-top: 16px;
}
#content .news-full h4 a {
    color: #f47920;
}
#content .news-full .date {
    font-size: 11px;
    color: #606060;
    line-height: 18px;
    padding-top: 3px;
    margin-top: 0px;
}
#content .news-full p {
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    padding-top: 3px;
    margin-top: 15px;
}
#content .adinfo {
    margin-top: 20px;
}
#content .adinfo .features {
    font-size: 13px;
    line-height: 17px;
    list-style-type: none;
    padding-top: 1px;
}
#content .adinfo .features li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
    padding-top: 4px;
    padding-bottom: 8px;
    /*height: 25px;*/
}
#content .adinfo .features .last {
    border-bottom: none;
    height: 17px;
}
#content .adinfo .features li .label {
    display: block;
    width: 180px;
    float: left;
    color: #333333;
}
#content .adinfo .features li .desc {
    color: #666666;
    float: left;
    width: 384px;
}
#content .adinfo .features li .desc a {
    color: #666666;
}
#content .apply {
    margin-top: 20px;
}
#content .apply input,
#content .apply a.input {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    background-image: url(../images/bg-submit-250.gif);
    background-repeat: no-repeat;
    background-position: left top;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    height: 22px;
    width: 250px;
    cursor: pointer;
    background-color: transparent;
    margin-top: 1px;
    text-shadow: 0 -1px #d27300;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
#content .company-details {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e7e7e7;
    margin-top: 20px;
}
#content .company-details .logo {
    float: left;
    width: 200px;
    margin-top: 8px;
}
#content .company-details .desc {
    float: left;
    width: 406px;
    margin-top: 13px;
}
#content .company-details .desc h4 {
    font-size: 13px;
    line-height: 18px;
    color: #333333;
}
#content .company-details .desc p {
    font-size: 13px;
    line-height: 18px;
    color: #666666;
}
#content .company-details .desc p a {
    color: #f47920;
    text-decoration: underline;
}
#content .tabs {
    min-height: 26px;
    padding-left: 18px;
}
#content .tabs ul {
    list-style-type: none;
    font-size: 14px;
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
#content .tabs ul li {
    float: left;
    width: 0px;
    padding-right: 3px;
    padding-left: 3px;
}
#content .tabs ul > li {
    width: auto;
}
#content .tabs ul li a {
    display: block;
    height: 26px;
    padding-right: 5px;
    text-decoration: none;
    color: #f47920;
    white-space: nowrap;
    text-shadow: 0 -1px #fff;
}
#content .tabs ul li a span {
    display: block;
    height: 21px;
    overflow: hidden;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 11px;
    padding-right: 7px;
}
#content .tabs ul li .active, #content .tabs ul li a:hover {
    background-image: url(../images/tabs-li-hover-end.gif);
    background-repeat: no-repeat;
    background-position: right top;
    text-shadow: 0 1px #fff;
}
#content .tabs ul li .active span, #content .tabs ul li a:hover span {
    background-image: url(../images/tabs-li-hover.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
#content .profile .row {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e7e7e7;
    padding-top: 20px;
    margin-top: 24px;
}
#content .profile .first {
    margin-top: 0px;
    padding-top: 0px;
    border-top-style: none;
}
#content .profile .row .left {
    float: left;
    width: 167px;
    font-size: 13px;
    line-height: 25px;
    color: #333333;
}
#content .profile .row .left img {
    background-color: #FFFFFF;
    padding: 1px;
    border: 1px solid #e6e6e6;
    margin-top: 7px;
}
#content .profile .row .right {
    float: left;
    width: 397px;
    list-style-type: none;
    font-size: 13px;
    line-height: 25px;
}
#content .profile .row .right li {
    width: 397px;
    clear: both;
    float: left;
}
#content .profile .row .right li .label {
    float: left;
    width: 144px;
    color: #666666;
}
#content .profile .row .right li .data {
    float: left;
    width: 253px;
    font-weight: bold;
    color: #323232;
}
#content .profile .row .right li .data a {
    color: #323232;
}
#content .files .bg-border {
    width: 564px;
}
#content .files .formtitle {
    font-size: 13px;
    line-height: 18px;
    color: #333333;
}
#content .files .text, #content .cv .text {
    font-size: 13px;
    line-height: 18px;
    color: #333333;
}
#content .files form {
    padding-top: 5px;
}
#content .files .row {
    padding-top: 12px;
}
#content .files .row .left {
    float: left;
    width: 220px;
}
#content .files .row .left .label {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #666666;
    padding-top: 2px;
}
#content .files .row .right {
    float: left;
    width: 344px;
}
#content .files .row .right .bg-input {
    background-image: url(../images/bg-input-342.gif);
    background-repeat: no-repeat;
    height: 24px;
    width: 324px;
    padding-right: 9px;
    padding-left: 9px;
    float: left;
}
#content .files .row .right .bg-input input {
    background-color: transparent;
    height: 24px;
    width: 324px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 24px;
    color: #696969;
    float: left;
}
#content .files .row .right .attachment {
    height: 24px;
    overflow: hidden;
}
#content .files .row .right .attachment .dir {
    background-image: url(../images/bg-input-202.gif);
    background-repeat: no-repeat;
    height: 24px;
    width: 184px;
    padding-right: 9px;
    padding-left: 9px;
    float: left;
}
#content .files .row .right .attachment .dir input {
    background-color: transparent;
    height: 24px;
    width: 144px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 24px;
    color: #696969;
    float: left;
}
#content .files .row .right .attachment .browse {
    float: left;
    height: 22px;
    width: 70px;
    background-image: url(../images/browse.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
    margin-top: 1px;
}
#content .files .row .right .attachment .browse input {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    right: 0px;
    font-size: 54px;
    top: 1px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity: 0);
}
#content .files .row .right .bg-select-row {
    float: left;
    width: 104px;
    padding-right: 15px;
}
#content .files .row .right .last-select {
    padding-right: 0;
}
#content .files .row .right .jquery-selectbox {
	position: relative;
	font-size: 11px;
    width: 308px !important;
    /*background-color: #FF0000;*/
    cursor: pointer;
    color: #696969;
    background-image: url(../images/bg-select-342.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 24px;
    line-height: 24px;
    padding-right: 25px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 9px;
}
#content .files .row .right .jquery-selectbox-moreButton {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 342px;
	height: 24px;
	cursor: pointer;
	background-image: url(../images/select-arrow-black.gif);
	background-position: 324px 11px;
	background-repeat: no-repeat;
}
#content .files .row .right .jquery-selectbox-list {
	list-style-type: none;
	line-height: normal;
	font-size: 11px;
	display: none;
	position: absolute;
	width: 340px !important;
	z-index: 1000;
	color: #696969;
	background-color: #FFFFFF;
	border: 1px solid #dcdcdc;
	left: 0px;
	top: 24px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 115px !important;
}
#content .files .row .right .jquery-selectbox-item {
    cursor: pointer;
    display: block;
    width: 320px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
#content .files .row .right .jquery-selectbox-item.listelementhover {
	background-color: #3399ff;
    color: #FFFFFF;
}
#content .files .row .right .bg-select-row .jquery-selectbox {
    width: 70px !important;
    background-image: url(../images/bg-select-104.gif);
}
#content .files .row .right .bg-select-row .jquery-selectbox-moreButton {
	width: 104px;
}
#content .files .row .right .bg-select-row .jquery-selectbox-list {
    width: 102px !important;
}
#content .files .row .right .bg-select-row .jquery-selectbox-item {
    width: 82px !important;
}
#content .files .row .right .small,
#content .small-field {
    font-size: 11px;
    line-height: 18px;
    color: #666666;
    margin-top: 2px;
}
#content .files .row .right .submit {
    margin-top: 17px;
}
#content .files .row .right .submit input {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    background-image: url(../images/bg-submit-100.gif);
    background-repeat: no-repeat;
    background-position: left top;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    height: 22px;
    width: 100px;
    cursor: pointer;
    background-color: transparent;
    text-shadow: 0 -1px #d27300;
}
#content .cv .cvarchive {
    font-size: 13px;
    line-height: 17px;
    color: #666666;
    width: 564px;
    margin-top: 12px;
}
#content .cv .cvarchive th {
    color: #333333;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
    padding-bottom: 6px;
}
#content .cv .cvarchive td {
    padding-top: 3px;
    padding-bottom: 3px;
}
#content .cv .cvarchive .mytitle a {
    color: #f47920;
    font-weight: bold;
}
#content .cv .cvarchive .links {
    font-size: 11px;
    line-height: 15px;
    text-align: right;
}
#content .cv .cvarchive .links a {
    color: #666;
}
#content .form h3 {
    color: #f47920;
    font-size: 14px;
    line-height: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 11px;
    padding-top: 15px;
}
#content .form h4 {
    font-size: 13px;
    line-height: 16px;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 4px;
}
#content .form .text {
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	padding-top: 6px;
	padding-bottom: 4px;
}
#content .form .text-right {
	padding-top: 3px;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
}


#content .form .row {
    width: 606px;
    margin-top: 12px;
}
#content .form .row .left {
    float: left;
    width: 224px;
}
#content .form .row .left .label {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #666666;
    padding-top: 2px;
}
#content .form .row .left .label-select {
    padding-top: 14px;
}
#content .form .row .right {
	float: left;
	width: 382px;
	position: relative;
}
#content .form .row .right .bg-input {
    background-image: url(../images/bg-input-382.gif);
    background-repeat: no-repeat;
    height: 24px;
    width: 364px;
    padding-right: 9px;
    padding-left: 9px;
    float: left;
    display: inline;
}
#content .form .row .right .bg-input input {
    background-color: transparent;
    height: 24px;
    width: 364px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 24px;
    color: #696969;
    float: left;
}
#content .form .row .right .bg-input-small {
    background-image: url(../images/bg-input-186.gif);
    width: 168px;
    margin-right: 8px;
}
#content .form .row .right .bg-input-small input {
    width: 168px;
}
#content .form .row .right .bg-input-97 {
    background-image: url(../images/bg-input-97.gif);
    width: 79px;
	margin-top: 12px;
	margin-right: 8px;
}
#content .form .row .right .bg-input-97 input {
    width: 79px;
}
#content .form .row .right .bg-input-middle {
    background-image: url(../images/bg-input-352.gif);
    width: 334px;
}
#content .form .row .right .bg-input-middle input {
    width: 334px;
}
#content .form .row .right .last-input {
    margin-right: 0 !important;
}
#content .form .row .right .row-select label {
    float: left;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    font-weight: bold;
    padding-top: 3px;
    width: 89px;
    margin-top: 12px;
}
#content .form .row .right .row-select .bg-select-row {
    padding-right: 8px;
    margin-top: 12px;
}
#content .form .row .right .bg-select-row {
    float: left;
    width: 117px;
    padding-right: 15px;
}
#content .form .row .right .row-select .bg-select-row {
    width: 97px;
}
#content .form .row .right .last-select {
    padding-right: 0 !important;
}
#content .form .row .right .bg-select .jquery-selectbox {
	position: relative;
	font-size: 11px;
    width: 348px !important;
    cursor: pointer;
    color: #696969;
    background-image: url(../images/bg-select-382.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 24px;
    line-height: 24px;
    padding-right: 25px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 9px;
}
#content .form .row .right .bg-select .jquery-selectbox-moreButton {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 382px;
	height: 24px;
	cursor: pointer;
	background-image: url(../images/select-arrow-black.gif);
	background-position: 363px 11px;
	background-repeat: no-repeat;
}
#content .form .row .right .bg-select .jquery-selectbox-list {
	list-style-type: none;
	line-height: normal;
	font-size: 11px;
	display: none;
	position: absolute;
	width: 380px !important;
	z-index: 1000;
	color: #696969;
	background-color: #FFFFFF;
	border: 1px solid #dcdcdc;
	left: 0px;
	top: 24px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 115px !important;
}
#content .form .row .right .bg-select .jquery-selectbox-item {
    cursor: pointer;
    display: block;
    width: 360px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
#content .form .row .right .bg-select .jquery-selectbox-item.listelementhover {
	background-color: #3399ff;
    color: #FFFFFF;
}
#content .form .row .right .bg-select-row .jquery-selectbox {
    width: 83px !important;
    background-image: url(../images/bg-select-117.gif) !important;
}
#content .form .row .right .bg-select-row .jquery-selectbox-moreButton {
    width: 117px !important;
}
#content .form .row .right .row-select .jquery-selectbox {
    width: 63px !important;
    background-image: url(../images/bg-select-97.gif) !important;
}
#content .form .row .right .row-select .jquery-selectbox-moreButton {
    width: 97px !important;
}
#content .form .row .right .bg-select-row .jquery-selectbox-list {
    width: 115px !important;
}
#content .form .row .right .row-select .jquery-selectbox-list {
    width: 95px !important;
}
#content .form .row .right .bg-select-row .jquery-selectbox-item {
    width: 95px !important;
}
#content .form .row .right .row-select .jquery-selectbox-item {
    width: 75px !important;
}
#content .form .row .right .bg-textarea {
    background-image: url(../images/bg-textarea-382.gif);
    background-repeat: no-repeat;
    height: 84px;
    width: 364px;
    padding-right: 9px;
    padding-left: 9px;
    padding-top: 10px;
}
#content .form .row .right .bg-textarea textarea {
    background-color: transparent;
    height: 76px;
    width: 364px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #696969;
    float: left;
    resize: none;
    overflow: auto;
}
#content .form .row .right .bg-textarea-middle {
    background-image: url(../images/bg-textarea-352.gif);
    width: 334px;
}
#content .form .row .right .bg-textarea-middle textarea {
    width: 334px;
}
#content .form .row .right .check {
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    margin-top: 4px;
}
#content .form .row .right .check-del {
	position: absolute;
	margin-top: 0;
	top: 3px;
	right: -14px;
}


/*#content .form .row .right .check input {
    display: none;
}
#content .form .row .right .check label {
    background-image: url(../images/bg-check.gif);
    background-position: left 1px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: none;
    padding-left: 25px;
    padding-top: 0px;
    width: auto;
}
#content .form .row .right .check label.checked {
    background-position: left -183px;
}*/
#content .form .row .right .radio-row {
	height: 24px;
	float: left;
	width: 186px;
	display: inline;
	margin-right: 8px;
}
#content .form .row .right .radio-row .radio {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
	float: left;
	padding-top: 3px;
}
#content .form .row .right .radio-row .radio label {
	cursor: pointer;
	display: inline;
	margin-right: 15px;
}
#content .form .row .right .radio-row .radio input {
    vertical-align: top;
    height: 14px;
    width: 14px;
    margin-top: 1px;
}
#content .form .row .right .attachment {
    height: 24px;
    overflow: hidden;
}
#content .form .row .right .attachment .dir {
    background-image: url(../images/bg-input-202-white.gif);
    background-repeat: no-repeat;
    height: 24px;
    width: 184px;
    padding-right: 9px;
    padding-left: 9px;
    float: left;
}
#content .form .row .right .attachment .dir input {
    background-color: transparent;
    height: 24px;
    width: 144px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 24px;
    color: #696969;
    float: left;
}
#content .form .row .right .attachment .browse {
    float: left;
    height: 22px;
    width: 70px;
    background-image: url(../images/browse-2.gif);
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
    margin-top: 1px;
}
#content .form .row .right .attachment .browse input {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    right: 0px;
    font-size: 54px;
    top: 1px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity: 0);
}
#content .form .submit {
    margin-top: 20px;
}
#content .form .submit input {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    background-image: url(../images/bg-submit-90.gif);
    background-repeat: no-repeat;
    background-position: left top;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    height: 22px;
    width: 90px;
    cursor: pointer;
    background-color: transparent;
    text-shadow: 0 -1px #d27300;
    margin-left: 224px;
}
#content .form .submit-100 input {
    background-image: url(../images/bg-submit-100.gif);
	width: 100px;
}
#content .form .hr {
    overflow: hidden;
    background-image: url(../images/hr.gif);
    background-repeat: repeat-x;
    background-position: left 15px;
    height: 1px;
    padding-top: 15px;
    padding-bottom: 3px;
}
#content .form .addlink {
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    padding-top: 12px;
}
#content .form .addlink a {
    color: #f47920;
    font-weight: bold;
    text-decoration: underline;
}
#content .login {
	margin-top: 12px;
}

#content .login .row {
	margin-top: 0px;
	height: 24px;
	width: 564px;
}
#content .login .row p {
	float: left;
}
#content .login .row p label {
    font-size: 11px;
    color: #f47920;
    text-transform: uppercase;
    float: left;
    padding-top: 6px;
    width: 72px;
}
#content .login .row p .bg-input {
    background-image: url(../images/bg-input-202.gif);
    background-repeat: no-repeat;
    height: 24px;
    width: 184px;
    padding-right: 9px;
    padding-left: 9px;
    float: left;
}
#content .login .row p .bg-input input {
    background-color: transparent;
    height: 24px;
    width: 184px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 24px;
    color: #696969;
    float: left;
}
#content .login .submit-login {
	width: 248px;
	float: right;
	margin-top: 10px;
}
#content .login .submit-login input {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    background-image: url(../images/bg-submit-70.gif);
    background-repeat: no-repeat;
    background-position: left top;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    height: 22px;
    width: 70px;
    cursor: pointer;
    background-color: transparent;
    float: right;
    text-shadow: 0 -1px #d27300;
}
#content .login .reglinks {
	font-size: 11px;
	line-height: 16px;
	color: #797979;
	margin-top: 12px;
	float: left;
}
#content .login .reglinks a {
    color: #666666;
}
#sidebar {
    float: right;
    width: 290px;
    margin-top: 25px;
}
#sidebar .graybox {
    margin-top: 20px;
}
#sidebar .login {
    margin-top: 0px;
}
#sidebar .login form {
    width: 248px;
}
#sidebar .login form p {
    float: left;
    height: 24px;
    margin-top: 14px;
}
#sidebar .login form p label {
    font-size: 11px;
    color: #f47920;
    text-transform: uppercase;
    float: left;
    padding-top: 6px;
    width: 76px;
}
#sidebar .login form p .bg-input {
    background-image: url(../images/bg-input-172.gif);
    background-repeat: no-repeat;
    height: 24px;
    width: 154px;
    padding-right: 9px;
    padding-left: 9px;
    float: left;
}
#sidebar .login form p .bg-input input {
    background-color: transparent;
    height: 24px;
    width: 154px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 24px;
    color: #696969;
    float: left;
}
#sidebar .login form .submit {
	width: 248px;
	margin-top: 12px;
	float: right;
}
#sidebar .login form .submit input {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    background-image: url(../images/bg-submit-70.gif);
    background-repeat: no-repeat;
    background-position: left top;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    height: 22px;
    width: 70px;
    cursor: pointer;
    background-color: transparent;
    float: right;
    text-shadow: 0 -1px #d27300;
}
#sidebar .login .reglinks {
    background-image: url(../images/bg-graybox-title.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    font-size: 11px;
    line-height: 16px;
    color: #797979;
    padding-bottom: 14px;
    margin-top: 3px;
}
#sidebar .login .reglinks a {
    color: #666666;
}
#sidebar .login .title-sub {
    margin-top: 10px;
}
#sidebar .login .stats {
    list-style-type: none;
    font-size: 11px;
    line-height: 16px;
    color: #666666;
    text-transform: lowercase;
    width: 248px;
}
#sidebar .login .stats li {
    background-repeat: no-repeat;
    background-position: left 1px;
    height: 30px;
    padding-left: 28px;
    width: 86px;
    float: left;
    margin-top: 16px;
    overflow: hidden;
}
#sidebar .login .stats li strong {
    font-size: 13px;
    line-height: 16px;
    color: #333333;
}
#sidebar .login .stats .icon-1 {
    background-image: url(../images/stats-icon-1.gif);
    width: 106px;
}
#sidebar .login .stats .icon-2 {
    background-image: url(../images/stats-icon-2.gif);
}
#sidebar .login .stats .icon-3 {
    background-image: url(../images/stats-icon-3.gif);
    width: 106px;
}
#sidebar .login .stats .icon-4 {
    background-image: url(../images/stats-icon-4.gif);
}
#sidebar .login .account {
    width: 248px;
    background-image: url(../images/bg-graybox-title.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 19px;
}
#sidebar .login .account .avatar {
    float: left;
    margin-top: 18px;
}
#sidebar .login .account .avatar img {
    background-color: #FFFFFF;
    padding: 1px;
    border: 1px solid #e6e6e6;
}
#sidebar .login .account .links {
    float: left;
    list-style-type: none;
    font-size: 11px;
    line-height: 18px;
    margin-top: 14px;
    padding-left: 19px;
}
#sidebar .login .account .links .username {
    color: #f47920;
    text-transform: uppercase;
}
#sidebar .login .account .links a {
    color: #565656;
}
#sidebar .poll form p {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    margin-top: 14px;
}
#sidebar .poll form p label {
    cursor: pointer;
}
#sidebar .poll form p input {
    vertical-align: top;
    height: 14px;
    width: 14px;
    margin-top: 1px;
}
#sidebar .poll .submit {
    margin-top: 12px;
    width: 248px;
}
#sidebar .poll .submit input {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    background-image: url(../images/bg-submit-100.gif);
    background-repeat: no-repeat;
    background-position: left top;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    height: 22px;
    width: 100px;
    cursor: pointer;
    background-color: transparent;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-shadow: 0 -1px #d27300;
}
#sidebar .poll .viewresults {
    font-size: 12px;
    line-height: 16px;
    margin-top: 14px;
}
#sidebar .poll .viewresults a {
    color: #666666;
}
#sidebar .banner {
    margin-top: 20px;
}
#sidebar .announcements .list {
    list-style-type: none;
    font-size: 12px;
    line-height: 16px;
    padding-top: 4px;
}
#sidebar .announcements .list li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
    padding-bottom: 7px;
    padding-top: 6px;
}
#sidebar .announcements .list .last {
    border-bottom: none;
}
#sidebar .announcements .list li a {
    color: #333333;
}
#sidebar .announcements .more {
    font-size: 11px;
    text-align: right;
    margin-top: 15px;
}
#sidebar .announcements .more a {
    color: #f47920;
    text-decoration: underline;
}
#main .breadcrumb {
    margin-top: 20px;
}
#main .breadcrumb p {
    color: #f47920;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}
#main .breadcrumb p a {
    color: #f47920;
}
#main .pagination {
    height: 22px;
    margin-top: 20px;
}
#main .pagination p {
    font-size: 12px;
    line-height: 16px;
}
#main .pagination p a {
    float: left;
    color: #7c7c7c;
    border: 1px solid #CCCCCC;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
    margin-right: 6px;
    display: inline;
    text-decoration: none;
}
#main .pagination p .current {
    float: left;
    color: #FFFFFF;
    background-color: #f47920;
    font-weight: bold;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    display: inline;
}
#main .offers {
    margin-top: 20px;
    width: 923px;
    font-size: 13px;
    line-height: 17px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
}
#main .offers th {
    font-size: 12px;
    color: #f47920;
    text-align: left;
    padding-bottom: 7px;
    padding-right: 5px;
    padding-left: 5px;
}
#main .offers td {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e6e6e6;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 5px;
    padding-left: 5px;
}
#main .offers .silver td {
    background-color: #f5f5f5;
}
#main .offers td a {
    color: #333333;
}
#main .offers .logo {
    text-align: right;
    vertical-align: middle;
}
#main .offers .star {
    background-image: url(../images/jobs-star.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    height: 16px;
    width: 16px;
    overflow: hidden;
}
#main .offers .vip {
    background-image: url(../images/jobs-star-vip.png);
}
#main .offers .hot {
    background-image: url(../images/jobs-star-hot.png);
}
#bottom {
    background-image: url(../images/bg-bottom.gif);
    background-repeat: repeat-x;
    background-position: left top;
    min-height: 156px;
    height: auto !important;
    height: 156px;
}
#footer {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/bg-footer.jpg);
    background-repeat: no-repeat;
    padding-top: 50px;
}
#footer .nav {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #CCCCCC;
}
#footer .nav a {
    color: #333333;
}
#footer .menu {
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    margin-top: 15px;
}
#footer .menu a {
    color: #FFFFFF;
    text-shadow: 0 -1px #0777a6;
}
#footer .copyright {
    background-image: url(../images/bg-footer-copyright.gif);
    background-repeat: repeat-x;
    background-position: left top;
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 9px;
    text-shadow: 1px 1px #259ac3;
}
#footer .copyright .createdby {
    float: right;
    font-size: 11px;
    color: #005f89;
    line-height: 15px;
}
#footer .copyright .createdby a {
    color: #005f89;
}
#footer .copyright address {
    font-size: 11px;
    font-style: normal;
    color: #005f89;
    line-height: 15px;
}
.hide {
    display: none;
}
.clear {
    clear: both;
}
.ntp {
    padding-top: 0px !important;
}
.ntm {
    margin-top: 0px !important;
}
* html #content .jobs .list li {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/jobs-star.png',sizingMethod='crop');
}
* html #content .jobs .list .vip {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/jobs-star-vip.png',sizingMethod='crop');
}
* html #main .offers .star {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/jobs-star.png',sizingMethod='crop');
}
* html #main .offers .vip {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/jobs-star-vip.png',sizingMethod='crop') !important;
}
* html #main .offers .hot {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/jobs-star-hot.png',sizingMethod='crop') !important;
}


/* BY JORO */
.jo_poll_module_description {
	color: #333333;
    font-size: 12px;
    line-height: 16px;
}

.jo_poll_module_answer_description {
	color: #666666;
    font-size: 11px;
    line-height: 15px;
}

#gallery-images-title { text-align: left; }

#gallery-images-title b { display: block; margin-right: 80px; }

#gallery-images-title span { float: right; }

#gallery-images-title span a { color: #333333; text-decoration: none; }

.notifications {
	margin: 10px 0;
	padding: 10px 5px 10px 30px;
	color: #555555;
	font-size: 12px;
}

.notifications.error {
	background: #FFD1D1 url('../images/icons/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}

.notifications.success {
	background: #EAF7D9 url('../images/icons/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.notifications.warning {
	background: #FFD1D1 url('../images/icons/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.notifications.attention {
	background: #FFF5CC url('../images/icons/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.notifications.information {
	background: #E8F6FF url('../images/icons/information.png') 10px center no-repeat;
	border: 1px solid #B8E2FB;
}

#edit_profile .row .right .bg-textarea {
    background-image: url(../images/bg-textarea-382.gif);
    background-repeat: no-repeat;
    height: 84px;
    width: 364px;
    padding-right: 9px;
    padding-left: 9px;
    padding-top: 10px;
}
#edit_profile .row .right .bg-textarea textarea {
    background-color: transparent;
    height: 76px;
    width: 364px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #696969;
    float: left;
    resize: none;
    overflow: auto;
}
#edit_profile .row .right .bg-textarea-middle {
    background-image: url(../images/bg-textarea-352.gif);
    width: 334px;
}
#edit_profile .row .right .bg-textarea-middle textarea {
    width: 334px;
}


#edit_profile .row .right .check,
#add_ads .row .right .check {
	height: 24px!important;
}

#edit_profile .row .right .check {
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    margin-top: 4px;
}
#edit_profile .row .right .check-del {
	position: absolute;
	margin-top: 0;
	top: 3px;
	right: -14px;
}
/*#edit_profile .row .right .check input {
    display: none;
}
#edit_profile .row .right .check label {
    background-image: url(../images/bg-check.gif);
    background-position: left 1px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: none;
    padding-left: 25px;
    padding-top: 0px;
    width: auto;
}
#edit_profile .row .right .check label.checked {
    background-position: left -183px;
}*/
#edit_profile .row .right .radio-row,
#add_ads .row .right .radio-row {
	height: 24px!important;
	float: left!important;
	width: 100%!important;
	display: inline!important;
	margin-right: 8px!important;
}
#edit_profile .row .right .radio-row .radio,
#add_ads .row .right .radio-row .radio {
	font-size: 13px!important;
	line-height: 18px!important;
	font-weight: normal!important;
	color: #666666!important;
	float: left!important;
	padding-top: 3px!important;
	width: 100%;
}
#edit_profile .row .right .radio-row .radio label,
#add_ads .row .right .radio-row .radio label {
	cursor: pointer!important;
	display: block!important;
	margin-right: 15px!important;
}
#edit_profile .row .right .radio-row .radio input,
#add_ads .row .right .radio-row .radio input {
    vertical-align: top!important;
    height: 14px!important;
    width: 14px!important;
    margin-top: 1px!important;
}

/* head search */
#category_id-holder .jquery-selectbox-list {
	width: 630px!important;
}
#category_id-holder .jquery-selectbox-item {
 width: 630px!important; 
}
#city_id-holder .jquery-selectbox-list {
	width: 150px!important;
}

/* select category */
#content .form .row .left .label .gray {
    font-size: 11px;
    line-height: 18px;
    color: #999;
	font-weight: normal;
}
/*#content .form .row .right .multi .bg {
	overflow: auto;
	padding: 0;
	height: 94px;
	width: 382px;
	background-image: url(../images/bg-textarea-382.gif);
    background-repeat: no-repeat;
}
#content .form .row .right .multi .bg div {
	overflow: auto;
	padding-left: 10px;
	padding-top: 8px;
	height: 76px;
	width: 362px;
	padding-right: 10px;
	padding-bottom: 10px;
}*/
#content .form .row .right .multi .bg {
    background-image: url("../images/bg-textarea-382-scroll.gif");
    background-repeat: no-repeat;
    height: 94px;
    overflow-x: hidden;
    padding: 0;
    width: 382px;
}

#content .form .row .right .multi .bg div {
    height: 75px;
    margin-top: 2px;
    overflow: auto;
    padding: 6px 10px 10px;
    width: 362px;
}


#content .form .row .right .multi .tick  {
	padding-bottom: 2px;
}
#content .form .row .right .multi .tick.hidden  {
	display: none;
}
#content .form .row .right .multi .tick label {
	float: none;
	width: auto;
	cursor: pointer;
	text-align: left;
	padding-right: 0px;
	font-size: 13px;
    line-height: 18px;
    color: #666666;
}
#content .form .row .right .multi .tick input {
	width: 14px;
	height: 14px;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 3px;
	display: none;
}

.autoW { width: auto!important; }

/* pay page */
.payments-box .form-for-pay { float: right; }
.fleft { float: left; }
.spacer10 { height: 10px; }
.spacer20 { height: 20px; }
.payments-box .form-for-pay button {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    background-image: url(../images/bg-submit-100.gif);
    background-repeat: no-repeat;
    background-position: left top;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    height: 22px;
    width: 100px;
    cursor: pointer;
    background-color: transparent;
    text-shadow: 0 -1px #d27300;
}
.payments-box .text {
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	padding-top: 6px;
	padding-bottom: 4px;
}

.fancybox-contaner a {
	color: #666666;
	text-decoration: none;
}
.fancybox-contaner a:hover {
	text-decoration: underline;
}


.jquery-selectbox-currentItem {
	white-space: nowrap;
	width: 100%;
	display: block;
	overflow: hidden;
}


#content .form .row .right .radio label,
#edit_profile .row .right .radio label {
	background-image: url(../images/bg-radio.gif);
	background-position: left 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: none;
	padding-left: 25px;
	padding-top: 0px;
	width: auto;
}
#content .form .row .right .radio label.checked,
#edit_profile .row .right .radio label.checked {
	background-position: left -184px;
}
#content .form .row .right .radio input,
#edit_profile .row .right .radio input {
	display: none;
}



.jo_poll_module_description {
    margin-top: 14px;
}
#jo_poll_module_form {
    margin-top: 14px;
    width: 235px;
}
.jo_poll_module_answer_description {
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
}
.jo_poll_module_answer_text {
    color: #FFFFFF;
    font-size: 11px;
    line-height: 15px;
    margin-top: 5px;
    padding: 3px 5px;
    min-width: 18px;
}

#content .form .row .right .textarea-large {
    background-image: url("../images/bg-textarea-352-280.gif");
    height: 270px;
}
#content .form .row .right .textarea-large textarea {
     height: 262px;
}

#center_part {
	float: left;
	margin-top: 25px;
	width: 620px;
}

a.link_small {
	font-size: 10px;
	color: #333;
}

.hidden-row {
	display: none;
}
#content .form .removelink a {
    color: #E91825;
    font-weight: bold;
    text-decoration: underline;
    font-size: 11px;
}

.mr5px {
	margin-right: 5px;	
}

/* SMS BOX */

.add-payment-select {
	background: #F5F5F5;
	padding: 5px;
	color: #666666;
	font-size: 13px;
	width: 500px;
}

.add-payment-select h4 {
	color: #F47920;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 11px;
}

.add-payment-select .description {
	margin-bottom: 10px;
}

.add-payment-select .period-select {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#edit_profile .row .right .radio-row.hauto, 
#add_ads .row .right .radio-row.hauto {
	height: auto!important;
	margin-bottom: 3px;
}

#content .jobs2 {
	color: #343434;
}

#content .jobs2 p {
	font-size: 13px;
	padding: 3px 0 5px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 10px;
}

#content .jobs2 table {
	border-collapse: collapse;
	width: 100%;
	font-size: 11px;
}

#content .jobs2 table th {
	font-size: 13px;
	padding: 0 5px 5px;
	text-transform: uppercase;
}

#content .jobs2 table tr {
	border-bottom: 1px solid #E9E9E9;	
}

#content .jobs2 table td {
	padding: 2px 5px 5px;
}

#content .jobs2 table td.a1 {

}

#content .jobs2 table td.a1 a {
	color: #333333;
}

#content .jobs2 table td.a2 {
	white-space: nowrap;
	text-align: right;
}

#content .jobs2 table td.a3 {
	text-align: center;
}

#content .jobs2 table td.a4 {
	text-align: center;
}

#content .jobs2 table td.a4 a {
	color: #333333;
	text-decoration: underline;
}

#content .jobs2 table td.a5 {
	
}

#content .jobs2 table td.a5 a {
	color: #333333;
}

#content .form.fix_left_w .row .left {
	width: 190px;
}

.tdu {
	text-decoration: underline;
}

/* header logo banner */
#header .banner_holder_contener {
	position: absolute;
	top: 5px;
	left: 260px;
	width: 715px;
	height: 60px;
	overflow: hidden;
	
}
#header .banner_holder_contener .banner {
	margin: auto;
}

/*small.help {
	color: #696969;
	font-size: 11px;
}*/

.fleft { float: left!important; }
.ml10 { margin-left: 10px!important; }

#tooltip{display:none;border:2px solid #999;background-color:#FFF;font-size:9pt;font-family:"MS Sans Serif", "Bitstream Vera Sans", Helvetica, Sans, sans-serif;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;padding:5px}

small.help {
	font-weight: normal;
	color: #696969;
	font-size: 9px;
}


.payments-box .form-holder {
	float: right;
	width: 250px;
}

.payments-box {
	position: relative;
}

.payments-box .form-holder .price {
	text-align: right;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 13px!important;
	position: absolute;
	top: 15px;
	right: 20px;
}