body {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0 auto;
}

body input {
	font-family: Arial;
}

.helped {
	cursor: help;
}

#login {
	margin-top: 5em;
}

#main {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#cabecera {
	width: 100%;
	position: relative;
	height: 5em;
}

#cabecera div {
	float: left;
}

#logo {
	text-align: center;
	width: 100%;
	font-size: 3em;
	padding: 0;
	background: #ff495f;
	color: white;
}

#logo p {
	padding: .2em 0;
	margin: 0;
}

#mainTitleText {
	color: #75143F;
	font-size: 4em;
	margin: 0;
	margin-left: 3.5em;
	padding: 0;
}

#central {
	clear: both;
	position: relative;
	width: 100%;
	margin-bottom:2em;
}

#autenticar {
	width: 15%;
	margin: 5em auto;
}

#autenticar input[type="password"], #autenticar input[type="text"] {
	width: 100%;
}

#autenticar input[type="submit"] {
	width: 110%;
}

.vivaliaLb {
	padding: 0;
	margin: 0;
	font-size: .9em;
	font-weight: bold;
	color: #958E7B;
}

.vivaliaIn {
	border: solid 1px #958E7B;
	padding: .5em;
	border-radius: 1px;
	background: #FFF;
}

.vivaliaInLocked {
	border: solid 1px #FFF;
	padding: .5em;
	border-radius: 1px;
	background: #FFF;
	cursor: help;
}

.fullWidth {
	width: 100%;
}

.rbLabel {
	cursor: pointer;
	display: inline;
	margin-left: .5em;
}

.vivaliaSelect {
	border: solid 1px #958E7B;
	padding: .45em;
	border-radius: 1px;
	background: #FFF;
}

.ltlSelect {
	border: solid 1px #958E7B;
	padding: .2em;
	border-radius: 1px;
	background: #FFF;
	font-size: .9em;
	width: 10em;
}

.vivaliaInFocus {
	border: solid 1px #bd2ad3;
	padding: .5em;
	border-radius: 1px;
	background: #f8d6ff;
}

.vivaliaSelectFocus {
	border: solid 1px #bd2ad3;
	padding: .45em;
	border-radius: 1px;
	background: #f8d6ff;
}

.vivaliaArea {
	border: solid 1px #958E7B;
	padding: .5em;
	border-radius: 1px;
	background: #FFF;
}

.vivaliaAreaFocus {
	border: solid 1px #bd2ad3;
	padding: .5em;
	border-radius: 1px;
	background: #f8d6ff;
}

textarea {
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 100%;
	height: 5em;
}

.divLine {
	margin-bottom: 2em;
	overflow: auto;
	clear: both;
}

.accessLine {
	margin-bottom: 2em;
}

.divFloatLine {
	margin-bottom: 2em;
	float: left;
	width: 50%;
}

.divFreeFloatLine {
	margin-bottom: 2em;
	float: left;
	margin-right: 2em;
}

.divThreeFloatLine {
	margin-bottom: 2em;
	float: left;
	width: 33%;
}

.linkMenu {
	cursor: pointer;
	display: table;
	border: none;
	background: none;
	font-weight: bold;
	color: #75143F;
}

.dlgLink {
	cursor: pointer;
	display: table;
	border: none;
	background: none;
	font-weight: bold;
	color: #b306ce;
}

.vivaliaLink:hover {
	text-decoration: underline;
}

#logLnk {
	text-align: center;
	font-size: .9em;
	color: #BD2AD3;
	font-weight: bold;
	border: none;
	background: none;
}

.note {
	height: 2em;
	font-size: .7em;
	color: #ff495f;
	margin: 0;
	padding: 0;
}

.noteMSG {
	height: 2em;
	font-size: .9em;
	color: gray;
	margin:0;
	padding: .5em;
}

#userInfo {
	width: 100%;
	background: white;
	color: #ff495f;
	font-size: 1em;
	height: 2em;
}

#userInfo div {
	font-size: .9em;
	padding-top: .5em;
}

#closeSession, #changePwd, #changeUser {
	float: right;
	margin-right: 1em;
}

#siteGreetings {
	float: left;
	margin-left: 1em;
}

.bolded {
	font-weight: bold;
}

.cleared {
	clear: both;
	margin-top: 1.5em;
}

.underlined {
	border-bottom: solid 1px #958E7B;
	margin-bottom: .2em;
}

.grayed {
	color: #958E7B;
}

.pointed {
	cursor: pointer;
}

.pointed:hover {
	text-decoration: underline;
}

.centered {
	text-align: center;
	clear: both;
	margin: 0 auto;
}

.rightMargined {
	margin-right: 1em;
}

.leftMargined {
	margin-left: .5em;
}

.divEnder {
	height: 1em;
}

.der {
	text-align: right;
}

.cent {
	text-align: center;
}

.justified {
	text-align: justify;
}

#menu {
	width: 100%;
	background: #bd2ad3;
	clear: both;
	padding: 0;
	height: 2em;
	text-align:center;
}

#info {
	width: 100%;
	clear: both;
	height:auto;
}

.menuItem {
	color: #FFF;
	padding: .2em 0;
	font-size: 1em;
	float: left;
	text-align: center;
	width: 10%;
	margin-top: .1em;
}

.menuItem p {
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.menuItem p:hover {
	text-decoration: underline;
}

#panelTtl {
	width: 100%;
	padding: 5px 0;
	color: white;
	font-size: 1.2em;
	height: 1.3em;
	text-align: center;
	background: #e05ff4;
}

.infoDiv {
	width: 100%;
	height: 94%;
	position: relative;
	clear: both;
}

.block {
	display: block;
}

.accessPanelDiv {
	width: 10em;
	height: 9em;
	float: left;
	margin: 2em;
	cursor: pointer;
	position: relative;
	text-align: center;
}

.medium {
	width: 10em;
}

.large {
	width: 12em;
}

.Xlarge {
	width: 20em;
}

.accessPanelDiv:hover {
	box-shadow: .1em .1em .1em gray;
	-webkit-box-shadow: .1em .1em .1em gray;
	-moz-box-shadow: .1em .1em .1em gray;
}

.accessPanelDiv img {
	margin: .5em auto;
	width: 5em;
	height: 5em;
	border: none;
}

.accessPanelDiv p {
	margin: .5em auto;
	width: 100%;
	padding: 0;
	color: gray;
}

.accessPanelDiv:hover p {
	color: #bd2ad3;
}

.actionImg {
	width: 2em;
	height: 2em;
	cursor: pointer;
	float: left;
	border-radius: 25px;
}

.actionImgDsb {
	width: 2em;
	height: 2em;
	cursor: help;
	float: left;
	border-radius: 25px;
}

.actionImg:hover {
	box-shadow: .1em .1em .1em gray;
	-webkit-box-shadow: .1em .1em .1em gray;
	-moz-box-shadow: .1em .1em .1em gray;
}

.listTtl {
	font-size: .9em;
	font-weight: bold;
	width: 100%;
	padding: .5em 0;
	margin: 0;
	background: #958E7B;
	color: #FFF;
	overflow: auto;
}

.listTtl div {
	float: left;
}

.listDiv {
	width: 100%;
	height: 90%;
	overflow: auto;
	overflow-x: hidden;
}

.noResults {
	color: #FF495F;
	font-style: italic;
	text-align: center;
	width: 100%;
	margin-top:5em;
	margin-bottom:5em;
	font-size: 1.2em;
}

.left {
	float: left;
}

.right {
	float: right;
	text-align: right;
}

.italian {
	font-style: italic;
}

#curtain {
	position: absolute;
	height: 58.5em;
	width: 100%;
	z-index: 10;
	background: gray;
	opacity: .2;
	top: 0;
	left: 0;
}

#dialogBg {
	position: absolute;
	z-index: 100;
	background: #FFF;
	height: 500px;
	width: 100%;
	top: 267px;
	left: 0;
	box-shadow: .1em .1em .1em gray;
	-webkit-box-shadow: .1em .1em .1em gray;
	-moz-box-shadow: .1em .1em .1em gray;
}

#dialogTtl {
	width: 100%;
	padding: .5em 0;
	background: #958E7B;
	color: #FFF;
	font-size: 1.2em;
	text-align: center;
	margin: 0;
}

#dialogButtons {
	width: 95%;
	position: absolute;
	bottom: 0.5em;
	left: 1.5%;
	padding: .2em 1em;
	color: #75143F;
	text-align: center;
}

#dialogContent, #altContent {
	margin: 0 auto;
	height: 75%;
	width: 90%;
	position: relative;
	overflow: hidden;
}

#altContent {
	margin: 0 auto;
	height: 75%;
	width: 50%;
	position: relative;
	overflow: auto;
	overflow-x: hidden;
}

.dialogResultMsg {
	font-size: 1.2em;
	text-align: center;
	margin-top: 7em;
}

.dialogSoftResultMsg{
	text-align:center;
	font-style:italic;
	font-size:.9em;
	color:#958E7B;
}

.lineDiv, .lineReservDiv, .lineNoReservDiv {
	margin-bottom: 1em;
	clear: both;
	position: relative;
	margin-left: 2em;
}

.lineDiv div {
	margin-right: 1em;
	position: relative;
}

.dateInput {
	border: none;
	width: 1.5em;
	padding: .5em;
	text-align: center;
	background: none;
}

.dateYearInput {
	border: none;
	width: 2.3em;
	padding: .5em;
	text-align: center;
	background: none;
}

.dateContainer {
	border: solid 1px #958E7B;
	padding: 0;
	border-radius: 1px;
	background: #FFF;
	width: 9em;
	text-align: center;
}

.dateContainerFocus {
	border: solid 1px #bd2ad3;
	padding: 0;
	border-radius: 1px;
	background: #f8d6ff;
	width: 9em;
	text-align: center;
}

.shadowed {
	background: #F2EAEE;
}

.link {
	cursor: pointer;
}

.rosed {
	color: #FF495F;
}

.purple {
	font-weight: bold;
	color: #BD2AD3;
}

.link:hover {
	text-decoration: underline;
}

.solidValue {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
.reservDiv {
	padding: .5em .2em;
	width: 98%;
	position: relative;
	clear: both;
	min-height: 1.2em;
	overflow: auto;
	cursor: pointer;
}

.reservDivNL {
	padding: .5em .2em;
	width: 98%;
	position: relative;
	clear: both;
	min-height: 1.2em;
	overflow: auto;
}

.reservDiv:hover, .reservDivNL:hover {
	background: #CFF9F5;
}

.reservDiv img, .noReservDiv img, .reservDivNL img {
	width: 1.5em;
	height: 1.5em;
}

.noReservDiv{
	padding: .5em .2em;
	width: 98%;
	position: relative;
	clear: both;
	min-height: 1.2em;
	overflow: auto;
}

#searchDiv {
	width: 30em;
	height: 20em;
	margin: 0 auto;
	position: relative;
}

#searchCriteria {
	width: 30em;
}

#searchAdvice {
	margin-bottom: 2em;
	font-size: .8em;
	text-align: justify;
	color: #958E7B;
	width: 32.5em;
}

.actsDiv {
	float: right;
	cursor: pointer;
}

.actsMenu {
	border: solid 2px white;
	position: absolute;
	top: 4.16em;
	right: .8em;
	background: white;
	box-shadow: .1em .1em .1em gray;
	-webkit-box-shadow: .1em .1em .1em gray;
	-moz-box-shadow: .1em .1em .1em gray;
}

.actsMenuItem {
	font-size: .7em;
	font-weight: bold;
	padding: .5em;
	background: white;
	margin: 0;
	cursor: pointer;
}

.actsMenuItem:hover {
	background: #F2EAEE;
}

.elipsed {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.menuCont {
	width: 95%;
	margin: 2em auto 0;
	position: relative;
	border: solid 1px #75143F;
	border-radius: 2px;
	padding-bottom: 1em;
}

.menuContTtl {
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	margin: 0;
	margin-bottom
	padding: .5em .2em;
	text-align: center;
	background: #75143F;
	color: white;
}

.access {
	background: #0080FF;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2em;
	margin-left: 2em;
	padding: 1em 0.5em;
	box-shadow: .1em .1em .1em silver;
	-webkit-box-shadow: .1em .1em .1em silver;
	-moz-box-shadow: .1em .1em .1em silver;
	border-radius: 5px;
	float: left;
}

.tag {
	background: green;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2em;
	margin-left: 2em;
	padding: 1em 0.5em;
	box-shadow: .1em .1em .1em silver;
	-webkit-box-shadow: .1em .1em .1em silver;
	-moz-box-shadow: .1em .1em .1em silver;
	border-radius: 5px;
	float: left;
}

.tag img, .access img {
	width: 1.2em;
	height: 1.2em;
	margin-left: 1em;
}

.tagLt {
	background: green;
	color: white;
	margin: .5em;
	padding: .35em 0.5em;
	box-shadow: .1em .1em .1em silver;
	-webkit-box-shadow: .1em .1em .1em silver;
	-moz-box-shadow: .1em .1em .1em silver;
	border-radius: 5px;
	float: left;
}

.serviceLt {
	background: #0080FF;
	color: white;
	margin: .5em;
	padding: .35em 0.5em;
	box-shadow: .1em .1em .1em silver;
	-webkit-box-shadow: .1em .1em .1em silver;
	-moz-box-shadow: .1em .1em .1em silver;
	border-radius: 5px;
	float: left;
	cursor: help;
}

.serviceLtDsb {
	background: silver;
	color: white;
	margin: .5em;
	padding: .35em 0.5em;
	box-shadow: .1em .1em .1em silver;
	-webkit-box-shadow: .1em .1em .1em silver;
	-moz-box-shadow: .1em .1em .1em silver;
	border-radius: 5px;
	float: left;
	cursor: help;
}

.tagLt img, .serviceLt img, .serviceLtDsb img, .videoLt img, .mailTag img{
	width: .8em;
	height: .8em;
	margin-left: .5em;
}

#surname, #name {
	width: 15em;
}

#nameJur, #contact, #artistJur {
	width: 39.9em;
}

#clientId, #contactId {
	width: 10em;
}

#address, #artist, #web {
	width: 32.4em;
}

#cp {
	width: 5.1em;
}

#citySelect {
	width: 23.3em;
}

#phone1, #phone2, #phoneContact {
	width: 8em;
}

#email {
	width: 43.5em;
}

#emailContact {
	width: 41.4em;
}

#desc{
	width:30em;
}

#obs, #obsPriv {
	width: 58.5em;
}

#fechaBajaDiv {
	visibility: hidden;
}

.buttonsDiv {
	position: relative;
	width: 95%;
	padding:.5em 2.5%;
	text-align: center;
	height:3em;
	clear:both;
	margin-top:1em;
	margin-bottom:2em;
}

.buttonsDiv img {
	width: 3em;
	height: 3em;
	cursor: pointer;
	border-radius: 25px;
}

.buttonsDiv img:hover {
	box-shadow: .1em .1em .1em gray;
	-webkit-box-shadow: .1em .1em .1em gray;
	-moz-box-shadow: .1em .1em .1em gray;
}

#tagsDiv, #servicesDiv, #videosDiv {
	width: 97%;
	background: #fbe5ff;
	min-height: 12em;
	height:auto;
	overflow: auto;
}

.subDiv{
	background: #fbe5ff;
	height: 12em;
	overflow: auto;
	overflow-x: hidden;
	width: 97%;
}

.icAction {
	width: 1.2em;
	height: 1.2em;
}

.dlgTagContainer {
	width: 99%;
	height: 12em;
	border: solid 1px silver;
	text-align: left;
	overflow: auto;
	overflow-x: hidden;
}

.dlgTagContainer div {
	float: left;
	margin-left: .5em;
	margin-top: .5em;
	padding: .5em;
	border-radius: 2px;
	cursor: pointer;
}

.noSelectedTag {
	color: gray;
	background: white;
	border: solid 1px silver;
}

.selectedTag {
	background: green;
	color: white;
	border: solid 1px green;
}

.selectedTagsDiv {
	background: #5edbcc;
	color: white;
	font-size: .9em;
}

.selectedTagsDiv p {
	margin: 0;
	padding: .5em;
}

.ltActionImg {
	cursor: pointer;
	height: 12px;
	width: 12px;
}

.bsDiv {
	width: 96%;
	margin: 0em auto 1em;
	min-height: 5em;
	background: #fbf4fc;
	box-shadow: .1em .1em .1em silver;
	-webkit-box-shadow: .1em .1em .1em silver;
	-moz-box-shadow: .1em .1em .1em silver;
	border-radius: 1px;
	padding: .5em;
}

.bsDiv img {
	width: 2em;
	height: 2em;
	position: absolute;
	right: .5em;
	cursor: pointer;
}

.reservDiv p, .noReservDiv p {
	margin: 0;
}

#logoImg, #fotoImg {
	height: 150px;
}

#fakeBt{
	position:absolute;
	z-index:1;
	top:0;
	left:.1em;
	height:2.4em;
	cursor:pointer;
}

#foto{
	position:absolute;
	z-index:2;
	top:0;
	height:3em;
	width:4em;
	cursor:pointer;
	opacity:0;
}

.videoLt {
	background: #b6d337;
	color: white;
	margin: 2em;
	padding: 0.5em;
	box-shadow: .1em .1em .1em silver;
	-webkit-box-shadow: .1em .1em .1em silver;
	-moz-box-shadow: .1em .1em .1em silver;
	border-radius: 5px;
	float: left;
	width: 90%;
	z-index: 100;
}

.newsVideo{
	background: #b6d337;
	margin:.5em;
	padding:.5em;
	box-shadow: .1em .1em .1em silver;
	-webkit-box-shadow: .1em .1em .1em silver;
	-moz-box-shadow: .1em .1em .1em silver;
	border-radius:3px;
	float: left;
	width:48em;
	height:10em;
}

.newsVideo p{
	font-size:.9em;
	margin: 0;
	font-weight: bold;
	color: #198450;
}

.newsVideo img{
	width:1.5em;
	height:1.5em;
	margin:.5em;
}

.newsPicDiv{
	width:100%;
	height:5em;
	text-align:center;
	background:#ededed;
}

.newsPicDiv img{
	max-height:5em;
}

.youtubeIframe {
	width: 560px;
	height: 315px;
	margin: .5em auto;
}

.youtubeIframeLt {
	width:224px;
	height:126px;
	margin:.5em ;
}

.youtubeIframeLtNews {
	width:224px;
	height:126px;
	margin:.5em ;
	margin-left:0;
}

.videoTitle{
	font-size: 1.2em;
	margin: 0;
	font-weight: bold;
	color: #198450;
}

.videoBts img {
	width: 2em;
	height: 2em;
	cursor: pointer;
	float: right;
	margin-bottom: 2em;
}

.buttonsVideosDiv {
	margin-bottom: 2em;
	width: 95%;
	padding: 1em 2.5%;
	text-align: center;
}

.buttonsVideosDiv img {
	width: 3em;
	height: 3em;
	cursor: pointer;
	border-radius: 25px;
}

.buttonsVideosDiv img:hover {
	box-shadow: .1em .1em .1em gray;
	-webkit-box-shadow: .1em .1em .1em gray;
	-moz-box-shadow: .1em .1em .1em gray;
}

.listDiv2 {
	width: 100%;
	min-height: 90%;
	overflow: auto;
	overflow-x: hidden;
}

.totalsDiv {
	margin-top:1em;
	font-size:1.1em;
	text-align:right;
	width:78.2%;
}

.line {
	height: 0;
	width: 79%;
	border: solid 1px #bd2ad3;
	margin-top:.5em;
}

form{
	position:relative;
	height:94%;
}

.totalSquare{
	margin:2em auto;
	margin-bottom:4em;
	width:50%;
	height:auto;
	border:solid 1px #e05ff4;
	position:relative;
	box-shadow: .1em .1em .1em silver;
	-webkit-box-shadow: .1em .1em .1em silver;
	-moz-box-shadow: .1em .1em .1em silver;
}

.totalsTtl{
	padding:.5em 0;
	width:100%;
	background:#e05ff4;
	color:white;
	text-align:center;
	font-weight:bold;
}

.totalsRow{
	position:relative;
	width:96%;
	height:1em;
	padding:1em 2%;
}

.plainDiv {
	padding: .5em .2em;
	width: 98%;
	position: relative;
	clear: both;
	min-height: 1.2em;
	overflow: auto;
}

.plainDiv img {
	width: 1.5em;
	height: 1.5em;
}

.accountInput {
	border: none;
	width: 2.3em;
	padding: .5em;
	text-align: center;
	background: none;
}

.accountContainer {
	border: solid 1px #958E7B;
	padding: 0;
	border-radius: 1px;
	background: #FFF;
	width: 21em;
	text-align: center;
}

.accountContainerFocus {
	border: solid 1px #bd2ad3;
	padding: 0;
	border-radius: 1px;
	background: #f8d6ff;
	width: 21em;
	text-align: center;
}

.mailTag {
	background: green;
	color: white;
	margin:0 .2em .2em .2em;
	padding:.1em 0.2em;
	border-radius: 5px;
	float: left;
}

.dataContainer{
	background:#D6FFFD;
	border: solid 1px #0EB5A9;
	min-height:5em;
	width:98%;
	margin-left:1%;
	box-shadow: .1em .1em .1em gray;
	overflow-y:auto;
}

.whitey{
	background: white;
}

.innerTtl{
	background:#f4abff;
	width:100%;
	text-align:center;
	border:solid 1px gray;
	padding:1em 0;
	font-weight:600;
	margin:0;
}

.innerCaps{
	background:white;
	width:100%;
	height:2.2em;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
	border-bottom:solid 1px gray;
}

.innerCaps div{
	float:left;
	padding:.5em .2em;
}

.innerRow{
	width:100%;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
	padding:.5em 0;
	font-size:.9em;
	height:1.5em;
}

.innerRow div{
	float:left;
	
}

.innerDateDiv{
	width:6%;
	text-align:center;
}

.innerRow .innerDateDiv{
	margin-left:.2%;
}

.innerTypeDiv{
	width:15%;
}

.innerRow .innerTypeDiv{
	margin-left:.4%;
}

.innerDescDiv{
	width:30%;
}

.innerRow .innerDescDiv{
	margin-left:.4%;
}

.innerServiceDiv{
	width:30%;
}

.innerRow .innerServiceDiv{
	margin-left:.4%;
}

.innerMoneyDiv{
	width:10%;
	text-align:right;
}

.pdfDiv{
	background:#fbe5ff;
	margin:0;
	float: left;
	margin-top:.5em;
	text-align:center;
}

.pdfLabel{
	margin: 0 .5em .5em .5em;
}

.pdfIcon{
	margin-top:.5em;
	height:50px;
	cursor:pointer;
}

.newsContainer{
	clear:both;
	margin-right:2em;
	margin-top:.5em;
	margin-bottom:.5em;
	display:none;
}

.titleSelect {
	border:none;
	background:#E05FF4;
	color:white;
	font-size:0.9em;
}

.dlgLinkDsb {
	cursor: help;
	display: table;
	border: none;
	background: none;
	font-weight: bold;
	color: #888;
}

.newsPdfDiv{
	width:20em;
	position:relative;
	background:white;
	height:3em;
	padding:.3em;
	float:left;
	margin-left:1em;
	margin-top:1em;
	margin-bottom:1em;
	border:solid 1px silver;
	border-radius:3px;
	color:gray;
}

.newsPdfDiv:hover{
	background:#F2F2F2;
	box-shadow: .05em .05em .05em gray;
	-webkit-box-shadow: .05em .05em .05em gray;
	-moz-box-shadow: .05em .05em .05em gray;
}

.PdfIcon{
	float:left;
	height:100%;
	width:2em;
	margin-right:-2em;
	cursor:pointer;
}

.PdfIcon img{
	width:1.5em;
	margin: .5em auto;
}

.PdfText{
	width:16em;
	float:left;
	margin-top:.5em;
	margin-left:-1em;
	font-size:.9em;
}

.PdfSize{
	width:5em;
	clear:both;
	margin-top:.3em;
	margin-left:-1.3em;
	font-size:.7em;
}

.newsJpgDiv{
	float:left;
	margin-left:1em;
	min-width:5em;
	min-height:2em;
	background:#F5CCFD;
	margin-top:1em;
	padding:.5em;
}

.newsClientDiv{
	width:96%;
	position:relative;
	background:#F5CCFD;
	height:1.5em;
	clear:both;
	margin-left:.5em;
	margin-top:.5em;
	padding:.25em;
}

.newsMailDiv{
	width:96%;
	position:relative;
	background:#F4D9F9;
	height:1.5em;
	clear:both;
	margin-left:.5em;
	margin-top:.5em;
	padding:.25em;
}

.videoBts{
	float:right;
	width: 2em;
	height: 100%;
}

.newsVideoIntro{
	width:28em;
	height:9.5em;
	float:left;
	margin-right:0;
	overflow-y:auto;
	
}
