html, body {
    margin:0;
    padding:0;
    border:none;
    height:100%;
    overflow-x: hidden;
}
body {
    overflow: moz-scrollbars-vertical;
    background: #EBEBEB url(/img/bg.jpg);
    direction: rtl;
}

body, table {
    font: 13px "Arial", Verdana, "Lucida Sans Unicode", Tahoma;
}

#mainTable {
        width: 775px;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: #FFFFFF;
        border: 0px solid #336699;
        height: 100%;
        border-left: 2px solid #B4B4B4;
}

#mainTable td {
        vertical-align: top;
}

#CP_Table td {
        padding: 5px;
}

#CP_Table form {
        margin: 0px;
        padding: 0px;
}

#CP_Table input, textarea {
        border: 1px solid #336699;
}

#CP_Table input, textarea {
        background-color: #F0F0F0;
}

#CP_Table input:focus, textarea:focus {
        background-color: #FFFFFF;
}

#CP_Table input {
        width: 300px;
}

#CP_Table textarea {
        width: 400px;
        height: 200px;
}

.CP_Table_tr_selected {
        background-color: #E8EFF7;
}

h1 {
        font-size: 22px;
        color: #265162;
        font-weight: bold;
        margin-bottom: 0px;
}

#PanelTD {
        width: 220px;
        background-color: #8C98C6;
        border-left: 2px solid #9EB2D8;
        border-right: 2px solid #7180B9;
        padding-left: 2px;
}

#mainTD {
        padding: 15px;
        border-left: 2px solid #D8D8D8;
}

#MenuOut {
        margin-top: 20px;
        margin-bottom: 10px;
        width: 100%;
        border-top: 2px dotted #696969;
        border-bottom: 2px dotted #696969;
}

#MenuOut td {
        padding-top: 10px;
        padding-bottom: 10px;
}

#MenuIn {
        border-right: 1px dotted #B5BEBB;
        width: 98%;
}

#MenuIn td {
        padding: 5px;
        border-left: 1px dotted #B5BEBB;
}

#MenuInner {
        text-align: center;
        cursor: hand;
        cursor: pointer;
}

#MenuInner a {
        font-weight: bold;
        color: #7A7A7A;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
}

#MenuInner a:hover {
        color: #5D5D5D;
}

#textDiv {
        border-top: 1px dotted #A1A1A1;
        padding: 10px;
}

#SideOut {
        margin-top: 35px;
        width: 100%;
        height: 90%;
}

#headTitle{
        background-color: #5B6BAE;
        height: 70px;
}

#sideTxt {
        color: #FFFFFF;
        padding-top: 15px;
        padding-right: 10px;
        padding-left: 10px;
}

#copyRight{
        background-color: #5B6BAE;
        font-size: 14px;
        font-weight: bold;
        color: #CEE1DA;
        text-align: center;
        vertical-align: middle;
        padding: 10px;
        height: 40px;
}

#SideIn td {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 15px;
}

#SideIn {
        font-size: 38px;
        color: #FFFFFF;
        font-weight: bold;
}

#SideIn p {
        margin-top: 0px;
        font-size: 26px;
        color: #CEE1DA;
        font-weight: bold;
}

#sender input, textarea {
        border: 1px solid #336699;
}

#sender input, textarea {
        background-color: #F0F0F0;
}

#sender input:focus, textarea:focus {
        background-color: #FFFFFF;
}

#sender input {
        width: 100%;
}

#sender textarea {
        width: 400px;
        height: 200px;
}

#altd {
        background-color: #E6E6E6;
}

.box {
	margin: 0px 0px 20px 12px;
}

.boxTopLeft {
	float: left;
	background: url("/styles/boxTopLeft.gif") no-repeat;
	width: 6px;
	height: 25px;
}

.boxTopCenter {
	float: left;
	background: url("/styles/boxTopCenter.gif") repeat-x;
	width: 483px;
	height: 25px;

	color: #3F7AC2;
	text-align: center;
	font-weight: bold;
}


.boxTopRight {
	float: left;
	background: url("/styles/boxTopRight.gif") no-repeat;
	width: 6px;
	height: 25px;
}

.boxMiddle {
	clear: both;
	background: url("/styles/boxMiddle.gif") repeat-y;
	width: 495px;
	height: 100%;
	text-align: left;
}

.boxMiddleSel {
	clear: both;
	background: url("/styles/boxMiddlesel.gif") repeat-y;
	width: 495px;
	height: 100%;
}


.boxMiddle2 {
	background: url("/styles/boxMiddle.gif") repeat-y;
}

.boxBottom {
	background: url("/styles/boxBottom.gif") no-repeat;
	width: 495px;
	height: 6px;
}


.boxTopLeft2 {
	float: left;
	background: url("/styles/boxTopLeft.gif") no-repeat;
	width: 6px;
	height: 25px;
}

.boxTopCenter2 {
	float: left;
	background: url("/styles/boxTopCenter.gif") repeat-x;
	width: 483px;
	height: 25px;

	color: #3F7AC2;
	text-align: center;
	font-weight: bold;
}
