@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-size:11px;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	overflow: visible;
} 
#header {
	background: #ffffff;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 380px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	line-height: 1.6;
}
#mainflash {
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	height: 425px;
	width: 579px;
	float: right;
	margin: -25px 20px 15px 0px;
} 
#footer {
	color: #999999;
	height: 42px;
	background: #ffffff;
	font-size: 10px;
	border-top: 1px #c0c0c0 solid;
	margin: 0 auto;
} 
#home-footer {
	position:relative;
	bottom:80px;
	color: #999999;
	height: 42px;
	background: #ffffff;
	font-size: 10px;
	border-top: 1px #c0c0c0 solid;
	margin: 0 auto;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height:30px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
}
.videoip a {
	display: block;
	margin:0 auto;
	width: 86px;
	height: 54px;
	background: transparent url(../images/videoip_both.gif) no-repeat;
} 

.videoip a:hover { 
background-position: -86px 0; 
} 
.listshare a {
	display: block;
	margin:0 auto;
	width: 87px;
	height: 54px;
	background: transparent url(../images/contact_both.gif) no-repeat;
} 

.listshare a:hover { 
background-position: -87px 0; 
} 
.linkedin a {
	display: block;
	margin:0 auto;
	width: 53px;
	height: 54px;
	background: transparent url(../images/linkedin2.jpg) no-repeat;
}
h1 {
	color:#3485cd;
	font-size:22px;
	font-weight: normal;
}


h2 {
	color:#87bed3;
	font-size:14px;
}
h3 {
	color:#adcd9b;
	font-size:14px;
}
h4 {
	color:#CCCCCC;
	font-size:22px;
	font-weight: lighter;
}
#linklines h2 {
	color:#3485cd;
	font-size:22px;
	font-weight: normal;
}
#missTitle h2 {
	color:#3485cd;
	font-size:22px;
	font-weight: normal;
}
#kavkav{
	width:280px;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}
#titleon{
	width:308px;
	float:left;
	margin:35px 0px 0px 25px;
}
#index_text{
	float:left;
	width:97%;
	text-align: justify;
	padding: 0 0 0 3%;
}
#headerbuttons{
	width:590px;
	float: right;
}
a.ethlink:link {
	color:#666666;
	text-decoration:none;
}


a.ethlink:visited {
	color:#666666;
	text-decoration:none;
}
a.ethlink:hover {
	color:#000000;
	text-decoration:none;
}
a.ethlink:active {
	color:#666666;
	text-decoration:none;
}
#foot1{
	height:16px;
	padding-top: 5px;
	text-align: center;
	margin: 0 15px;
	padding: 5px 0px 0px 0px;
}
#foot2{
	height:16px;
	padding-top: 5px;
	width: auto;
	margin: 0 auto;
	text-align: center;
}
a.foot:link {
	color:#666666;
	text-decoration:none;
}


a.foot:visited {
	color:#666666;
	text-decoration:none;
}
a.foot:hover {
	color:#000000;
	text-decoration:none;
}
a.foot:active {
	color:#666666;
	text-decoration:none;
}
/*-------inner.html--------*/
#inner_sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin-bottom: 25px;
	line-height: normal;
	border-right: #CCCCCC solid 1px;
	text-align: left;
}
a.innerlink:link {
	color:#666666;
	text-decoration:none;
}


a.innerlink:visited {
	color:#666666;
	text-decoration:none;
}
a.innerlink:hover {
	color:#3485cd;
	text-decoration:none;
}
a.innerlink:active {
	color:#3485cd;
	text-decoration:none;
}
#kavkav1{
	width:125px;
	height: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-top: #CCCCCC solid 1px;
}
#maincontent {
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	height: auto;
	width: 720px;
	float: left;
	margin-top: 0px;
	margin-left:80px;
	padding-bottom: 50px;
} 
.team{
	margin-top:20px;
	border-bottom: 1px #cccccc solid;
	padding-bottom: 20px;
}
#maintext{
	width:100%;
	float: left;
}
#linklines{
	width:90%;
	margin-top: 30px;
	float: left;
}
#linklinesMBanking{
	width:90%;
	margin-top: 30px;
	float: left;
}

.para_lessSpaceBottom{
	font-size:11px;
	line-height: 19px;
	text-align: justify;
	margin:20px 0 5px 0;
}

.para_lessSpace{
	font-size:11px;
	line-height: 19px;
	text-align: justify;
	margin:0px 0 10px 0;
}
.para_01{
	font-size:11px;
	line-height: 19px;
	text-align: justify;
}
.para_02{
	font-size:11px;
	line-height: 19px;
	margin-bottom:0px;
	text-align: justify;
}
.sub_title{
	font-weight:bold;
}
.linkadress{
	font-size:12px; 
	color:#999999;
}
.sidebar_current{
	color:#3485cd;
}
.grouptitle{
	font-size:14px;
}


#indexlist_01{
	width:155px;
	margin:0px 0px 0px 5px;
	float:left;
	display: inline;
	padding: 5px 0px 0px 0px;
	height: 138px;
}
#indexlist_02{
	width:182px;
	margin:0px 0px 0px 5px;
	float:left;
	padding: 5px 0px 0px 0px;
	height: 138px;
}
.mBankingDemoButton a {
	display: block;
	margin:0 20px 25px 60px;
	width: 127px;
	height: 103px;
	text-decoration:none;
	background: transparent url(../images/mobileBankingButton.gif) no-repeat;
} 

.mBankingDemoButton a:hover { 
	background-position: -127px 0; 
	text-decoration:none;
}
#mBankingHolder{
	float:right;
	width:210px;
}
.comBankHolder{
	float:right;
	width:140px;
}
.comBankHolder a {
	display: block;
	width: 127px;
	float:right;
	height: 103px;
	text-decoration:none;
	background: transparent url(../images/mobileBankingButton.gif) no-repeat;
} 

.comBankHolder a:hover { 
	background-position: -127px 0; 
	text-decoration:none;
}
/*----------------------------------------[/end inner.html]-----------------------------------------------------*/
/*-----------------------------------------[links styles]-------------------------------------------------------*/
a.navlink:link {
	color:#999999;
	text-decoration:none;
}
a.navlink:visited {
	color:#999999;
	text-decoration:none;
}
a.navlink:hover {
	color:#3485cd;
	text-decoration:none;
}
a.navlink:active {
	color:#3485cd;
	text-decoration:none;
}
a.normalink:link {
	color: #4791C7;
	text-decoration:none;
}


a.normalink:visited {
	color:#4791C7;
	text-decoration:none;
}
a.normalink:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#4791c7;
}
a.normalink:active {
	color:#4791C7;
	text-decoration:none;
}
a.paralink:link {
	color:#000000;
	text-decoration:none;
}


a.paralink:visited {
	color:#000000;
	text-decoration:none;
}
a.paralink:hover {
	color:#3485cd;
	text-decoration:none;
}
a.paralink:active {
	color:#3485cd;
	text-decoration:none;
}
a.sitemap:link {
	color:#636363;
	text-decoration:none;
}


a.sitemap:visited {
	color:#636363;
	text-decoration:none;
}
a.sitemap:hover {
	color:#ffffff;
	background-color:#5196c2;
	text-decoration:none;
}
a.sitemap:active {
	color:#636363;
	text-decoration:none;
	padding: 0;
}
/*----------------------------------------[/end links styles]---------------------------------------------------*/
/*-------------------------------------------[List styles]------------------------------------------------------*/
ul.index{
	list-style-type: none;
	line-height:20px;
	padding: 0em;
	margin: 0em;
}
.index li{
	background-image: url(../images/square_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .6em;
	padding-left: 1.3em;
}
ul.nobul{
	line-height:20px;
	list-style: decimal;
	list-style-image:none;
}

ol.nobul{
	line-height:20px;
	list-style: decimal;
	margin-top:.5em;
	list-style-image:none;
	padding-top:-3em;
	padding-left:2em;
}
.nobul li{
	background-image:none;
}

ul.clearlist{
	line-height:20px;
	list-style-image:none;
	list-style: none;
}
.clearlist li{
	background-image:none;
	padding:0px;
	margin:0px;
}

ul.olderul{
	list-style-image:url(../images/square_bullet.gif);
	line-height:20px;
	list-style-position:outside;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	}

ul.m-bank {
	list-style-type: none;
	line-height:20px;
	padding: 0em 0 0 0;
	margin: 0em;
}

.m-bank li {
	margin:.5em 0 0 0;
}
ul {
	list-style-type: none;
	line-height:20px;
	padding: 0em;
	margin: 0em;
	padding-top:.4em;
}	
ul li {
	background-image: url(../images/square_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .6em;
	padding: .03em 0 0 1em;
	
}
ul.squere{
	padding:0px;
	margin:0px;
	list-style-image:none;
	line-height:20px;
	list-style:none;
}
li.squere{
	background-image:url(../images/square_bullet.gif);
	background-position:2px 5px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 2px;
}

ul.decim{
	line-height:20px;
	list-style: decimal;
	list-style-image:none;
	list-style-position: outside;
}
.decim li{
	background-image:none;
	padding:0px;
	margin:20px 0 0 0;
}
ul.rect {
	list-style-image:url(../images/trianglebullet.gif);
	line-height:20px;
	margin: 0px 0px 0px 0px;
	padding:0em 0 .8em 0em;
	list-style-position:inside;
	background-position: 0px 0 0 0px ;
}
.rect li{
	background-image:none;
	margin: 0px 0px 0px 0px;
	padding:0 0 0 0em;
}

ul.sitemapList{
	line-height:20px;
	list-style-image:none;
	list-style: none;
	padding:0px;
	list-style-position: outside;
}
.sitemapList li{
	background-image:none;
	padding:0px;
	margin:0px;
}
/*-----------------------------------------[/end List styles]---------------------------------------------------*/
/*------------------------------------------[/end semititles]---------------------------------------------------*/
#apps_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_01.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#maintainance_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_02.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#vrbt_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_03.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#vportal_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_04.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#vmail_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_05.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#click2call_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_06.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#vdate_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_07.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#vcon_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_08.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#vblog_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_09.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#release_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_10.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#sysimp_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_11.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#partv_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_12.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#mobop_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_13.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#callrec_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_14.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}

#listshare_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_15.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#crbt_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_29.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#team_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_16.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#contentprov_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_17.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#mbank_semititle{
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_18.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#videoipplat_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_19.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#livetv_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_20.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#broadop_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_21.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#voicerec_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_22.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#manageserhost_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_23.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#contact_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_24.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#company_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_24.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#broadcasters_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_26.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#eol_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_28.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#legal_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_29.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}
#commbank_semititle {
	width: 250px;
	height: 224px;
	background-image: url(../images/semititle_30.jpg);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-right: 63px;
	padding-top: 30px;
}

/*------notes:
1. did not use: 
	a. semititle_25.jpg
	b. semititle_27.jpg
2. used twice:
	a. semititle_24.jpg (Tel Aviv) - as requested by ethrix
----------*/
/*------------------------------------------[/end semititles]---------------------------------------------------*/


#maintenance {
	width: 500px;
	float: left;
	margin-top: 30px;
}
#pdf {
	float: right;
	width: 200px;
	margin-top: 30px;
	text-align: center;
}
#home_down {
	position:relative;
	bottom:110px;
	height: 130px;
	width: 1000px;
}
#home_down_left {
	width: 360px;
	line-height: 25px;
	margin: 10px 0 0 10px;
	float: left;
	display: inline;
}

#home_down_middle {
	width: 150px;
	line-height: 1.7;
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
}

#home_down_right1 {
	width: 140px;
	line-height: 1.7;
	float: left;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 80px;
}

#home_down_right2 {
	width: 150px;
	line-height: 1.7;
	float: left;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;
}
.divider {
	width: 5px;
	float: left;
	margin: 12px 0 0 5px;
}
#credit {
	float: right;
	margin: 10px 0 20px 0;
	padding: 0px 20px 0px 0px;
	color: #989898;
}
#index_apps_vertical {
	width:33px;
	float:left;
}
#product_01{
	float:left;
	width:170px;
	margin: 10px 20px 0px 20px;
	display: inline;
	height: 214px;
	text-align: center;
}
#product_thumbs{
	float:left;
	width: 100%;
}
#contact-form{
	float:left;
	background-color:#f1f1f1;
	width:300px;
	height:285px;
}
#form2{
	float:left;
	width:240px;
	height:240px;
	margin: 10px 0px 0px 10px;
	display: inline;
}
#contact-details{
	float:left;
	margin:0px 0px 0px 40px;
	width: 360px;
}
#send{
	float:right;
	margin:5px;
}
/*----------------------------------------------[sitemap]-------------------------------------------------------*/

#sitemap_maincontent{
	height: auto;
	width: 1000px;
	float: left;
	margin-top: 0px;
	margin-left:0px;
	padding-bottom: 50px;
	line-height: 30px;
	padding: 0px;
} 
#sitemap_column_01{
	width:181px;
	float:left;
	margin-left: 60px;
	display: inline;
}
#sitemap_column_02{
	width:192px;
	float:left;
	margin-left:63px;
	padding: 0;
}
#sitemap_column_03{
	width:278px;
	float:left;
	margin-left:62px;
}
#sitemap_column_04{
	width:122px;
	float:left;
	margin-left:5px;
	padding-right: 36px;
}

.SMsub_title{
	font-weight:bold;
	color:#010101;
}

#m-bankings-pdf {
	text-align: center;
	float: right;
	margin: 0px 0px 0px 40px;
}
#print-pdf {
	text-align: center;
	float: right;
	margin:0 22px 0px 0;
}
/*--------------------------------------------[/end sitemap]----------------------------------------------------*/
/*------------------------------------------------[404]---------------------------------------------------------*/
#miss_maincontent{
	height: 250px;
	width: 500px;
	margin-top: 0px;
	margin-left:0px;
	padding-bottom: 50px;
	line-height: 30px;
	padding: 0px 250px;
}
#missTitle{
	width: 500px;
	text-align: center;
	height: 250px;
	float: left;
}
#missTitle h1{
	font-size:30px;
	color:#3485cd;
	font-weight: bold;
	
}
/*----------------------------------------------[/end 404]------------------------------------------------------*/
/*---------------------------------------------[login.html]-----------------------------------------------------*/
#login_maincontent{
	width: 220px;
	margin-top: 0px;
	margin-left:0px;
	padding-bottom: 50px;
	line-height: 30px;
	padding: 0px 395px;
}
#loginTitle{
	text-align: left;
	width:180px;
	background-color:#d1eaff;
	padding: 0 12px;
	float: left;
	
}
#loginTitle h2{
	font-size:18px;
	color:#4574a0;
	font-weight: normal;
	margin: 5px 0px;
	
}
#loginArea{
	width:220px;
	float: left;
	padding: 25px 0 50px 0;
}
#loginBox{
	width:204px;
	background-color:#d4d4d4;
	float: left;
	margin: 25px 0px 0px 0px;
	padding: 7px 8px;
}
#loginBoxFailed{
	width:204px;
	background-color:#dd2628;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 7px 8px;
}
#loginUser{
	float:left;
	width: 70px;
	height: 65px;
}
#loginUser p{
	margin:0px 0px 17px 0px;
	height:18px;
	font: 13px;
}
#loginUserData{
	float:right;
	width: 110px;
	height: 65px;
}
.loginImputText{
	background-color:#FFFFFF;
	border:1px #808185 solid;
	width:100px;
	height:18px;
	padding: 3px 5px;
	margin: 4px 0px 5px 0px;
	font: 12px;
}
#submitData{
	float:right;
	width: 50px;
	margin: 10px 0px;
	height: 30px;
}
.loginButton{
	background-color:#3e7cb7;
	border:1px #2d5986 solid;
	color: #FFFFFF;
	height: 20px;
	width: 48px;
	float: right;
	vertical-align: middle;
	padding: 0px 0px;
	line-height: 20px;
}
.loginButton input{
	margin-top:1px;
}
#loginCheckbox{
	width:20px;
	float:left;
	height: 20px;
	margin: 6px 0px;
}
#loginCheckboxText{
	padding:0px;
	margin: 6px 0px;
	height: 20px;
	float: left;
	width: 100px;
	line-height: 18px;
}
#topHalf{
	height:66px;
	float:left;
}
#loginLinks{
	width:100%;
	float:left;
	text-align: justify;
}
#loginFailed{
	height:25px;
	float:left;
	color:#FFFFFF;
	width: 204px;
	padding: 0px;
	line-height: 15px;
	text-align: center;
}
/*---------------------------------------------[/login.html]----------------------------------------------------*/
/*---------------------------------------------[videos]---------------------------------------------------------*/
#video_maincontent {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	padding: 0px 0px 10px 0px;
	overflow: visible;
}
#vidDescription{
	float:right;
	width: 250px;
	text-align: left;
	padding: 23px 15px 0px 0px;
	line-height: 20px;
	margin-left: 39px;
}
#vidTitle{
	float:right;
	width: 570px;
	text-align: left;
	padding: 23px 15px 0px 0px;
	line-height: 20px;
	margin-left: 39px;
}
#legalNotification{
	float:right;
	width: 570px;
	text-align: left;
	padding: 10px 15px 5px 0px;
	line-height: 20px;
	margin-left: 39px;
	margin-bottom: 20px;
}
#demoVidFlash{
	text-align:left;
	width:290px;
	margin: 20px 0px 50px 0px;
	height: 590px;
	float: right;
}
#demoVidFlash2{
	text-align:left;
	width:585px;
	margin: 5px 0px 5px 0px;
	height: 347px;
	float: right;
}
#vidnavlink{
	float:right;
	width:585px;
	text-align: left;
}
/*---------------------------------------------[/videos]--------------------------------------------------------*/
