﻿/* Reset */
* {margin:0; padding:0;}
img {border:none;}
ul li {list-style-type:none;}
/* */
html {height:100%;}
body {
	height: 100%;
	background:#F1F1F1 url(../../../images/frontEnd/layout/bgBody.jpg) left top repeat-x;
	font:normal 11px/15px Tahoma, Arial, Helvetica, sans-serif;
	color:#000;}
body.body-homePage-bg {
	background:#F1F1F1 url(../../../images/frontEnd/layout/bgBody-home.png) left top repeat-x;}
p {margin-bottom:12px;	}
h1 {font:bold 21px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;}
h1 a {font:bold 21px/25px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#028AC7; text-decoration:none;}
h1 span {font:normal 12px/15px Arial, Helvetica, sans-serif; color:#666; text-transform:none;}
h2 {font:bold 15px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; padding-bottom:2px;}
h2 a {font:bold 15px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; padding-bottom:2px; color:#028AC7; text-decoration:none;}
h3 {font:bold 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;}
a {color:#028AC7;}
a:hover {color:#00CCFF; text-decoration:none;}
fieldset {border:solid 1px #CCC; margin-bottom:20px;}
legend {margin:0 10px;padding:0 10px; font:bold 14px/14px Arial, Helvetica, sans-serif; color:#999;}
.fieldsetWrapper {margin:15px 20px 15px 20px;}
/* */
#global {
	min-height: 100%; 
    height: auto !important; 
    height: 100%;
	
	width:1000px;
	margin:0 auto 0 auto;}
/* Logo */
.logo {
    position:relative;
}
.logo-wrapper {
    position:absolute; 
    top:45px;
}
.logo-main img {
    margin:5px 20px 0 40px;
}
.logo-text img {
    position:relative; top:0px;
}
/* */
/* */
#userLogin {
	text-align:right;
	float:right;
	margin-right:50px;}
#userLogin li{
	float:left;
	color:#FFF;}
#userLogin li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:6px 3px 11px 3px;}
#userLogin li p {
    padding:6px 3px 0px 3px;
    margin-bottom:0px;}
.userLogin-icon {
	background:url(../../../images/frontEnd/elements/icon_01.png) left top;
	width:17px;
	height:20px;
	margin:5px 10px 0 0;}
#navTop {
	height:27px;}
.navTop-wrapper {
	width:270px;
	float:right;}
.navTop_left, .navTop_right {
	width:27px;
	height:27px;
	float:left;}
.navTop_left  {background:url(../../../images/frontEnd/layout/bgTopNav.png) 0px -27px no-repeat;}
.navTop_right {background:url(../../../images/frontEnd/layout/bgTopNav.png) 0 -54px no-repeat;}
.navTop_middle {
	background:url(../../../images/frontEnd/layout/bgTopNav.png) 0 top repeat-x;
	float:left;
	height:27px;
	width:180px;}
#navTop ul {
	margin:2px 0;
	text-align:center;}
#navTop ul li {
	display:inline;}
#navTop ul li a {
	color:#CCCCCC;
	text-decoration:none;
	padding:0 10px;
	border-right:solid 1px #666;}
/* Search */
#search {
	background:url(../../../images/frontEnd/layout/bgSearch.png) left top no-repeat;
	width:184px;
	position:relative;
	left:755px;
	top:20px;}
#search input.searchBox {
	border:none;
	background-color:#FFF;
	font:normal 11px/15px Tahoma, Arial, Helvetica, sans-serif;
	width:140px;
	padding:0 5px;
	margin:3px 0 5px 10px;
	color:#999;}
.searchBtn {
    background:url(../../../images/frontEnd/elements/arrow_01.png) center center no-repeat;
    width:10px;
    height:15px;
    border:none;
    cursor:pointer;
}
/* */
#header {
    height:54px;}
/* Navigation */
#navMenu {
	/* margin:10px 0 12px 35px; */
	padding:10px 0 12px 35px;}
#navMenu ul li.main-li {
	float:left;
	position:relative;}
#navMenu ul li.main-li a.mainLink {
	font:bold 14px/14px Arial, Helvetica, sans-serif;
	display:block;
	color:#FFF;
	text-decoration:none;
	border-left:solid 1px #37444E;
	padding:0 12px;}
#navMenu ul li.main-li .subMenu {
	position:absolute;
	z-index:99999;
	display:none;
	width:210px;
	background:url(../../../images/frontEnd/layout/bgNav.png) left 6px no-repeat;}
#navMenu ul li.main-li:hover .subMenu {
	display:block;}
#navMenu ul li.main-li .subMenu ul {
	margin:12px 20px 0px 20px;}
#navMenu ul li.main-li .subMenu ul a {
	color:#FFF;
	text-decoration:none;
	display:block;
	background:url(../../../images/frontEnd/layout/dotSubNav.png) left top repeat-x;
	padding:6px 3px 6px 3px;}
.subMenu-bottom {
	background:url(../../../images/frontEnd/layout/bgNav_bottom.png) left bottom no-repeat;
	height:5px;
	position:relative;
	top:5px;}
#ctl00_hlStudentProfile, 
#ctl00_rptSubNavProgramme_ctl00_hlSubNavProgramme, #ctl00_rptSubNavAbout_ctl00_hlSubNavAbout, #rptSubNavAbout_ctl00_hlSubNavAbout, #rptSubNavProgramme_ctl00_hlSubNavProgramme,
#hlStudentProfile {background:none !important;}
/* */
#content {
	background:url(../../../images/frontEnd/layout/bgContent_00.png) left 30px no-repeat; 
	width:956px;
	min-height:350px;
	margin:0 auto;}
#breadcrumbs ul {
	padding:12px 25px 10px 25px;}
#breadcrumbs ul li {
	display:inline;
	color:#666;}
#breadcrumbs ul li a {
	text-decoration:none;
	color:#666;
	text-transform:lowercase;}
#mainContent {
    line-height:16px;}
.contentWrapper_01 {
     margin:20px 25px 40px 25px;
     padding:10px 0 0 0px;}
.contentWrapper_02 {
     margin:0 0 0 14px;} 
.content-left {
    float:left;
    width:205px;
    min-height:291px;
    background:url(../../../images/frontEnd/layout/bgSidebar_01.png) left top repeat-x;}
.content-left-wrapper {
    margin:30px 10px 40px 10px;}
.content-right-wrapper {
    margin:30px 10px 40px 20px;}
.content-right {
    float:left;
    width:680px;}
/* Components */
.input-01 {
    font:normal 11px/11px Tahoma, Arial, Helvetica, sans-serif;
    width:160px;
    padding:2px 2px 2px 2px;
    border:solid 1px #ccc;}
.ddl-01 {
    font:normal 11px/11px Tahoma, Arial, Helvetica, sans-serif;
    width:160px;
    border:solid 1px #ccc;
    padding:1px 2px;}
.ddl-02 {
    font:normal 14px/14px Arial, Helvetica, sans-serif;
    width:300px;
    border:solid 1px #ccc;
    padding:1px 2px;}
.pager {
    text-align:center;
    font-weight:bold;}
.pager a, .pager span{
    padding:0 2px;}
.btn-recommendation, .btn-message, .btn-resume, .glr-img-next-previous {
    display:block;
    padding:3px 0px 3px 0px;
    text-align:center;
    text-decoration:none;
    color:#666666;}
.glr-img-next-previous {
    background:url(../../../images/frontEnd/elements/btn_NextPrevious.png) left top no-repeat;
    width:63px;}
.btn-recommendation {
    background:url(../../../images/frontEnd/elements/btn_SendRecomendarion.png) left top no-repeat;
    width:130px;}
.btn-message {
    background:url(../../../images/frontEnd/elements/btn_SendMessage.png) left top no-repeat;
    width:89px;}
.btn-resume {
    background:url(../../../images/frontEnd/elements/btn_vote.png) left top no-repeat;
    width:61px;}
.btn-recommendation:hover, .btn-message:hover, .btn-resume:hover, .glr-img-next-previous:hover {
    color:#666666;}
/* Footer */
#footerPusher {
    height:69px;}
#footer {
	background:url(../../../images/frontEnd/layout/bgFooter.jpg) left top repeat-x;
	height:69px;
	margin-top:-69px;
	overflow:hidden;
	text-align:center;}
.footerWrapper {
    width:960px;
    margin:12px auto 0 auto;}
#footer ul {
    margin-bottom:5px;}
#footer ul li {
    display:inline;
    color:#999;}
#footer ul li a {
    color:#CCC;
    text-decoration:none;
    border-left:solid 1px #999;
    padding:0 7px 0 10px;}
#footer ul li a:hover {
    color:#00CCFF;}
.allRights {
    color:#999;}
.allRights a {
    color:#999;
    text-decoration:none;}
.allRights a:hover {
    color:#00CCFF;
    text-decoration:underline;}
/* Clear */
.clear {clear:both;}
.block {display:block;}
.bold {font-weight:bold;}
.noBorder {border:none !important;}
.noBg {background:none !important;}
.bg-LightGray {background-color:#E1E1E1;}
.uppercase {text-transform:uppercase;}
.center {text-align:center !important;}
.left {text-align:left;}
.color-CCC {color:#CCC}
.w40 {width:40px;}
.w50 {width:50px;}
.wrapper-01 {margin:15px 20px;}
.pb10 {padding-bottom:10px;}
.mr5 {margin-right:5px;}
.mr20 {margin-right:20px;}
.ml20 {margin-left:20px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mb3 {margin-bottom:3px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
/* Students and Staff */
.searchStudents {
    width:530px;
    float:right;
    margin:3px 0 0 0;}
.searchStaff {
    width:360px;
    float:right;
    margin:3px 0 0 0;}
.students-profiles {
    padding:20px 0 0 0;
    height:370px;}
.students-items {
    float:left;
    height:110px;
    width:88px;
    margin:0 0 10px 0;}
.students-items table {
    width:70px;
    margin-left:auto;
    margin-right:auto;}
.students-items table td {
    width:70px !important;
    height:70px !important;
    text-align:center;
    vertical-align:middle !important;
    border:solid 1px #CCC;
    background-color:#F1F1F1;}
.students-items table td:hover  {
    border:solid 1px #999;}
.students-items img{
    max-width:66px;
    max-height:66px;}
.students-items-name {
    text-decoration:none;
    margin:5px 0 0 12px;
    display:block;}
.students-items-name:hover {
    text-decoration:underline;}
/* Student Details*/
.profile-left {
    width:144px;
    float:left;}
.profile-middle {
    width:422px;
    float:left;
    margin:0 25px;}
.profile-middle h1 span {
    font:bold 14px/14px Arial;
    color:#999;}
.profile-right {
    width:270px;
    float:left;}
.profile-personal-image {
    border:solid 1px #CCC !important;
    padding:1px;
    max-width:140px;}
.profile-personal-info {
    margin: 10px 0 0 0;
    padding:10px 0;
    background:url(../../../images/frontEnd/elements/dot_01.png) left bottom repeat-x;}
.profile-personal-info-item {
    clear:both;
    overflow:hidden;
    margin:0 0 5px 0;}
.profile-personal-info label{
    width:152px;
    font-weight:bold;
    display:block;
    float:left;
    text-align:right;
    margin:0 5px 0 0;
    color:#333;}
.profile-personal-info-description {
    float:left;
    width:250px;}
.profile-section {
    background:url(../../../images/frontEnd/elements/dot_01.png) left bottom repeat-x;
    padding:10px 0 15px 0;}
.profile-about {
    font:normal 13px/18px Georgia, Tahoma, Arial, Helvetica, sans-serif;
    font-style:italic;
    color:#333;}
.profile-stars {
    padding: 2px 5px;}
.profile-stars img {
    width:18px !important;
    height:19px !important;}
.profile-stars-left {
    width:290px;
    float:left;
    margin-right:15px;
    padding:3px 0 0 0;}
.bulletins-item {
    background:url(../../../images/frontEnd/elements/dot_01.png) left bottom repeat-x;
    padding:10px 0;}
.bulletins-item a {
    text-decoration:none;}
.bulletins-item a:hover {
    text-decoration:underline;}
.staff-subject {
    margin-top:15px;
    width:422px;}
.staff-subject th {
    background-color:#DDD;
    padding:10px 10px;
    text-align:left;
    font:bold 11px/11px Tahoma;
    border-bottom:solid 2px #CCC;}
.staff-subject td {
    vertical-align:top;
    padding:8px 10px;
    border-bottom:solid 1px #CCC;}
.staff-subject h2 a {
    font:bold 14px/14px arial;
    text-decoration:none;}
/* */
.link-01 {
    display:block;
    text-decoration:none;
    background:url(../../../images/frontEnd/elements/dot_01.png) left top repeat-x;
    padding:4px 5px 4px 5px;}
#ctl00_cphMainContent_lvProjects_ctrl0_hlProjectTitle {
    background:none;}
.latest-projects-seeAll-link {
     text-align:right;}
.latest-projects-seeAll-link a {
    font-weight:bold;}
/* Loged as */
.logedAs {
    width:250px;
    float:right;
    text-align:right;
    padding:7px 0 10px 0;
    color:#fff;
    margin:0 55px 0 0;}
.logedAs ul li {
    display:inline;}
.logedAs ul li a {
    color:#fff;
    text-decoration:none;
    border-left:solid 1px #666;
    padding:0 7px 0 10px;}
.logedAs ul li span {
    color:#fff;
    text-decoration:none;
    padding:0 5px 0 0;}
.navLoged {
    width:600px;
    float:left;
    padding:7px 0 10px 0;
    margin-left:45px;
    color:#fff;}
.navLoged ul li {
    display:inline;}
.navLoged ul li a {
    color:#fff;
    text-decoration:none;
    border-left:solid 1px #666;
    padding:0 7px 0 10px;}
#hlLogedStudentInbox {
    padding-right:2px;}
.messageCounter {
    color:#00FFFF;}
#hlLogedProfessorEditProfile {
    border:none;
    padding-left:0px;}
#ctl00_hlLogedProfessorEditProfile {
    border:none;
    padding-left:0px;}
#hlMyProfie {
    border:none;
    padding-left:0px;}
#ctl00_hlMyProfie {
    border:none;
    padding-left:0px;}
#hlLogedCompanyRecommendations {
    border:none;
    padding-left:0px;}
#ctl00_hlLogedCompanyRecommendations {
    border:none;
    padding-left:0px;}
/* Manu aspx */
#ctl00_cphMainContent_mnAbout br {
    display:none !important;
    height:0px;}
a.selectedLevel {
    font-weight:bold;
    color:#000 !important;}
a.level1 {
    display:block;
    background:url(../../../images/frontEnd/elements/dot_01.png) left bottom repeat-x;
    width:165px;
    padding:5px 5px;}
a.level2 {
    display:block;
    width:150px;
    padding:3px 5px 3px 20px;
    margin-left:0px !important;
    color:#666;
    background:url(../../../images/frontEnd/elements/dot_03.png) 7px 8px no-repeat;}
/* Course */
.gridView-course h2 {
    color:#028AC7;
    margin:15px 0 2px 10px;}
.gridView-course table {
    width:700px;}
.gridView-project {
    width:700px;}
.gridView-project a, .gridView-course a {
    text-decoration:none;}
.gridView-project a:hover, .gridView-course a:hover {
    text-decoration:underline;}
.gridView-course table td, .gridView-project td {
    padding:3px 10px;}
.gridView-course table th, .gridView-project th {
    background-color:#DDD;
    padding:3px 10px;
    color:#666;
    text-align:left;}
.gridView-course-alternateRow td, .gridView-course-project td {
    background-color:#FFF;}
.pager-gridView td {
    font:bold 12px/16px Tahoma;
    padding:2px 5px; }
.pager-gridView table {
    margin: 0 auto;}
/* */
.icons-print {
    position:relative;}
.icons-print-wrapper {
    position:absolute;
    top:-10px;
    left:790px;}
.icon-print-pdf {
    background:url(../../../images/frontEnd/elements/icon_02.png) center top no-repeat;
    display:block;
    width:60px;
    padding:38px 0 0 0;
    font:normal 10px/10px Tahoma, sans-srif;
    text-decoration:none;
    color:#666;
    text-align:center;}
.icon-print-pdf:hover {
    background:url(../../../images/frontEnd/elements/icon_02_hover.png) center top no-repeat;
    color:#D71717;
    text-decoration:underline;}
.icon-print {
    background:url(../../../images/frontEnd/elements/icon_03.png) center top no-repeat;
    display:block;
    width:55px;
    padding:38px 0 0 0;
    font:normal 10px/10px Tahoma, sans-srif;
    text-decoration:none;
    color:#666;
    text-align:center;}
.icon-print:hover {
    background:url(../../../images/frontEnd/elements/icon_03_hover.png) center top no-repeat;
    color:#582271;
    text-decoration:underline;}
/* */
/* Sidebar */
.sidebar-details-01-items {
    clear:both;
    overflow:hidden;
    margin:0 0 4px 0;}
.sidebar-details-01-items-label{
    width:100px;
    float:left;
    text-align:right;
    display:block;
    font-weight:bold;
    margin-right:7px;}
.sidebar-details-01-items-details {
    width:210px;
    float:left;}
.sidebar-details-01-items-details-02 {
    width:150px;
    float:left;}
/* Bulletin Archive */
.bulletinArchive-items {
    width:550px;
    background:url(../../../images/frontEnd/elements/dot_01.png) left bottom repeat-x;
    padding:10px 0 15px 0;}
.bulletinArchive-items h2 span{
    font-size:14px;
    color:#666;}
/* */
.editProfile label{
    display:block;
    float:left;
    width:130px;
    font-weight:bold;
    text-align:right;
    margin-right:5px;}
.editProfile-input-01{
    border:solid 1px #CCC;
    font:normal 11px/11px Tahoma, Arial, Helvetica, sans-serif;
    color:#333;
    width:220px;
    padding:2px 5px;}
.editProfile-input-01:hover {
    border:solid 1px #999;}
.editProfile-separator {
    clear:both;
    margin-top:10px;}
.editProfile-studentImage {
    position:absolute; 
    top:-20px; 
    left:400px; 
    border:solid 1px #ccc !important; 
    padding:1px;
    max-height:140px;}
.help-text-01 {
    color:#999;
    font:normal 10px/14px Tahoma, Arial, Verdana, Helvetica, Sans-serif;
    margin-left:138px;
    width:230px;
    margin-top:5px;}
.button {
	padding:3px 10px;
	margin:10px 10px 0 0;
	font: normal 11px/11px Tahoma;
	border-top: 1px solid #DDE8F7;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #ddd;
	background:#FAFAFA url(../../../images/backEnd/structure/button.gif) repeat-x;
	color:#666;
	cursor:pointer;
	overflow:auto;}
/* Contact */
.content-middle-contact {
    float:left;
    width:240px;
    padding:30px 20px;}
.contact-input-item label{
    display:block;
    font-weight:bold;
    padding:5px 0 1px 3px;}
/* Galleries */
.galleries-items {
    float:left;
    width:145px;
    height:160px;
    margin:0 5px 10px 0;}
.galleries-items table td {
    width:110px;
    height:110px;
    background-color:#E4E4E4;
    text-align:center;
    border:solid 1px #ddd;}
.galleries-items table td img {
    max-height:110px;
    max-width:110px;}
.galleries-items-name-surname a {
    color:#028AC7;
    font:bold 11px/16px Tahoma, Arial, Helvetca, sans-serif;
    text-decoration:none;}
.galleries-items:hover table td {
    border:solid 1px #999;}
.galleries-items:hover a {
    color:#00CCFF;
    text-decoration:underline;}
.gallery-project-items {
    float:left;
    width:400px;
    height:110px;
    margin:0 20px 30px 0;}
.gallery-project-items-image td {
    width:140px;
    height:110px;
    text-align:center;
    background-color:#fff;
    border:solid 1px #ddd;}
.gallery-project-items-image td:hover {
    border:solid 1px #999;}
.gallery-project-items-image td img {
    max-height:110px;
    max-width:135px;}
.gallery-project-items-title a {
    color:#000;
    font:bold 15px/19px Arial, Helvetca, sans-serif;
    text-decoration:none;
    display:block;
    margin-bottom:5px;}
.gallery-project-items-title a:hover {
    color:#00CCFF;}
.gallery-project-items label {
    font-weight:bold;}
.gallery-project-items-content td {
    vertical-align:top;}
.gallery-project-items-content td a {
    text-decoration:none;}
.gallery-project-items-content td a:hover {
    text-decoration:underline;}
.gallery-project-items-image td {
    width:140px;
    height:110px;
    text-align:center;
    border:solid 1px #ddd;}
.gallery-project-items-image td:hover {
    border:solid 1px #999;}
.gallery-project-items-image td img {
    max-height:110px;
    max-width:135px;}
.gallery-image-01-big td {
    width:490px;
    height:360px;
    text-align:center;
    border:solid 1px #DDD;}
.gallery-image-01-big img {
    max-width:480px;
    max-height:350px;}
/* Partners */
.partners {
    width:720px;
    /* background:url(../../../images/frontEnd/elements/dot_01.png) left bottom repeat-x;*/
    padding:0 0 10px 0;
    margin:0 0 10px 0;
    }
.partners-left {
    width:140px;
    
    float:left;}
.partners-left img {
    max-width:100px;
    max-height:100px;
    border:solid 1px #ddd !important;
    background-color:#fff;
    padding:10px;}
.partners-right {
    float:left;
    width:580px; }
.partners-left input:hover {
    border:solid 1px #B9332B !important;}
/* */
#ctl00_cphMainContent_upattDocuments__Table td {
    padding:5px;
    border-left:none !important;
    border-right:none !important;
    background-color:#fff !important;}
.AjaxUploaderCancelAllButton, #ctl00_cphMainContent_upattDocuments__Cancel {
    padding: 3px 10px;
	margin:10px 10px 15px 0;
	font: normal 11px/11px Tahoma;
	border-top: 1px solid #DDE8F7;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #ddd;
	background:#FAFAFA url(../../../images/backEnd/structure/button.gif) repeat-x;
	color:#666;
	cursor:pointer;
	overflow:auto;}
.AjaxUploaderQueueTable td {
    padding:5px;}
/* */
.gridView-archive {
    width:700px;}
.gridView-archive th {
    text-align:left;
    background-color:#DDD;
    padding:4px 10px;
    border-bottom:solid 2px #ccc;}
.gridView-archive td {
    padding:4px 10px;
    border-bottom:solid 1px #ddd;
    border-top:solid 1px #ddd;}
.gridView-archive th {
    background-color:#f4f4f4;}
.gridView-archive tr:hover {
    background-color:#f4f4f4;}
.gridView-archive-row-bold {
    font-weight:bold;}
/* News */
.news-image {
    float:right;
    border:solid 1px #e4e4e4 !important;
    padding:2px;
    width:200px;
    margin:0 0 10px 20px;}
.newsArchive-items {
    margin:0 20px 20px 0;
    float:left;
    width:410px;
    height:100px;}
.newsArchive-items table {
    float:left;
    width:125px;
    margin:0 20px 0 0;}
.newsArchive-items table td {
    width:125px;
    height:85px;
    border:solid 1px #e4e4e4 !important;
    text-align:center;
    background-color:#fff;}
.newsArchive-items table td:hover {
    border:solid 1px #999999 !important;}
.newsArchive-items input {
    max-width:125px;
    max-height:85px;
    padding:2px;    }
.newsArchive-items  h2 {
    margin-bottom:2px;
    margin-top:2px;}
.newsArchive-items  h2 a {
    text-decoration:none;} 
.newsArchive-items  h2 a:hover {
    text-decoration:underline;}
/* SiteMap */
.siteMap a:hover {
    text-decoration:underline;}
/* Notification */
.pnlPending {
    background:url(../../../images/frontEnd/elements/bgNotification_peinding.png) left top no-repeat;
    font:bold 15px/19px Arial, sans-serif;
    color:#333;
    padding:15px 0 18px 55px;
    margin:15px 0 0px 24px;}
.pnlYes {
    background:url(../../../images/frontEnd/elements/bgNotification_yes.png) left top no-repeat;
    font:bold 15px/19px Arial, sans-serif;
    color:#333;
    padding:15px 0 18px 55px;
    margin:15px 0 0px 24px;}
.pnlNo {
    background:url(../../../images/frontEnd/elements/bgNotification_no.png) left top no-repeat;
    font:bold 15px/19px Arial, sans-serif;
    color:#333;
    padding:15px 0 18px 55px;
    margin:15px 0 15px 24px;}
.pnlPending-01 {
    background:url(../../../images/frontEnd/elements/bgNotification_peinding.png) left top no-repeat;
    font:bold 15px/19px Arial, sans-serif;
    color:#333;
    padding:15px 0 18px 55px;
    margin:-15px 0 15px 0;}
.pnlYes-01 {
    background:url(../../../images/frontEnd/elements/bgNotification_yes.png) left top no-repeat;
    font:bold 15px/19px Arial, sans-serif;
    color:#333;
    padding:15px 0 18px 55px;
    margin:-15px 0 15px 0;}
.pnlNo-01 {
    background:url(../../../images/frontEnd/elements/bgNotification_no.png) left top no-repeat;
    font:bold 15px/19px Arial, sans-serif;
    color:#333;
    padding:15px 0 18px 55px;
    margin:-15px 0 15px 0;}
.errors {
    margin:15px 0 0 60px;}
.errors li {
    padding:2px 0;
    color:#B83526;
    font:bold 11px/16px Tahoma;
    list-style-type:decimal;}
/* */
.raportExcel td {
    vertical-align:top;
    padding:5px;}
.raportExcel input {
    margin:0 5px 0 0;
    position:relative;
    top:3px;}
.raportExcel label:hover {
    text-decoration:underline;
    cursor:pointer;
    color:#028AC7;}
/* */
.download-link-01 {
    background:url(../../../images/frontEnd/layout/download-01.gif) top left no-repeat;
    display:block;
    width:14px;
    height:14px;}
/* Search */
.searchTerm-notification h2 a {
    text-decoration:underline;}
.searchTerm-notification h2 a:hover span {
    color:#00CCFF;
    background:none;}
.searchTerm-notification span {
    background-color: #DDD;
    text-decoration:underline;
    color: #333;
    font-weight: bold;}
