﻿body
{
    margin: 0px;
    font-family: Tahoma;
    font-size: 8pt;
    direction: rtl;
}

.GridViewHeader
{
	height: 30px;
	background-image: url(Images/hbg.gif);
	color: white;
	font-family: Tahoma;
	font-size: 7.5pt;
	padding-left: 10px;
}

select, input, textarea
{
    font-family: Tahoma;
    font-size: 8pt;
}

option
{
    font-family: Tahoma;
    font-size: 8pt;
    color: Green;
    font-weight: bold;
}

.banner_link
{
    color: White;
    margin:0px 5px 0px 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 7.5pt;
}

.banner_link_admin
{
    color:yellow;
    margin:0px 5px 0px 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 7.5pt;
    padding-left: 5px;
}

a.banner_link:hover
{
    color: green;
}

a.banner_link_admin:hover
{
    color: red;
}

/* Registration */
.Header
{
    border-top: green 3px solid;
    border-left: green 1px solid;
    border-bottom: green 1px solid;
    border-right: green 10px solid;
    height: 25px;
    background-color: #f4fff4;
    color: Green;
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
}

/* Table Start Registeration */
.RegTable
{
    width: 500px;
    border-left: solid 1px green;
    border-right: solid 3px green;
    border-bottom: solid 3px green;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.tdRegTitle
{
    width: 200px;
    vertical-align: top;
    border-top: solid 1px green;
    border-left: solid 1px green;
    padding: 8px;
    background-color: #f3f3f3;
}
.tdRegText
{
    width: 300px;
    border-top: solid 1px green;
    padding: 8px;
}
/* END Table Start Registeration */

.Table
{
    width: 950px;
    border-left: solid 1px green;
    border-right: solid 3px green;
    border-bottom: solid 3px green;
    margin-left: auto;
    margin-right: auto;
}


.tdTitle
{
    width: 180px;
    vertical-align: top;
    border-top: solid 1px green;
    border-left: solid 1px green;
    padding: 8px;
    background-color: #f3f3f3;
}
.tdText
{
    width: 720px;
    border-top: solid 1px green;
    padding: 8px;
}

.inTable
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 1px green;
    border-right: solid 3px green;
    border-bottom: solid 3px green;
}

.inTdTitle
{
    width: 150px;
    vertical-align: top;
    border-top: solid 1px green;
    border-left: solid 1px green;
    padding: 8px;
    text-align: left;
    background-color: #f3f3f3;
}
.inTdText
{
    width: 550px;
    border-top: solid 1px green;
    padding: 8px;
}

.inTdText1
{
    width: 250px;
    border-top: solid 1px green;
    padding: 8px;
}

.inTdText2
{
    width: 300px;
    border-top: solid 1px green;
    padding: 8px;
    text-align: right;
    font-weight: bold;
}

/* END Registration */

/* PopUp */
.modalBoxErr
{
    background-color: #f5f5f5;
    border-width: 3px;
    border-style: solid;
    border-color: red;
    padding: 3px;
}
.modalBoxErr caption
{
    background-image: url(images/window_titlebg.gif);
    background-repeat: repeat-x;
}


/* ajax modal dialog styles */
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modalBox
{
    background-color: #f5f5f5;
    border-width: 3px;
    border-style: solid;
    border-color: green;
    padding: 3px;
}
.modalBox caption
{
    background-image: url(images/window_titlebg.gif);
    background-repeat: repeat-x;
}

/* tweb modal dialog styles */
.modalPanelTitle td
{
    padding: 3px;
    font-weight: bold;
    font-size: 0.9em;
    background-image: url(images/window_titlebg.gif);
    cursor: pointer;
    color: black;
    font-family: Verdana;
    width: 100%;
    height: 30px;
    background-color: #6f90dc;
}

.modalPanel
{
    z-index: 500;
    width: 500px;
    border: solid 1px #275473;
    position: absolute;
    border-collapse: collapse;
    background-color: #f0faff;
}

.modalPanel td
{
    vertical-align: top;
}

.titleIcon
{
    padding-right: 20px;
}

.divCol
{
    font-weight: bold;
    float: left;
    width: 630px;
    text-align: left;
    margin-left: 5px;
    white-space: nowrap;
}
/*no width on the last col so it will expand*/
.divColLast
{
    float: left;
    white-space: nowrap;
}
.caption, table caption
{
    background-color: #aaa;
    background-image: url('images/tilebg_tablecaption.gif');
    color: #000;
    font-size: 16pt;
    font-weight: bold;
    border: 0;
    border-bottom: solid 1px #737373;
    white-space: nowrap;
    text-align: center;
}
.clearer
{
    clear: both;
    overflow: hidden;
    background-color: transparent;
    filter: alpha(opacity=0);
    opacity: 0.0;
    height: 1px;
    margin: 1px 1px 1px 1px;
    max-height: 2px;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

/* End Popup */