/* Reset */
html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

legend {
    color: #000;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* Fonts */
body {
    font: 13px / 1.231 arial, helvetica, clean, sans-serif;
}

select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    line-height: 100%;
}

/* Base */
h1 {
    font-size: 138.5%;
}

h2 {
    font-size: 123.1%;
}

h3 {
    font-size: 108%;
}

h1, h2, h3 {
    margin: 1em 0;
}

h1, h2, h3, h4, h5, h6, strong, dt {
    font-weight: bold;
}

optgroup {
    font-weight: normal;
}

abbr, acronym {
    border-bottom: 1px dotted #000;
    cursor: help;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

blockquote, ul, ol, dl {
    margin: 1em;
}

ol, ul, dl {
    margin-left: 2em;
}

ol li {
    list-style: decimal outside;
}

ul li {
    list-style: disc outside;
}

dl dd {
    margin-left: 1em;
}

th, td {
    border: 1px solid #000;
    padding: .5em;
}

th {
    font-weight: bold;
    text-align: center;
}

caption {
    margin-bottom: .5em;
    text-align: center;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

p, fieldset, table, pre {
    margin-bottom: 1em;
}

button, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] {
    padding: 1px;
}

/* General */
a:link, a:visited, a:active {
    color: #767575;
    text-decoration: none;
}

a:hover {
    color: #767575;
    text-decoration: underline;
}

.clearfix {
    overflow: auto;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.spacer_5 {
    height: 5px;
    font-size: 0;
    line-height: 0;
}

.spacer_10 {
    height: 10px;
    font-size: 0;
    line-height: 0;
}

.spacer_15 {
    height: 15px;
    font-size: 0;
    line-height: 0;
}

.spacer_20 {
    height: 20px;
    font-size: 0;
    line-height: 0;
}

.bold {
    font-weight: bold;
}

.align_right {
    text-align: right
}

.font_10 {
    font-size: 77%;
}

.font_11 {
    font-size: 85%;
}

.font_12 {
    font-size: 93%;
}

.clear {
    clear: both;
}

.block {
    display: block;
}

.center_block {
    margin: 0 auto;
}

.fl_right {
    float: right;
}

.fl_left {
    float: left;
}

.read_more {
    padding-left: 8px;
    font-size: 85% !important;
    background: url(../../images/hotnewstv/read_more.gif) no-repeat 0 7px;
}

/* End General */

/* Header */

body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#header {
    width: 1000px;
    height: 134px;
    margin: 0 auto;
    background: url(../../images/hotnewstv/bg_header.gif) no-repeat 0 100%;
}

#logo {
    padding: 25px 0 0 330px;
}

/* End header */

/* Menu */

#menu {
    margin: 7px 0 0 330px;
    float: left;
    display: inline;
}

#menu_list {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

#menu_list li {
    margin: 0;
    padding: 0 13px 0 14px;
    list-style: none;
    display: inline-block;
    background: url(../../images/hotnewstv/bg_menu_spacer.gif) no-repeat 0 50%;
    float: left;
}

#menu_list li.first {
    background: none;
    padding-left: 0;
}

#menu_list li a {
    color: #000 !important;
    font-size: 108% !important;
    font-weight: bold !important;
    display: inline-block;
}

#menu_list li.active a {
    text-decoration: underline !important;
}

#menu_list span {
    width: auto;
    margin-left: 10px;
    padding: 0 10px;
    background: #363636;
    display: none;
    color: #fff;
}

#menu_list span a {
    color: #fff !important;
    font-size: 100% !important;
    font-weight: normal !important;
}

#menu_list span a:hover {
    text-decoration: underline !important;
}

#login_box {
    margin-bottom: 1px;
    padding: 3px 10px 0 10px;
    float: right;
}

#login_box .input_text {
    width: 100px;
    margin: 2px 0;
    padding: 2px;
    font-size: 93%;
    color: #787878;
}

#login_box .text_fields {
    margin: 5px 0;
    padding: 0 15px;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    float: left;
    display: inline;
}

#login_box .action_fields {
    width: 55px;
    padding: 10px 0 0 5px;
    float: left;
    display: inline;
}

.login_submit {
    margin: 0;
    border: 0;
    padding: 0 0 5px 0 !important;
    background: none;
    display: block;
    cursor: pointer;
}

.login_submit:hover {
    text-decoration: underline;
}

.login_link {
    color: #000 !important;
    padding-left: 2px;
}

/* End menu */

/* Top */

.top_c {
    background: #000;
    color: #fff;
}

.top {
    width: 990px;
    margin: 0 auto;
    padding: 20px 0 40px 10px;
    background: #d40000;
    position: relative;
}

.top_section {
    width: 990px;
    height: 25px;
    margin: 0 auto 12px auto;
    padding: 0 0 0 10px;
    background: #d40000;
    position: relative;
}

.top_corners {
    position: absolute;
    width: 84px;
    height: 67px;
    background: url(../../images/hotnewstv/bg_top_corners.png) no-repeat 0 0;
    z-index: 1;
}

.top_corners_t_r {
    top: 0;
    right: 0;
    background-position: -84px 0;
}

.top_corners_b_l {
    bottom: 0;
    left: 0;
    background-position: 0 -67px;
}

.top_corners_b_r {
    bottom: 0;
    right: 0;
    background-position: -84px -67px;
}

.top_red_left {
    width: 658px;
    height: 510px;
    float: left;
    position: relative;
    z-index: 2;
}

.top_red_right {
    width: 332px;
    float: left;
    position: relative;
    z-index: 2;
    overflow: visible;
}

#video_cont {
    width: 640px;
    height: 385px;
    padding: 9px;
    background: #000;
}

.video_player_cont {
    display: none;
}

#video_title {
    margin: .5em .8em;
}

#video_title a {
    color: #fff !important;
    font-size: 131% !important;
    font-weight: normal;
}

#video_info {
    margin-left: 1em;
    font-size: 93% !important;
}

#video_info a {
    color: #fff !important;
}

#video_info .categ a {
    font-weight: bold;
}

.video_small {
    width: 271px;
    height: 55px;
    margin: 8px 22px 8px 27px;
    padding: 8px;
    cursor: pointer;
    overflow: hidden;
}

.video_small img {
    float: left;
    margin: 0 8px 0 0;
}

.video_small p {
    margin-bottom: .2em;
}

.video_small .info {
    margin-bottom: 0;
    font-size: 85%;
    color: #ff6868;
}

.video_small .title a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.video_small .info a {
    color: #ff6868;
    text-decoration: none;
    outline: none;
}

.video_small .categ {
    display: none;
}

.video_small .video {
    display: none;
}

.video_small_active {
    background: url(../../images/hotnewstv/bg_video_cont_small_active.png) no-repeat 0 0;
}

.video_small_active .video_small {
    background: #000;
}

.video_small_active .info {
    color: #636363;
}

.video_small_active .title a {
    color: #fff;
    text-decoration: none;
}

.video_small_active .info a {
    color: #636363;
    text-decoration: none;
}

#search_box {
    padding: 10px 0 0 35px;
}

#search_box .input_text {
    width: 110px;
    margin: 2px 0;
    padding: 2px;
    font-size: 93%;
    color: #787878;
    vertical-align: middle;
}

.search_submit {
    margin: 0;
    padding: 0 4px !important;
    border: 0;
    color: #fff;
    font-size: 93%;
    font-weight: bold;
    background: #d40000;
    cursor: pointer;
}

#search_box a {
    color: #fff;
    font-size: 93%;
}

.upload {
    position: absolute;
    bottom: 10px;
    right: 30px;
    z-index: 3;
}

.search_section {
    position: absolute;
    top: -5px;
    right: 20px;
}

/* Top tabs */

#top_gray {
    width: 1000px;
    margin: 0 auto;
    background: #323232;
}

#top_red {
    width: 1000px;
    margin: 0 auto;
    background: #d40000;
    position: relative;
}

#tabs_cont {
    margin-left: 85px;
}

#tabs_cont div.tab {
    width: 164px;
    height: 51px;
    padding-top: 10px;
    text-align: center;
    float: left;
    cursor: pointer;
    position: relative;
}

#tabs_cont div.current {
    background: url(../../images/hotnewstv/bg_tab_active.gif) no-repeat 0 0;
}

.tabs_cont_red div.current {
    background: url(../../images/hotnewstv/bg_tab_active_red.gif) no-repeat 0 0 !important;
}

div.panes div.pane {
    display: none;
    height: 60px;
    padding: 25px 0;
}

/* END Top tabs */

/* Top Slider */

#content-slider-cont {
    position: absolute;
    top: 40px;
    right: -20px;
}

#content-slider {
    width: 1px;
    height: 270px;
    margin: 20px 20px 10px 20px;
    background: #cfd0d0;
    position: relative;
    font-size: 0;
}

.ui-slider-handle {
    width: 18px;
    height: 9px;
    position: absolute;
    left: -9px;
    background: #cfd0d0;
}

#content-scroll {
    width: 332px;
    height: 400px;
    overflow: hidden;
}

#content-holder {
    width: 332px;
    height: 497px;
}

/* END Top Slider */

/* Top Scrollable */

div.panes div.pane a.prev, div.panes div.pane a.next {
    margin: 0 25px;
    display: inline-block;
    float: left;
    cursor: pointer;
}

div.video_bottom_scroll {
    width: 780px;
    height: 70px;
    position: relative;
    overflow: hidden;
    float: left;
}

div.video_bottom_scroll div.items {
    width: 20000em;
    position: absolute;
}

div.video_bottom_scroll div.items div {
    float: left;
    width: 250px;
    height: 66px;
    margin: 0 5px;
    overflow: hidden;
}

div.video_bottom_scroll div.items div img {
    float: left;
    border: 1px solid #99c2eb;
    margin-right: 5px;
}

div.video_bottom_scroll div.items div a {
    color: #fff;
}

div.video_bottom_scroll div.items div .date {
    color: #777777;
}

/* END Top Scrollable */

/* END Top */

/* Content */

#content {
    width: 1000px;
    margin: 0 auto;
    padding-top: 5px;
}

.content_2col_left {
    width: 640px;
    padding: 20px 15px;
    float: left;
}

.content_2col_right {
    width: 330px;
    float: left;
}

/* Box Articole */

.box_cont {
    margin-bottom: 30px;
}

.box_cont .box_img {
    width: 162px;
    color: #646464;
    font-size: 85%;
    display: inline-block;
    float: left;
}

.box_cont .box_img img {
    margin-bottom: 5px;
    border: 1px solid #000;
    display: block;
}

.box_cont .box_text {
    width: 475px;
    float: left;
}

.box_cont .box_text_full {
    width: 100%;
    float: left;
}

.box_cont .categ {
    display: inline-block;
    padding-bottom: 7px;
    background: url(../../images/hotnewstv/bg_categ_title.gif) no-repeat 100% 100%;
}

.box_cont .categ span {
    padding: 2px 5px;
    background: #c1c1c1;
    color: #fff;
    font-size: 108%;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.box_cont .categ a {
    color: #fff !important;
    text-decoration: none;
}

.box_cont h2 {
    margin: .2em 0;
}

.box_cont h2 a {
    color: #000 !important;
}

.box_cont .author, .box_cont .date {
    font-size: 85%;
    color: #646464;
    margin: 0;
}

.box_cont .date {
    margin-bottom: .5em;
}

/* END Box Articole */

/* Box Dreapta */

.box_dr {
    border: 1px solid #323232;
    border-width: 0 1px 1px 1px;
}

.box_dr .title {
    margin: 0;
    padding: 0 10px 10px 10px;
    background: #323232;
    color: #fff;
    font-size: 182%;
    font-weight: bold;
}

.box_dr_inner {
    padding: 15px;
}

.box_dr p {
    margin-bottom: .5em;
}

.box_dr a {
    color: #000 !important;
}

.box_dr a.read_more {
    color: #767575 !important;
}

#archive_dates_cont {
    margin: 0 auto;
}

/* End Box Dreapta */

/* Articol */

.articol_img {
    width: 162px;
    padding-bottom: 30px;
    color: #646464;
    font-size: 85%;
    display: inline-block;
    float: left;
}

.articol_img img {
    margin-bottom: 5px;
    border: 1px solid #000;
    display: block;
}

.articol h1 {
    margin: 0 0 .3em 0;
    font-size: 174%;
    font-weight: normal;
}

.articol .author {
    font-size: 85%;
    margin: 0;
}

.articol .date {
    color: #646464;
    font-size: 85%;
    margin-bottom: .5em;
}

.articol .date a {
    padding-left: 10px;
    color: #0061aa !important;
}

.articol_text {
    font-size: 116%;
}

.referinte span.title {
    margin-bottom: 10px;
    padding: 7px 10px;
    background: #323232;
    color: #fff;
    font-size: 116%;
    font-weight: bold;
    display: block
}

.referinte p {
    padding-left: 10px;
    margin-bottom: .5em;
}

.referinte a {
    font-size: 93% !important;
    color: #000 !important;
}

/* Comentarii */

.comment {
    margin-top: 30px;
}

.comm_image {
    width: 50px;
    float: left;
}

.comm_image img {
    display: block;
    margin: 0 auto;
}

.comm_text_cont {
    float: left;
    margin-left: 5px;
    display: inline;
}

.comm_titlu {
    margin: 0;
    font-size: 108%;
    font-weight: bold;
}

.comm_data {
    margin: 0;
    color: #0061aa;
    font-size: 93%;
}

.comm_autor {
    font-size: 93%;
}

.comm_raspunde {
    padding: 1px 3px;
    background: #579dd1;
    color: #fff !important;
    font-size: 93% !important;
    font-weight: bold !important;
    text-decoration: none !important;
    cursor: pointer;
}

/* END Comentarii */

/* End Articol */

/* Sectiune */

.breadcrumb {
    margin-bottom: 10px;
    border-bottom: 1px solid #bcbcbc;
    padding: 0 0 5px 50px;
}

.breadcrumb a {
    color: #000 !important;
}

/* End Sectiune */

/* End content */

/* Footer */

#footer {
    width: 1000px;
    margin: 30px auto 0 auto;
}

.f_top {
    margin-bottom: 7px;
    border-bottom: 7px solid #4b4b4b;
    padding-bottom: 7px;
}

.f_top a {
    padding: 7px;
    color: #4b4b4b !important;
}

.copy {
    padding-left: 7px;
}

/* End footer */



.cautare {
	width: 507px;
	margin: 0 auto;
	padding: 10px 0;
}

.cautareA_lf {
	width: 180px;
	float: left;
	text-align: left;
	padding-right: 5px;
}

.cautareA_lf span {
	display: block;
	padding: 5px 0;
	text-align: left;
	margin: 0 0 4px 20px;
}

.cautareA_ce {
	width: 126px;
	float: left;
	text-align: left;
}

.cautareA_ce input {
	margin-bottom: 6px;
}

.cautareA_rg {
	width: 243px;
	float: left;
	text-align: center;
}

.cautareA_rg img {
	margin: 0 auto;
}

/*|========================================|Comentarii|=======================================*/
.addCommentResponseMessage {
    margin: 0 15px 5px 15px;
    display: block;
    clear: both;
    padding: 2px 14px;
    border: 1px solid #AFAFAF;
    background-color: #f1f1f1;
    font-family: verdana, sans-serif;
    font-weight: normal;
    font-size: 11px; /* to fix problem with div disappearing in IE */
    position: relative;
}

.addCommentForm {
    margin: 0;
    padding: 0;
}

.addCommentResponseMessage p {
    margin: 4px 0;
    padding: 0;
}

.addCommentResponseMessage .successMessage {
    color: blue;
}

.addCommentResponseMessage .errorMessage {
    color: red;
}

.addCommentFormContainer {
    /*margin: 10px 15px 5px 15px;*/
    display: block;
    clear: both;
    padding: 10px 14px 10px 14px;
    /*background-color: #f1f1f1;*/
    border:1px solid #CACACA;
    font-family: verdana, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: black;
}

.addCommentFormContainer .info, .userFeedbackForm .infoSizebox {
    width: 100%;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    color: #6791b9;
    clear: both;
}

.addCommentFormContainer input, textarea {
    border: 1px solid #cacaca;
    background-color: #FFFFFF;
    color: black /*#6791b9*/;
    font-size: 12px;
    padding: 0 0 0 0;
}

.addCommentForm .label {
    float: left;
    width: 20%;
}

.addCommentForm .field {
    float: left;
    text-align: left;
    width: 70%;
}

.addCommentForm .subiect {
    width: 80%;
    height: 20px;
}

.addCommentForm .comentariu {
    width: 100%;
    height: 180px;
}

.commentInput {
    font-size: 12px;
    font-family: sans-serif;
    margin-bottom: 3px;
}

.addCommentForm .sizebox, .userFeedbackForm .sizebox {
    font-size: 9px;
    border-width: 0;
    /*background-color: #f1f1f1;*/
    text-align: right;
}

.userFeedbackForm .sizebox {
    background-color: transparent;
}

.addCommentForm .buttons {
    float: right;
    width: 75%;
    text-align: center;
}

.addCommentForm .submit {
    font-size: 11px;
    border: none;
    padding: 2px 20px 0 2px;
    background: #fff url(../sprite.gif) no-repeat top left;
    background-position: 40px -721px;
    cursor: pointer;
}

.addCommentForm .cancel {
    font-size: 11px;
    border: none;
    padding: 2px 20px 0 2px;
    background-color: #fff;
    /*background-image: url('../../images/new/comments/renunta.gif');*/
    background-position: top right;
    background-repeat: no-repeat;
    cursor: pointer;
}

.addCommentForm .nume {
    width: 80%;
    height: 20px;
}

.addCommentForm .email {
    width: 80%;
    height: 20px;
}

.addCommentForm .captcha {
    width: 160px;
    height: 20px;
}

ul#comments ul li.co {
    text-indent: 0;
    list-style: none;
    margin: 0;
    padding: 0 0 0 55px;
}

ul#comments {
    list-style: none;
    margin: 5px 15px 5px 0;
    padding: 0;
    display: block;
    clear: both;
}

#postLink {
    margin-bottom: 10px;
}

.cEx {
    display: block;
    clear: both;
    padding-left: 55px;
    background: url('/images/campusnews/user.gif') no-repeat left 3px;
    margin-bottom: 15px;
}

.cCo {
    display: block;
    clear: both;
    height: 60px;
    padding-left: 55px;
    background: url('/images/campusnews/user.gif') no-repeat left 3px;
    margin-bottom: 15px;
}

.cEx .cHe {
    font-size: 11px;
    color: #253888;
    /*background: url(sprite.gif) no-repeat top left;
     background-position: -621px -676px;*/
    margin: 0 150px 2px 0;
    padding: 0 3px 0 0; /*25px;*/
    float: left;
}

* html .cEx .cHe {
    margin: 0 0px 2px 0;
}

/* Override for IE */
*+html .cEx .cHe {
    margin: 0 0 2px 0;
}

.cEx .cHe p {
/*margin: 4px 0 0 0;*/
    color: #000;
}

.cEx .cHe .votingButtons a {
    display: inline;
}

.cEx .commentIcon {
    padding-right: 5px;
    top: 1px;
    width: 20px;
    height: 14px;
    background: url(sprite.gif) no-repeat top left;
    background-position: -497px -677px;
    cursor: pointer;
    display: block;
    float: left;
}

.cEx .commentAuthor {
    color: #333;
    font-size: 11px;
    display: block;
    visibility: visible;
    margin-top: 5px;
}

.cEx .cCon {
    display: block;
    visibility: visible;
}

.cCo .cHe {
    clear: both;
    font-size: 11px;
    color: #4b4b4b;
    /*background: url(sprite.gif) no-repeat top left;
     background-position: -816px -1289px;*/
    padding: 0 3px 0 0; /*25px;*/
    margin: 0 150px 2px 0;
    float: left; /*border-bottom: 1px solid #ac1878;*/
}

* html .cCo .cHe {
    margin: 0 0px 2px 0;
}

/* Override for IE */
*+html .cCo .cHe {
    margin: 0 0 2px 0;
}

.cCo .cHe p {
    margin: 4px 0 0 0;
}

.cCo .ra a {
    display: none;
}

.cCo .commentIcon {
    position: relative;
    padding-right: 5px;
    top: 2px;
    width: 20px;
    height: 14px;
    background: url(sprite.gif) no-repeat top left;
    background-position: -497px -1289px;
    cursor: pointer;
    display: block;
    float: left;
}

.cCo .commentAuthor {
    display: block;
    visibility: visible;
    font-size: 11px;
    margin-top: 5px;
    padding-bottom: 3px;
    color: #555;
}

.cCo .cCon {
    display: none;
    visibility: hidden;
}

.cCo .pl {
    height: 0;
    margin: 0;
    padding: 0;
}

.cCo .cCon .ras {
    display: none;
    visibility: hidden;
}

.cCo .cCon .tri {
    display: none;
    visibility: hidden;
}

.co .cTi {
    font-weight: bold;
    font-size: 1.3em;
    color: #000;
}

.co .data {
    font-size: 11px;
    color: #4b4b4b;
}

.co .data p {
    margin: 3px 0;
}

.co .dimensiune {
    padding: 2px 0;
}

.co .autor {
    color: #333333;
    font-size: 11px;
}

.co .tip_autor {
    color: #333333;
    font-size: 11px;
}

.co .name {
    color: #996665;
}

.co .cCon {
    clear: both;
    font-size: 11px;
    padding: 5px 5px 5px 0; /*25px;*/
    overflow: hidden;
}

.co .cCon .right_margin img {
    float: left;
    margin-right: 5px;
    border: 1px solid #666666;
}

.co .cRes {
    padding: 0;
    margin: 0;
    clear: both;
}

.co .ra {
    float: right;
    width: 150px;
    height: 1px;
    padding: 0 10px 0 0;
    text-align: right;
    font-size: 12px;
    color: #253888;
    font-weight: bold;
}

.ra .tu {
    background: url(sprite.gif) no-repeat top left;
    background-position: -497px -2023px;
    padding: 9px 10px 0 0;
    font-size: 1px;
    cursor: pointer;
}

.ra .td {
    background: url(sprite.gif) no-repeat top left;
    background-position: 0 -2023px;
    padding: 9px 10px 0 0;
    font-size: 1px;
    cursor: pointer;
    margin: 0 5px;
}

.co .rating .votingButtons {
    width: 43px;
    float: right;
}

.co .rating img {
    margin-left: 3px;
}

.co .pl {
    height: 12px;
    color: #253888;
    text-align: left;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 8px 0; /*25px;*/
    padding: 2px 2px 2px 0;
    clear: both; /*background: url( sprite.gif ) no-repeat top left;*/
/*background-position: 0 -2065px;*/
}

.co .pl .l {
    float: left;
    padding-right: 8px;
    background: url(sprite.gif) no-repeat top left;
    background-position: -498px -2067px;
}

.co .pl .linie {
    font-size: 0px;
    height: 1px;
    line-height: 1px;
    background: url(sprite.gif) no-repeat top left;
    background-position: 0 -2073px;
    margin-top: 7px;
    width: 500px;
    height: 1px;
    float: left;
}

.co .pl a.ras {
    /*background: url(sprite.gif) no-repeat top left;
     background-position: -497px -1457px;*/
    color: #FFF;
    background-color: #589DD4;
    text-decoration: none;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 4px;
    margin: 2px 1px 2px 0; /*15px;*/
    font-weight: bold;
    cursor: pointer;
}

.co .pl a.tri {
    /*background: url(sprite.gif) no-repeat top left;
     background-position: 0 -799px;*/
    color: #FFF;
    background-color: #589DD4;
    text-decoration: none;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 4px;
    margin: 2px 1px 2px 0; /*15px;*/
    font-weight: bold;
    cursor: pointer;
}

.abonare_comentarii_rss {
    font-size: 10px;
    text-align: right;
    margin-top: 2px;
    margin-bottom: 20px;
}

/*|========================================|Inregistrare|=======================================*/
.inregistrare {
    margin-top: 10px;
    font-weight: normal; /*font-size: 11px;*/
    color: black;
}

.inregistrare h3 {
    margin: 0;
}

.inregistrare h2 {
    padding: 15px;
}

.inregistrare .errorMessage {
    font-weight: bold;
    color: red;
    padding: 0 0 1em 15px;
}

.inregistrare .inregistrare_label {
    float: left;
    width: 150px;
    padding: 0 0 1.6em 15px;
}

.inregistrare .terms {
    margin: 2px 0 5px 15px;
    font-size: 10px;
    color: #93a8bb;
}

.inregistrare .buttons {
    float: right;
    width: 75%;
}

.inregistrare .submit {
    font-size: 11px;
    font-weight: bold;
    border: none;
    padding: 0 20px 0 2px;
    background-color: white;
    background-image: url('../../images/new/black_go.gif');
    background-position: top right;
    background-repeat: no-repeat;
    cursor: pointer;
}

.errorMessage {
    color: red;
    margin-top: 10px;
}

#advancedSearch {
/*display: none;*/
}

.blueB_image {
    margin-top: 10px;
}

.result_item {
    margin-top: 10px;
}

#master_sus_subpanel_message {
    clear: both;
}

.salut {
    /*float: left;*/
    margin-right: 12px;
}

.myAccount {
    /*float: left;*/
    margin-right: 12px;
}

.loginError {
    margin-bottom: 10px;
}

/*|========================================|Detalii personale|=======================================*/
#detalii_personale .label {
    width: 140px;
    float: left;
    font-size: 12px;
    margin: 5px 0;
}

#detalii_personale .field input {
    font-size: 12px;
}

#detalii_personale .field {
/*margin: 5px 0;*/
}

#detalii_personale .info {
    font-size: 0.9em;
}

.detalii_personale {
    margin-left: 30px;
}

#detaliiSubmit, .newsletter_and_newsalert .options .submit, .userInputFormContainer .submit {
    color: white;
    padding: 4px;
    background: #E95D5E;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px; /*font-weight: bold;*/
/*font-family: Arial,Helvetica,sans-serif;*/
}

#detaliiSubmit:hover, .newsletter_and_newsalert .options .submit:hover {
    color: #ffeedd;
}

.myAccountSelection2 {
    background: url('/images/campusnews/myaccount_selection2.gif') no-repeat center bottom;
    margin-top: 20px;
}

#detaliiSubmit, .newsletter_and_newsalert .options .submit, .userInputFormContainer .submit {
    color: white;
    padding: 4px;
    background: #E95D5E;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px; /*font-weight: bold;*/
/*font-family: Arial,Helvetica,sans-serif;*/
}

#detaliiSubmit:hover, .newsletter_and_newsalert .options .submit:hover {
    color: #ffeedd;
}

/**************************************** mywebpr ************************************************/
#myAcccountMenu .item, #myAcccountMenu .last {
    background: url('/images/campusnews/myaccount_non_selection.gif') no-repeat center bottom;
    margin: 0 0 5px 0;
    padding: 10px 0;
    float: left;
}

#myAcccountMenu .item:hover, #myAcccountMenu .last:hover {
    background: url('/images/campusnews/myaccount_selection.gif') no-repeat center bottom;
}

#myAcccountMenu .selected {
    background: url('/images/campusnews/myaccount_selection.gif') no-repeat center bottom;
}

#myAcccountMenu a {
    color: black; /*font-size: 16px;*/
    font-weight: normal;
    padding: 10px 40px;
}

#myAcccountMenu .large a {
    padding: 10px 67px;
}

#myAcccountMenu a:hover {
    color: #E95D5E;
}

.articleAccessCount {
    clear: both;
    margin: 10px 0;
}

.articol_image .title, .articol_image .source {
    color: #7f7f7f;
}

/* Banda social - sfarsit articol */
.banda_social_div {
    border: 1px solid #D4D4D4;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
}

.banda_social_div a {
    text-decoration: none;
    color: #555555;
}

.banda_social {
    font-family: verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #555555;
}

.banda_social_span {
    margin: 0 0 0 20px;
    padding-bottom: 1px;
}

.yahoo_span {
    background-image: url(../../images/banda_social/yahoo.png);
    background-repeat: no-repeat;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
}

.delicious_span {
    background-image: url(../../images/banda_social/delicious.gif);
    background-repeat: no-repeat;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
}

.twitter_span {
    background-image: url(../../images/banda_social/twitter.gif);
    background-repeat: no-repeat;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
}

.reddit_span {
    background-image: url(../../images/banda_social/reddit.gif);
    background-repeat: no-repeat;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
}

.rss_span {
    background-image: url(../../images/banda_social/ico_RSS.gif);
    background-repeat: no-repeat;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
}

.tools a:link, .tools a:visited {
    color: #656565;
    text-decoration: none;
    font-size: 10px;
}

.tool_top {
    clear: both;
    padding: 5px 0 0 0;
}

#articleContent {
    font-size: 13px;
}

/****************** cautare ****************/
.cautare {
    width: 507px;
    margin: 0 auto;
    padding: 10px 0;
}

.cautareA_lf {
    width: 180px;
    float: left;
    text-align: left;
    padding-right: 5px;
}

.cautareA_lf span {
    display: block;
    padding: 1px 0 2px;
    text-align: left;
    margin: 0 0 4px 20px;
}

.cautareA_ce {
    width: 126px;
    float: left;
    text-align: left;
}

.cautareA_ce input {
    margin-bottom: 6px;
}

.cautareA_rg {
    width: 243px;
    float: left;
    text-align: center;
}

.cautareA_rg img {
    margin: 0 auto;
}

.advancedSearchGo {
    float: left;
    font: bold 10px Verdana;
    color: black;
    height: 14px;
    cursor: pointer;
    padding-right: 15px;
    padding-top: 1px;
    padding-left: 20px;
    background: url(../sprite.gif) no-repeat top left;
    background-position: -497px -821px;
    margin-right: 15px;
}

.imput_calendar {
    margin: 2px 0;
    border: 1px solid #dadae8;
    background: #fbfbfb url(../sprite.gif) no-repeat top left;
    background-position: 0 -1437px;
    color: #ccc;
    width: 115px;
}

.rezultate {
    width: 491px;
    /*margin: 0 auto;*/
    padding: 10px 0;
}

.num_result {

}

#login2 {
    float:right;
}

/******************* UPLOAD FORM *****************/
#bgLayer {
    filter: alpha(opacity = 65);
    -moz-opacity: .65;
    opacity: .65;
    background-color: #BCBCBC;
    position: absolute;
    width: 99%;
    z-index: 11;
    top: 0;
    height: 0;
}

.hotreporter_form {
    border: 2px solid #BCBCBC;
    background: #F4F4F4;
    padding: 10px 15px 10px 10px;
    z-index: 22;
    position: absolute;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.hotreporter_form input, .hotreporter_form textarea {
    clear: both;
    margin-bottom: 5px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #000;
}

.hotreporter_form {
    color: #000;
}

.hotreporter_form label {
    float: left;
    color: #000;
    margin-right: 5px;
    padding-top: 2px;
    text-align: right;
    width: 160px
}

.hotreporter_form #hotreportStatusMessage {
    text-align: center;
    margin-bottom: 10px;
}

#contactform td, .contactPage td {
    border: 0;
}

#content-slider-up {
    margin-left:3px;
    cursor:pointer;
}

#content-slider-down {
    margin-left:3px;
    cursor:pointer;
}

.link_rss {
	bottom:75px;
	position:absolute;
	right:258px;
	z-index:3;
	color: #d9431d !important;
	font-size: 138.5%;
}



