﻿* {
    outline:none;
}
html {
    height: 100%;
    font-size: 100.1%;
}
body {
    font: 12px/1.333 Trebuchet MS;
    background:#fff;
	margin: 0;
}
a img, fieldset {
    border: 0;
}
a {
    outline: none;
    color:#00509c;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
	line-height: 24px;
}
/*a:hover{
	color:#3fa9f5;
}*/
table {
	border-collapse: collapse;
}
/* html (begin) */
article,aside,canvas,details,embed,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display: block;}
command,datalist,keygen,mark,meter,progress,rp,rt,ruby,time,wbr {display: inline;}
/* html (end) */

/* wrapper (begin) */
.wrapper{
	width: 1200px;
    margin: 0 auto;
    position: relative;
}
/* wrapper (end) */

/* header (begin) */
header {}
/* header (end) */

/* banner (begin) */
.banner {
	margin: 0 0 15px;
}
.banner a img {
	display: block;
}
/* banner (end) */

/* personal (begin) */
.personal {
	overflow: hidden;
	margin: 0 0 15px;
}
.personal .personal-menu,
.personal .messages {
	float: right;
}
.personal .personal-menu {
	margin: 0 0 0 12px;
}
/* personal (end) */

/* personal-menu (begin) */
.personal-menu {
	background: #00509c;
	color: #fff;
	padding: 6px 10px 6px;

	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.personal-menu a {
	color: #fff;
}
.personal-menu span {
	margin: 0 0 0 10px;
}
.personal-menu span:first-child {
	margin: 0;
}
.personal-menu a.out {
	padding: 0 30px 0 0;
	background: url(/static/img/layout/i.png) no-repeat 40px -22px;
	display: inline-block;
    line-height: 18px;
}
/* personal-menu (end) */

/* messages (begin) */
.messages {
	background: #c71d22 url(/static/img/layout/i.png) no-repeat 30px 9px;
	padding: 6px 35px 8px 10px;

	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.messages a {
	color: #fff;
}
/* messages (end) */

/* menu (begin) */
.menu {
	width: 100%;
	text-align: center;
	background: #e8e8e8;
	margin: 0 0 15px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.menu td {
	height: 40px;
	font-size: 18px;
}
.menu a {
	font-size: 18px;
}
/* menu (end) */

/* content (begin) */
.content {
	position: relative;
}
/* content (end) */

/* breadcrumbs (begin) */
.breadcrumbs {
	border: 1px solid #c7c7c7;
	padding: 0 10px;
	line-height: 25px;
	margin: 0 0 15px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.breadcrumbs a {
text-decoration: underline;
}
.breadcrumbs a:hover {
text-decoration: none;
}
/* breadcrumbs (end) */

/* cols (begin) */
.cols {}
.cols:after {
	content: '';
	display: block;
	clear: both;
}
.cols .l-col {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}
.cols .c-col {
	float: left;
	width: 570px;
}
.cols .r-col {
	float: right;
	width: 300px;
}
/* cols (end) */

/* footer (begin) */
footer {
	background: #00509c;
	border-bottom: 8px solid #c71d22;
	position: relative;
	height: 95px;
	color: #fff;
	font-size: 14px;
	margin: 40px 0 0;

	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
footer .copy {
	position: absolute;
	top: 30px;
	left: 30px;
}
footer address {
	position: absolute;
	top: 35px;
	left: 310px;
	font-style: normal;
	line-height: 14px;
}
footer .madeBy {
	position: absolute;
	top: 30px;
	right: 50px;
	text-align: right;
	background: url(/static/img/layout/i.png) no-repeat 155px -50px;
	min-height: 38px;
	padding: 0 65px 0 0;
}
footer a {
	color: #fff;
}
/* footer (end) */

/* search (begin) */
.search {
	margin: 0 0 20px;
}
.search h3 {
	margin: 0 0 15px;
}
.search .input-box {
    border: 1px solid #c7c7c7;
    height: 30px;
    position: relative;
    overflow: hidden;
}
.search .input-box input[type=submit] {
	position: absolute;
	right: 0;
	top: 1px;
}
.search input[type=submit] {
	height: 30px;
	width: 30px;
	border: 0;
	background: url(/static/img/layout/i.png) no-repeat 6px -96px;
	cursor: pointer;
}
.search input[type=text] {
	border: 0;
	height: 30px;
	width: 253px;
	padding: 0 35px 0 10px;
    font: 14px Trebuchet MS;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* search (end) */

/* headers styles (begin) */
h3 {
	font-size: 18px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
/* headers styles (end) */

/* form styles (begin) */
form {}
form input,
form textarea {
    font: 12px/1.333 Trebuchet MS;
}
/* form styles (end) */

/* contacts (begin) */
.contacts {
	margin: 0 0 30px;
}
.contacts h3 {
	margin: 0 0 15px;
}
.contacts .timetable {
	width: 100%;
}
.contacts .timetable .tel {
	font-size: 28px;
	font-weight: bold;
}
.contacts .timetable .tt {
	font-size: 11px;
}
.contacts .mail {
	font-size: 24px;
}
/* contacts (end) */

/* publicReception (begin) */
.publicReception {
	margin: 0 0 20px;
}
.publicReception h3 {
	margin: 0 0 15px;
}
.publicReception ul {
	padding: 0;
}
.publicReception ul li {
	overflow: hidden;
	margin: 30px 0 0;
	list-style: none;
}
.publicReception ul li:first-child {
	margin: 0;
}
.publicReception .cover {
	float: left;
	margin: 0 10px 0 0;
	width: 82px;
}
.publicReception .info {
	overflow: hidden;
	font-size: 14px;
	line-height: 14px;
	padding: 0 0 1px;
}
.publicReception .organization {
	margin: 0 0 5px;
}
.publicReception .post {
	font-weight: bold;
}
.publicReception .time-table {
	margin: 0 0 10px;
}
.publicReception .name {
	margin: 0 0 10px;
	font-weight: bold;
	color: #00509C;
}
.publicReception .post a,
.publicReception .name a {
	text-decoration: none;
}
.publicReception .register {
	text-decoration: underline;
}
/* publicReception (end) */

/* pressCenter (begin) */
.pressCenter {}
.pressCenter h3 {
	margin: 0 0 15px;
}
/* pressCenter (end) */

/* video (begin) */
.video {
	margin: 0 0 20px;
}
.video ul {
	padding: 0;
	margin: 0;
}
.video h4 {
	margin: 0 0 10px;
}
.video li {
	margin: 25px 0 0;
	font-size: 14px;
	line-height: 14px;
	list-style: none;
}
.video li:first-child {
	margin: 0;
}
.video .v {
	border: 1px solid #d6d6d6;
	margin: 0 0 10px;
}
.video .v img {
	display: block;
}
/* video (end) */

/* articles (begin) */
.articles {}
.articles h4 {
	margin: 0 0 10px;
}
/* articles (end) */

/* articles-list (begin) */
.articles-list {
	padding: 0;
	margin: 0;
}
.articles-list li {
	margin: 10px 0 0;
	font-size: 14px;
	list-style: none;
}
.articles-list li:first-child{
	margin: 0;
}
/* articles-list (end) */

/* events (begin) */
.events {
	margin: 0 0 20px;
}
.events h3 {
	margin: 0 0 15px;
}
.events .date {
	font-weight: bold;
	color: #c71d22;
}
.events  .articles-list li {
	line-height: normal;
}
/* events (begin) */

/* news (begin) */
.news {
	margin: 0 0 20px;
}
.news h3 {
	margin: 0 0 15px;
}
.news .date {
	font-weight: bold;
	margin: 0 0 5px;
}
/* news (begin) */

/* documents (begin) */
.documents {}
.documents h3 {
	margin: 0 0 15px;
}
/* documents (begin) */

/* hgroup (begin) */
hgroup {
	overflow: hidden;
	margin: 0 0 15px;
}
hgroup a {
	float: right;
	font-size: 14px;
	margin: 12px 0 0;
}
hgroup h3 {
	margin: 0;
}
/* hgroup (end) */

/* datepicker (begin) */
.l-datepicker h3 {
	margin: 0 0 15px;
}
.ui-widget-header {
	background: #00509c;
}
.datepicker {
	margin: 0 0 20px;
}
.ui-datepicker {
	width: auto;
}
/* datepicker (end) */

/* applications (begin) */
.applications {
	font-size: 14px;
}
.applications hgroup {}
.applications hgroup h3 {
	color: #c71d22;
}
.applications hgroup a {
	font-size: 12px;
	font-weight: bold;
	margin: 6px 0 0 0;
}
.applications hgroup a.create {
	color: #c71d22;
	margin: 6px 0 0 10px;
}
.applications hgroup a.all {}
.applications ul {
	margin: 0 0 10px;
	padding: 0;
}
.applications ul li {
	padding: 10px;
	background: #f2f2f2;
	margin: 20px 0 0;
	position: relative;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	list-style: none;
}
.applications ul li:first-child {
	margin: 0;
}
.applications .number {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #9c9c9c;
	font-size: 14px;
}
.applications .category {
	background: url(/static/img/layout/i.png) no-repeat 0 -134px;
	padding: 0 0 0 20px;
	margin: 0 0 15px;
}
.applications .head {
	font-style: italic;
	font-size: 24px;
	margin: 0 0 20px;
	color: #00509C;
}
.applications .author {
	background: url(/static/img/layout/i.png) no-repeat 0 -168px;
	padding: 0 0 0 20px;
	margin: 0 0 15px;
}
.applications .company {
	overflow: hidden;
}
.applications .company .pic {
	float: left;
	margin: 5px 15px 0 0;
	max-width: 100px;
	max-height: 100px;
}
.applications .company .info {
	overflow: hidden;
}
.applications .f {
	margin: 45px 0 0;
}
.applications .sign-info {
	overflow: hidden;
	margin: 0 0 10px;
}
.applications .sign-info .time-left {
	float: right;
}
.applications .progressbar {
	margin: 0 0 10px;
}
.applications .meta {
	width: 100%;
}
.applications .meta .r {
	text-align: right;
}
.applications .showAll {
	font-size: 18px;
}
.applications .status {
	padding: 0 0 0 20px;
	background: url(/static/img/layout/i.png) no-repeat 0 -302px;
}
.applications .status a,
.applications .status b {
	font-weight: bold;
	text-decoration: none;
	color: #00509C;
}
.applications.lastViewed {
	margin: 20px 0 0;
}
.applications.lastViewed .head {
	font-size: 18px;
	font-style: normal;
}
.applications .text {
	margin: -10px 0 20px;
}
.applications .text p {
	margin: 10px 0;
}
/* applications (end) */

/* time-left (begin) */
.time-left {
	padding: 0 0 0 20px;
	background: url(/static/img/layout/i.png) no-repeat 0 -200px;
}
/* time-left (end) */

/* signed (begin) */
.signed {
	font-weight: bold;
}
/* signed (end) */

/* progressbar (begin) */
.progressbar {
	height:16px;
	position: relative;
	border: 1px solid;
	border-color: #aaa #aaa transparent #aaa;
	border-bottom: 0;
	background: #cfcfcf;

	-moz-box-shadow: inset 0 2px 3px 0 #aaa;
	-webkit-box-shadow: inset 0 2px 3px 0 #aaa;
	box-shadow: inset 0 2px 3px 0 #aaa;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.progressbar .progress {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	background: url(/static/img/layout/progress.png) repeat-x 0 0;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* progressbar (end) */

/* button (begin) */
.button {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	position: relative;
	line-height: 32px;
	padding: 0 35px 0 10px;
	display: inline-block;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background: #006bd0; /* old browsers */
	background: -moz-linear-gradient(top, #006bd0, #00509d); /* firefox */
	background: -webkit-linear-gradient(top, #006bd0, #00509d); /* webkit */
	background: -o-linear-gradient(top, #006bd0, #00509d); /* firefox */
    background: linear-gradient(top, #006bd0, #00509d); /* firefox */
}
.button i {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -7px 0 0;
}
.button i.ok {
	background: url(/static/img/layout/i.png) no-repeat 0 -265px;
}
.button i.write {
	background: url(/static/img/layout/i.png) no-repeat 0 -345px;
}
/* button (end) */

/* comments (begin) */
.comments {
	padding: 0 0 0 20px;
	background: url(/static/img/layout/i.png) no-repeat 0 -233px;
}
/* comments (end) */

/* l-comments (begin) */
.l-comments {
	margin: 20px 0 0;
	font-size: 14px;
}
.l-comments ul {
	margin: 15px 0 20px;
}
.l-comments ul li {
	position: relative;
	border-top: 1px solid #e8e8e8;
	padding: 15px 0 0;
	margin: 15px 0 0;
}
.l-comments ul li .date {
	position: absolute;
	color: #9c9c9c;
	top: 10px;
	right: 0;
}
.l-comments .author-info {
	overflow: hidden;
	margin: 0 0 10px;
}
.l-comments .author-info .ava {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #cbcbcb;
}
.l-comments .author-info .ava img {
	display: block;
}
.l-comments .author-info .info {
	overflow: hidden;
}
/* l-comments (end) */



/* Feed
-------------------------------------------------------------- */
.feed-list {
display:block;
margin:0;
padding:0;
}
.feed-list .feed-item {
display:block;
margin:0 0 1.2em;
line-height:20px;
}
.feed-list .feed-item-date {
display:block;
float:left;
margin:0 13px 0 0;
color:#676767;
font-size:12px;
}
.feed-single-item .feed-item-date {
display:block;
margin:0 0 13px 0;
color:#676767;
font-size:12px;
line-height:20px;
}

/* Account Register */
.register-header {
color: #c71d22;
font-size: 18px;
margin: 0;
padding: 0;
}
#account-form-register .header {
font-size: 18px;
margin: 30px 0 10px 0;
}
#account-form-register .header:nth-of-type(1) {
margin-top: 10px;
}
#account-form-register .field-wrap {
margin-bottom: 15px;
font-size: 14px;
vertical-align: top;
}
#account-form-register .field-title {
display: block;
font-size: 14px;
}
#account-form-register .field-title-hint {
color: #a4a4a4;
} 
#account-form-register .text-field {
border: 1px solid #c7c7c7;
border-radius: 4px;
width: 396px;
height: 30px;
line-height: 30px;
font-size: 16px;
padding: 0 6px;
} 
#account-form-register .file-field {
border: 1px solid #c7c7c7;
border-radius: 4px;
width: 508px;
height: 30px;
line-height: 30px;
font-size: 16px;
padding: 0 6px;
}
#account-form-register .file-upload-overlap {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
}
#account-form-register .file-upload-overlap  .file-upload-button {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 32px;
text-align: center;
width: 78px;
height: 32px;
margin-left: 10px;
vertical-align: top;
background: url("/static/img/layout/register_file_upload.png") 0 0 repeat-x;
}
#account-form-register .file-upload-overlap .file-field {
display: none;
cursor: pointer !important;
height: 100%;
position: absolute;
left: 330px;
top: 0; 
width: 68px;
filter: alpha(opacity=1);
-moz-opacity: 0.01;
opacity: 0.01;
font-size: 100px;
}
#account-form-register .select-field-wrap {
overflow:hidden; /* this hides the select's drop button */
margin: 0;
width: 410px;
height: 33px;
background: white url(/static/img/layout/register_select.png) no-repeat 0 0;
outline: none;
display: inline-block;
/* this is the new drop button, in image form */
} 
#account-form-register .select-field-wrap-active {
background: white url(/static/img/layout/register_select.png) no-repeat 0 -33px;
outline: none;
} 
#account-form-register .select-field {
line-height: 20px;
width: 450px;
background-color:transparent /* this hides the select's background making any styling visible from the div */;
background-image:none;
-webkit-appearance: none /* this is required for Webkit browsers */;
border:none;
box-shadow:none;
padding:8px 0.5em 0px 0.5em; /* padding should be added to the select, not the div */
outline: none;
} 
#account-form-register .select-field-wrap.field-error  {
background: white url(/static/img/layout/register_select.png) no-repeat 0 -66px;
}
#account-form-register .select-field-wrap-active.field-error {
background: white url(/static/img/layout/register_select.png) no-repeat 0 -99px;
}

#account-form-register .checkbox-field-wrap {
overflow:hidden; /* this hides the select's drop button */
margin: 0;
width: 13px;
height: 13px;
display: inline-block;
background: white url(/static/img/layout/register_checkbox.png) no-repeat 0 -13px;
vertical-align: middle;
/* this is the new drop button, in image form */
} 
#account-form-register .checkbox-field-wrap-checked {
background: white url(/static/img/layout/register_checkbox.png) no-repeat 0 0;
} 
#account-form-register .checkbox-field {
background-color:transparent /* this hides the select's background making any styling visible from the div */;
background-image:none;
-webkit-appearance: none /* this is required for Webkit browsers */;
border:none;
box-shadow:none;
padding: 0; /* padding should be added to the select, not the div */
margin-left: 20px;
} 
#account-form-register .form-hint {
width: 410px;
color: #c7c7c7;
}
#account-form-register .form-submit{
background: url(/static/img/layout/register_submit.png) no-repeat 0 4px;
border: 0;
width: 220px;
height: 36px;
color: #fff;
font-size: 18px;
line-height: 32px;
text-align: left;
padding-left: 10px;
cursor: pointer;
}
#account-form-register .field-error input, #account-form-register .field-error textarea{
border-color: #D71D22;
}
#account-form-register .error-notification  {
background: url(/static/img/layout/register_error.png) no-repeat 6px 4px;
display: inline-block;
height: 32px;
width: 30px;
vertical-align: top;
cursor: pointer;
}
#account-form-register .attach-image {
background-color: #FFFFFF;
border: 1px solid #0088CC;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
height: auto;
padding: 4px;
}

.download {
position:relative;
text-align:left;
left:370px;
top:-50px;
}
.title {
position:relative;
text-align:left;
width:350px;
left:0px;
top:0px;
}

.tabs {
    border-bottom: 1px solid #CDCDCD;
    margin: 0;
    overflow: visible;
    position: relative;
    width: 560px;
    z-index: 2;
}
.tabs-content {
    padding: 23px 0 0;
    position: relative;
    z-index: 1;
}
.tabs-content > div {
    display: none;
}
.tabs, .tabs ul, .tabs li {
    height: 31px;
}
.tabs ul {
    display: table;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    table-layout: auto;
    width: 560px;
    z-index: 3;
}
.tabs li {
    display: table-cell;
    padding: 0;
    text-align: center;
    width: auto;
}
.tabs li + li {
    padding-left: 20px;
}
.tabs a, .tabs span {
    border: 1px solid #CDCDCD;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    outline: none;
}
.tabs a:link, .tabs a:visited {
    background: url("/static/img/layout/tabs_bg.png") repeat-x scroll 0 0 #EFEFEF;
    text-decoration: none !important;
}
.tabs a:hover, .tabs a:active {
    background: none repeat scroll 0 0 #FFFFFF;
    text-decoration: none !important;
}
.tabs span, .tabs a.active {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-bottom: 0 none !important;
    color: #000000 !important;
    cursor: default;
    padding-bottom: 1px !important;
    text-decoration: none !important;
}

.highlight-date.ui-datepicker-current-day {
background: #00509C;
}
.highlight-date .ui-state-default{
background: #00509C;
color: #fff;
}
.highlight-date .ui-state-highlight{
background: #00509C;
color: #fff;
}

.highlight-date-red.ui-datepicker-current-day {
background: #C71D22;
}
.highlight-date-red .ui-state-default{
background: #C71D22;
color: #fff;
}
.highlight-date-red .ui-state-highlight{
background: #C71D22;
color: #fff;
}

.category-info {
display: none;
margin: 10px 0;
}
.category-info .category-votes {
background: url("/static/img/layout/icon_vote.png") no-repeat 0 0;
padding: 0 0 0 20px;
}
.category-info .category-deadline {
background: url("/static/img/layout/icon_time.png") no-repeat 0 0;
padding: 0 0 0 20px;
}

.user-profile-card {
background-color: #EFFAFC;
width: 540px;
border: 1px solid #C5DBEC;
padding: 10px;
border-radius: 5px;
vertical-align: top;
}

.user-profile-photo {
vertical-align: top;
display: inline-block;
}
.user-profile-photo img{
width: 80px;
}
.user-profile-info  {
display: inline-block;
width: 450px;
}
.user-profile-info table {
width: 450px;
}
.user-profile-info th {
font-weight: strong;
line-height: 16px;
font-size: 12px;
display: inline-block;
padding-right: 10px;
}
.user-profile-info td {
border-bottom: dashed 1px #dedede;
} 

