/* 
 * MVČR
 * Aplikace pro webový portál
 * Formuláře – Pátrání po osobách
 *
 * karel.attl@eternal.cz
 */

#menu a
{
	padding: 10px;
	padding-left: 0;
	padding-right: 20px;
	font-size: 1.3em;
}
input[type='submit'], #btnReset
{
	width: 150px;
	margin: 20px 0;
	margin-left: 4px;
}

.nobg, #ctl00_ctl00_Application_BasePlaceHolder_checkBLZvlastniZnameni tr td, #ctl00_ctl00_Application_BasePlaceHolder_rbtnListMusiSplnovat tr td
{
	margin: 0;
	padding: 0;
	background: none;
}
#ctl00_ctl00_Application_BasePlaceHolder_checkBLZvlastniZnameni tr td:first-child, #ctl00_ctl00_Application_BasePlaceHolder_rbtnListMusiSplnovat tr td:first-child
{
	padding-left: 0 !important;
	padding-bottom: 5px;
}
select, #ctl00_ctl00_Application_BasePlaceHolder_txtJmenoPrijmeni
{
	width: 200px;
}
input[type='checkbox'], input[type='radio']
{
	margin-right: 5px;
}
#formSearchTable tr
{
	width: 100%;
}

#formSearchTable tr td
{
	width: 50%;
	padding-left: 0px;
}
#formSearchTable tr td:first-child
{
	width: 50%;
	padding-left: 11px;
}
#ctl00_ctl00_Application_BasePlaceHolder_regExprValVekOd, #ctl00_ctl00_Application_BasePlaceHolder_regExprValVyskaOd
{
	margin-right: 15px;
}
#ctl00_ctl00_Application_BasePlaceHolder_txtVekOd, #ctl00_ctl00_Application_BasePlaceHolder_txtVekDo, #ctl00_ctl00_Application_BasePlaceHolder_txtVyskaOd, #ctl00_ctl00_Application_BasePlaceHolder_txtVyskaDo
{
	width: 41px;
}
#btnReset, #ctl00_ctl00_Application_BasePlaceHolder_btnVyhledat
{
	text-align: center;
}
#ctl00_ctl00_Application_BasePlaceHolder_rbtnListMusiSplnovat
{
	margin-bottom: 0;
}

/* person detail */
#ctl00_ctl00_Application_BasePlaceHolder_lbl_fullName
{
	font-size: 1.3em !important;
	font-weight: bold !important;
}
#ctl00_ctl00_Application_BasePlaceHolder_lbl_pohlavi
{
	margin-bottom: 25px !important;
	display: block;
}
#aspnetForm #menu
{
	margin-bottom: 15px;
	text-align: right;
}
#ctl00_ctl00_Application_BasePlaceHolder_TablePatros tr td div span
{
	margin-bottom: 5px;
	display: block;
	font-weight: normal;
	font-size: 1em;
}
#ctl00_ctl00_Application_BasePlaceHolder_TablePatros tr td
{
	padding-left: 0;
}
#wanted
{
	width: 100%;
}
#wanted tr td
{
	width: 25%;
	background: none;
}
#wanted tr td a
{
	text-align: left;
}
#ctl00_ctl00_Application_BasePlaceHolder_AutoCompleteExtender_completionListElem
{
	background: none;
}
#ctl00_ctl00_Application_BasePlaceHolder_AutoCompleteExtender_completionListElem li
{
	background-image: none !important;
}
.patrani table
{
	text-align:center;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 2.5em;
	margin-left: 0px; 
	padding:0px;
}
.patrani table tr td, #gallery tr td
{
	width: 25%;
	padding-left: 0;
	text-align: center;
}


.patrani table tr td span div
{
	display:block; text-align:center; 
}


#PagingRepeater1BottomPager
{
	text-align: right;
}
#ctl00_ctl00_Application_lblPosledniAktualizace
{
	display: block;
}
#zaznamNenalezen
{
	font-size:smaller;
	text-align:left !important;
	padding-left:0px;
}
.noleftpadding, .noleftpadding tr td
{
	padding-left: 0 !important;
	margin-left: 0 !important;
}
.nopadding
{
	padding: 0 !important;
}
.leftpadding
{
	padding-left: 25px !important;
}
.rightalign
{
	text-align: right;
}
.justifyalign
{
    text-align: justify;
}
#searchtable tr td
{
	width: 50%;
}
.smalltable
{
	width: 200px;
	padding: 0 !important;
	margin: 0 !important;
}
.smalltable tr td
{
	padding: 0 !important;
	margin: 0 !important;
	vertical-align: middle;
	background: none;
}
.error
{
    color: Red;
    font-weight: bolder;
}

#detaildescriptiontable
{
	width: 100%;
}
#detaildescriptiontable tr td
{
	width: 50%;
}
#ctl00_ctl00_Application_linkInfo
{
	display: block;
	margin-bottom: 20px;
}
a.newsReg
{
    margin-right: 20px;
    font-size: 1.2em;
}
#registerTable
{
    margin-top: 30px;
}

#registerTable td
{
    vertical-align: middle;
}

.rightAlign
{
    text-align: right;
}

#ctl00_ctl00_Application_BasePlaceHolder_txtEmail
{
    width: 200px;
}

.personBox 
{
    width: 150px;
    padding-top: 5px;
}

.mimoradne
{
    background-color: #FFEECC;
}

#ctl00_ctl00_Application_BasePlaceHolder_TablePatros tr td div span.mimoradneTitle
{
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.recordCount
{
    display: block;
    clear: both;
    position: relative;
    margin-top: 10px;
    text-align: right;
}

.longDescription
{
    margin-top: 15px;
    margin-left: 15px;
}

input.lowMarginButton
{
    margin-top: 3px;
    margin-bottom: 3px;
}

.thumbnail
{
    margin: 0;
    padding: 0;
    height: 100px;
}

.bold
 {
     font-weight: bold;
 }