﻿body
{
}

.ShowInstituteRegister
{
    width: 157px;
    font-family: Arial;
    font-size: 12px;
    color: #353F48;
    direction: rtl;
}
.ShowInstituteRegister .Header
{
    background: url('Images/Register/form_top.jpg') no-repeat;
    width: 157px;
    height: 55px;
}

.ShowInstituteRegister .HeaderMerkaz
{
    background: url('Images/Register/form_top_merkaz.jpg') no-repeat;
    width: 157px;
    height: 55px;
}


.ShowInstituteRegister .HeaderSmall
{
    background: url('Images/Register/feedback_top.jpg') no-repeat;
    width: 157px;
    height: 59px;
}
.ShowInstituteRegister .Body
{
    background: url('Images/Register/form_pixel.jpg') repeat-y;
    width: 157px;
}
.ShowInstituteRegister .BodySmall
{
    background: url('Images/Register/form_pixel.jpg') repeat-y;
    width: 134px;
    padding-top: 10px;
    padding-right: 13px;
    padding-left: 10px;
    text-align: right;
}

.ShowInstituteRegister .Footer
{
    background: url('Images/Register/form_bottom.jpg') no-repeat;
    width: 157px;
    height: 67px;
}
.ShowInstituteRegister .FooterSmall
{
    background: url('Images/Register/feedback_bottom.jpg') no-repeat;
    width: 157px;
    height: 29px;
}
.ShowInstituteRegister .Body .Text
{
    padding-top: 3px;
    padding-right: 10px;
}
.ShowInstituteRegister .Body .Label
{
    padding-top: 5px;
    padding-right: 10px;
    font-weight: bold;
}
.ShowInstituteRegister .Body .InputText
{
    background: url(Images/SearchStrip/search_pixel.gif) repeat-x center top;
    border: 1px solid #83838A;
    color: #83838A;
    font-family: Arial;
    font-size: 12px;
    height: 16px;
    margin-right: 10px;
    padding-right: 2px;
    width: 133px;
}
/* IE6 Only */
* html .ShowInstituteRegister .Body .InputText
{
    width: 132px;
}

/* IE7 Only */
*:first-child + html .ShowInstituteRegister .Body .InputText
{
    width: 132px;
}
.ShowInstituteRegister .Body .Select
{
    font-family: Arial;
    font-size: 12px;
    height: 20px;
    color: #353f48;
    min-height: 19px;
    max-height: 19px;
    border: 1px solid #83838A;
    padding: 0px;
    margin-right: 10px;
    max-width: 400px;
}
.ShowInstituteRegister .Body .Select option
{
}
.ShowInstituteRegister .SelectContainer
{
    width: 77px;
    float: right;
}
.ShowInstituteRegister .CheckboxContainer
{
    margin-top: 2px;
    margin-right: 10px;
    padding-bottom: 5px;
}
.ShowInstituteRegister .Body .Checkbox
{
    margin-top: 10px;
}
.CheckboxText
{
    text-align: justify;
}
.ShowInstituteRegister .CheckboxContainer span
{
    font-size: 10px;
    color: #83838A;
}
a.CheckboxText
{
    color: #83838A;
    text-decoration: none !important;
}
a.CheckboxText:hover
{
    color: #83838A;
    text-decoration: underline !important;
}

.ShowInstituteRegister .Long
{
    width: 137px;
}
.ShowInstituteRegister .Short
{
    width: 60px;
}

.ShowInstituteRegister .ButtonSubmit
{
    float: right;
    width: 96px;
    height: 59px;
    margin-top: 3px;
    margin-right: 28px;
    cursor: pointer;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
}
.Breaker
{
    float: none;
    clear: both;
}
.ShowInstituteRegister .ErrorBubble
{
    position: relative;
    right: 11px;
    margin-bottom: -18px;
    bottom: 19px;
    width: 135px;
    height: 16px;
    text-align: center;
    background-color: #353F48;
    font-weight: bold;
    font-size: 11px;
    color: #3CC1F3;
    overflow: hidden; /*filter:alpha(opacity: 90); 	opacity: 0.9;*/
    display: none;
    padding-top: 2px;
}
/* IE6 Only */
* html .ShowInstituteRegister .ErrorBubble
{
    bottom: 20px;
}

/* IE7 Only */
*:first-child + html .ShowInstituteRegister .ErrorBubble
{
    bottom: 20px;
}
.ShowInstituteRegister .Invalid
{
    border: solid 1px #3CC1F3 !important;
}

.ShowInstituteRegister .Divider
{
    height: 12px;
}

.ShowInstituteRegister .Line
{
    padding-top: 6px;
    margin-bottom: 6px;
    border-bottom: solid 1px #83838A;
    width: 131px;
    height: 1px;
}

/* IE6 Only */
* html .ShowInstituteRegister .Line
{
    margin-top: -12px;
}

.ShowInstituteRegister .BodySmall a
{
    color: #FF8E04 !important;
    text-decoration: underline !important;
    font-weight: bold;
    display: block;
    float: right;
}

.ShowInstituteRegister .BodySmall a:hover
{
    text-decoration: none !important;
}
.ShowInstituteRegister .BodySmall img
{
    background: url('Images/Register/orange_arrow.gif') no-repeat;
    border-width: 0px;
    margin-top: 4px;
    margin-right: 4px;
    width: 9px;
    height: 9px;
    float: right;
}

.ShowInstituteRegister .institutes
{
    margin: 10px 10px 0px 10px;
}

.ShowInstituteRegister .errorMsg
{
    background-color: #353F48;    
    border:1px solid #3CC1F3;
    color: #3CC1F3;    
    font-size: 11px;
    font-weight: bold;     
    margin:10px;
    padding:0 10px;  
    display:none; 
}
.btnMultiRegister
{
    float: left;
    display: block;
    color: #727274;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    margin-left: 25px;
    font-size: 14px;
    text-decoration: underline;
}
#multiRegister
{
    position: relative;
    display: none;
}
#multiRegister .Multi .UCContainer
{
    margin: 0px auto;
    width: 157px;
}
#multiRegister .Multi
{
    position: absolute;
    width: 200px;
    z-index: -1px;
    top: -540px;
    left: -100px;
}

.MultiRegister
{
    background-color: #F8F8F8;
    color: #353F48;
}
.MultiRegister .Field
{
    width: 50%;
    float: right;
    padding-top: 5px;
}
.MultiRegister .InputText
{
    background-image: url(Images/SearchStrip/search_pixel.gif);
    background-position: center top;
    background-repeat: repeat-x;
    border: 1px solid #ABADAC;
    color: #353F48;
    font-family: Arial;
    font-size: 11px;
    width: 88%;
}
.MultiRegister .InputText.Invalid
{
    border: 1px solid red;
}
.MultiRegister .Invalid ~
span
{
    color: Red;
}
.MultiRegister span.Invalid
{
    color: Red;
}
.MultiRegister span
{
    font-size: 11px;
}
.MultiRegister .Content
{
    padding: 20px;
}
.MultiRegisterInfo
{
    padding-top: 10px;
    padding-bottom: 20px;
}
.MultiRegisterInfo .Title
{
    font-size: 18px;
    color: #FF8D09;
}
.MultiRegisterInfo .SubTitle
{
    font-size: 14px;
    padding-top: 5px;
}
.MultiRegisterInfo .Preview
{
    font-size: 12px;
    padding-top: 5px;
}
.MultiRegister .Footer
{
    background-color: #E8E8E8;
    height: 16px;
}
.MultiRegister .Footer .Error
{
    padding-right: 20px;
    color: #00A2DF;
    width: 80%;
    float: right;
    font-weight: bold;
}
.MultiRegister .Footer .Send
{
    width: 40px;
    font-weight: bold;
    color: #00A2DF;
    float: left;
    background: url('Images/Site/arrow_blue.gif') no-repeat 6px;
    cursor: pointer;
    margin-left: 40px;
}
.MultiRegister .Footer .Send.Sending
{
    background: none;
}

