﻿/*
*
{
    margin: 0;
    padding: 0;
}
*/


html
{
    height: 100%;
    margin: 0;
    padding: 0;
    /*margin: 0 auto;*/
    float: none;
}

body
{
    margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 9pt;
	/*color: #424242;*/
	color: #595959;
	/*background-color: #ddd;*/
	background: url(images/bg_topnav.jpg) repeat-x;
	/*border-top: 4px solid #bdc6ec;*/
	direction: rtl;
	text-align: center;
}

a
{
    text-decoration: none;
    /*color: #D75600;*/
    color: #0084c9;
}
a:hover
{
    /*color: #FFB871;*/
    /*color: #ed1951;*/
    color: #ed1b2d;
}

form 
{
    margin: 0;
    padding: 0;
}

input, textarea, select
{
    font-family: tahoma, times;
    font-size: 1em;
}

/*input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly]*/
select[disabled].normal, select[readonly].normal
{ 
    background-color: #FFF; 
    border: none;
    color: #000000; 
    cursor: default; 
}

ul
{
    margin: 0 1.5em 1.5em 1.5em;
    padding: 0;
    list-style-type: square;
}

img
{
    border: none;
}

h1, h2, h3, h4
{
    margin: 0 0 1em 0;
	padding: 0;
    font-family: arial, times;
    font-weight: bold;
}

h1
{
	font-size: 18pt;
}

h2
{
    font-size: 16pt;
}

h3
{
    font-size: 14pt;    
}

pre {
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */ /*
	width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
    font-family: tahoma;
	font-size: 9pt;
}

table.simple-border
{
    border-collapse: collapse;
}

table.simple-border tr
{
    border: solid 1px rgb(200,200,200);
}

td.simple-border
{    
    padding: 3px;
}

table.no-border td
{
    border: none;
    padding: 0;
}

#container
{
    width: 974px;
    margin: 0 auto;
    padding: 0;
    text-align: right;
    /*margin: 0 5%;*/
	/*
	background-color: #FFF;
	background-image:  url(images/background.jpg);
	background-repeat: repeat-y;
	border: 1px solid #333;
	*/
}

#header
{
	height: 110px;
	/*border-bottom: solid 1px rgb(150,150,150);*/
}
#logo
{
	background: transparent url(images/logo.png) no-repeat;
	float: left;
	width: 121px;
	height: 80px;
	margin: 2px 0 0 0;
	z-index: -1;
}

#banner 
{
    /*margin: 14px 175px 0 0;*/
    margin: 14px 10px 0 0;
    width: 468px;
    height: 60px;
    float: right;
}

#tabnav
{
	margin: 0;
	padding: 10px 0;
	/*background: url(images/topnav_bg.jpg) repeat-x;*/
	border-top: solid 4px #bdc6ec;
	border-right: 1px solid gray;
}
#tabnav li
{
	display: inline;
	list-style-type: none;
}
#tabnav a:link, #tabnav a:visited
{
	float: right;
	font-size: 10pt;
	line-height: 14px;
	font-weight: bold;
	padding: 3px 10px;
	margin-top: -14px;
	text-decoration: none;
	border-top: solid 4px #4764ba;
	border-left: 1px solid gray;
	color: #4764ba;
}
#tabnav li.active a:link, #tabnav li.active a:visited, #tabnav a:hover
{
	border-top: solid 4px #6c93d8;
	padding-bottom: 2px;
	background: #fff;
	color: #6c93d8;
}
/*
#tabnav a:hover
{
	border-top: 4px solid #6c93d8;
	color: #6c93d8;
}
*/
		
#sidenav
{
	float: right;
	width: 160px;
	/*margin: 1em 0 1.5em 0;*/
	margin: 0 -2px 0 0;
	/*height:*/
	/*background-color: rgb(240,240,240);*/
}

/*
#sidenavLinks p
{
	margin: 0;
	border-top: solid 1px rgb(200,200,200);
}
#sidenavLinks a
{
	text-decoration: none;
	background-color: #EEF5FB;
	color: #616161;
	display: block;
	width: 143px;
	padding: .25em .5em;
	margin: 0;
	border-bottom: solid 1px rgb(200,200,200);
	border-right: solid 5px #FF9100;
}
#sidenavLinks a:hover
{
	border-color: #FFFFFF;
	background-color: #FF9100;
	color: #FFFFFF;
}	
*/

#loginbox
{
    clear: both;
    background-color: #F3F3F3;
}
.login input
{
    width: 90px;
    direction: ltr;
}
.logintitle
{
    width: 200px;
    padding: .2em 0;
    background-color: #666;
    color: White;
}

#intwebfest
{
	/*background-image: url(images/intwebfest_banner.gif);
	width: 160px;
	height: 70px;*/
	margin-top: 1em;
}

#customers
{
    margin-top: 1em;
}

#horizontalBar
{
    width: 800px;
	margin: 0 173px 0 0;
	padding: .5em 0;
	height: 1.4em;
	/*background-color: #EBEBEB;*/
	background-color: #f3f3f3;
	color: #666;
	border-top: solid 1px rgb(200,200,200);
	border-bottom: solid 1px rgb(200,200,200);
	font-weight: bold;
    /*background: url(images/bg_breadcrumb.jpg) 70%;*/
}

#breadcrumb 
{
    float: right;
    padding: 0 .5em;
}

#welcomebox
{
    /*
    clear: both;
    float: left;
    margin-top: 20px;
    */
    float: right;
    width: 158px;
    height: 58px;
    margin: 14px 0 0 0;
    font-weight: bold;
    border: solid 1px rgb(235,235,235);
}

#welcomebox div.exit-link
{
    float: left;
}

#welcomebox div.welcome-message
{
    padding: .5em;
}

#content
{
    width: 800px;
	padding: 1em 0 0 0;
	margin: 0 173px 0 0;
	line-height: 1.9em;
}

#content h3
{
    margin-top: 1.3em;
    color: #696969;
}

#content h4
{
    font-family: tahoma;
    font-size: 10pt;
}

#content p
{
    text-align: justify;
    margin: 0 0 1em 0;
}

#footer
{
	font-size: 8pt;
	text-align: right;
	/*border-top: 1px solid rgb(150,150,150);*/
    margin: 10px 0 0 0;
    padding: 10px .5em 40px .5em;
    vertical-align: top;
    background: #f5f5f5;
    clear: both;
}

#footer-logo
{
    width: 113px;
    height: 9px;
    float: left;
    margin: 0;
    padding: 0;
    background: url(images/logo_parsmedia.gif) no-repeat;
}

#footer-text
{
    margin: 0;
    padding: 0;
    float: right;
}

#footer-text p
{
    margin: 0;
    padding: 0;
    color: Gray;
}

.full-block
{
    width: 100%;
    height: 100%;
    display: block;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:728px;
	border:1px solid #818181;
	background:url(../../images/bg-content-side.png) repeat-y right;
	position:relative;
	}

#content-main-two-column {
	width:540px;
	float:left;
	}

#content-side-two-column {
	float:right;
	width:160px;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	/*margin-top:3px;*/
	margin-left:auto;
	margin-right:auto;
	/*padding:15px;*/
	width:798px;
	/*border:1px solid #818181;*/
	/*background:url(../../images/bg-three-column-main.png) repeat-y;*/
	position:relative;
}

#content-main-three-column {
	width:239px;
	float:left;
	/*margin-left:25px;*/
	padding: 5px 6px 5px 7px;
}

#content-side2-three-column {
	float:right;
	width:239px;
	font-size:.9em;
	padding: 5px 0 5px 27px;
}

#content-side1-three-column {
	float:left;
	width:239px;
	font-size:.9em;
	padding: 5px 34px 5px 0px;
}

/*#content-side2-three-column h4 {
    margin-left: 22px;
}*/

/*
#content-container-three-column .content-inside 
{
    padding: 15px;
}
*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h4.home-coloumn-title
{
    margin: 0;
	padding: 0 1.3em 0 0;
    background: #F3F3F3 url(images/bullet_double_red.gif) no-repeat scroll right .6em;
}

h4.home-coloumn-title a
{
	margin: 0;
	padding: 0;
    color: #595959;
}

.content-inside ul
{
    padding: 0;
    margin: 1em 1.5em 0 1.5em;
}

.content-inside li
{
    list-style: url(images/bullet_simple_gray.gif);
    line-height: normal;
    margin: 0 0 1em 0;
}

.home-box-description
{
    text-align: justify;
    margin: 0 0 10px 0;
}

.home-box-description a
{
    color: #595959;
    display: block;
    width: 100%;
    height: 100%;
}

.ltrTextBox {
    direction: ltr;
}

.ltrLabel {
    direction: ltr;
    /*display: inline-block;*/
}

th.ltrLabel {
    direction: rtl;
}

.rtlLabel {
    direction: rtl;
    /*display: inline-block;*/
}


/* ad preview box (Ad.aspx) */
.adpreview-text
{
    border: solid 1px;
    width: 250px;
    text-indent: 5px;
}
.adpreview-text #ad-title
{
    font-weight: bold;
}

.adpreview-image
{
    overflow: auto;
    width: 99%;
}
#ad-image
{
    border: 0;
}

.code-preview 
{
    width: 150px;
    height: 60%;
    border: solid 1px;
    line-height: normal;
}

.code-preview tr td
{
    padding: .1em .3em;
}

.warning
{
    color: Red;
    font-weight: bold;
}

.gridView
{
    color: #333333;
    border-collapse: separate;
    white-space: nowrap;
    /*background: transparent url(images/bg_breadcrumb.jpg) 70%;*/
}

.gridView caption
{
    background-color: White;
    color: #53527A;
    font-family: Arial;
    font-size: 14pt;
    padding: 5px;
}

.gridViewAliasWebsites
{
    border-top: solid 1px #000000;
}

.homeColumn 
{
    font-family: Tahoma;
    font-weight: 600;
    font-size: larger;
    width: 33%;
}

.news h2, .articles h2
{
    display: inline;
}

.publish-date {
	font-size: 0.9em;
	color: #A4A4A4;
}

.content-image 
{
    float: left;
    margin: 0 .5em .5em 0;
}

.header-image 
{
    margin-bottom: 2em;
}

.validate-message, .required-field, .error-message
{
    color: Red;
}

.side-content
{
    float: left;
    width: 197px;
    margin-right: 1em;
}

#ads-header 
{
    width: 800px;
    height: 251px;
    background: url(../../images/ads_header.jpg) no-repeat;
}

#ads-screenshot 
{
    width: 198px;
    height: 180px;
    background: url(../../images/ads_screenshot.jpg) no-repeat;
}

#searchad-screenshot 
{
    width: 197px;
    height: 182px;
    background: url(../../images/searchad_screenshot.jpg) no-repeat;
}

#searchad-header 
{
    width: 800px;
    height: 251px;
    background: url(../../images/searchad_header.jpg) no-repeat;
}

#emailmarketing-screenshot
{
    width: 197px;
    height: 345px;
    background: url(../../images/emailmarketing_screenshot.jpg) no-repeat;
}

#emailmarketing-header 
{
    width: 800px;
    height: 251px;
    background: url(../../images/emailmarketing_header.jpg) no-repeat;
}

#email-samples
{
    width:100%;
    float:right;
}

#email-samples div
{
    float:right;
    width:25%;
    margin-bottom: 1em;
    text-align:center;
}

#email-samples div div
{
    width:100%;
    font-size:11px;
}

#ad-samples .sample
{
    display: inline;
}

#ad-samples .flash
{
    margin: 10px 0 0 10px;
}

#ad-samples .sample *
{
    margin: 10px 0 0 10px;
}

#ad-samples .formats
{
    direction: ltr;
    border-bottom: solid 1px rgb(200,200,200);
}

#ad-samples .format-title
{
    font-size: 130%;
    margin: 1.5em 0 0 0;
    direction: ltr;
}

div.content-box-row
{
    width: 100%;
    height: 170px;
}

div.content-box-row div.content-box
{
    width: 395px;
    height: 170px;
    background: url(images/bg_contentbox.jpg) no-repeat;
}

div.content-box-row div.content-box div
{
    padding: 15px;
}

div.content-box-row div.right
{
    float: right;
}

div.content-box-row div.left
{
    float: left;
}

.content-box h3
{
    margin: 0 0 .5em 0 !important;
}

.content-box li
{
    font-size: 10pt;
    list-style: url(images/bullet_simple_gray.gif);
    line-height: normal;
    margin: 0 0 .5em 0;
}

tr.table-header
{
    background: url(images/bg_breadcrumb.jpg);
}

.autocomplete
{
    margin: 0 1em 0 0;    
}

.autocomplete-item
{
    text-align: right;
}

.copyright-notice
{
    color: Red;
}

.chart-image
{
    margin: 10px 0;
}

.ajax__calendar {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    visibility: visible;
    display: block;
    z-index: 1000;
}
.ajax__calendar iframe 
{
    left: 0px !important;
    top: 0px !important;
}

.loading {
	position:absolute;	
	padding:0px;
	width: 32px; /*Width of the content to be centered*/
	height:32px;	/*Height of the content to be centered*/
	top:50%;		/*Places the top-left corner of the content in the center of the page vertically*/
	left:50%;		/*Places the top-left corner of the content in the center of the page horizontally*/
	margin-left:-16px;	/*Since the top-left corner of the content is centered, we need to move the content 1/2 of its width to its left*/
	margin-top:-16px;	/*Since the top-left corner of the content is centered, we need to move the content 1/2 of its height upwards*/
	text-align: center;
}

#back-to-v1 
{
    margin-top: 1em;
    width: 160px;
    height: 70px;
    background: url(images/back-to-v1.jpg) no-repeat;
}

#back-to-v1  a
{
    width: 100%;
    height: 100%;
    display: block;
}

.register-section
{
    margin-bottom: 1em;
}

.small-text 
{
    font-size: 80%;
}

#top-content-link 
{
    margin-bottom: 1em;
}

.top-content-table 
{
    width: 100%;
    margin-bottom: 1em;
}

.option-list .title 
{
    font-weight: bold;
}

.option-list .desc
{
    clear: both;
}