﻿FONT		{FONT-FAMILY: "arial"; FONT-SIZE: 12px}
DIV			{FONT-FAMILY: "arial"; FONT-SIZE: 12px}	
FORM 		{FONT-FAMILY: "arial"; FONT-SIZE: 12px}
A           {color:#6d6d6b; text-decoration :none; text-decoration:underline;}
A:hover     {text-decoration: underline; color: #ec7800;}

BODY {
    direction:rtl;
    font-family: "arial";
    font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
}

.bigRedTitle {
    font-size:22px;
    font-weight:bold;
    color:#c91722;
}

.mediumRedTitle {
    font-size:16px;
    font-weight:bold;
    color:#c91722;
    text-decoration:none;
}

.regularBoldText {
    font-size:14px;
    font-weight:bold;
    color:#666666;
}

.smallBlackTitle {
    font-size:12px;
    font-weight:bold;
    color:#666666;
    text-decoration:none;
}

.mainWrapper {
    background-image:url(../images/gnrl_bg.jpg);
    background-repeat:no-repeat;
    background-position:left top;
}

.hdrTopRedTitle {
    padding:4px 12px;
    font-size:28px;
    font-weight:bold;
    color:#990000;
}

.hdrRedGreeting {
    padding:4px 12px;
    font-size:16px;
    font-weight:bold;
    color:#990000;
}

.sMenu_on {
    border:solid 1px #999999;
    background-image:url(../images/mnu_bg_on.gif);
    background-repeat:repeat-x;
    padding:5px 15px;
    text-align:center;
    font-size:15px;
    font-weight:bold;
    color:#000000;
}

.sMenu_on A{
    color:#000000;
    text-decoration:none;
}

.sMenu_on A:hover{
    color:#000000;
    text-decoration:underline;
}

.sMenu_off {
    border:solid 1px #999999;
    background-image:url(../images/mnu_bg_off.gif);
    background-repeat:repeat-x;
    padding:5px 15px;
    text-align:center;
    font-size:15px;
    font-weight:bold;
    color:#885e5e;
}

.sMenu_off A{
    color:#885e5e;
    text-decoration:none;
}

.sMenu_off A:hover{
    color:#885e5e;
    text-decoration:underline;
}

.wrraperBg {
    width:100%;
    height:100%;
}

.wrraperGirlBg {
    width:100%;
    height:502px;
    background-image:url(../images/girl_img_bg.gif);
    background-repeat:no-repeat;
    background-position:left bottom;
}

.wrraperGuyBg {
    width:100%;
    height:538px;
    background-image:url(../images/guy_img_bg.gif);
    background-repeat:no-repeat;
    background-position:left bottom;
}

.InnerRedTitle {
    padding:4px 12px;
    font-size:20px;
    font-weight:bold;
    color:#990000;
}

.InnerRedMsg {
    padding:4px 12px;
    font-size:16px;
    font-weight:bold;
    color:#990000;
}

.InnerDatesTtls {
    padding:4px 4px;
    font-size:15px;
    font-weight:bold;
    color:#c91722;
    text-align:center;
    border-right:solid 1px #8c8c8c;
}

.cntntWrapper {
    background-color:#8c8c8c;
    margin-right:12px;
}

.cntntInner {
    background-color:#e1e0e0;
}

.msgTtlUnread {
    font-size:14px;
    font-weight:bold;
    color:#000000;
    cursor:pointer;
}

.msgTtlUnread TD {
    padding:6px 4px;
    border-right:solid 1px #8c8c8c;
}

.msgTtlRead {
    font-size:14px;
    font-weight:bold;
    color:#666666;
    cursor:pointer;
}

.msgTtlRead TD {
    padding:6px 4px;
    border-right:solid 1px #8c8c8c;
}

.msgInner {
    font-size:12px;
    font-weight:normal;
    padding:0px;
    text-align:right;
    vertical-align:top;
    color:#000000;
    padding:0px 4px 6px 4px;
    border-right:solid 1px #8c8c8c;
}

.smallBrownTtl {
    font-size:12px;
    font-weight:bold;
    color:#885e5e;
}

.smallAlertTtl {
    font-size:12px;
    font-weight:bold;
    color:#dd3333;
}

.mediumBlackTtl {
    font-size:13px;
    font-weight:bold;
    color:#000000;
}

TD.schedulerCell {
    padding:3px 0px;
    border-right:solid 1px #8c8c8c;
}

TD.schedulerCellNoBorder {
    padding:3px 0px;
}

