@import url(reset.css);
/* COLOURS 

piros		#C73838
kÃ©k			#497CAB
szÃ¼rke:		#b2b2b2
sÃ¶tÃ©tebb szÃ¼rke:		#999999
mÃ©g sÃ¶tÃ©tebb szÃ¼rke: 6D6E71 (labels) 
border-szÃ¼rke: #D7D8D9;


KATEGÃ“RIA SZÃNEK
PIROS:			E04F4F
DRAPP:			EECD83
SÃ?RGA:			F3B616

VILÃ?GOS ZÃ–LD	77D987

*/ 

#oldalak
{
	position: fixed;
	left: 0;
	top: 150px;
	background: #497CAB;
	width: 120px;
}

#oldalak li{
	border-bottom: 3px solid #ffffff;
	line-height: 10px;
	padding: 5px 0;
}

#oldalak a
{
	color: #ffffff;
	padding-left: 10px;
}


body
{
	margin: 0;
	background: #ffffff url(../img/body_bg.png) repeat-x top ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrapper
{
	width: 960px;
	position: relative;
	margin: 0 auto -30px;
	background: url(../img/wrapper_bg.png) repeat-y 199px;
	padding-bottom: 70px;
}

#topHeading 
{
	height: 30px;
	background: #ffffff url(../img/body_bg.png) repeat-x top ;
}

#topHeading li
{
	display: inline;
	line-height: 30px;
}

#topHeading li + li 
{
	margin-left: 35px;
}

#topHeading a{
	color: #999999;
}

#topHeading li.active a,
#topHeading li a:hover
{
	color: #ffffff;
}

#topHeading li.active a{
	font-weight: normal;
}


#topmenuLeft
{
	float: left;
}
#topmenuLeft li
{
		color: #999999;
}

#topmenuRight
{
	float: right;
}

#topmenuRight .help a
{
	color: #CC6BDB;
}


#heading
{
	height: 50px;
	background: #ffffff url(../img/body_bg.png) repeat-x 0 -30px ;
}

#logo
{
	width: 190px;
	float: left;
	line-height: 45px;
}

#logo img{
	vertical-align: middle;
}

#heading h1
{
	padding-left: 25px;
	float: left;
	line-height: 45px;
	color: #b2b2b2;
}

#topFunction
{
	float: right;
}

#topFunction ul
{
	line-height: 45px;
}

#topFunction li
{
	display: inline;
}

#topFunction li + li
{
	margin-left: 10px;
}

#topFunction .messages a
{
	color: #b2b2b2;
}

#topFunction .messages a:hover
{
	color: #497CAB;
}

#topFunction .messages span{
	padding: 4px 6px;
	background: #C73838;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 10px;
}

#topFunction .username span 
{
	color: #b2b2b2;
	margin-left: 5px;
}

#contentWrapper
{
	padding-top: 25px;
	width: 100%;
	position: relative;
}

#sidebarLeft
{
	float: left;
	width: 190px;
}

#content
{
	float: right;
	width: 740px;
	position: relative;
	color: #4c4c4c;
}

.contentMenu 
{
	border-bottom: 1px solid #d7d8d9;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-left: -20px;
}

.contentMenu ul
{
	padding-left: 20px;
}

.contentMenu li
{
	display: inline;
}

.contentMenu li + li 
{
	margin-left: 60px;
}

.contentMenu li a
{
	color: #497CAB;
}

.contentMenu li.active a,
.contentMenu li a:hover
{
	color: #C73838;
}


.leftmenu ul {
	margin-left: 10px;
}

.leftmenu h2
{
	color: #C73838;
	margin-top: -10px;
	margin-bottom: 5px;
}

.leftmenu h3
{
	color: #C73838;
	margin-top: 1em;
	font-size: 20px;
}

.leftmenu li
{
	line-height: 45px;
}

.leftmenu li.active a
{
	color: #C73838;
}


#footer
{
	height: 120px;
	background: url(../img/footer_bg.png) repeat-x top left;
}

#footerInner
{
	width: 960px;
	position: relative;
	margin: 0 auto;
	text-align: right;
	background: url(../img/footer_inner_bg.png) no-repeat top left;
	height: 120px;
}

#footer ul{
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 40px;
}


form.adatok
{
	margin-left: -20px;
}

.adatok fieldset, fieldset.imgform{
	border-bottom: 1px solid #D7D8D9;
	padding: 15px 0;
	position: relative;
	padding-left: 25px;
}

fieldset.imgform{
	margin-left: -20px;
}


.adatok label{
	width: 90px;
	display: inline-block;
	text-align: right;
	color: #6D6E71;
	margin-right: 10px;
        vertical-align: top;
        font-size:12px;
}

.adatok fieldset li 
{
	line-height: 30px;
}

.adatok fieldset li > select:first-child
{
	margin-left: 190px;
}

.adatok fieldset li > input:first-child,
.adatok fieldset li > a:first-child
{
	margin-left: 185px;
}

.adatok input,
.adatok select,
.adatok textarea{
	/*line-height: 25px;*/
	padding: 1px 2px;
	border: 1px solid #b2b2b2;
	border-radius: 0;
	-moz-border-radius: 0;
	color: #497CAB;
}

.adatok select {
	background: #ffffff;
	color: #414141;
	width: 185px;
        margin-left: 5px;
}

.adatok .datetime select {
	background: #ffffff;
	color: #414141;
	width: 80px;
        margin-left: 5px;
}

.adatok textarea {
	margin-bottom: 5px;
	width: 300px;	
}

.adatok .appName{
	width: 300px;
}

.adatok .appVersion{
	width: 80px;
}

.adatok .addNew
{
	float: right;
	margin-right: 365px;
	text-align: right;
	line-height: 30px;
	color: #497CAB;
	cursor: pointer;
	margin-top: -5px;
}

.adatok .testPhone
{
	width: 180px;
}

.adatok .deleteItem
{
	display: inline-block;
	color: #C73838;
	margin-left: 5px;
	cursor: pointer;
}
#client_module_settings .adatok select {
	width: 100px;
}
#client_module_settings .adatok fieldset{
	padding-left: 0px;
}
#packagedata_form label{
	width: 175px;
}
.tartalomhelyek table,
.tartalomesemenyek table
{
	width: 100%;
}

.mouseOver tr.hover td 
{
	background:  #EDF2F6;
}

.mouseOver tbody td 
{
	cursor: pointer;
}


.tartalomhelyek th select,
.tartalomesemenyek th select
{
	width: 95%;
}



.pagination .next,
.pagination .prev,
.placeImage .next{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/sprite.png) no-repeat;
	margin-left: 15px;
}

.pagination .next, .placeImage .next{
	background-position: -20px top;
	margin-left: 5px;
}

.pagination.pageOffset{
	color: #497CAB;
	font-weight: bold;
	line-height: 20px;
}

.tartalomhelyek table .pagination.pageOffset
.tartalomesemenyek table .pagination.pageOffset
{
	float: right;
	line-height: 26px;
}


.leftcategories
{
	border-top: 1px solid #D7D8D9;
	margin-right: -10px;
}

.leftcategories ul
{
	margin-top: 1em;
}


.leftcategories li
{ 
	height: 30px;
	margin-right: 1px;
	overflow: hidden;
	white-space: nowrap;
}

.leftcategories li a
{
	border-left: 4px solid #FFFFFF;
    padding-left: 6px;
	display: block;
	height: 20px;
	position: relative;
	top: 5px;
}

.leftcategories li.active,
.leftcategories li:hover
{
	background: #edf2f6;
}


#content h2{
	font-size: 20px;
	margin-bottom: 0.5em;
	border-left: 4px solid #ffffff;
	padding-left: 5px;
}



.leftsearch.leftitem{
	margin-top: 2em;
	width: 190px;
}

.leftsearch input{
	float: right;
}

.leftsearch .searchInput{
	width: 180px;
}

.leftsearch .submitSearch{
	margin-top: 0.5em;
	border: none;
}

/* RECORD*/


a.backToList
{
	float: left;
	margin-right: 15px;
	width: 20px; 
	height: 15px; 
	background: transparent url(../img/sprite.png) left -50px;
	margin-top: 5px;
}

#content.record h2,
#content.record_media h2{
    display: inline;
}

#content.record .subHeader,
#content.record_media .subHeader{
	margin-bottom: 1em;
	line-height: 25px;
}

#content.record .pagination,
#content.record_media .pagination{
	float: right;
}

/*
.placeStatus, .eventStatus
{
	width: 100%;
	height: 50px;
	text-align: center;
	margin: 20px 0;
} */
.placeStatus, .eventStatus
{
	width: 100%;
	height: 50px;
	margin: 35px 0;
}

#client_module_settings .deleteButton,
.placeStatus .deleteButton{
	float: right;
	width: 85px;
	background: url(../img/button_red_bg.png) no-repeat;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	border: none;
	height: 25px;
	cursor: pointer;
}
.rightFunction .deleteButton,
#video_rows .deleteButton{	
	width: 85px;
	background: url(../img/button_red_bg.png) no-repeat;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	border: none;
	height: 25px;
	cursor: pointer;
}
.placeStatus .radioWrapper
{
	float: left;
	font-size: 11px;
	position: relative;
	left: 0px;
}

.placeStatus .blueRadio.radioWrapper
{
	left: 25px;
}

.placeStatus .radioWrapper label 
{
	display: inline-block;
	width: 115px;
	text-align: center;
}
.placeStatus .radioWrapper label + label
{
	margin-left: 16px;
}

.placeStatus .blueRadio.radioWrapper label 
{
	width: 85px;
}

.placeStatus .blueRadio.radioWrapper label + label
{
	margin-left: 0;
}

.placeStatus .radioWrapper div{
	background: url(../img/radiogroup_grey_bg.png) no-repeat top left;
	min-width: 296px;
	height: 25px;
	padding: 0 8px;
	margin-left: 40px; 
	margin-bottom: 5px;
}

.placeStatus .blueRadio.radioWrapper div{
	background: url(../img/radiogroup_blue_bg.png) no-repeat top left;
	min-width: 112px;
	margin-left: 30px; 
}


.placeStatus .radioWrapper div input{
	margin-top: 5px;
}

.placeStatus .radioWrapper div input + input {
	 margin-left: 115px;
}

.placeStatus .blueRadio.radioWrapper div input + input {
	 margin-left: 65px;
}


/* TABS */

ul.tabs{
	margin-left: -20px;
	position: relative;
	top: 1px;
	z-index: 2;
}

ul.tabs li
{
	display: inline-block;
	margin-left: 20px;
}

ul.tabs li a{
	display: block;
	border: 1px solid #d7d8d9;
	padding: 5px 30px;
	background: #f1f2f2;
}

ul.tabs li.active a
{
	color: #C73838;
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
}

ul.tabs li + li
{
	margin-left: 10px;
}
/*
ul.tabs{
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 5px;
	margin-left: -20px;
}

ul.tabs li
{
	display: inline;
	margin-left: 65px;
}

ul.tabs li.active a
{
	color: #C73838;
}

ul.tabs li + li
{
	margin-left: 75px;
}
*/
.tabsContainer{
	position: relative;
}

.record .tabsContainer{
	/*margin-left: -20px;
	padding-left: 20px;*/
	border-top: 1px solid #d7d8d9;
}

.record_media .tabsContainer{
	border-top: 1px solid #d7d8d9;
	margin-left: -20px;
	padding-left: 0px;
}
#media.tabscontent
{
	background: url(../img/wrapper_bg.png) repeat-y 135px top;
}



.galeriaImages{
	margin-top: 1em;
}

.galeriaImages ul li
{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	position: relative;
	/*background: #e6e7e8;		*/
}

.galeriaImages ul li a{
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background: url(../img/galeria_images_bg.png) no-repeat top left;
	cursor: pointer;
}

.galeriaImages ul li:hover a{
	opacity: 0.5;
}

.galeriaImages ul li a:hover{
	opacity: 1;
}

.galeriaImages ul li a.settingImage{
	background-position: top right;
	right: 0;
	left: auto;
}

.galeriaImages ul li.addImage
{
	background: #ffffff url(../img/galeria_image_add_bg.png) no-repeat center 10px; 
	overflow: hidden;
	border: 1px solid #d7d8d9;
	text-align: center;
	padding-top: 60px;
	height: 36px;
	color: #497CAB;
	font-size: 13px;
	cursor: pointer;
}

.galeriaImages ul li.addImage:hover{
	-webkit-box-shadow: 0px 0px 3px 1px rgba(200, 200, 200, 0.6);
	-moz-box-shadow: 0px 0px 3px 1px rgba(200, 200, 200, 0.6);
	box-shadow: 0px 0px 3px 1px rgba(200, 200, 200, 0.6); 
}

.galeria span.noImage{
	position: absolute;
	left: 250px;
	top: 180px;
	font-weight: bold;
	font-size: 12px;
}


.tabscontentLeftMenu
{
	float: left;
	width: 100px;
/*	min-height: 154px;*/
	padding-top: 15px;
}

.tabscontent
{
	min-height: 160px;
}


.tabscontent .contentMenu
{
	display: none;
}

.tabscontentLeftMenu li
{
	margin-left: 45px;
	line-height: 40px;
}

.tabscontentRight
{
/*	float: right;*/
	width: 585px;
	padding-top: 0px;
	padding-left: 20px;
	position: relative;
	padding-bottom: 10px;
}

.placeImage
{
	
	width: 300px;

	float: left;
}

.rightFunction
{
	position: absolute;
	right: 0;
	/*top: 120px;*/
}


/* Ã‰RTESÃTÃ‰SEK */

.ertesitesek #searchForm 
{
	position: absolute;
	right: 0;
	top: 0;
}

#orderMenu
{
	height: 40px;
	font-size: 13px;
}

#orderMenu li, #searchForm li
{
	display: inline;
}

#orderMenu li + li 
{
	margin-left: 25px;
}

#searchForm input[type="submit"]
{
	background: url(../img/sprite.png) no-repeat left -25px;
	border: none;
	cursor: pointer;
	width: 80px;
	height: 20px;
        color: white;

}


.ertesitesek table
{
	width: 100%;
	table-layout: fixed;
}

.ertesitesek td.title
{
	width: 159px;
	padding-left: 20px;
        border-right: 0px;
}

.ertesitesek .created
{
	width: 155px;
	text-align: right;
        border-left: 0px;
}

.ertesitesek .descr
{
        border-left: 0px;
        border-right: 0px;
}
.unread td
{
	font-weight: bold;
}

.messageWrapper
{
	position: relative;
	margin-left: -20px;
	border-top: 1px solid #b2b2b2;
	margin-top: 2em;
	padding-left: 40px;
	font-size: 13px;
}

.messageDate
{
	position: absolute;
	right: 0;
	top: 0;
	width: 160px;
	border-left: 1px solid #b2b2b2;
	padding: 0 10px;
	text-align: right;
	color: #4c4c4c;
	line-height: 25px;
}


.messageDate span, .ertesitesek .created span {
	color: #b2b2b2;
	margin-left: 2px;
}

.messageHeader
{
	font-weight: bold;
	margin-bottom: 2em;
}

.messageHeader li
{
	line-height: 25px;
}

.messageHeader li > span
{
	float: left;
	width: 75px;
	color: #d7d8d9;
}

.messageBody
{
	color: #4C4C4C;
}

.messageBody p + p 
{
	margin-top: 1em; 
}


/* FELADATOK */


#tasks li 
{
	line-height: 30px;
}

#tasks li a
{
	color: #8DC63F;
}

#tasks li a:hover,
#tasks li.active a
{
	color: #c73838;
}
#tasks li.green a
{
	color: #8DC63F;
}

.feladatok .contentMenu .tabs {
	margin-left: 0;
	border-bottom: 0;
}


.feladatok .contentMenu .tabs li{
	margin-left: 0;
}

.feladatok .contentMenu .tabs li + li{
	margin-left: 80px;
}

.progressBarWrapper
{
	margin: 2em 0 1em 0; 
	color: #4c4c4c;
}

.progressBar
{
	width: 300px;
	position: relative;
	height: 16px;
	border: 1px solid #b2b2b2;
	background: #D7D8D9;
	display: inline-block;
	top: 4px;
	margin: 0 20px 0 10px;
}

.progressValue
{
	position: absolute;
	height: 100%;
	background: #497CAB;
}

.progressBarWrapper .textValue
{
	font-weight: bold;
	color: #497CAB;
	font-size: 16px;
}


.taskFunctions
{
	font-size: 12px;
	margin-left: 150px;
}

.taskFunctions .bigButton{
	border: none;
}
.taskFunctions .bigButton:hover{
	color: #4c4c4c;
}

/* LOGIN */
body.login
{
	background-position: left -30px;
}

body.login #footer
{
	display: none;
}

body.login #wrapper
{
	background: none;
}

body.login #content
{
	position: absolute;
	left: 185px;
	top: 50px;
	background: #F5F5F5;
	border: 1px solid #b2b2b2;
	width: 300px;
	padding: 25px;
}

body.login #content h1{
	font-size: 22px;
	color: #497CAB;
	margin-bottom: 1em;
}

#UserLoginForm > div + div 
{
	margin-top: 1em;
}

#UserLoginForm label
{
	line-height: 21px;
	width: 100%;
	display: block;
	font-weight: bold;
}

#UserLoginForm .text input,
#UserLoginForm .password input
{
	font-size: 14px;
	width: 290px;
}

#UserLoginForm .submit input
{
	float: right;
	font-size: 14px;
}

#UserLoginForm a.registration
{
	color: #C73838;
	line-height: 30px;
}

#UserLoginForm a.registration:hover
{
	color: #4c4c4c;
}

/* Feladatok - kliensek */


#clients.tabscontent {
	padding-top: 20px;
}


#clients.tabscontent ul li{
	float: left;
	width: 60px;
	text-align: center;
	margin-left: 25px;
}

#clients.tabscontent ul li + li{
	margin-left: 50px;
}

#clients.tabscontent label
{
	margin-top: 5px;
}



/* MODULOK */


.modulok #wrapper
{
	background-position: 380px top;
}

.modulok #content
{
	width: 560px;
}

.modulok #sidebarLeft
{
	width: 380px;
}

.modulok .adatok li > span:first-child
{
	margin-left: 190px;
	width: 185px;
}

.modulok .dragModule .blackBg
{
	width: 360px;
	height: 75px;
	background: url(../img/icons_black_bg.png) no-repeat;
	padding: 0px 10px 0 10px;        
}

.modulok .dragModule li
{
	float: left; 
	width: 72px;
	height: 62px;
	margin-top: 6px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	line-height: 10px;      
        cursor: w-resize;          
        
}

.blackBg .item4 li{ width: 90px; }
.blackBg .item3 li{ width: 120px; }
.blackBg .item2 li{ width: 180px; }

.modulok .dragModule li a
{
	color: #7F7F7F;
}

.modulok .dragModule li.active a, 
.modulok .dragModule li a:hover
{
	color: #4C4C4C;
}

.modulok .dragModule #sortableModules li a
{
	cursor: w-resize;
}

.modulok .dragModule .greyBg li a:hover
{
	color: #4C4C4C;
}


.modulok .dragModule .greyBg
{
	background: url(../img/icons_grey_bg.png) no-repeat;
	min-height: 240px;
	width: 360px;
	margin-left: 10px; 
	margin-top: 10px;
}

#content .subHeading{
	margin-bottom: 1em;
}

.modulok #content .placeIcon,
.subHeading .placeIcon
{
	width: 60px;
	height: 60px;
	background: #000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
	margin-right: 20px;
	margin-top: -5px;
}

.modulok #content h2{
	margin-top: 1em;
	margin-bottom: 0;
}

.modulok #content h3 span,
.subHeading h3 span{
	color: #b2b2b2;
	margin-right: 0.5em;
}

/* S?â€°M?Â?K */ 

.designSchemes ul 
{
	margin-left: -10px;
	overflow: hidden;
}

.designSchemes ul li
{
	float: left;
	width: 160px;
	height: 205px;
	font-size: 11px;
}

.designSchemes ul li a
{
	display: block;
	text-align: center;
}

.designSchemes ul li a img
{
	border: 2px solid #b2b2b2;
}

.designSchemes ul li a:hover img
{
	border-color: #497CAB;
}

.designSchemes ul li.active a img
{
	border-color: #C73838;
}

.designSchemes ul li.active a 
{
	font-weight:bold;
}

#content.design table
{
	margin-left: -10px;
}


#content.design table td
{
	border: none;
}


.blackBg.iconBg 
{
	background: url(../img/icons_wide_bg_right.png) no-repeat right top;
	padding-right: 15px;
	float: left;
	margin-left: -10px;
	padding-bottom: 5px;
}

.blackBg.iconBg ul
{
	min-height: 70px;
	background: url(../img/icons_wide_bg.png) no-repeat left top;
	padding-top: 8px;
	padding-left: 15px;
}

.blackBg.iconBg ul li
{
	float: left;
	text-align: center;
	font-size: 10px;
	width: 60px;
}

.blackBg.iconBg ul li a
{
	color: #7F7F7F;
	margin-top: -5px;
}

.blackBg.iconBg ul li a:hover
{
	color: #ffffff;
}

.blackBg.iconBg ul li a img
{
	vertical-align: middle;
}

.previewImage
{
	width: 120px;
	text-align: center;
	color: #497CAB;
	font-size: 11px;
	padding-right: 25px;
}

.previewImage img{
	background: #D7D8D9;
	border: 1px solid #b2b2b2;
}


#content.design .subHeader
{
	margin-left: -20px;
	border-bottom: 1px solid #b2b2b2;
}

#content.design .subHeader h2
{
	margin-left: 10px;
	font-size: 20px;
}


/* TESZT VERZIOK */ 

#tests td, #tests th
{
	background: none;
	border: none;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	white-space: nowrap;
}

#tests th
{
	text-align: right;
}

/* GENERAL CLASSES */ 


.clear
{
	clear: both;
}


.red
{
	color: #C73838;
}
.inactive, .inactive a , .inactive td {
	color: #b2b2b2;
}

.bigButton{
	background: transparent url(../img/sprite.png) no-repeat -100px -25px;
	height: 30px;
	width: 100px;
	color: #ffffff;
	cursor: pointer;
        border: 0px;
}

.smallButton
{
	background: transparent url(../img/sprite.png) left -25px;
	width: 80px;
	height: 20px;
	text-align: center;
	color: #ffffff;
	border: none;
	font-size: 12px;
	cursor: pointer;
}


.greyButton, .blueButton
{
	background: url(../img/sprite.png) no-repeat -100px -65px;
	width: 140px;
	height: 30px;
	display: inline-block;
	color: #ffffff;
}

.blueButton
{
	background-position: -100px -100px;
}

.greyButton:hover, .blueButton:hover
{
	color: #4c4c4c;
}


/* ELEMENTS */ 

a
{
	text-decoration: none;
	color: #497CAB;
}

a:hover, li.active > a
{
	color: #C73838;
}


h2{
	font-size: 28px;
	color: #C73838;
}


br{
	clear: both;
	display: block;
}


th
{
	background: #edf2f6;
	border: 1px solid #edf2f6;
	padding: 5px 5px 10px 5px;
	text-align: center;
	width: 33%;
	border-bottom: 1px solid #d7d8d9;
}

tfoot td 
{
	border: 0;
	text-align: right;
	padding-top: 10px;
}

td 
{
	color: #4C4C4C;
	padding: 5px 10px;
	border: 1px solid #d7d8d9;
	font-size: 13px;
}

input[type="text"], input[type="button"], input[type="submit"], input[type="password"]  {
	border: 1px solid #b2b2b2;
	padding: 2px 4px;
	font-size: 12px;
        margin-left: 5px;
}

input[type="text"] {
	color: #497CAB;
}

input[type="checkbox"] {
	position: relative;
	top: 3px;
	left: 3px;
	margin-right: 10px;        
}

div.input {
    padding-top: 7px;
}

.contentBoxLabel {
    color:#b2b2b2;
    font-size:12px;
    
}

.record_media .contentBoxLabel {
    width:105px;
    float:left;    
}

.record_media fieldset input[type="file"] {
    border: 0px;
}


.place_version table, .place_language_version table {
    width:635px;
    margin-left:100px;
    font-size:12px;
}
.place_version td, .place_language_version td {
    border:0px;
    border-bottom: 1px solid #D7D8D9;
}
.place_version td.versionCol {
    width:110px;
}
.place_version td.eventCol {
    width:150px;
}
.place_version td.userCol {
    width:180px;
}
.place_version td.dateCol {
    width:195px;
    text-align: right;
}