body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

p {
	margin: 0 0 8px 0;
	padding: 0;
}

.main {
    direction:rtl;
	width: 960px;
	margin: 0 auto;
}

.main .header {
	width: 100%;
	height: 81px;
}

.main .header .logo {
    float:right;
}

.main .header .login {
    float:left;
    direction:rtl;
}

.main .header img.logo {
	float: right;
	margin: 4px 12px 0 0;
	border: 0;
}

.main .header .left {
	width: 555px;
	float: left;
	text-align:left;
}

.main .header .left .searchResultPopup
{
    vertical-align: top;
    text-align: right;
    border-style: ridge;
    border-color: Black;
    border-width: 1px;
    background-color: White;
    width: 340px;
    color: Black;
    z-index: 1000;
    position: relative;
}


.main .search .left .searchResultPopup
{
    vertical-align: top;
    text-align: right;
    border-style: ridge;
    border-color: Black;
    border-width: 1px;
    background-color: White;
    width: 340px;
    color: Black;
    z-index: 1000;
    position: relative;
}

.main .search .left .searchResultPopupIframe
{
    width: 340px;
    height: 0px;
    position: absolute;
    visibility: hidden;
}

.main .header .left .searchResultPopupIframe
{
    width: 340px;
    height: 0px;
    position: absolute;
    visibility: hidden;
}


.main .header .left a.menuItem {
	width: 86px;
	float: left;
	text-align: center;
	padding: 6px 0;
	margin-right: 3px;
	border: 1px solid #d9d9d9;
	color: black;
	font-size: 12px;
	text-decoration: none;
}

.main .header .left a.menuItemPremium {
	width: 86px;
	float: left;
	text-align: center;
	padding: 6px 0;
	margin-right: 3px;
	border: 1px solid #f66b12;
	color: White;
	font-size: 12px;
	text-decoration: none;
	background-color:#f66b12;
}

.main .header .left a.selected, .main .header .left a.menuItem:hover {
	border-top: 4px solid #f66b12;
	padding: 3px 0 6px 0;
}

.main .header .left a.selected, .main .header .left a.menuItemPremium:hover {
	border-top: 4px solid #f66b12;
	padding: 3px 0 6px 0;
	background-color:White;
	color:Black;
	border-bottom:1px solid #d9d9d9; 
    border-left:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
}

.main .header .left input {
	width: 190px;
	height: 17px;
	border: 1px solid #cccccc;
}

.main .header .left a.searchCmd, .main .header .left a:visited.searchCmd {
	width: 38px;
	height: 17px;
	background-color: #f66b12;
	border: 0;
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
}
.searchCmd {
	width: 38px;
	height: 24px;
	background-color: #f66b12;
	border: 0;
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
	text-align: center;
	text-decoration: none;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;
}

.loginCmd {
	width: 80px;
	height: 24px;
	background-color: #f66b12;
	border: 0;
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
	text-align: center;
	text-decoration: none;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;
	margin-left:15px;
	float:left;
}

.loginCmd2 {
	width: 80px;
	height: 24px;
	background-color: #f66b12;
	border: 0;
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
	text-align: center;
	text-decoration: none;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;
	margin-right:200px;
}

.main .header .left table {
	float: left;
	margin-top: 5px;
}

.main .header .left table a, .main .header .left table a:visited {
	color: black;
	text-decoration: none;
}

.main .header .left table a:hover {
	text-decoration: underline;
}

.main .header .left table span {
	color: #f66b12;
}

.main table.groupsTable {
    width: 100%;
}

.main table.groupsTable td {
    vertical-align: top;
    border-color: #d9d9d9;
    border-width:0px 0px 1px 0px;
    border-style: solid;
}
.main table.groupsTable td a.orange {
    font-weight: bold;
    color: #f66b12;
}

.main table.groupsTable td a.title {
    font-weight: bold;
    color: #000000;
    font-size:18px;
}

.main .menu {
	width: 100%;
	clear: both;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu ul li {
	float: right;
	height: 19px;
	/*width: 65px;*/
	border: 1px solid #d9d9d9;
	padding: 3px 10px 0px 10px;
	text-align: center;
	display: inline;
	margin-left: 3px;
}

.menu ul li a, .menu ul li a:visited {
	color: black;
	width: 65px;
	text-decoration: none;
}

.menu ul li a:hover {
	/*font-weight: bold;*/
    text-decoration:underline;
    color:#f66b12;
}

.menu ul li.selected {
	height: 21px;
	background-image: url('images/bgSelectedMenu.jpg');
	background-repeat: repeat-x;
	border: 0;
	/*width: 67px;*/
	color:White;
	margin-left:2px;
}

.menu ul li.selected a, .menu ul li.selected a:visited {
	color: white;
}


.menu2 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	
	
}

.menu2 ul li {
	float: right;
	height: 19px;
	width: 130px;
	padding-top: 3px;
	border: 1px solid #d9d9d9;
	border-bottom: 0;
	text-align: center;
	display: inline;
	margin-left: 3px;
}

.menu2 ul li a, .menu2 ul li a:visited {
	color: black;
	text-decoration: none;
}

.menu2 ul li a:hover {
	font-weight: bold;
}

.menu2 ul li.selected {
	height: 20px;
	background-image: url('images/bgSelectedMenu.jpg');
	background-repeat: repeat-x;
	border: 0;
	width: 130px;
	color:White;
}

.menu2 ul li.selected a, .menu ul li.selected a:visited {
	color: white;
}

.main .subMenu {
	width: 100%;
	text-align: center;
	height: 28px;
	clear: both;
	padding-top: 8px;
	background-color: #e6e6e6;
	background-image: url('images/subMenuBg.jpg');
	background-repeat: repeat-x;
	border-bottom: 1px solid #D0D6D6;
    display:none;
}

.main .selected  {
    display:block;
}

.main .subMenu ul {
	padding: 0;
	padding-top:5px;
	margin: 0;
	text-align: center;
	list-style-type: none;
}

.main .subMenu ul li {
    display:inline;
	float: right;
	height: 19px;
	text-align: center;
	display: inline;
	margin-left: 3px;
}

.main .subMenu ul li a, .main .subMenu ul li a:visited {
	color: black;
	text-decoration: underline;
	margin: 0 5px;
}

.main .subMenu ul li.selected a, .main .subMenu ul li.selected a:visited {
	font-weight: bold;
}


.main .adv1 {
	width: 958px;
	margin-top: 8px;
	text-align: center;
	padding: 8px 0;
	background-color: #f2f2f2;
	border: 1px solid #c6c6c6;
}

.main .mainBox {
	width: 100%;
}
.main .mainBox .right {
	width: 246px;
	float: right;
}

.main .mainBox h2 {
	width: 226px;
	border-top: 5px solid #f66b12;
	font-size: 16px;
	background-color: #f2f2f2;
	padding: 5px 10px;
	margin: 8px 0 0 0;
}

.main .mainBox .box {
	width: 228px;
	border: 1px solid #ebebeb;
	border-top: 0px;
	padding: 8px;
}

.main .mainBox .left {
	width: 248px;
	float: left;
}

.main .mainBox .left h2 {
	width: 228px;
}

.main .mainBox .left .box {
	width: 230px;
}

.main .mainBox .center {
	width: 452px;
	float: right;
	margin-right: 6px;
}

.main .mainBox .center h2 {
	width: 432px;
}

.main .mainBox .center .box {
	width: 434px;
}

.footer {
	height: 85px;
	width: 100%;
	background-image: url('images/footerBg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
	padding-top: 60px;
}

.footer .col1 {
	width: 447px;
	float: right;
	text-align: center;
	color: #d9d9d9;
	font-size: 11px;
	margin-top: 22px;
}

.footer .col2 {
	width: 137px;
	float: right;
	color: #d9d9d9;
	font-size: 11px;
	margin-top: 20px;
}

.footer .col2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
}

.footer .col2 ul li {
	padding-right: 12px;
	background-image: url('images/footerLiIten.jpg');
	background-repeat: no-repeat;
	background-position: 100% 7px;
}

.footer .col2 ul li a, .footer .col2 ul li a:visited {
	color: #d9d9d9;
	font-weight: bold;
}

/* Index */

table.table1 {
	width: 100%;
}

table.table1.stronger {
	font-size: 18px;
	color: #f66b12;
}

input.cmd1.disabled, input.cmd2.disabled,input.cmd3.disabled,input.cmd4.disabled {
    background-color: #999999;
}

input.cmd1 {
    color: black;
    font-size: 14px;
    font-weight: normal;
    background-color: #e4e4e4;
    border: 1px solid #c9c9c9;
    text-decoration: none;
    margin-left:10px;
}

input.cmd2 {
    color: black;
    font-size: 14px;
    font-weight: normal;
    background-color: #e4e4e4;
    border: 1px solid #c9c9c9;
    text-decoration: none;
    margin-left:10px;
}

input.cmd4 {
    color: black;
    font-size: 18px;
    font-weight: normal;
    background-color: #e4e4e4;
    border: 1px solid #c9c9c9;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom:2px;
    padding-right:10px;
    padding-left:10px;
    line-height:22px;
    margin-left:10px;
}

a.cmd3 {
    color: black;
    font-size: 14px;
    font-weight: normal;
    background-color: #e4e4e4;
    border: 1px solid #c9c9c9;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    line-height:22px;
}
a.cmd4 {
    color: black;
    font-size: 18px;
    font-weight: normal;
    background-color: #e4e4e4;
    border: 1px solid #c9c9c9;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom:2px;
    padding-right:10px;
    padding-left:10px;
    line-height:22px;
} 

a.cmd5 {
    color: black;
    font-size: 14px;
    font-weight: bold;
    background-color: #e4e4e4;
    border: 1px solid #c9c9c9;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom:2px;
    padding-right:10px;
    padding-left:10px;
    line-height:22px;
}

.text1  {
    width: 207px;
}

.eng {
    direction:ltr;
}

table.userTable, table.bizTable {
	width: 100%;	
}


table.userTable tr td, table.bizTable tr td {
	vertical-align: top;
}

table.userTable img {
	padding: 1px;
	border: 1px solid #d3d3d3;
}

table.bizTable img {
	border: 1px solid black;
}


table.userTable .orange, table.bizTable .orange {
	color: #f66b12;
	font-weight: bold;
}

.right .search .input {
	width: 195px;
	border: 1px solid #abadb3;
	margin-bottom: 5px;
}

.watermark
{
    font-size: 12px;
    color: #AAAACB;
}

.box a.orange, .box a:visited.orange {
	text-decoration: none;
	color: #f66b12;
	font-weight: bold;
}

.box a:hover.orange {
	text-decoration: underline;
}

.box a, .box a:visited {
	color: black;
}

.banner {
	margin-top: 8px;
	border: 1px solid black;
}

.banner2 {
	margin-top: 8px;
}

.tabBox {
	margin-top: 8px;
	border: 1px solid #ebebeb;
	border-bottom: 0px;
	padding: 0 0 5px 0;
	background-image: url('images/tabBoxBg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

.tabBox .tab {
	float: right;
	margin: 6px 7px 0 0;
	border: 1px solid #d9d9d9;
	width: 136px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	cursor:hand;
}

.tabBox .tabSmall {
	float: right;
	margin: 6px 7px 0 0;
	border: 1px solid #d9d9d9;
	width: 110px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	cursor:hand;
}

.tabBox .tabSmall a, .tabBox .tabSmall a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.tabBox .tabWide {
	float: right;
	margin: 6px 7px 0 0;
	border: 1px solid #d9d9d9;
	width: 195px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	cursor:hand;
}

.tabBox .tabWide a, .tabBox .tabWide a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.tabBox .tab a, .tabBox .tab a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.tabBox .selected {
	border: 0;
	background-image: url('images/tabBg.jpg');
	background-repeat: repeat-x;
	height: 23px;
	line-height: 23px;
}

.tabBox .selected a, .tabBox .selected a:visited {
	color: white;
}

.tabBox2 {
	margin-top: 8px;
	border: 1px solid #ebebeb;
	border-bottom: 0px;
	padding: 0 0 5px 0;
	background-image: url('images/tabBoxBg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

.tabBox2 .tab {
	float: right;
	margin: 6px 7px 0 0;
	border: 1px solid #d9d9d9;
	width: 136px;
	height: 21px;
	text-align: center;
	line-height: 21px;
}

.tabBox2 .selected {
	border: 0;
	background-image: url('images/tabBg.jpg');
	background-repeat: repeat-x;
	height: 23px;
	line-height: 23px;
    color: white;
}

.center .box h3, .main .pageBox .left h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #d3d3d3;
}

.main .fullBox h3 {
    font-size:14px;
}

.update{
	padding: 8px 0;
	border-top: 1px solid #d3d3d3;
	clear:both;
}

.update img {
	float: right;
	margin: 3px 0 0 10px;
}

.center .topBox, .main .pageBox .left .topBox {
	width: 432px;
	border-top: 5px solid #f66b12;
	font-size: 16px;
	background-color: #f2f2f2;
	padding: 5px 10px;
	margin: 8px 0 0 0;
}

.center .topBox h1, .main .pageBox .left .topBox h1 {
	margin: 0;
	font-size: 16px;
	padding: 0;
	background-color: transparent;
	float: right;
}

.center .topBox input, .main .pageBox .left .topBox input {
	float: left;
	margin: 0; padding: 0;
	color: black;
	font-size: 14px;
	font-weight: normal;
	background-color: #e4e4e4;
	border: 1px solid #c9c9c9;
	text-decoration: none;
	width: 130px;
}

/* Inside Pages */

.pageBox {
	width: 100%;
}

.main .pageBox .right {
	width: 247px;
	float: right;
}

.main .pageBox .right2 {
	width: 706px;
	float: right;
}

.main .pageBox .left {
	width: 247px;
	float: left;
}

.main .pageBox .left2 {
	width: 708px;
	float: left;
}

.main .pageBox .action ul, .main .fullBox .action ul {
    list-style-type:none;
    padding:0;
    margin:0;   
}

.main .pageBox .action ul li, .main .fullBox .action ul li {
    background-image:url('images/icons/Arrow.gif');
    background-position: right bottom;
    background-repeat:no-repeat;
    padding-top:5px;
}

.main .pageBox .action ul li a, .main .pageBox .action ul li a:visited, .main .pageBox .action ul li a:hover,
.main .fullBox .action ul li a, .main .fullBox .action ul li a:visited, .main .fullBox .action ul li a:hover {
    position:relative;
    left:-20px;
}

.main .pageBox h2 {
	width: 227px;
	border-top: 5px solid #f66b12;
	font-size: 16px;
	background-color: #f2f2f2;
	padding: 5px 10px;
	margin: 8px 0 0 0;
}

.main .pageBox h2 a {
	color:Black;
	text-decoration:underline;
}

.main .pageBox .box {
	width: 229px;
	border: 1px solid #ebebeb;
	border-top: 0px;
	padding: 8px;
}

.main .pageBox .left .box{
    width: 229px;
}
.main .pageBox .left h2 {
    width: 227px;
}

.main .pageBox .left2 .box, .main .pageBox .right2 .box{
	width: 688px;
}
.main .pageBox .left2 h2, .main .pageBox .right2 h2  {
	width: 686px;
}

.main .pageBox .left .topBox {
	width: 686px;
}

.main .box .pImg {
	border: 5px solid #f66b12;
	margin: 5px;
}

.main .box .pImg2 {
	border: 5px solid #f66b12;
	margin: 5px;
	text-align:right;
	vertical-align:top;
}

.main .pageBox .box a.cmdGold, .main .pageBox .box a:visited.cmdGold {
	width: 80px;
	padding: 6px 20px;
	display: block;
	color: black;
	font-weight: bold;
	text-decoration: none;
	margin: 6px 0;
	font-size: 14px;
	background-color: #ddb13a;
	border: 1px solid #c29722;
}

input.inPasgeSmall {
	width: 100px;
	margin-top: 5px;
}

table.friendTable {
	width: 95%;
	text-align: center;
}

table.friendTable td {
	padding: 5px;
}

table.friendTable td img {
	border: 1px solid black;
	margin-bottom: 4px;
}

table.friendTable td a, table.friendTable td a:visited {
	text-decoration: none;
	color: #f66b12;
	font-weight: bold;
}

table.friendTable td a:hover {
	text-decoration: underline;
}

input.cmdPlus {
	width: 127px;
	height: 25px;
	border: 0;
	background-image: url('images/plusInputBg.jpg');
	background-repeat: no-repeat;
	padding-right: 26px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

.main .pageBox .left .orangeTop, .main .pageBox .left2 .orangeTop {
	margin-top: 8px;
	border-top: 5px solid #f66b12;
}

.main .pageBox .left .orangeTop img, .main .pageBox .left2 .orangeTop img1 {
	float: left;
	margin: 10px 0 0 10px;
}

a.size1 {
	font-size: 16px;
}

a.size2 {
	font-size: 20px;
}

a.size3 {
	font-size: 24px;
}

table.caleTable {
	width: 100%;
	font-weight: bold;
}

table.caleTable th {
	color: #f77513;
}

.main .fullBox {
	width: 100%;
}

.main .fullBox h2 {
	width: 940px;
    border-top: 5px solid #f66b12;
	font-size: 16px;
	background-color: #f2f2f2;
	padding: 5px 10px;
	margin: 8px 0 0 0;
}

.main .fullBox .tabBox {
	margin: 0;
	border-top: 0;
}

.main .fullBox .box {
	width: 942px;
	border: 1px solid #ebebeb;
	border-top: 0px;
	padding: 8px;
}

.main table.eventTable {
	border-color: #d9d9d9;
	border-width: 0 0 1px 1px;
	border-style: solid;
	width: 100%;
}

.main table.eventTable td, .main table.eventTable th {
	border-color: #d9d9d9;
	border-width: 1px 1px 0 0;
	border-style: solid;
	padding: 5px;
	vertical-align: top;
}

.main table.eventTable th {
	border-top: 0;
}

.main table.eventTable td.imgTd {
	padding-top: 12px;
	text-align: center;
}

.main table.eventTable td.imgTd img {
	border: 1px solid black;
	margin-bottom: 3px;
}

.main table.orangeTable {
    width: 100%;
    border-color: #d9d9d9;
    border-width:1px 0px 1px 1px;
    border-style: solid;
}

.main table.orangeTable th {
    vertical-align: top;
}

.main table.orangeTable td {
    vertical-align: top;
}

.main table.orangeTable th {
    background-color:#f77311;
    vertical-align: top;
    color:White;
    padding-top:5px;
    padding-right:5px;
    line-height:16px;
    padding-bottom:5px;
}


.main table.orangeTable td.tablecellclose {
    background-color:#f2f2f2;
    border-color: #d9d9d9;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    padding-top:5px;
    padding-right:5px;
    padding-bottom:5px;
}
.main table.orangeTable td.tablecell {
    border-color: #d9d9d9;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    padding-top:5px;
    padding-right:5px;
    padding-left:5px;
    padding-bottom:5px;
}
.main table.orangeTable td.tablecellclose a.orange {
    color: #f66b12;
    font-weight: bold;
}
.main table.orangeTable td.tablecell a.orange {
    font-weight: bold;
    color:#000000;
}

.main .rowStyle2 {
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 8px;
}

.premium {
    border: solid 2px #f66b12 !important;
    padding-top : 5px !important;
    padding-bottom : 5px !important;
}
.main .rowStyle2 .rightF {
	width: 68px;
	float: right;
	text-align: center;
}

.main .rowStyle2 .rightF2 {
	width: 150px;
	float: right;
	text-align: center;
}

.main .rowStyle2 .rightF img.pers {
	border: 1px solid black;
	margin: 5px 0;
}

.main .rowStyle2 .leftF {
	width: 612px;
	float: right;
}

.main .rowStyle2 .leftF2 {
	width: 780px;
	float: right;
}

.main .rowStyle2 .leftF a, .main .rowStyle2 .leftF a:visited {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.main .rowStyle2 .leftF a:hover {
	text-decoration: underline;
}

.main .rowStyle2 .leftF b {
	margin-left: 5px;
}

.main .rowStyle2 .leftF a.orange {
	margin-left: 8px;
}


.main .rowStyle2 .leftF ul {
	margin: 0;
	padding: 0;
	padding-right: 20px;
}

.main .rowStyle2 .leftF ul li {
	margin: 0; padding: 0;
	margin-top: 2px;
}

.main .rowStyle2 input.cmd1 {
	float: left;
	margin: 5px 0 0 5px;
}

.main .rowStyle3 {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 8px;
}

.main .rowStyle3 .rightF {
    width: 68px;
    float: right;
    text-align: center;
}

.main .rowStyle3 .rightF img.pers {
    border: 1px solid black;
    margin: 5px 0;
}
.main .rowStyle3 .centerF {
    width: 600px;
    float:right;
}

.main .rowStyle3 .centerF a, .main .rowStyle3 .centerF a:visited {
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.main .rowStyle3 .centerF a:hover {
    text-decoration: underline;
}

.main .rowStyle3 .centerF b {
    margin-left: 5px;
}

.main .rowStyle3 .centerF a.orange {
    margin-left: 8px;
}

.main .rowStyle3 .centerF ul {
    margin: 0;
    padding: 0;
    padding-right: 20px;
}

.main .rowStyle3 .centerF ul li {
    margin: 0; padding: 0;
    margin-top: 2px;
}

.main .rowStyle3 .leftF {
    width: 200px;
    float: left;
    text-align: right;
}


.tooltip
{
    width: 200px;
    color: #000;
    font: lighter 11px/1.3 Arial,sans-serif;
    text-decoration: none;
    text-align: center;
}

.tooltip span.top
{
    padding: 30px 8px 0;
    background: url(images/bt.gif) no-repeat top;
}

.tooltip b.bottom
{
    padding: 3px 8px 15px;
    color: #548912;
    background: url(images/bt.gif) no-repeat bottom;
}


.points {
    background-repeat: no-repeat;
    width: 60px;
    height: 59px;
    text-align: center;
    vertical-align: middle;
    font-weight:bold;
    font-size:14px;
    /*line-height:7px;*/
    padding-top:10px;
}
.points .value1 {}
.points .value2 { font-size: 12px;}
.points .caption {position:relative; top:-13px;}

.rankNormal {
    background-image: url('images/icons/NormalMedal.gif');
}

.rankSilver {
    background-image: url('images/icons/SilverMedal.gif');
}

.rankGold {
    background-image: url('images/icons/GoldMedal.gif');
}

.rankDiamond {
    background-image: url('images/icons/DiamondIcon.gif');
}

select {
    font-size:12px;
}

.designTable TD {
 vertical-align:top;
}


.leadRatePanel {
    text-align:center;
    width:150px;
}

.leadRatePanel .totalRate {
    font-size:large;
    font-weight:bold;
    width:50px;
}

.leadRatePanel .ratersCount {
    font-style:italic;
    color:#444444;
    font-weight:bold;
}

.leadRatePanel .rate {
    width:80px;
    font-weight:bold;
    float:right;
    display:inline;
    padding-top:7px;
    vertical-align:middle;
}

.pager {
    padding: 1em;
    margin: 1em 0;
    clear: left;
    font-size: 14px;
}

.pager a.nextprev {
    font-weight: bold;
}

.pager span.nextprev {
    color: white;
}

.pager span.nextprev {
    border: 1px solid white;
    color: white;
}

.pager a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    color: #000000;
}

.pager span.current {
    border: 1px solid white;
    float: left;
    font-weight: bold;
    background: #fa5b19;
    color: #ffffff;
    margin-top:2px;
    padding:3px;
}

.pager a {
    border: 1px solid #ffffff;
    text-decoration: none;
}

.pager a:hover {
    border-color: #fa5b19;
}
.DayIncludesEvents
{
background-color: #f66b12;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
a.cmdRegister, a:visited.cmdRegister {
	display: inline;
	background-color: #f36e11;
	color: white;
	text-decoration: none;
	padding: 2px 8px;
}
a.bigCmdRegister, a:visited.bigCmdRegister {
	display: inline;
	background-color: #f36e11;
	color: white;
	text-decoration: none;
	padding: 2px 8px;
	font-size:22px;
}
.orangeTitle {
    font-weight: bold;
    color: #f66b12;
    font-size:18px;
}
.main .mainBox1 {
	width: 100%;
}
.main .mainBox1 .right {
	width: 442px;
	float: right;
}
.main .mainBox1 .right  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
}

.main .mainBox1 .right  ul li {
	padding-right: 20px;
	background-image: url('images/liItem1.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
.main .mainBox1  h2 {
	width: 422px;
	border-top: 5px solid #f66b12;
	font-size: 16px;
	background-color: #f2f2f2;
	padding: 5px 10px;
	margin: 8px 0 0 0;
}

.main .mainBox1  h2 a {
    color :Black;
    text-decoration: underline;
}

.main .mainBox1 .box {
	width: 424px;
	border: 1px solid #ebebeb;
	border-top: 0px;
	padding: 8px;
	height:300px;
}

.main .mainBox1 .left {
	width: 248px;
	float: left;
}

.main .mainBox1 .left h2 {
	width: 228px;
}

.main .mainBox1 .left .box {
	width: 230px;
}

.main .mainBox1 .center {
	width: 256px;
	float: right;
	margin-right: 6px;
}

.main .mainBox1 .center h2 {
	width: 236px;
}

.main .mainBox1 .center .box {
	width: 238px;
}

.main .mainBox1 .index .left .box h3 {
	color: black;
	font-size: 12px;
	margin: 0; padding: 0;
	margin-bottom: 3px;
}

.main .mainBox1 .index .left .box span.title {
	color: black;
	font-size: 11px;
	margin: 0; padding: 0;
	font-weight: bold;
}

img.user {
	border: 1px solid #b3b3b3;
	float: right;
	margin: 0px 6px 6px 10px;
}
.main .mainBox1 .index .left .box p {
	margin: 12px 0 0 0;
	padding: 0 0 0 10px;
}
.modalBackground {
    filter: alpha(opacity=70);
    background-color: gray;
    opacity: 0.7;
}

.ModalPopup {
    border-right: gray 3px solid;
    padding-right: 10px;
    border-top: gray 3px solid;
    padding-left: 10px;
    padding-bottom: 10px;
    border-left: gray 3px solid;
    padding-top: 10px;
    border-bottom: gray 3px solid;
    background-color: #ffffdd;
}

.ModalPopupPanel {
    background-color: White;
    direction: rtl;
    border-style: solid;
    border-width: 20;
    border-color: #f66014;
    width:550px;
    padding:5px;
}

.LogModalPopupPanel {
    background-color: White;
    direction: ltr;
    border-style: solid;
    border-width: 20;
    border-color: #f66014;
    width:600px;
}


.indexBox {
	margin-top: 0px;
	width:100%;
}
.indexBox .box {
	background-color:#f7731e;
	width:300px;
	font-size:12px;
    color:black;
    font-weight:bold;
    height:80px;
    padding-right:5px;
    padding-left:5px;
    padding-top:15px;
    padding-bottom:15px;
    vertical-align:top;
}
.indexBox .box h2{
	margin: 0;
	font-size: 20px;
	color: #333333;
}
.faq ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
}

.faq ul li {
	padding-right: 22px;
	background-image: url('images/liItem1.jpg');
	background-repeat: no-repeat;
	background-position: right 7px;
}

.faq ul li a, .faq ul li a:visited {
	color: #333333;
	font-weight: bold;
}

.faq h4 {
	height: 26px;
	line-height: 26px;
	margin: 0;padding: 10px 35px 0 0;
	color: black;
	font-size: 12px;
	background-image: url('images/faqIcon.jpg');
	background-repeat: no-repeat;
	background-position: right 10px;
}
.tellFriend {
	color: #525252;
	width:100%;
}

.tellFriend h4 {
	color: #f66b12;
	font-size: 14px;
	padding: 15px 0 3px 0; margin: 0;
}

.tellFriend h5 {
	color: #525252;
	font-size: 12px;
	margin: 0 0 10px 0; padding: 0;
	font-weight: bold;
}

.tellFriend img {
	border: 1px solid #b3b3b3;
	float: right;
	
	margin: 12px 6px 6px 10px;
}
.tellFriend p {
	width:600px;
	margin: 12px 6px 6px 10px;
	
}

.box .label1 {
    width:100px;
    display:block;
    float:right;
    font-weight:bold;
}

.box .label2 {
    width:150px;
    display:block;
    float:right;
    font-weight:bold;
}

.box .label3 {
    width:190px;
    display:block;
    float:right;
    font-weight:bold;
}

.box .label4 {
    width:250px;
    display:block;
    float:right;
    font-weight:bold;
}

.box .label5 {
    width:70px;
    padding-right:20px;
    display:inline-block;
    font-weight:bold;
}

.box .label6 {
    width:35px;
    padding-right:20px;
    display:inline-block;
    font-weight:bold;
}


.box .label70 {
    width:70px;
    display:block;
    float:right;
    font-weight:bold;
}

.box .label35 {
    width:35px;
    display:block;
    float:right;
    font-weight:bold;
}

.box .labelWarning 
{
    font-size: 20px;
    color: Red;
}

.box .field {
    margin-bottom:5px;
    clear:both;
}

.box .field .input {
    float:right;
}

.userHorizontalListItem {
    float:right;
    width:140px;
    text-align:center;
}

.topMarketingUsers ul
{
    padding: 0;
	margin: 0;
	list-style-type: none;
}

.alert
{
    display:block;
    color:Red;
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
    width:90%;
}

.highlightText
{
    color:#f66014;
}

.numberContainer 
{
    direction:ltr;
    text-align:right;
}

.WizardNavigation{
    text-align:right;
}

.ajax__calendar_title { width:auto; }

.videoUpload
{
    float:right;
    padding-left:200px;
}

.floatDirection
{
    float:left;
}

.floatMirrorDirection
{
    float:right;
}

.textAlignDirection
{
    text-align:left;
}

.textAlignMirrorDirection
{
    text-align:right;
}

.premiumIconPosition
{
    vertical-align:middle;
}

.premiumFeatueList img
{
    text-align: right;
    float: right;
    margin: 3px;
    vertical-align:top;

}

.premiumFeatueList h3
{
   vertical-align:top;
   margin-bottom:3px;
   margin-top:4px;    
}

.premiumFeatueList span
{
 vertical-align:top;
}

.WorkingZoneParent 
{
    background-color:#f66b12;
    color:White;
}

/* coupons style */

.couponFrame
{
    width:455px; 
    border:1px dotted #cccccc; 
    padding:10px;
}

.couponn_main_holder{
	margin:0 auto;
	width:960px;
	direction:rtl;
	font-family:Arial, Helvetica, sans-serif;
}
.couponn_main_holder a{
	text-decoration:none;
}
.coupon_header{
	width:940px;
	height:95px;
	background:url('images/coupon/header.jpg') no-repeat;
	padding:30px 20px 0 0;
	margin-bottom:10px;
}
.coupon_header h1{
	font-size:30px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.coupon_header h2{
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.coupon_strip_divader{
	height:5px;
	width:100%;
	background-color:#e76f23;
	margin-bottom:10px;
	line-height:5px;
}
.coupon_search_ing{
	height:170px;
	border:#CCCCCC solid 1px;
	padding:10px;
	margin-bottom:10px;
}
.coupon_search_ing div h3{
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.coupon_search_ing div span{
	font-size:16px;
	margin-left:10px;
}

.coupon_search_ing div input{
	margin-top:10px;
}

.coupon_search_txt_fild{
	float:right; 
	margin-right:10px; 
	margin-left:5px;
}
.coupon_search_button{
	width:45px;
	height:20px;
	background:#e4e4e4;
	border: #cbcbcb solid 1px;
	cursor:pointer;
	margin-bottom:30px;
}
.coupon_popular_words{
	margin-top:10px;
	padding:0 10px 10px 10px;
	font-size:12px;
}

.coupon_popular_words a{
	color:#F66B12;
	}
.coupon_popular_words a:hover{
	text-decoration:underline;
	}
.coupon_resoult_found h3{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	}

.go_right{
margin-left:36px;
}
.go_left{
}
.coupon_1{
	width:460px;
	border:#d7d4d4 solid 1px;
	margin:0;
	padding:0;
}
.coupon_2{
	height:110px;
	width:450px;
    padding:5px 5px 5px 5px;
    margin:0;
}
.coupon_2 h4
{
	margin:0;
	padding:0;
}

.coupon_2 h4 span{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	color:#e57023;
}
.coupon_2 span{
font-size:14px;
	max-width:50px;
}

.coupon_2 img{
 border-width:1px;
}
.coupon_logo{
	height:77px;
	width:88px;
	border:#d7d4d4 solid 1px;
	float:right;
	margin-left:10px;
}

.coupon_img_logo
{
    height:77px;
    width :88px;
    border-width:0px;
}
.coupon_logo img a{
	text-decoration:none;
	border:#d7d4d4 solid 1px;
}
.biz_logo{
	float:left;
}
.biz_logo a{
	text-decoration:none;
	border:none;
}
.coupon_3{
	height:88px;
	width:450px;
	background:#e4e1de;
	padding:0 5px 2px 5px;
	margin:0;
}

.coupon_3 h4
{
	margin-bottom:5px;
	color:#333333;
}
.coupon_3 h4 span{
	font-size:16px;
	font-weight:bold;
}
.coupon_3 span{
	font-size:12px;
}
.coupon_4{
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	padding:0px 0 10px 15px;
	margin:0;
}
.coupon_4 address{
	font-size:12px;
}
.coupon_5{
	padding-bottom:5px;
	border-bottom:#999999 dotted 2px;
	margin-bottom:5px;
}


.main .couponFullBox h2 {
	width: 100%;
    border-top: 5px solid #f66b12;
	font-size: 16px;
	padding: 5px 0px;
	margin: 8px 0 0 0;
}

.main .couponFullBox .couponBox {
	width: 942px;
	border: 1px solid #cccccc;
	padding: 8px;
}


.coupon_search_ing div a.orange, .coupon_search_ing a:visited.orange {
	text-decoration: none;
	color: #f66b12;
	font-weight: bold;
}

.coupon_search_ing div a:hover.orange {
	text-decoration: underline;
}

.coupon_search_ing div a, .couponBox a:visited {
	color: black;
}

.couponCell{
margin-bottom:36px;
  cursor:pointer;
}

.couponSeparator
{
margin-left:32px;
}

.couponTransperent{
    float:left; 
    height:90px; 
    width:300px;
}

.sendEmailCouponSearch
{
    float:left;
    font-size: 12px;
}

.coupon_search_ing .sendEmailCouponSearch span{
	font-size:12px;
	margin-left:10px;
}

.coupon_search_ing .sendEmailCouponSearch{
	height:30px;
	
	padding:0px;
	margin-bottom:0px;
}

.coupon_search_ing .sendEmailCouponSearch span
{
    margin-left:0px;
}


