#ft{
	clear:both;
}

#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{
	margin:auto;
	text-align:left;
	width:57.69em;
	*width:56.301em;
	min-width:750px;
}

#doc2{
	width:73.074em;
	*width:71.313em;
}

#doc3{
	margin:auto 10px;
	width:auto;
}

#doc4{
	width:74.923em;
	*width:73.117em;
}
.yui-b{
	position:relative;
}

.yui-b{
	_position:static;
}

#yui-main .yui-b{
	position:static;
}

#yui-main{
	width:100%;
}

.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{
	float:right;
	margin-left:-25em;
}

.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{
	float:left;
	margin-right:-25em;
}

.yui-t1 .yui-b{
	float:left;
	width:12.3207em;
	*width:12.0106em;
}

.yui-t1 #yui-main .yui-b{
	margin-left:13.3207em;
	*margin-left:13.0106em;
}

.yui-t2 .yui-b{
	float:left;
	width:13.8456em;
	*width:13.512em;
}

.yui-t2 #yui-main .yui-b{
	margin-left:14.8456em;
	*margin-left:14.512em;
}

.yui-t3 .yui-b{
	float:left;
	width:23.0759em;
	*width:22.52em;
}

.yui-t3 #yui-main .yui-b{
	margin-left:24.0759em;
	*margin-left:23.52em;
}

.yui-t4 .yui-b{
	float:right;
	width:13.8456em;
	*width:13.512em;
}


h1 { font-size: 200%; letter-spacing: -2px; margin-bottom: 20px; }

h2 { font-size: 18px; margin-bottom: 20px; font-family: 'b itr','f titr', tahoma; }

h3 { font-size: 150%; letter-spacing: -1px; margin-bottom: 20px; }

h4 { font-size: 120%; letter-spacing: -1px; margin-bottom: 20px; font-weight:bold;}


strong {
  font-weight:bold;
}

em {
  font-style: italic;
}

p {
  margin: 0.5em 0;
  padding-bottom: 0.5em;
}

blockquote {
    color:#888888;
    text-indent:37px;
    background:transparent url(../images/generic/blockquote.png) top left no-repeat;
}

cite {
  font-weight: bold;
}

pre {
  padding: 10px;
  font-size: 11px;
  background-color:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
  line-height:140%;
 
  /* make lines wrap in pre tag - browser specific so not valid css - lousy browsers */
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

code {
  font-family: monaco,"lucida console","courier new",courier,serif;
  font-size-adjust: none;    
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
}

/*********************************** forms *****************************************/

label { font-weight: normal; }

input, select {
  width:150px;
}

input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(images/input.gif) top left no-repeat;
	margin: 2px;
	font-family: tahoma;
}

input.checkbox {
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}

input.submit {
  background:#ffffff url(../images/generic/submitBg.png) -20px 0 no-repeat;
  color:#ffffff;
}

input.submit:hover {
  
  cursor: pointer;
}

textarea {
  width:300px;
  height: 200px;
}

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}

fieldset {
  background:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
}

legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#666666;
}

/******************************** images ****************************************/

/******************************** tables ***************************************/

table {
  border: 1px solid #999999;
}

thead {
  color: #ffffff;
  background: #999999 url(images/generic/theadBg.jpg) top left repeat-x;
  border-bottom: 1px solid #999999;
}

tr.odd { background-color: #eeeeee; }

th, td {
  padding:3px;
  border-right: 1px solid #999999;
}

/********************************** lists **************************************/

ol li {
  list-style-type: decimal;
}

ul li {
  list-style-type: disc;
}

ol, ul, dl {
  padding-left: 30px;
}

dd {
  margin:0 0 4px 0;
  background-color: #eeeeee;
  padding:10px;
}

/********************************* LiveValidation *************************************/

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}

/************************************ HELPERS ***************************************/		

.floatRight {
  float:right;
}

.floatLeft {
  float:left;
}

.clearBoth {
  clear:both;
}

.clearLeft {
  clear:left;
}

.clearRight {
  clear:right;
}

.inline {
  display:inline;
}

.block {
  display:block;
}

.hidden {
  display:none;
}

.invisible {
  visibility:hidden;
}

.visible {
  visibility:visible;
}

/** margin helpers (useful for floated images) **/

.marginTop10 {
  margin-top:10px;
}

.marginRight10 {
  margin-right:10px;
}

.marginBottom10 {
  margin-bottom:10px;
}

.marginleft10 {
  margin-left:10px;
}



/********************* YAHOO USER INTERFACE GRIDS ELEMENTS *************************/

/* see http://developer.yahoo.com/yui/grids/ */

/* yui doc4 container
   (don't use any positioning stuff for this, just colors etc) */
#doc {
  background-color:transparent;
}

/* yui hd header container 
   (don't use any positioning stuff for this, just colors etc)
   use an inner container to add any padding as this will screw up layout*/
#hd { 
  background-color: transparent; 
}

/* yui ft footer container 
   (don't use any positioning stuff for this, just colors etc)
   use an inner container to add any padding as this will screw up layout*/
#ft { 
  background-color: transparent;
  text-align:center;
  padding: 10px 0;
  color: #cccccc;
  /*color: #B9D420;*/
}


/************************ MY ELEMENTS ******************************************/

/** header stuff *********************/


/* navigation for head (set up like tabs) */
#head_nav {
 text-align:right;
  padding:0;
  width:auto;
  margin:0 10px 0 0;
}

#head_nav li {
  float: right;
  margin: 0 0 0 1px;
  list-style: none;
}

#head_nav a {
  display: block;
  padding: 0 1em 0.5em 1em;
  text-align:center;
  vertical-align:middle;
  font-size:120%;
  text-decoration: none;
  border:0;
  /*background:#eeeeee;*/
  
  font-weight: bold;
}

#head_nav a:visited { }
#head_nav a:hover { 
    /*background:#dddddd;*/
}

#hd h1 a {
  text-indent:-5000px;
  width:272px;
  height:40px;
  background:transparent url(../images/bgs/logo.gif) top left no-repeat;
  margin:0 0 10px 0;
  display:block;
  border:0;
}

#hd h2 {
  text-indent:-5000px;
  width:349px;
  height:39px;
  /*float:left;*/
  margin:0 0 0 0;
  background:transparent url(../images/bgs/strapline.gif) top left no-repeat;
}

/** content stuff *********************/

#topMain {
  height:30px;
  background:transparent url(../images/bgs/topMainBg.gif) top left no-repeat;
  clear:both;
}

#bottomMain {
  height:30px;
  background:transparent url(../images/bgs/bottomMainBg.gif) top left no-repeat;
}


.container_with_padding {
  padding: 0px 30px;
}

#main li {
  padding: 2px;
  width:620px;
  margin: 0 auto;
}

li.odd {
  background:#FFE2C4;
}

.crumbs {
  margin:0 0 20px 0;
}

cite {
  color:#FF9422;
}

.last {
	margin-bottom:0;
}

/** forms *****/

.vote_button {
  width:inherit;
}

input, select {
  padding:3px;
}

input.radio_button {
  margin-left:50px;
}

input.submit {
  width: inherit;
  background:#cccccc;
  border:0;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
}

textarea {
  width:400px;
}

textarea.shallow {
  height:100px;
}


/** footer stuff *********************/

#foot_nav {
	margin:0;
	padding:0;
}

#foot_nav li {
  display: inline;
  list-style: none;
  margin:0 0.5em;
}

#tlaContainer {
  margin-bottom:10px;
}

#tlaContainer a { 
  outline:none;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dotted #ffffff;
}

#tlaContainer a:visited { color: #ffffff; }

#tlaContainer a:hover { 
  color: #ffffff;
}

/** megaFooter stuff *********************/

#megaFooter{
	margin:0;
	padding:10px 5px 5px 5px;
	background-color:#999999;
	color:#ffffff;
	text-align:center;
}

/** pagination ***********************/

.pagination {
  float:right;
}

.pagination a {
  border: 1px solid #FFE2C4;
  color: #FF9422;
}

.pagination a:hover, .pagination a:active {
  color: #000;
}

.pagination span.current {
  border: 1px solid #FF9422;
  background-color: #FF9422;
  color: #FFF;
}

.pagination span.disabled {

}

/** fonts ***************************/

h1, h2, h3 {
  color: #B9D420;
}

a { 
  color: #B9D420;
}
a:visited { color: #B9D420; }
a:hover { 
  color: #009900;
  border-color:#009900;
}

/** specific ************************/

a.gotoTop {
	font-size:12px;
	font-weight:normal;
	float:right;
	margin-top:3px;
}



input.sayHello {
	width:100px;
}

#main h4 {
	margin-bottom:10px;
}

#documentation h2, #results h2 {
	padding:5px;
	background: #B9D420;
	color: #666666;
}

.section h3, #documentation h3 {
	padding:3px;
	background: #eeeeee;
}

.section h4, #documentation h4 {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin-bottom:10px;
	padding:3px 0;
}

form label {
	display:block;
}

#hideForTests {
    position:absolute;
    top:-5000px;
    left:-5000px;
    visibility:hidden;
}

a.downloadButton {
	border:0;
	text-indent:-5000px;
	display:block;
	height:48px;
	width:270px;
	padding:0;
	margin:0 auto;
	background:transparent url(../images/downloadButton.gif) 0px 0px no-repeat;
}

a.downloadButton:hover {
	background-position: 0px -60px;
	border:0;
}

object.adsense {
	width: 728px;
	height:90px;
	border:0;
	padding:0;
	margin:0;
	overflow:hidden;
}


/* support boxes *************/

#main .supportBox {
	float:left;
	margin:0 0 20px 60px;
	width:160px;
}

#main .supportBox ul {
	margin-top:5px;
	padding:0;

}

#main .supportBox ul li {
	list-style:none;
	width:160px;
}

#main .supportBox .versions {
	display: none;
	
}


/*** donation ***/
#megaFooter input.donate {
	width:62px;
	height:31px;
	padding:0;
	border:0;
	background:transparent;
}

#megaFooter img {
	padding:0;
	border:0;
}



/*** addthis ***/

a#addThis img, div#addthis_dropdown15 img {
	padding:0;
	border:0;
}


a#addThis  {
	margin: 0 0 0 0;
	
}

div#addthis_dropdown15 a, a#addThis {
	padding:0;
	border:0;
}

div#addthis_dropdown15 table, 
div#addthis_dropdown15 tr, 
div#addthis_dropdown15 th, 
div#addthis_dropdown15 td  {
	padding:0;
	border:0;
}



body{
	font-family: tahoma;
	color: black;
	line-height: 15px;
	direction: rtl;
	font-size: 12px;
}

a{
	text-decoration: none;
	color: blue;
}

td{
	border: 1px dotted #cccccc;
	height: 35px;
	width: 100px;
}

.size{
	font-size: 10px;
}

#right{
	float: right;
	width: 130px;
	line-height: 28px;
}

#left{
	float: left;
	width: 190px;
}

.form{
	width: 330px;
}


#top{
	width: 726px;
	height: 77px;
	background: url(images/top.gif) no-repeat;
}

#main{
	background: url(images/bgmain.gif) repeat-y ;
	width: 725px;
}

#post{
	width: 726px;
}

a img{
	border: none;
}

#bot{
	width: 727px;
	height: 51px;
	background: url(images/bot.gif) no-repeat;	
}

#saye{
	height: 62px;
	background: url(images/saye.gif) no-repeat center;	
}


*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.container {
	width: 500px;
	margin: 0 auto;
}
h1 {
	font: 4em normal Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	padding: 20px 0;
	color: #aaa;
}
h1 span { color: #666; }
h1 small{
	font: 0.3em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #666;
}
h2.trigger {
	margin: 0 0 5px 0;
	background: url(images/domain.gif) no-repeat;
	height: 57px;
	line-height: 45px;
	width: 405px;
	font-size: 2em;
	font-weight: normal;
}
h2.trigger a, h2.trigger1 a, h2.trigger2 a, h2.trigger3 a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #ccc;
}
h2.active {
	background-position: left bottom;
}

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(images/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 12px;
	width: 500px;
	clear: both;
}

.toggle_container .block {
	padding: 20px;
	background: url(images/toggle_block_btm.gif) no-repeat left bottom;
font-size: 11px;
}


h2.trigger1 {
	margin: 0 0 5px 0;
	background: url(images/offer.gif) no-repeat;
	height: 57px;
	line-height: 45px;
	width: 405px;
	font-size: 2em;
	font-weight: normal;
}

h2.trigger2 {
	margin: 0 0 5px 0;
	background: url(images/new.gif) no-repeat;
	height: 57px;
	line-height: 45px;
	width: 405px;
	font-size: 2em;
	font-weight: normal;
}

h2.trigger3 {
	margin: 0 0 5px 0;
	background: url(images/love.gif) no-repeat;
	height: 57px;
	line-height: 45px;
	width: 405px;
	font-size: 2em;
	font-weight: normal;
}


.cls{
	clear: both;
}




* {
margin: 0;
padding: 0;
}



.widget {
width: 430px;
margin: 10px;
padding: 5px;
background: #f3f1eb;
border: 1px solid #dedbd1;
margin-bottom: 15px;
}

	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #222;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #dedbd1;
		color: #222;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #dedbd1;
	padding: 5px;
	}
	
		.tabdiv li {
		list-style-image: url("star.png");
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}

#header{
	width: 589px;
	height: 384px;
	background: url(images/title.gif) no-repeat center;
}

.domain{
	color: #0000E8;
	font-size: 15px;
	font-weight: bolder;
	font-family: arial;
}

.bdomain{
	color: #0000E8;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
}

#order{
	font-size: 11px;
}

#order a{
	color: red;
}

#order a:hover{
	color: green;
}

#bg{
	width: 900px;
	background: url(images/bot.gif) bottom center no-repeat;
}

img{
	border: none;
}

h1{
	font-family:'b titr', 'f titr', '2 titr', tahoma;
	font-size: 30px;
}

h4{
	letter-spacing: normal;
	font-family:'b titr', 'f titr', '2 titr', tahoma;
	font-size: 20px;
	color: #585858;
}

table{
font-size: 12px;
}
