﻿/* -----  PressRelease styles ----- */

div.press-release-address { text-align:left;}
div.press-release-address textarea{width: 550px;}
div.press-release-wherewheninfo { padding-top:30px; text-align:left;}
h1.press-release-header {
    text-align:center; 
    width:100%; 
    margin-top:20px;	
	font-size: 145%;
	text-transform:uppercase;
    color: black;
}

h2.press-release-title {
	margin-top:20px;
	text-align:center; 
    width:100%;
    font-size: 110%;
    
    text-decoration:underline;    
	color: black;
}

div.press-release-title input.ms-long
{
	width:95%;	
}


div.press-release-location {
	margin-top:20px;
	text-align:center; 
    width:100%;
    font-size: 100%;
    font-weight:bold;
}

div.press-release-signature {
	text-align:left;
	margin-top: 25px;	
}

div.press-release-signature textarea {
    width: 500px;
}

div.press-release-content {
	margin-top:15px;	
}

div.press-release-description
{
	
}

div.press-release-description .ms-long
{
	width:95%;	
}

div.press-release-mig-images
{
	width:95%;
	margin-top:15px;
	text-align:center;	
}
div.photo-container
{
	width: 100%;
}

div.photo-container .photo-item{
	text-align:center;
	float:left;
	padding:5px;
	width: 200px;
	height:230px;
}
.UploadImageButtonHolder
{
	width: 100%;
	text-align:center;
	margin-top: 30px;

}
.UploadImageButtonHolder .UploadButton
{
 	font-size: small;
 	height:24px;
 	background-color: #6daac4;
 	color: white;
 	font-weight: bold;
}
.MultiUploadHolder
{
	width:100%;	
}
.MultiUploadHolder div
{
	margin-right: auto;
	margin-left: auto;
}

/* -----  Job styles ----- */

table.job-table{
    width: 100%		
}
 
table.job-table tr
{  
}

table.job-table td
{
  padding-bottom: 10px;	
}

table.job-table td.descriptionColumn
{
  width:200px;
  font-weight:bold;
  vertical-align:top;
}

table.job-table td.valueColumn
{
  vertical-align:top;	
}


.jobsp-sectionHeader{
	font-size: 120%;
	font-weight: bold;
	margin-bottom:10px;			
}

.jobsp-sectionDetailHeader{
				font-size:105%; 
				font-weight:bold; 
				text-decoration:underline;
				margin:20px 0 2px 0;
}

.jobsp-signature
{
				font-weight:bold;
				margin:40px 0 20px 0;
				width:100%;
				margin-left:150px;
				text-align:center;
}

.jobsp-margin-left {
    margin-left:10px;
}

.jobsp-oznameni {
    text-align:center;
    width:100%;
    margin-top:20px;
}

.jobsp-zahlavi {
    border-bottom:1px black solid;
    margin-top:10px;
}

table.jobsp-table {
    border:none;
}

table.jobsp-table td {
    padding: 0px;
    border-spacing: 0px;
}

.jobsp-zahlavi-item {
    float:left;
    width:33%;
}

.TALeft {
    text-align:left;
}

.TACenter {
    text-align:center;
}

.TARight {
    text-align:right;
}

.margin-top{
    margin-top:10px;
}

.line-height{
    line-height:25px;
}

.jobsp-vyhlaseni{
    margin-top:20px;
    margin-left:15px;
}

.jobsp-napln{
    margin-left:5px
}

#ctl00_PlaceHolderMain_PressReleaseTitleField_ctl00_TextField {
    width: 100% !important;
}